Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dsp/
Dyuv.c23 int32_t VP8kVToG[256], VP8kUToG[256]; variable
42 VP8kVToG[i] = -45773 * (i - 128); in VP8YUVInit()
54 VP8kVToG[i] = -46802 * (i - 128); 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
38 VP8kVToG[i] = -45773 * (i - 128); in VP8YUVInit()
50 VP8kVToG[i] = -46802 * (i - 128); in VP8YUVInit()