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

  /external/webp/src/dsp/
yuv.c 252 void (*WebPSharpYUVUpdateRGB)(const int16_t* ref, const int16_t* src,
274 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_C;
306 assert(WebPSharpYUVUpdateRGB != NULL);
dsp.h 514 extern void (*WebPSharpYUVUpdateRGB)(const int16_t* src, const int16_t* ref,
yuv_neon.c 279 WebPSharpYUVUpdateRGB = SharpYUVUpdateRGB_NEON;
yuv_sse2.c     [all...]
  /external/webp/src/enc/
picture_csp_enc.c 538 WebPSharpYUVUpdateRGB(target_uv, best_rgb_uv, best_uv, 3 * uv_w);
    [all...]

Completed in 104 milliseconds