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

  /external/webp/src/dsp/
yuv.c 185 void WebPConvertRGBA32ToUV_C(const uint16_t* rgb,
270 WebPConvertRGBA32ToUV = WebPConvertRGBA32ToUV_C;
dsp.h 508 extern void WebPConvertRGBA32ToUV_C(const uint16_t* rgb,
yuv_sse41.c 588 WebPConvertRGBA32ToUV_C(rgb, u, v, width - max_width);
yuv_sse2.c 732 WebPConvertRGBA32ToUV_C(rgb, u, v, width - max_width);
    [all...]

Completed in 45 milliseconds