On Sun, Sep 18, 2011 at 04:10:59AM -0700, Kieran Kunhya wrote:
> This adds SSE4 ASM for the (easy) case of lumFilterSize=1 and for 10-bit. The 
> naming scheme and function pointers doesn't yet match swscale's scheme.
> Assistance to get this up to scratch appreciated
> 
> --- a/libswscale/swscale.c
> +++ b/libswscale/swscale.c
> @@ -269,20 +292,19 @@ yuv2yuvX10_c_template(const int16_t *lumFilter, const 
> int16_t **lumSrc,
>  
> +    if (output_bits == 10 && lumFilterSize == 1 && big_endian == 0)
> +        c->lum_10_filter1(yDest, lumSrc[0], lumFilter[0], dstW);
> +    else
> +    {

  else  {

What's this email client you are using?  Your patches have wrong mime
type and patchwork does not pick them up.  Why not use git send-email?

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to