[FFmpeg-devel] [PATCH] ARMv6 VP8 IDCT

Måns Rullgård mans
Tue Jun 29 19:05:01 CEST 2010


David Conrad <lessen42 at gmail.com> writes:

> +#if HAVE_ARMV6T2
> +    movw        r11, 20091
> +    movw        r12, 35468
> +#else
> +    ldr         r11, =20091
> +    ldr         r12, =35468
> +#endif

There's a macro for this now, mov32.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list