]> granicus.if.org Git - libvpx/commit
Remove redundant reference frame threshold settings
authorJingning Han <jingning@google.com>
Fri, 12 Sep 2014 21:36:51 +0000 (14:36 -0700)
committerJingning Han <jingning@google.com>
Fri, 12 Sep 2014 21:36:51 +0000 (14:36 -0700)
commit888a848453acfc0a9b92f8c624f6d6c1b26945cc
tree30cc62cd48b92c7fc3c0684b51963e9d4fb5b3c5
parentadb20849b6bdc27211b7f230d3eb38ffd6b822d2
Remove redundant reference frame threshold settings

When a reference frame type is not in the frame buffer, the mode
search threshold will be set to INT_MAX, so as to effectively
turn off the mode entries in the rate-distortion optimization loop
that involves this reference frame type. This operation is now
integrated in the ref_frame_skip_mask scheme. This commit hence
removes the redundant mode search threshold setting.

Change-Id: Ib18f45da611afda2af275201efd367df7f5101ab
vp9/encoder/vp9_rd.c