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

  /external/webp/src/dsp/
yuv.c 242 void (*WebPConvertBGR24ToY)(const uint8_t* bgr, uint8_t* y, int width);
268 WebPConvertBGR24ToY = ConvertBGR24ToY_C;
303 assert(WebPConvertBGR24ToY != NULL);
dsp.h 503 extern void (*WebPConvertBGR24ToY)(const uint8_t* bgr, uint8_t* y, int width);
yuv_neon.c 170 WebPConvertBGR24ToY = ConvertBGR24ToY_NEON;
yuv_sse41.c 601 WebPConvertBGR24ToY = ConvertBGR24ToY_SSE41;
yuv_sse2.c 745 WebPConvertBGR24ToY = ConvertBGR24ToY_SSE2;
    [all...]
  /external/webp/src/enc/
picture_csp_enc.c     [all...]

Completed in 366 milliseconds