FFMQ
FFMQ stands for Fast Fourier Transform based Motion Estimation. It is an algorithm used in video compression and image processing to find the best motion vector between two frames. This is a crucial step in inter-frame prediction, where the encoder predicts a block of pixels in the current frame based on its corresponding block in a reference frame. The motion vector indicates the displacement of this block.
The FFMQ algorithm utilizes the Fast Fourier Transform (FFT) to efficiently search for the optimal motion vector.
FFMQ is particularly effective in scenarios where motion is smooth and predictable. It can achieve good compression