Move intra block mode selection to pickinter.c
authorJohn Koleszar <jkoleszar@google.com>
Wed, 8 Jun 2011 15:24:52 +0000 (11:24 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 8 Jun 2011 15:44:57 +0000 (11:44 -0400)
commite90d17d2408ebe69573844313dad9f8750eb12ad
tree9d768754dc215e5e106463f9a20d7821200f7fd1
parent7368dd4f8fccdd4edb3eda4791e9609d2525b473
Move intra block mode selection to pickinter.c

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
vp8/encoder/encodeframe.c
vp8/encoder/pickinter.c
vp8/encoder/pickinter.h