Searched defs:y_add (Results 1 – 4 of 4) sorted by relevance
27 const int y_add = src_height, y_sub = dst_height; in WebPRescalerInit() local
39 int y_add, y_sub; // vertical increments member
31 int y_add, y_sub; // vertical increments (add ~= src, sub ~= dst) member
30 int y_add, int y_sub, int32_t* const work) { in WebPRescalerInit()