Searched refs:YuvToBgra (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_mips_dsp_r2.c | 111 static WEBP_INLINE void YuvToBgra(uint8_t y, uint8_t u, uint8_t v, in YuvToBgra() function 205 UPSAMPLE_FUNC(UpsampleBgraLinePair, YuvToBgra, 4) 251 YUV444_FUNC(Yuv444ToBgra, YuvToBgra, 4)
|
D | upsampling_msa.c | 312 static void YuvToBgra(uint8_t y, uint8_t u, uint8_t v, uint8_t* const bgra) { in YuvToBgra() function 650 UPSAMPLE_FUNC(UpsampleBgraLinePair, YuvToBgra, 4)
|