HomeSort by relevance Sort by last modified time
    Searched refs:sub_mb_type (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
slice.cpp 779 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)
879 sub_mb_type[i] = mblock->subMbMode[i] - AVC_8x8;
885 void InterpretSubMBTypeB(AVCMacroblock *mblock, uint *sub_mb_type)
900 sub_mb_type[i] = 0
    [all...]
avcenc_lib.h     [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 2350 OMX_U8 sub_mb_type[4]; member in struct:OMX_TI_VIDEO_H264VDEC_MbPredType
    [all...]

Completed in 140 milliseconds