On 2017-02-09 14:29:56 +0200, Martin Storsjö wrote:
> ---
>  libavcodec/arm/vp9itxfm_neon.S | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/libavcodec/arm/vp9itxfm_neon.S b/libavcodec/arm/vp9itxfm_neon.S
> index 167d517..3d0b0fa 100644
> --- a/libavcodec/arm/vp9itxfm_neon.S
> +++ b/libavcodec/arm/vp9itxfm_neon.S
> @@ -412,13 +412,12 @@ function ff_vp9_\txfm1\()_\txfm2\()_8x8_add_neon, 
> export=1
>  .ifc \txfm1\()_\txfm2,idct_idct
>          movrel          r12, idct_coeffs
>          vpush           {q4-q5}
> -        vld1.16         {q0}, [r12,:128]
>  .else
>          movrel          r12, iadst8_coeffs
>          vld1.16         {q1}, [r12,:128]!
>          vpush           {q4-q7}
> -        vld1.16         {q0}, [r12,:128]
>  .endif
> +        vld1.16         {q0}, [r12,:128]
>  
>          vmov.i16        q2, #0
>          vmov.i16        q3, #0

the whole set is ok

Janne
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to