HomeSort by relevance Sort by last modified time
    Searched full:out_row_ctr (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jdpostct.c 50 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
57 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
63 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
129 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
137 max_rows = out_rows_avail - *out_row_ctr;
146 post->buffer, output_buf + *out_row_ctr, (int) num_rows);
147 *out_row_ctr += num_rows;
161 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
181 /* but we advance out_row_ctr so outer loop can tell when we're done. */
186 *out_row_ctr += num_rows
    [all...]