HomeSort by relevance Sort by last modified time
    Searched refs:YuvToBgr (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
upsampling_mips_dsp_r2.c 58 static WEBP_INLINE void YuvToBgr(int y, int u, int v, uint8_t* const bgr) {
204 UPSAMPLE_FUNC(UpsampleBgrLinePair, YuvToBgr, 3)
246 YUV444_FUNC(Yuv444ToBgr, YuvToBgr, 3)
upsampling_msa.c 257 static void YuvToBgr(int y, int u, int v, uint8_t* const bgr) {
311 YuvToBgr(y, u, v, bgra);
644 UPSAMPLE_FUNC(UpsampleBgrLinePair, YuvToBgr, 3)

Completed in 479 milliseconds