Home
last modified time | relevance | path

Searched refs:mb_type (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dslice.cpp553 uint mb_type; in EncodeMBHeader() local
562 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() local
613 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 …]