vpx/vp9
Adrian Grange 78df712216 Fix vp9_compute_qdelta_by_rate loop behavior
The return value from vp9_compute_qdelta_by_rate, which is
a delta value for the quantizer, could never be 0 if
(qindex == rc->worst_quality).

This occurs because target_index was setup unconditionally
in the loop and yet the loop counter stopped at
(rc->worst_quality - 1).

Change-Id: I6b59cd9b5811ff33357e71cd7d814c5e53d291f2
2015-03-10 09:14:54 -07:00
..
common Merge "Only wait for previous frame's motion vector if needed." 2015-03-06 10:27:26 -08:00
decoder Refactor read_intra_frame_mode_info 2015-03-09 16:25:01 -07:00
encoder Fix vp9_compute_qdelta_by_rate loop behavior 2015-03-10 09:14:54 -07:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc Removing vpx_codec_vp9x_cx and internal experimental flag. 2013-12-27 14:01:12 -08:00
vp9_common.mk Rename loopfilter_thread files to thread_common files 2015-02-06 10:03:31 -08:00
vp9_cx_iface.c Merge "Reduce default overshoot/undershoot params to 25" 2015-03-09 09:21:35 -07:00
vp9_dx_iface.c Fix variable shadowing. 2015-03-04 11:40:20 -08:00
vp9_iface_common.h Enable decoder to pass through color space info 2015-01-13 15:13:19 -08:00
vp9cx.mk Add skin detection. 2015-02-11 17:47:17 -08:00
vp9dx.mk Try again to merge branch 'frame-parallel' into master branch. 2015-01-30 21:00:13 -08:00