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

  /external/opencv3/3rdparty/libwebp/utils/
rescaler.h 28 int64_t fxy_scale; // '' member in struct:__anon21920
  /external/webp/src/utils/
rescaler.h 37 uint32_t fxy_scale; // '' member in struct:WebPRescaler
  /external/webp/src/dsp/
rescaler_neon.c 123 const uint32_t fxy_scale = wrk->fxy_scale; local
126 const int32x4_t fxy_scale_half = MAKE_HALF_CST(fxy_scale);
148 const int v = (int)MULT_FIX_C(irow[x_out] - frac, wrk->fxy_scale);
165 const int v = (int)MULT_FIX_C(irow[x_out], fxy_scale);

Completed in 673 milliseconds