Home | History | Annotate | Download | only in dec

Lines Matching defs:start_row

615   const int start_row = dec->last_row_;
616 const int end_row = start_row + num_rows;
625 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out);
633 const int start_row = dec->last_row_;
634 const int end_row = start_row + num_rows;
636 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row;
640 VP8LColorIndexInverseTransformAlpha(transform, start_row, end_row, rows_in,