[FFmpeg-devel] [PATCH]v6 Opus Pyramid Vector Quantization Search in x86 SIMD asm

Rostislav Pehlivanov atomnuker at gmail.com
Thu Jul 27 02:11:49 EEST 2017


On 26 July 2017 at 15:56, Ivan Kalvachev <ikalvachev at gmail.com> wrote:

> +    if (ARCH_X86 && CONFIG_OPUS_ENCODER)
> +        ff_opus_dsp_init_x86(s);
>

Just change it to
+    if (ARCH_X86)

The init function is named opus_dsp, so it'll get used to other opus
things, not just the encoder.


The assembly code looks fine to me, but other people will have to take a
look at it in case I'm missing something.


More information about the ffmpeg-devel mailing list