Home
last modified time | relevance | path

Searched refs:VP8YuvToArgb (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dupsampling.c99 UPSAMPLE_FUNC(UpsampleArgbLinePair, VP8YuvToArgb, 4)
139 SAMPLE_FUNC(SampleArgbLinePair, VP8YuvToArgb, 4)
186 DUAL_SAMPLE_FUNC(DualLineSamplerARGB, VP8YuvToArgb) in DUAL_SAMPLE_FUNC()
215 YUV444_FUNC(Yuv444ToArgb, VP8YuvToArgb, 4)
Dyuv.h90 static WEBP_INLINE void VP8YuvToArgb(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToArgb() function