• John Koleszar's avatar
    Move intra block mode selection to pickinter.c · e90d17d2
    John Koleszar authored
    This commit moves the intra block mode selection from encodeframe.c
    to pickinter.c (in the non-RD case). This allowed pick_intra_mbuv_mode
    and pick_intra4x4mby_modes to be made static, and is a step towards
    refactoring intra mode selection in the main pickinter loop. Gave a
    small perf increase (~0.5%).
    
    Change-Id: I0b67dae1f8a74902378da7bdf565e39ab832dda7
    e90d17d2