HomeSort by relevance Sort by last modified time
    Searched defs:fy_scale (Results 1 - 2 of 2) sorted by null

  /external/webp/src/utils/
rescaler_utils.h 36 uint32_t fy_scale; // '' member in struct:WebPRescaler
  /external/webp/src/dsp/
rescaler_neon.c 70 const uint32_t fy_scale = wrk->fy_scale; local
71 const int32x4_t fy_scale_half = MAKE_HALF_CST(fy_scale);
89 const int v = (int)MULT_FIX_C(J, fy_scale);
111 const int v = (int)MULT_FIX_C(J, fy_scale);
124 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum);

Completed in 1226 milliseconds