Home | History | Annotate | Download | only in src

Lines Matching refs:mb_type

208         /* write down mb_type and PCM data */
414 /* encode mb_type, mb_pred, sub_mb_pred, CBP */
548 /* encode mb_type, mb_pred, sub_mb_pred, CBP */
553 uint mb_type;
562 mb_type = InterpretMBType(currMB, video->slice_type);
564 status = ue_v(stream, mb_type);
605 int mb_type;// part1, part2, part3;
613 mb_type = 0;
621 mb_type = 13;
625 mb_type = 1;
627 mb_type += (CBP_chrom >> 2) + currMB->i16Mode;
631 mb_type = 25;
637 mb_type = currMB->mbMode - AVC_P16;
644 mb_type += 5;
652 mb_type = 0;
656 mb_type = currMB->MBPartPredMode[0][0] + 1; // 1 or 2
660 mb_type = 26;
664 mb_type = 27;
671 mb_type = MapParts2Type[part1][part2][part3];
677 mb_type++;
680 return (uint)mb_type;