Home | History | Annotate | Download | only in src

Lines Matching refs:AVCMacroblock

54     \param "currMB" "Pointer to the AVCMacroblock structure."
58 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch);
518 \param "mblock" "Pointer to the array of AVCMacroblock structures."
523 void AVCRasterIntraUpdate(AVCEncObject *encvid, AVCMacroblock *mblock, int totalMB, int numRefresh);
556 //AVCEnc_Status AVCMBMotionSearch(AVCEncObject *encvid, AVCMacroblock *currMB, int mbNum,
758 void RCCalculateMAD(AVCEncObject *encvid, AVCMacroblock *currMB, uint8 *orgL, int orgPitch);
767 void RCRestoreQP(AVCMacroblock *currMB, AVCCommonObj *video, AVCEncObject *encvid);
797 AVCEnc_Status enc_residual_block(AVCEncObject *encvid, AVCResidualType type, int bindx, AVCMacroblock *currMB);
866 AVCEnc_Status EncodeMBHeader(AVCMacroblock *currMB, AVCEncObject *video);
875 uint InterpretMBType(AVCMacroblock *currMB, int slice_type);
884 AVCEnc_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream);
893 AVCEnc_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream);
899 \param "mblock" "Pointer to current AVCMacroblock."
903 void InterpretSubMBTypeP(AVCMacroblock *mblock, uint *sub_mb_type);
909 \param "mblock" "Pointer to current AVCMacroblock."
913 void InterpretSubMBTypeB(AVCMacroblock *mblock, uint *sub_mb_type);
919 \param "currMB" "Pointer to the AVCMacroblock structure."
923 AVCEnc_Status EncodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream);
962 \param "currMB" "Pointer to the current AVCMacroblock structure."
966 AVCEnc_Status EncodeCBP(AVCMacroblock *currMB, AVCEncBitstream *stream);