Searched refs:YuvToRgb565 (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_mips_dsp_r2.c | 65 static WEBP_INLINE void YuvToRgb565(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb565() function 209 UPSAMPLE_FUNC(UpsampleRgb565LinePair, YuvToRgb565, 2) 251 YUV444_FUNC(Yuv444ToRgb565, YuvToRgb565, 2)
|
D | upsampling_msa.c | 267 static void YuvToRgb565(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb565() function 649 UPSAMPLE_FUNC(UpsampleRgb565LinePair, YuvToRgb565, 2)
|