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

  /external/webp/src/dsp/
upsampling_mips_dsp_r2.c 65 static WEBP_INLINE void YuvToRgb565(int y, int u, int v, uint8_t* const rgb) {
209 UPSAMPLE_FUNC(UpsampleRgb565LinePair, YuvToRgb565, 2)
251 YUV444_FUNC(Yuv444ToRgb565, YuvToRgb565, 2)
upsampling_msa.c 267 static void YuvToRgb565(int y, int u, int v, uint8_t* const rgb) {
649 UPSAMPLE_FUNC(UpsampleRgb565LinePair, YuvToRgb565, 2)

Completed in 599 milliseconds