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

  /external/chromium_org/third_party/libwebp/utils/
rescaler.h 27 int fy_scale, fx_scale; // fixed-point scaling factor member in struct:__anon17928
rescaler.c 77 const int yscale = wrk->fy_scale * (-wrk->y_accum);
197 const int yscale = wrk->fy_scale * (-wrk->y_accum);
277 wrk->fy_scale = (1 << RFIX) / y_sub;

Completed in 33 milliseconds