[FFmpeg-devel] [PATCH] x86: vc1dsp: Convert vc1_inv_trans_*_dc to NASM format

Ronald S. Bultje rsbultje at gmail.com
Sun Jan 31 21:47:53 CET 2016


Hi,

On Sun, Jan 31, 2016 at 2:48 PM, Timothy Gu <timothygu99 at gmail.com> wrote:

> +; ff_vc1_inv_trans_?x?_dc_mmxext(uint8_t *dest, int linesize, int16_t
> *block)

+INIT_MMX mmxext
> +cglobal vc1_inv_trans_4x4_dc, 3,4,0, dest, linesize, block
>
[..]

> +%define linesize3q r2q
>

DEFINE_ARGS dest, linesize, linesize3

Rest looks OK.

Ronald


More information about the ffmpeg-devel mailing list