[FFmpeg-devel] [PATCH 1/3] diracdec: add 10-bit Haar SIMD functions

Rostislav Pehlivanov atomnuker at gmail.com
Thu Jul 26 18:31:31 EEST 2018


On 26 July 2018 at 12:28, James Darnley <jdarnley at obe.tv> wrote:

> +
> +%macro HAAR_HORIZONTAL 0
> +
> +cglobal horizontal_compose_haar_10bit, 3, 6+ARCH_X86_64, 4, b, temp_, w,
> x, b2
> +    DECLARE_REG_TMP 2,5
> +    %if ARCH_X86_64
> +        %define tail r6d
> +    %else
> +        %define tail dword wm
> +    %endif
> +
>

You can remove this whole bit, the init function only gets called if
ARCH_X86_64 is true.


More information about the ffmpeg-devel mailing list