Home | History | Annotate | Download | only in dec

Lines Matching refs:mb_w

387   const int in_width = io->mb_w;
462 int mb_w, int mb_h,
467 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out);
574 int mb_w, int num_rows) {
577 ConvertToYUVA((const uint32_t*)in, mb_w, y_pos, dec->output_);
587 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and
609 io->mb_w = io->crop_right - io->crop_left;
693 io->mb_w, io->mb_h, rgba, buf->stride);
699 EmitRowsYUVA(dec, rows_data, in_stride, io->mb_w, io->mb_h);