HomeSort by relevance Sort by last modified time
    Searched refs:thisrow (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jmemmgr.c 726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
735 thisrow = (long) ptr->cur_start_row + i;
736 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
738 rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
759 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
768 thisrow = (long) ptr->cur_start_row + i;
769 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
771 rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
    [all...]
  /external/jpeg/
jmemmgr.c 693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
702 thisrow = (long) ptr->cur_start_row + i;
703 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
705 rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
735 thisrow = (long) ptr->cur_start_row + i;
736 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
738 rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
    [all...]

Completed in 57 milliseconds