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

  /external/webp/src/dsp/
upsampling.c 100 UPSAMPLE_FUNC(UpsampleArgbLinePair, VP8YuvToArgb, 4)
137 DUAL_SAMPLE_FUNC(DualLineSamplerARGB, VP8YuvToArgb)
166 YUV444_FUNC(Yuv444ToArgb, VP8YuvToArgb, 4)
yuv.c 95 ROW_FUNC(YuvToArgbRow, VP8YuvToArgb, 4)
yuv.h 222 static WEBP_INLINE void VP8YuvToArgb(uint8_t y, uint8_t u, uint8_t v,
yuv_sse2.c 269 VP8YuvToArgb(y[0], u[0], v[0], dst);

Completed in 37 milliseconds