Home | History | Annotate | Download | only in ext

Lines Matching refs:out_x

134   for (int out_x = 0; out_x < num_values; out_x++) {
138 filter.FilterForValue(out_x, &filter_offset, &filter_length);
164 out_row[out_x * 4 + 0] = ClampTo8(accum[0]);
165 out_row[out_x * 4 + 1] = ClampTo8(accum[1]);
166 out_row[out_x * 4 + 2] = ClampTo8(accum[2]);
168 out_row[out_x * 4 + 3] = ClampTo8(accum[3]);
186 for (int out_x = 0; out_x < pixel_width; out_x++) {
189 int byte_offset = out_x * 4;