Home | History | Annotate | Download | only in dec

Lines Matching refs:cur_row

1544   int cur_row = dec->last_row_;
1545 int num_rows = last_row - cur_row;
1546 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row;
1557 uint8_t* const dst = output + width * cur_row;
1562 cur_row, cur_row + num_rows_to_process, dst, width);
1565 cur_row += num_rows_to_process;
1567 assert(cur_row == last_row);