Searched refs:YuvToBgrRow (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | yuv_mips_dsp_r2.c | 111 ROW_FUNC(YuvToBgrRow, 3, 2, 1, 0, 0) 127 WebPSamplers[MODE_BGR] = YuvToBgrRow;
|
D | yuv_mips32.c | 83 ROW_FUNC(YuvToBgrRow, 3, 2, 1, 0, 0) 96 WebPSamplers[MODE_BGR] = YuvToBgrRow;
|
D | yuv.c | 92 ROW_FUNC(YuvToBgrRow, VP8YuvToBgr, 3) 135 WebPSamplers[MODE_BGR] = YuvToBgrRow; in WebPInitSamplers()
|
D | yuv_sse2.c | 410 static void YuvToBgrRow(const uint8_t* y, const uint8_t* u, const uint8_t* v, in YuvToBgrRow() function 454 WebPSamplers[MODE_BGR] = YuvToBgrRow; in WebPInitSamplersSSE2()
|