Searched refs:YuvToBgrRow (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | yuv_mips_dsp_r2.c | 110 ROW_FUNC(YuvToBgrRow, 3, 2, 1, 0, 0) 126 WebPSamplers[MODE_BGR] = YuvToBgrRow; in WebPInitSamplersMIPSdspR2()
|
D | yuv_mips32.c | 82 ROW_FUNC(YuvToBgrRow, 3, 2, 1, 0, 0) 95 WebPSamplers[MODE_BGR] = YuvToBgrRow; in WebPInitSamplersMIPS32()
|
D | yuv.c | 94 ROW_FUNC(YuvToBgrRow, VP8YuvToBgr, 3) 137 WebPSamplers[MODE_BGR] = YuvToBgrRow; in WebPInitSamplers()
|
D | yuv_sse2.c | 389 static void YuvToBgrRow(const uint8_t* y, const uint8_t* u, const uint8_t* v, in YuvToBgrRow() function 433 WebPSamplers[MODE_BGR] = YuvToBgrRow; in WebPInitSamplersSSE2()
|