Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dyuv_mips_dsp_r2.c111 ROW_FUNC(YuvToBgraRow, 4, 2, 1, 0, 3)
127 WebPSamplers[MODE_BGRA] = YuvToBgraRow; in WebPInitSamplersMIPSdspR2()
Dyuv_mips32.c83 ROW_FUNC(YuvToBgraRow, 4, 2, 1, 0, 3)
96 WebPSamplers[MODE_BGRA] = YuvToBgraRow; in WebPInitSamplersMIPS32()
Dyuv.c96 ROW_FUNC(YuvToBgraRow, VP8YuvToBgra, 4)
138 WebPSamplers[MODE_BGRA] = YuvToBgraRow; in WebPInitSamplers()
143 WebPSamplers[MODE_bgrA] = YuvToBgraRow; in WebPInitSamplers()
Dyuv_sse2.c311 static void YuvToBgraRow(const uint8_t* y, const uint8_t* u, const uint8_t* v, in YuvToBgraRow() function
434 WebPSamplers[MODE_BGRA] = YuvToBgraRow; in WebPInitSamplersSSE2()