Lines Matching refs:mb_width
405 const int pic_width = 16 * h->mb_width;
657 if (h->mbx == h->mb_width - 1) // MB C not available
695 if (h->mbx == h->mb_width) { // New mb line
760 h->top_qp = av_mallocz(h->mb_width);
761 h->top_mv[0] = av_calloc(h->mb_width * 2 + 1, sizeof(cavs_vector));
762 h->top_mv[1] = av_calloc(h->mb_width * 2 + 1, sizeof(cavs_vector));
763 h->top_pred_Y = av_calloc(h->mb_width * 2, sizeof(*h->top_pred_Y));
764 h->top_border_y = av_calloc(h->mb_width + 1, 16);
765 h->top_border_u = av_calloc(h->mb_width, 10);
766 h->top_border_v = av_calloc(h->mb_width, 10);
769 h->col_mv = av_calloc(h->mb_width * h->mb_height,
771 h->col_type_base = av_mallocz(h->mb_width * h->mb_height);