Searched refs:VP8YuvToRgb565 (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/3rdparty/libwebp/dsp/ |
D | upsampling.c | 103 UPSAMPLE_FUNC(UpsampleRgb565LinePair, VP8YuvToRgb565, 2) 143 SAMPLE_FUNC(SampleRgb565LinePair, VP8YuvToRgb565, 2) 219 YUV444_FUNC(Yuv444ToRgb565, VP8YuvToRgb565, 2)
|
D | yuv.h | 93 static WEBP_INLINE void VP8YuvToRgb565(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToRgb565() function 176 static WEBP_INLINE void VP8YuvToRgb565(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToRgb565() function
|
/external/webp/src/dsp/ |
D | upsampling.c | 102 UPSAMPLE_FUNC(UpsampleRgb565LinePair, VP8YuvToRgb565, 2) 170 YUV444_FUNC(WebPYuv444ToRgb565C, VP8YuvToRgb565, 2)
|
D | yuv.h | 107 static WEBP_INLINE void VP8YuvToRgb565(int y, int u, int v, in VP8YuvToRgb565() function
|
D | yuv.c | 97 ROW_FUNC(YuvToRgb565Row, VP8YuvToRgb565, 2)
|
D | upsampling_sse2.c | 178 SSE2_UPSAMPLE_FUNC(UpsampleRgb565LinePair, VP8YuvToRgb565, 2)
|