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

  /external/webp/src/dsp/
yuv.c 243 void (*WebPConvertRGBA32ToUV)(const uint16_t* rgb,
270 WebPConvertRGBA32ToUV = WebPConvertRGBA32ToUV_C;
304 assert(WebPConvertRGBA32ToUV != NULL);
dsp.h 498 extern void (*WebPConvertRGBA32ToUV)(const uint16_t* rgb,
yuv_neon.c 173 WebPConvertRGBA32ToUV = ConvertRGBA32ToUV_NEON;
yuv_sse41.c 603 WebPConvertRGBA32ToUV = ConvertRGBA32ToUV_SSE41;
yuv_sse2.c 747 WebPConvertRGBA32ToUV = ConvertRGBA32ToUV_SSE2;
    [all...]
  /external/webp/src/enc/
picture_csp_enc.c     [all...]

Completed in 74 milliseconds