]> granicus.if.org Git - libvpx/commit
Replace best_mode_index table retrieve with fetching best_mbmode
authorJingning Han <jingning@google.com>
Tue, 9 Sep 2014 18:58:10 +0000 (11:58 -0700)
committerJingning Han <jingning@google.com>
Tue, 9 Sep 2014 18:58:10 +0000 (11:58 -0700)
commitd96228a07cc7002ba437b9598c5efdd73cae5b1e
tree0f92d80febd912af9d25de8a413096d9177afa7a
parent619951af97b1d4902ff90ad254b3f39ad6f9e142
Replace best_mode_index table retrieve with fetching best_mbmode

This commit allows the encoder to find current best prediction mode
state using best_mbmode, instead of fetching from the static mode
search table via best_mode_index.

Change-Id: Ibefeab83aed33a49c2be03e83f09153856ca4271
vp9/encoder/vp9_rdopt.c