[FFmpeg-devel] [PATCH 5/7] x86: lavc: share more constants

Ronald S. Bultje rsbultje at gmail.com
Fri Feb 6 00:03:40 CET 2015


Hi,

On Thu, Feb 5, 2015 at 2:20 PM, Christophe Gisquet <
christophe.gisquet at gmail.com> wrote:

> diff --git a/libavcodec/x86/vp9intrapred.asm
> b/libavcodec/x86/vp9intrapred.asm
> index 169676f..08b3ae8 100644
> --- a/libavcodec/x86/vp9intrapred.asm
> +++ b/libavcodec/x86/vp9intrapred.asm
> @@ -64,8 +64,7 @@ pb_6xm1_BDF_0to6: times 6 db -1
>                    db 11, 13, 15, 0, 1, 2, 3, 4, 5, 6
>  pb_02468ACE_13579BDF: db 0, 2, 4, 6, 8, 10, 12, 14, 1, 3, 5, 7, 9, 11,
> 13, 15
>
> -pb_2:  times 32 db 2
> -pb_15: times 16 db 15
> +cextern pb_15
>  pb_15x0_1xm1: times 15 db 0
>                db -1
>  pb_0to2_5x3: db 0, 1, 2
> @@ -76,6 +75,7 @@ pb_6x0_2xm1: times 6 db 0
>               times 2 db -1
>
>  cextern pb_1
> +cextern pb_2
>  cextern pb_3
>  cextern pw_2
>  cextern pw_4


Odd location for the cextern pb_15? Otherwise OK.

Ronald


More information about the ffmpeg-devel mailing list