Searched defs:sub_mb_type (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dslice.cpp779 uint sub_mb_type[4]; local
788 /* assign values to currMB->sub_mb_type[] */
791 InterpretSubMBTypeP(currMB, sub_mb_type);
796 InterpretSubMBTypeB(currMB,sub_mb_type);
801 status = ue_v(stream, sub_mb_type[mbPartIdx]);
867 /* input is mblock->sub_mb_type[] */
868 void InterpretSubMBTypeP(AVCMacroblock *mblock, uint *sub_mb_type) argument
879 sub_mb_type[i] = mblock->subMbMode[i] - AVC_8x8;
885 void InterpretSubMBTypeB(AVCMacroblock *mblock, uint *sub_mb_type) argument
900 sub_mb_type[
[all...]

Completed in 57 milliseconds