/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
D | slice.cpp | 28 AVCMacroblock *currMB ; in AVCEncodeSlice() local 160 AVCMacroblock *currMB = video->currMB; in EncodeMB() local 551 AVCEnc_Status EncodeMBHeader(AVCMacroblock *currMB, AVCEncObject *encvid) in EncodeMBHeader() 603 uint InterpretMBType(AVCMacroblock *currMB, int slice_type) in InterpretMBType() 687 AVCEnc_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream) in mb_pred() 773 AVCEnc_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream) in sub_mb_pred() 921 AVCEnc_Status EncodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *strea… in EncodeIntra4x4Mode()
|
D | rate_control.cpp | 699 AVCMacroblock *currMB = video->currMB; in RCInitChromaQP() local 741 AVCMacroblock *currMB = video->currMB; in RCInitMBQP() local 758 void RCRestoreQP(AVCMacroblock *currMB, AVCCommonObj *video, AVCEncObject *encvid) in RCRestoreQP() 767 void RCCalculateMAD(AVCEncObject *encvid, AVCMacroblock *currMB, uint8 *orgL, int orgPitch) in RCCalculateMAD()
|
D | intra_est.cpp | 116 AVCMacroblock *currMB = video->currMB; in MBIntraSearch() local 435 AVCMacroblock *currMB = video->currMB; in find_cost_16x16() local 629 AVCMacroblock *currMB = video->currMB; in mb_intra4x4_search() local 725 AVCMacroblock *currMB = video->currMB; in blk_intra4x4_search() local 1227 AVCMacroblock *currMB = video->currMB; in FindMostProbableI4Mode() local 1388 AVCMacroblock *currMB = video->currMB; in chroma_intra_search() local 1852 void MBIntraSearch(AVCEncObject *encvid, AVCMacroblock *currMB, int mbNum) in MBIntraSearch() 2005 void MBIntraSearch(AVCEncObject *encvid, AVCMacroblock *currMB, int mbNum) in MBIntraSearch()
|
D | block.cpp | 261 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch) in MBInterIdct() 366 AVCMacroblock *currMB = video->currMB; in dct_luma_16x16() local 726 AVCMacroblock *currMB = video->currMB; in dct_chroma() local
|
D | residual.cpp | 146 …us enc_residual_block(AVCEncObject *encvid, AVCResidualType type, int cindx, AVCMacroblock *currMB) in enc_residual_block()
|
D | vlc_encode.cpp | 106 AVCEnc_Status EncodeCBP(AVCMacroblock *currMB, AVCEncBitstream *stream) in EncodeCBP()
|
D | motion_est.cpp | 249 AVCMacroblock *currMB, *mblock = video->mblock; in AVCMotionEstimation() local 839 AVCEnc_Status AVCMBMotionSearch(AVCEncObject *encvid, AVCMacroblock *currMB, int mbNum, in AVCMBMotionSearch() 963 AVCMacroblock *currMB = video->currMB; in AVCMBMotionSearch() local
|
D | motion_comp.cpp | 43 AVCMacroblock *currMB = video->currMB; in AVCMBMotionComp() local
|
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | slice.cpp | 33 AVCMacroblock *currMB ; in DecodeSlice() local 120 AVCMacroblock *currMB = video->currMB; in DecodeMB() local 279 AVCDec_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream) in mb_pred() 388 AVCDec_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream) in sub_mb_pred() 616 AVCDec_Status DecodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *strea… in DecodeIntra4x4Mode() 717 AVCMacroblock *currMB ; in ConcealSlice() local
|
D | residual.cpp | 170 AVCDec_Status residual(AVCDecObject *decvid, AVCMacroblock *currMB) in residual()
|
D | vlc.cpp | 241 AVCDec_Status DecodeCBP(AVCMacroblock *currMB, AVCDecBitstream *stream) in DecodeCBP()
|
D | pred_intra.cpp | 31 AVCMacroblock *currMB = video->currMB; in IntraMBPrediction() local 511 AVCMacroblock *currMB = video->currMB; in Intra_4x4() local
|
D | pred_inter.cpp | 40 AVCMacroblock *currMB = video->currMB; in InterMBPrediction() local
|
/external/opencore/codecs_v2/video/avc_h264/common/src/ |
D | mb_access.cpp | 187 AVCMacroblock *currMB = video->currMB; in GetMotionVectorPredictor() local
|
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
D | avcint_common.h | 681 AVCMacroblock *currMB; /* pointer to current macroblock */ member
|