vpx/vp8
Paul Wilkins df4e79f7f7 Extend to 256 Q steps.
This commit extends the number of Q steps to 256 from 128.
The q_trans[] array has been altered to distribute available Q index values
(using the current 64 steps available as input parameters) evenly across the
available range. This is coupled with the fact that each Q step where possible
now equates to a fixed % change in the quantizer. This may want refinement
later especially in terms of the granularity at the high quality end but is a
reasonable starting point.

Change-Id: I2aaa6874fa10ce05c958dd182947ce39f6f1eecb
2011-12-19 09:36:19 +00:00
..
common Extend to 256 Q steps. 2011-12-19 09:36:19 +00:00
decoder Further QIndex realted Fixes: 2011-12-19 09:27:19 +00:00
encoder Extend to 256 Q steps. 2011-12-19 09:36:19 +00:00
exports_dec Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
exports_enc Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
vp8_common.mk Further segment feature extensions. 2011-10-24 15:52:18 +01:00
vp8_cx_iface.c Merge remote branch 'origin/master' into experimental 2011-07-30 00:05:09 -04:00
vp8_dx_iface.c cosmetics: consistently use [u]int64_t 2011-07-26 11:34:36 -07:00
vp8cx_arm.mk Move neon only arm functions under arm/neon. 2011-09-20 10:51:06 -07:00
vp8cx.mk Further segment feature extensions. 2011-10-24 15:52:18 +01:00
vp8dx_arm.mk include asm_com/dec_offsets for make dist 2011-08-02 13:42:03 -04:00
vp8dx.mk include asm_com/dec_offsets for make dist 2011-08-02 13:42:03 -04:00