| Index: include/libyuv/row.h
|
| diff --git a/include/libyuv/row.h b/include/libyuv/row.h
|
| index 055880ba524449636819c786c014adf1d2cf5b5e..ba2bf7c540731a1e6bcd578f36aab8cf068e5adc 100644
|
| --- a/include/libyuv/row.h
|
| +++ b/include/libyuv/row.h
|
| @@ -441,13 +441,13 @@ struct YuvConstants {
|
| #else
|
| // This struct is for Intel color conversion.
|
| struct YuvConstants {
|
| - lvec8 kUVToB;
|
| - lvec8 kUVToG;
|
| - lvec8 kUVToR;
|
| - lvec16 kUVBiasB;
|
| - lvec16 kUVBiasG;
|
| - lvec16 kUVBiasR;
|
| - lvec16 kYToRgb;
|
| + int8 kUVToB[32];
|
| + int8 kUVToG[32];
|
| + int8 kUVToR[32];
|
| + int16 kUVBiasB[16];
|
| + int16 kUVBiasG[16];
|
| + int16 kUVBiasR[16];
|
| + int16 kYToRgb[16];
|
| };
|
|
|
| // Offsets into YuvConstants structure
|
|
|