Home
last modified time | relevance | path

Searched refs:VP8kUToG (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
Dyuv.c23 int32_t VP8kVToG[256], VP8kUToG[256]; variable
41 VP8kUToG[i] = -22014 * (i - 128) + YUV_HALF; in VP8YUVInit()
53 VP8kUToG[i] = -22554 * (i - 128) + YUV_HALF; in VP8YUVInit()
Dyuv.h69 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()
/external/webp/src/dsp/
Dyuv.c25 int32_t VP8kVToG[256], VP8kUToG[256]; variable
37 VP8kUToG[i] = -22014 * (i - 128) + YUV_HALF; in VP8YUVInit()
49 VP8kUToG[i] = -22554 * (i - 128) + YUV_HALF; in VP8YUVInit()