Searched refs:cur_row (Results 1 – 1 of 1) sorted by relevance
1544 int cur_row = dec->last_row_; in ExtractAlphaRows() local1545 int num_rows = last_row - cur_row; in ExtractAlphaRows()1546 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row; in ExtractAlphaRows()1557 uint8_t* const dst = output + width * cur_row; in ExtractAlphaRows()1562 cur_row, cur_row + num_rows_to_process, dst, width); in ExtractAlphaRows()1565 cur_row += num_rows_to_process; in ExtractAlphaRows()1567 assert(cur_row == last_row); in ExtractAlphaRows()
Completed in 5 milliseconds