Searched refs:thisrow (Results 1 - 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
H A D | jmemmgr.c | 758 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local 767 thisrow = (long) ptr->cur_start_row + i; 768 rows = MIN(rows, (long) ptr->first_undef_row - thisrow); 770 rows = MIN(rows, (long) ptr->rows_in_array - thisrow); 791 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local 800 thisrow = (long) ptr->cur_start_row + i; 801 rows = MIN(rows, (long) ptr->first_undef_row - thisrow); 803 rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
|
Completed in 97 milliseconds