Home | History | Annotate | Download | only in src

Lines Matching refs:AVCMacroblock

34     AVCMacroblock *currMB ;
121 AVCMacroblock *currMB = video->currMB;
280 AVCDec_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream)
389 AVCDec_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream)
448 void InterpretMBModeI(AVCMacroblock *mblock, uint mb_type)
479 void InterpretMBModeP(AVCMacroblock *mblock, uint mb_type)
510 void InterpretMBModeB(AVCMacroblock *mblock, uint mb_type)
550 void InterpretMBModeSI(AVCMacroblock *mblock, uint mb_type)
567 void InterpretSubMBModeP(AVCMacroblock *mblock, uint *sub_mb_type)
588 void InterpretSubMBModeB(AVCMacroblock *mblock, uint *sub_mb_type)
617 AVCDec_Status DecodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream)
718 AVCMacroblock *currMB ;