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

  /external/webp/src/dsp/
yuv.h 100 static WEBP_INLINE void VP8YuvToBgr(int y, int u, int v,
150 VP8YuvToBgr(y, u, v, bgra);
upsampling.c 97 UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3)
165 YUV444_FUNC(WebPYuv444ToBgrC, VP8YuvToBgr, 3)
upsampling_sse2.c 173 SSE2_UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3)
yuv.c 94 ROW_FUNC(YuvToBgrRow, VP8YuvToBgr, 3)
yuv_sse2.c 417 VP8YuvToBgr(y[0], u[0], v[0], dst);

Completed in 50 milliseconds