Home | History | Annotate | Download | only in dec

Lines Matching defs:start_row

640   const int start_row = dec->last_row_;
641 const int end_row = start_row + num_rows;
650 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out);
658 const int start_row = dec->last_row_;
659 const int end_row = start_row + num_rows;
661 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row;
665 VP8LColorIndexInverseTransformAlpha(transform, start_row, end_row, rows_in,