Searched refs:VP8YuvToBgr (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv.h113 static WEBP_INLINE void VP8YuvToBgr(int y, int u, int v, function
172 static WEBP_INLINE void VP8YuvToBgr(int y, int u, int v, function
230 VP8YuvToBgr(y, u, v, bgra);
H A Dupsampling.c97 UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3)
163 YUV444_FUNC(Yuv444ToBgr, VP8YuvToBgr, 3)
H A Dyuv.c92 ROW_FUNC(YuvToBgrRow, VP8YuvToBgr, 3)
H A Dyuv_sse2.c301 VP8YuvToBgr(y[0], u[0], v[0], dst + 0);
303 VP8YuvToBgr(y[1], u[n & 1], v[n & 1], dst + 3);
H A Dupsampling_sse2.c173 SSE2_UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3)
/external/webp/src/dsp/
H A Dyuv.h113 static WEBP_INLINE void VP8YuvToBgr(int y, int u, int v, function
172 static WEBP_INLINE void VP8YuvToBgr(int y, int u, int v, function
230 VP8YuvToBgr(y, u, v, bgra);
H A Dupsampling.c97 UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3)
163 YUV444_FUNC(Yuv444ToBgr, VP8YuvToBgr, 3)
H A Dyuv.c92 ROW_FUNC(YuvToBgrRow, VP8YuvToBgr, 3)
H A Dyuv_sse2.c301 VP8YuvToBgr(y[0], u[0], v[0], dst + 0);
303 VP8YuvToBgr(y[1], u[n & 1], v[n & 1], dst + 3);
H A Dupsampling_sse2.c173 SSE2_UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3)

Completed in 757 milliseconds