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

  /external/chromium_org/third_party/libwebp/dsp/
yuv.h 113 static WEBP_INLINE void VP8YuvToBgr(int y, int u, int v,
172 static WEBP_INLINE void VP8YuvToBgr(int y, int u, int v,
230 VP8YuvToBgr(y, u, v, bgra);
upsampling.c 97 UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3)
163 YUV444_FUNC(Yuv444ToBgr, VP8YuvToBgr, 3)
yuv.c 92 ROW_FUNC(YuvToBgrRow, VP8YuvToBgr, 3)
yuv_sse2.c 301 VP8YuvToBgr(y[0], u[0], v[0], dst + 0);
303 VP8YuvToBgr(y[1], u[n & 1], v[n & 1], dst + 3);
upsampling_sse2.c 173 SSE2_UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3)

Completed in 59 milliseconds