Home
last modified time | relevance | path

Searched refs:outcol_h (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djcsample.c155 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ in int_downsample() local
175 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample()
176 outcol++, outcol_h += h_expand) { in int_downsample()
179 inptr = input_data[inrow+v] + outcol_h; in int_downsample()

Completed in 5 milliseconds