| Index: third_party/libjpeg_turbo/simd/jsimd.h
|
| ===================================================================
|
| --- third_party/libjpeg_turbo/simd/jsimd.h (revision 69212)
|
| +++ third_party/libjpeg_turbo/simd/jsimd.h (working copy)
|
| @@ -220,6 +220,10 @@
|
| JPP((JDIMENSION img_width,
|
| JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
|
| JDIMENSION output_row, int num_rows));
|
| +EXTERN(void) jsimd_extbgra_ycc_convert_sse2
|
| + JPP((JDIMENSION img_width,
|
| + JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
|
| + JDIMENSION output_row, int num_rows));
|
|
|
| extern const int jconst_ycc_rgb_convert_sse2[];
|
| EXTERN(void) jsimd_ycc_rgb_convert_sse2
|
| @@ -500,4 +504,3 @@
|
| JCOEFPTR coef_block,
|
| JSAMPARRAY output_buf,
|
| JDIMENSION output_col));
|
| -
|
|
|