Searched refs:VP8YuvToBgr (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dsp/ |
D | yuv.h | 100 static WEBP_INLINE void VP8YuvToBgr(int y, int u, int v, in VP8YuvToBgr() function 150 VP8YuvToBgr(y, u, v, bgra); in VP8YuvToBgra()
|
D | upsampling.c | 97 UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3) 165 YUV444_FUNC(WebPYuv444ToBgrC, VP8YuvToBgr, 3)
|
D | upsampling_sse2.c | 173 SSE2_UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3)
|
D | yuv.c | 94 ROW_FUNC(YuvToBgrRow, VP8YuvToBgr, 3)
|
D | yuv_sse2.c | 417 VP8YuvToBgr(y[0], u[0], v[0], dst); in YuvToBgrRow()
|