vpx/vp8/encoder
Yaowu Xu 5b42ae09ae experiment extending the quantizer range
Prior to this change, VP8 min quantizer is 4, which caps the
highest quality around 51DB. This experimental change extends
the min quantizer to 1, removes the cap and allows the highest
quality to be around ~73DB, consistent with the fdct/idct round trip
error. To test this change, at configure time use options:

--enable-experimental --enable-extend_qrange

The following is a brief log of changes in each of the patch sets

patch set 1:
In this commit, the quantization/dequantization constants are kept
unchanged, instead scaling factor 4 is rolled into fdct/idct.
Fixed Q0 encoding tests on mobile:
  Before:    9560.567kbps Overall PSNR:50.255DB VPXSSIM:98.288
  Now:   18035.774kbps Overall PSNR:73.022DB VPXSSIM:99.991

patch set 2:
regenerated dc/ac quantizer lookup tables based on the scaling
factor rolled in the fdct/idct. Also slightly extended the range
towards the high quantizer end.

patch set 3:
slightly tweaked the quantizer tables and generated bits_per_mb
table based on Paul's suggestions.

patch set 4:
fix a typo in idct, re-calculated tables relating active max Q
to active min Q

patch set 5:
added rdmult lookup table based on Q

patch set 6:
fix rdmult scale: dct coefficient has scaled up by 4

patch set 7:
make transform coefficients to be within 16bits

patch set 8:
normalize 2nd order quantizers

patch set 9:
fix mis-spellings

patch set 10:
change the configure script and macros to allow experimental code
to be enabled at configure time with --enable-extend_qrange

patch set 11:
rebase for merge

Change-Id: Ib50641ddd44aba2a52ed890222c309faa31cc59c
2011-01-19 13:22:35 -08:00
..
arm Use the fast quantizer for inter mode selection 2010-12-28 14:51:46 -05:00
generic experiment extending the quantizer range 2011-01-19 13:22:35 -08:00
ppc Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
x86 Fix encoder real-time only configuration. 2011-01-18 08:19:21 -05:00
bitstream.c Fix loopfilter delta zero transitions 2010-09-29 13:04:04 -04:00
bitstream.h Add runtime CPU detection support for ARM. 2010-10-25 09:23:29 -04:00
block.h Use the fast quantizer for inter mode selection 2010-12-28 14:51:46 -05:00
boolhuff.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
boolhuff.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
dct.c experiment extending the quantizer range 2011-01-19 13:22:35 -08:00
dct.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
encodeframe.c experiment extending the quantizer range 2011-01-19 13:22:35 -08:00
encodeintra.c Merge 'Add simple version of activity masking.' 2010-12-03 13:30:50 -05:00
encodeintra.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
encodemb.c experiment extending the quantizer range 2011-01-19 13:22:35 -08:00
encodemb.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
encodemv.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
encodemv.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
ethreading.c Fixed encoder crash when mult-threading is enabled. 2010-12-29 16:41:22 -05:00
firstpass.c experiment extending the quantizer range 2011-01-19 13:22:35 -08:00
firstpass.h Move firstpass motion map to stats packet 2010-10-21 14:04:20 -04:00
mcomp.c Fix encoder real-time only configuration. 2011-01-18 08:19:21 -05:00
mcomp.h Fix bug in motion search 2011-01-10 16:16:59 -05:00
modecosts.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
modecosts.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
onyx_if.c experiment extending the quantizer range 2011-01-19 13:22:35 -08:00
onyx_int.h Further CQ, Key frame and ARF changes 2011-01-18 15:19:05 +00:00
parms.cpp Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
pickinter.c Testing of modes with Alt Ref frame 2011-01-14 15:20:45 +00:00
pickinter.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
picklpf.c Add runtime CPU detection support for ARM. 2010-10-25 09:23:29 -04:00
psnr.c changed MAX_PSNR to 100 2010-11-18 09:12:02 -08:00
psnr.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
quantize.c Remove unused local variables 2011-01-11 15:22:19 +01:00
quantize.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
ratectrl.c experiment extending the quantizer range 2011-01-19 13:22:35 -08:00
ratectrl.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
rdopt.c experiment extending the quantizer range 2011-01-19 13:22:35 -08:00
rdopt.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
sad_c.c Full search SAD function optimization in SSE4.1 2010-10-27 13:36:31 -04:00
segmentation.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
segmentation.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
ssim.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
temporal_filter.c ARNR filter pointer update bug fix 2011-01-14 15:04:39 +00:00
temporal_filter.h x86 sse2 temporal_filter_apply 2011-01-06 14:00:30 -05:00
tokenize.c shrink TOKENEXTRA and vp8_extra_bit_struct 2010-12-14 10:32:50 -05:00
tokenize.h shrink TOKENEXTRA and vp8_extra_bit_struct 2010-12-14 10:32:50 -05:00
treewriter.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
treewriter.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
variance_c.c Fix half-pixel variance RTCD functions 2010-10-27 13:00:30 -04:00
variance.h Full search SAD function optimization in SSE4.1 2010-10-27 13:36:31 -04:00