This document proposes a partial prediction algorithm to reduce computational complexity in H.264/AVC 4x4 intra-prediction mode decision. It exploits the inherent symmetry in spatial prediction modes to quickly determine a subset of candidate modes for each 4x4 block. Unlike other fast algorithms, it does not assume a dominant edge is present in each block. By considering pixel-to-pixel correlation and developing simple cost measures from the symmetries, it can search 3 or fewer modes instead of 9 to select the best prediction mode, reducing complexity with minimal impact on quality.