summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2011-11-21 14:18:11 +0000
committerPaul Wilkins <paulwilkins@google.com>2011-11-21 15:53:40 +0000
commit9bac509ac505910a316bf3879ab57a2283920057 (patch)
tree6badb68e57151384d5809e49ec177424a5b417e7 /vp8/encoder/onyx_if.c
parent54f090b11990e19272237a1e9eed95e6cfce4504 (diff)
downloadlibvpx-9bac509ac505910a316bf3879ab57a2283920057.tar
libvpx-9bac509ac505910a316bf3879ab57a2283920057.tar.gz
libvpx-9bac509ac505910a316bf3879ab57a2283920057.tar.bz2
libvpx-9bac509ac505910a316bf3879ab57a2283920057.zip
Extended Q range Experiment.
Corrected dc lookup table to maintain ac/dc balance close to what it was previously. Firstpass not being passed the adjusted Q index for the extended range. Change-Id: Ic0200dabda445fea03bf81067999cb2670e99b77
Diffstat (limited to 'vp8/encoder/onyx_if.c')
-rw-r--r--vp8/encoder/onyx_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index 84202daaa..4a60c2671 100644
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -3337,7 +3337,7 @@ static void Pass1Encode(VP8_COMP *cpi, unsigned long *size, unsigned char *dest,
(void) size;
(void) dest;
(void) frame_flags;
- vp8_set_quantizer(cpi, 26);
+ vp8_set_quantizer(cpi, FIRSTPASS_QINDEX);
scale_and_extend_source(cpi->un_scaled_source, cpi);
vp8_first_pass(cpi);