summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter de Rivaz <peter.derivaz@gmail.com>2014-12-04 11:01:46 +0000
committerPeter de Rivaz <peter.derivaz@gmail.com>2014-12-04 11:01:46 +0000
commitf610f88be488b1310e7522f1e702c9673501819c (patch)
tree094719e08633ac12696f598a931c4a2e6a1f4922
parent7cb7588b1e548b6bab7d4be810876af6cfc7539a (diff)
downloadlibvpx-f610f88be488b1310e7522f1e702c9673501819c.tar
libvpx-f610f88be488b1310e7522f1e702c9673501819c.tar.gz
libvpx-f610f88be488b1310e7522f1e702c9673501819c.tar.bz2
libvpx-f610f88be488b1310e7522f1e702c9673501819c.zip
Corrected the renaming of CONFIG_VP9_HIGH ro CONFIG_VP9_HIGHBITDEPTH.
Change 71789 renamed CONFIG_VP9_HIGH to CONFIG_VP9_HIGHBITDEPTH. However, one use of CONFIG_VP9_HIGH was missed. Change-Id: I0ebb9c71380c6d810a25708d15471abf9533e695
-rw-r--r--vp9/encoder/vp9_picklpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_picklpf.c b/vp9/encoder/vp9_picklpf.c
index 5559f8a7b..81334e448 100644
--- a/vp9/encoder/vp9_picklpf.c
+++ b/vp9/encoder/vp9_picklpf.c
@@ -153,7 +153,7 @@ void vp9_pick_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi,
const int q = vp9_ac_quant(cm->base_qindex, 0, cm->bit_depth);
// These values were determined by linear fitting the result of the
// searched level, filt_guess = q * 0.316206 + 3.87252
-#if CONFIG_VP9_HIGHDEPTH
+#if CONFIG_VP9_HIGHBITDEPTH
int filt_guess;
switch (cm->bit_depth) {
case VPX_BITS_8: