Home
last modified time | relevance | path

Searched refs:YuvToBgrRow (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dyuv_mips_dsp_r2.c111 ROW_FUNC(YuvToBgrRow, 3, 2, 1, 0, 0)
127 WebPSamplers[MODE_BGR] = YuvToBgrRow;
Dyuv_mips32.c83 ROW_FUNC(YuvToBgrRow, 3, 2, 1, 0, 0)
96 WebPSamplers[MODE_BGR] = YuvToBgrRow;
Dyuv.c92 ROW_FUNC(YuvToBgrRow, VP8YuvToBgr, 3)
135 WebPSamplers[MODE_BGR] = YuvToBgrRow; in WebPInitSamplers()
Dyuv_sse2.c410 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()