Searched refs:sub_mb_type (Results 1 - 2 of 2) 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...]
H A Davcenc_lib.h896 This function interprets the sub_mb_type and sets necessary information
900 \param "sub_mb_type" "From the syntax bitstream."
903 void InterpretSubMBTypeP(AVCMacroblock *mblock, uint *sub_mb_type);
906 This function interprets the sub_mb_type and sets necessary information
910 \param "sub_mb_type" "From the syntax bitstream."
913 void InterpretSubMBTypeB(AVCMacroblock *mblock, uint *sub_mb_type);

Completed in 40 milliseconds