This document compares an optimized block matching algorithm to the four step search algorithm. It first provides background on block matching algorithms and motion estimation techniques used in video compression. It then describes the existing four step search algorithm and its process of checking 17-27 points to find the best motion vector match. The document proposes a new simpler and more efficient four step search algorithm that separates the search area into quadrants. It checks 3 points in the first phase to select a quadrant, then finds the lowest cost point in the second phase to set as the new origin, reducing computational complexity compared to the standard four step search.