| Index: media/base/simd/convert_rgb_to_yuv_ssse3.asm
|
| diff --git a/media/base/simd/convert_rgb_to_yuv_ssse3.asm b/media/base/simd/convert_rgb_to_yuv_ssse3.asm
|
| index 201f5585cef4a3695ab93d1eaf7bc45e972bf951..b59362bd5ce704626fe910a85a87d900ee0c24c7 100644
|
| --- a/media/base/simd/convert_rgb_to_yuv_ssse3.asm
|
| +++ b/media/base/simd/convert_rgb_to_yuv_ssse3.asm
|
| @@ -243,7 +243,7 @@
|
| ; uint8* y,
|
| ; uint8* u,
|
| ; uint8* v,
|
| -; int width);
|
| +; ptrdiff_t width);
|
| ;
|
| %define SYMBOL ConvertARGBToYUVRow_SSSE3
|
| %define PIXELSIZE 4
|
| @@ -256,7 +256,7 @@
|
| ; uint8* y,
|
| ; uint8* u,
|
| ; uint8* v,
|
| -; int width);
|
| +; ptrdiff_t width);
|
| ;
|
| %define SYMBOL ConvertRGBToYUVRow_SSSE3
|
| %define PIXELSIZE 3
|
| @@ -269,7 +269,7 @@
|
| ; uint8* y,
|
| ; uint8* u,
|
| ; uint8* v,
|
| -; int width);
|
| +; ptrdiff_t width);
|
| ;
|
| %define SYMBOL ConvertARGBToYUVEven_SSSE3
|
| %define PIXELSIZE 4
|
| @@ -282,7 +282,7 @@
|
| ; uint8* y,
|
| ; uint8* u,
|
| ; uint8* v,
|
| -; int width);
|
| +; ptrdiff_t width);
|
| ;
|
| %define SYMBOL ConvertARGBToYUVOdd_SSSE3
|
| %define PIXELSIZE 4
|
| @@ -295,7 +295,7 @@
|
| ; uint8* y,
|
| ; uint8* u,
|
| ; uint8* v,
|
| -; int width);
|
| +; ptrdiff_t width);
|
| ;
|
| %define SYMBOL ConvertRGBToYUVEven_SSSE3
|
| %define PIXELSIZE 3
|
| @@ -308,7 +308,7 @@
|
| ; uint8* y,
|
| ; uint8* u,
|
| ; uint8* v,
|
| -; int width);
|
| +; ptrdiff_t width);
|
| ;
|
| %define SYMBOL ConvertRGBToYUVOdd_SSSE3
|
| %define PIXELSIZE 3
|
|
|