Searched refs:VP8YuvToBgr (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dsp/ |
D | yuv.h | 113 static WEBP_INLINE void VP8YuvToBgr(int y, int u, int v, in VP8YuvToBgr() function 172 static WEBP_INLINE void VP8YuvToBgr(int y, int u, int v, in VP8YuvToBgr() function 230 VP8YuvToBgr(y, u, v, bgra); in VP8YuvToBgra()
|
D | upsampling.c | 97 UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3) 163 YUV444_FUNC(Yuv444ToBgr, VP8YuvToBgr, 3)
|
D | yuv_sse2.c | 301 VP8YuvToBgr(y[0], u[0], v[0], dst + 0); in YuvToBgrRowSSE2() 303 VP8YuvToBgr(y[1], u[n & 1], v[n & 1], dst + 3); in YuvToBgrRowSSE2()
|
D | yuv.c | 92 ROW_FUNC(YuvToBgrRow, VP8YuvToBgr, 3)
|
D | upsampling_sse2.c | 173 SSE2_UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3)
|