[x264-devel] [PATCH 1/1] ppc: Remove unused code

Luca Barbato lu_zero at gentoo.org
Tue Sep 10 21:51:30 CEST 2019


On 10/09/2019 21:19, Michail Alvanos wrote:
> ---
>   common/ppc/pixel.c | 4 ----
>   1 file changed, 4 deletions(-)
> 
> diff --git a/common/ppc/pixel.c b/common/ppc/pixel.c
> index abcfa41b..1baf6458 100644
> --- a/common/ppc/pixel.c
> +++ b/common/ppc/pixel.c
> @@ -970,10 +970,6 @@ static int name( uint8_t *fenc,
>                    uint8_t *pix2, uint8_t *pix3,                                        \
>                    intptr_t i_stride, int scores[4] )                                   \
>   {                                                                                     \
> -    ALIGNED_16( int sum0 );                                                           \
> -    ALIGNED_16( int sum1 );                                                           \
> -    ALIGNED_16( int sum2 );                                                           \
> -                                                                                      \
>       LOAD_ZERO;                                                                        \
>       vec_u8_t fencv, pix0v, pix1v, pix2v, pix3v;                                       \
>       vec_s32_t sum0v, sum1v, sum2v, sum3v;                                             \
> 

Looks fine.

lu


More information about the x264-devel mailing list