summaryrefslogtreecommitdiff
path: root/libavcodec/opustab.h
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-04-20 20:00:25 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-04-26 23:22:25 +0100
commit4d59de39915099c5646af773ff98909dbea31799 (patch)
treeb0cdc2f2c9fbb29d9e45c0de6e89747f597ada5a /libavcodec/opustab.h
parent8de3458a07376b0a96772e586b6dba5e93432f52 (diff)
downloadffmpeg-4d59de39915099c5646af773ff98909dbea31799.tar.gz
opus_pvq: minor cleanups
Removes unneeded variables, renames confusing and innacurate variables and rewrites and slightly optimizes hadamard interleave/deinterleave functions. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec/opustab.h')
-rw-r--r--libavcodec/opustab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/opustab.h b/libavcodec/opustab.h
index b6be073659..2701a392fd 100644
--- a/libavcodec/opustab.h
+++ b/libavcodec/opustab.h
@@ -146,7 +146,7 @@ extern const uint8_t ff_celt_log2_frac[];
extern const uint8_t ff_celt_bit_interleave[];
extern const uint8_t ff_celt_bit_deinterleave[];
-extern const uint8_t ff_celt_hadamard_ordery[];
+extern const uint8_t ff_celt_hadamard_order[];
extern const uint16_t ff_celt_qn_exp2[];
extern const uint32_t ff_celt_pvq_u[1272];