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

  /external/webp/src/dec/
webpi.h 30 int fy_scale, fx_scale; // fixed-point scaling factor member in struct:__anon13559
  /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 913 milliseconds