summaryrefslogtreecommitdiff
path: root/aom_dsp/entdec.h
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterriberry@mozilla.com>2017-03-07 20:27:34 -0800
committerTim Terriberry <tterriberry@mozilla.com>2017-04-14 19:07:43 +0000
commitead52876d6062cbdbc74be457a2096053b34b009 (patch)
tree70685919b87663302de3dce8277a9e841b670387 /aom_dsp/entdec.h
parent881f109bf35f85a488a34a09e1f0fcffaecb9b97 (diff)
daala_ec: Convert the decoder to use iCDFs
This only changes the internal coding engine. We convert CDFs into iCDFs at the "bool" reader <-> daala_ec boundary. Decoder output should not change. Change-Id: I483dfe3e5588d2038c3c7ec4cd5ba62d6699b920
Diffstat (limited to 'aom_dsp/entdec.h')
-rw-r--r--aom_dsp/entdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/aom_dsp/entdec.h b/aom_dsp/entdec.h
index 9bab96499..e1145e81d 100644
--- a/aom_dsp/entdec.h
+++ b/aom_dsp/entdec.h
@@ -70,7 +70,7 @@ struct od_ec_dec {
void od_ec_dec_init(od_ec_dec *dec, const unsigned char *buf, uint32_t storage)
OD_ARG_NONNULL(1) OD_ARG_NONNULL(2);
-OD_WARN_UNUSED_RESULT int od_ec_decode_bool_q15(od_ec_dec *dec, unsigned fz)
+OD_WARN_UNUSED_RESULT int od_ec_decode_bool_q15(od_ec_dec *dec, unsigned f)
OD_ARG_NONNULL(1);
OD_WARN_UNUSED_RESULT int od_ec_decode_cdf_q15(od_ec_dec *dec,
const uint16_t *cdf, int nsyms)