Home | History | Annotate | Download | only in dec

Lines Matching defs:start_row

702   const int start_row = dec->last_row_;
703 const int end_row = start_row + num_rows;
712 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out);
720 const int start_row = dec->last_row_;
721 const int end_row = start_row + num_rows;
723 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row;
727 VP8LColorIndexInverseTransformAlpha(transform, start_row, end_row, rows_in,