diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-04-20 20:00:25 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-04-26 23:22:25 +0100 |
commit | 4d59de39915099c5646af773ff98909dbea31799 (patch) | |
tree | b0cdc2f2c9fbb29d9e45c0de6e89747f597ada5a /libavcodec/opustab.h | |
parent | 8de3458a07376b0a96772e586b6dba5e93432f52 (diff) | |
download | ffmpeg-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.h | 2 |
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]; |