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

  /external/chromium_org/third_party/libjpeg_turbo/
jcprepct.c 135 int numrows, ci; local
143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row;
144 numrows = (int) MIN((JDIMENSION) numrows, inrows);
148 numrows);
149 *in_row_ctr += numrows;
150 prep->next_buf_row += numrows;
151 prep->rows_to_go -= numrows;
202 int numrows, ci; local
210 numrows = prep->next_buf_stop - prep->next_buf_row
    [all...]
  /external/jpeg/
jcprepct.c 135 int numrows, ci; local
143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row;
144 numrows = (int) MIN((JDIMENSION) numrows, inrows);
148 numrows);
149 *in_row_ctr += numrows;
150 prep->next_buf_row += numrows;
151 prep->rows_to_go -= numrows;
202 int numrows, ci; local
210 numrows = prep->next_buf_stop - prep->next_buf_row
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 49 milliseconds