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

  /external/webp/src/dsp/
yuv.c 250 uint64_t (*WebPSharpYUVUpdateY)(const uint16_t* ref, const uint16_t* src,
273 WebPSharpYUVUpdateY = SharpYUVUpdateY_C;
305 assert(WebPSharpYUVUpdateY != NULL);
dsp.h 512 extern uint64_t (*WebPSharpYUVUpdateY)(const uint16_t* src, const uint16_t* ref,
yuv_neon.c 278 WebPSharpYUVUpdateY = SharpYUVUpdateY_NEON;
yuv_sse2.c     [all...]
  /external/webp/src/enc/
picture_csp_enc.c 537 diff_y_sum += WebPSharpYUVUpdateY(target_y, best_rgb_y, best_y, 2 * w);
    [all...]

Completed in 906 milliseconds