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

  /external/webp/src/dec/
webpi.h 30 int fy_scale, fx_scale; // fixed-point scaling factor member in struct:__anon13751
io.c 443 wrk->fy_scale = (1 << RFIX) / y_sub;
491 const int yscale = wrk->fy_scale * (-wrk->y_accum);
    [all...]
  /external/webp/src/enc/
picture.c 283 const int fy_scale = (1 << RFIX) / dst_height; local
300 const int yscale = fy_scale * (-y_accum);

Completed in 413 milliseconds