From 4d59de39915099c5646af773ff98909dbea31799 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Thu, 20 Apr 2017 20:00:25 +0100 Subject: 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 --- libavcodec/opustab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/opustab.h') 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]; -- cgit v1.2.1