Searched refs:YuvToRgb565 (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/dsp/
H A Dupsampling_mips_dsp_r2.c64 static WEBP_INLINE void YuvToRgb565(int y, int u, int v, uint8_t* const rgb) { function
211 UPSAMPLE_FUNC(UpsampleRgb565LinePair, YuvToRgb565, 2)
257 YUV444_FUNC(Yuv444ToRgb565, YuvToRgb565, 2)
H A Dupsampling_msa.c267 static void YuvToRgb565(int y, int u, int v, uint8_t* const rgb) { function
650 UPSAMPLE_FUNC(UpsampleRgb565LinePair, YuvToRgb565, 2)

Completed in 1089 milliseconds