vpx/vp10
Ronald S. Bultje 1e9e9ce2dc vp10: fix entropy counts for the hp bit.
The counts didn't take usehp into account, which means that if the
scope of the refmv is too large for the hp bit to be coded, the value
(always 1) is still included in the stats. Therefore, the final
counts will not reflect the entropy of the coded bits, but rather the
entropy of the combination of coded bits and the implied value (which
is always 1). Fix that by only including counts if the hp bit is
actually coded.

See issue 1060.

Change-Id: I19a3adda4a8662a05f08a9e58d7e56ff979be11e
2015-09-14 16:13:59 -04:00
..
common vp10: fix entropy counts for the hp bit. 2015-09-14 16:13:59 -04:00
decoder vp10: fix entropy counts for the hp bit. 2015-09-14 16:13:59 -04:00
encoder vp10: fix entropy counts for the hp bit. 2015-09-14 16:13:59 -04:00
exports_dec Fork VP9 and VP10 codebase 2015-08-11 17:05:28 -07:00
exports_enc Fork VP9 and VP10 codebase 2015-08-11 17:05:28 -07:00
vp10_common.mk Merge "Isolate vp10's fwd_txfm from vp9" 2015-09-11 00:10:45 +00:00
vp10_cx_iface.c vp10 cleanup: remove svc code 2015-08-28 11:53:32 -07:00
vp10_dx_iface.c vp10: remove duplicate frame_parallel_decode field. 2015-09-11 18:37:24 -04:00
vp10_iface_common.h Correct guard macros in header files 2015-08-13 09:25:39 -07:00
vp10cx.mk vp10 cleanup: remove svc code 2015-08-28 11:53:32 -07:00
vp10dx.mk Remove vp9_ prefix from vp10 files 2015-08-11 21:24:08 -07:00