Searched refs:mb_type (Results 1 – 1 of 1) sorted by relevance
553 uint mb_type; in EncodeMBHeader() local562 mb_type = InterpretMBType(currMB, video->slice_type); in EncodeMBHeader()564 status = ue_v(stream, mb_type); in EncodeMBHeader()605 int mb_type;// part1, part2, part3; in InterpretMBType() local613 mb_type = 0; in InterpretMBType()621 mb_type = 13; in InterpretMBType()625 mb_type = 1; in InterpretMBType()627 mb_type += (CBP_chrom >> 2) + currMB->i16Mode; in InterpretMBType()631 mb_type = 25; in InterpretMBType()637 mb_type = currMB->mbMode - AVC_P16; in InterpretMBType()[all …]