mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-10 00:31:37 +08:00
98f24ecd6c
Perform dequantization while decoding coefficients instead of performing it on the entire coefficients buffer. Since quantized coefficients are very sparse, this usually causes a small speedup. Speedup of around 1% on Panda board compared to the removed here neon code. Global speedup is probably around 3%. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>