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

  /external/webp/src/dec/
webpi.h 33 int y_accum; // vertical accumulator member in struct:__anon13559
  /external/webp/src/enc/
picture.c 287 int y_accum = src_height; local
298 y_accum -= dst_height;
299 for (; y_accum <= 0; y_accum += src_height) {
300 const int yscale = fy_scale * (-y_accum);

Completed in 3360 milliseconds