Searched refs:first_row (Results 1 – 1 of 1) sorted by relevance
6317 first_row = crop->regionlist[i].y1; in extractCompositeRegions()6323 crop_length = last_row - first_row + 1; in extractCompositeRegions()6351 dst_offset = (row - first_row) * dst_rowsize; in extractCompositeRegions()6555 first_row = crop->regionlist[region].y1; in extractSeparateRegion()6561 crop_length = last_row - first_row + 1; in extractSeparateRegion()6572 for (row = first_row; row <= last_row; row++) in extractSeparateRegion()6575 dst_offset = (row - first_row) * dst_rowsize; in extractSeparateRegion()6699 first_row = section->y1; in extractImageSection()6706 sect_length = last_row - first_row + 1; in extractImageSection()6724 for (row = first_row; row <= last_row; row++) in extractImageSection()[all …]