Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dsp/
Dupsampling.c101 UPSAMPLE_FUNC(UpsampleArgbLinePair, VP8YuvToArgb, 4)
141 SAMPLE_FUNC(SampleArgbLinePair, VP8YuvToArgb, 4)
188 DUAL_SAMPLE_FUNC(DualLineSamplerARGB, VP8YuvToArgb) in DUAL_SAMPLE_FUNC()
217 YUV444_FUNC(Yuv444ToArgb, VP8YuvToArgb, 4)
Dyuv.h210 static WEBP_INLINE void VP8YuvToArgb(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToArgb() function
/external/webp/src/dsp/
Dupsampling.c100 UPSAMPLE_FUNC(UpsampleArgbLinePair, VP8YuvToArgb, 4)
137 DUAL_SAMPLE_FUNC(DualLineSamplerARGB, VP8YuvToArgb) in DUAL_SAMPLE_FUNC()
168 YUV444_FUNC(WebPYuv444ToArgbC, VP8YuvToArgb, 4)
Dyuv.h142 static WEBP_INLINE void VP8YuvToArgb(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToArgb() function
Dyuv.c95 ROW_FUNC(YuvToArgbRow, VP8YuvToArgb, 4)
Dupsampling_sse2.c176 SSE2_UPSAMPLE_FUNC(UpsampleArgbLinePair, VP8YuvToArgb, 4)
Dyuv_sse2.c366 VP8YuvToArgb(y[0], u[0], v[0], dst); in YuvToArgbRow()