Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / media / base / simd / yuv_to_rgb_table.h
index aebf1b2..1ed6fd8 100644 (file)
@@ -20,6 +20,7 @@ extern "C" {
 
 // Align the table to 16-bytes to allow faster reading.
 extern SIMD_ALIGNED(const int16 kCoefficientsRgbY[256 * 4][4]);
+extern SIMD_ALIGNED(const int16 kCoefficientsRgbY_JPEG[256 * 4][4]);
 
 }  // extern "C"