Searched refs:VP8kVToG (Results 1 – 3 of 3) sorted by relevance
23 int32_t VP8kVToG[256], VP8kUToG[256]; variable42 VP8kVToG[i] = -45773 * (i - 128); in VP8YUVInit()54 VP8kVToG[i] = -46802 * (i - 128); in VP8YUVInit()
69 extern int32_t VP8kVToG[256], VP8kUToG[256];76 const int g_off = (VP8kVToG[v] + VP8kUToG[u]) >> YUV_FIX; in VP8YuvToRgb()86 const int g_off = (VP8kVToG[v] + VP8kUToG[u]) >> YUV_FIX; in VP8YuvToBgr()96 const int g_off = (VP8kVToG[v] + VP8kUToG[u]) >> YUV_FIX; in VP8YuvToRgb565()114 const int g_off = (VP8kVToG[v] + VP8kUToG[u]) >> YUV_FIX; in VP8YuvToRgba4444()
25 int32_t VP8kVToG[256], VP8kUToG[256]; variable38 VP8kVToG[i] = -45773 * (i - 128); in VP8YUVInit()50 VP8kVToG[i] = -46802 * (i - 128); in VP8YUVInit()