Searched defs:currMB (Results 1 – 10 of 10) sorted by relevance
| /frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
| D | slice.cpp | 27 AVCMacroblock *currMB ; in AVCEncodeSlice() local 159 AVCMacroblock *currMB = video->currMB; in EncodeMB() local 550 AVCEnc_Status EncodeMBHeader(AVCMacroblock *currMB, AVCEncObject *encvid) in EncodeMBHeader() 602 uint InterpretMBType(AVCMacroblock *currMB, int slice_type) in InterpretMBType() 686 AVCEnc_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream) in mb_pred() 772 AVCEnc_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream) in sub_mb_pred() 920 AVCEnc_Status EncodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *strea… in EncodeIntra4x4Mode()
|
| D | rate_control.cpp | 695 AVCMacroblock *currMB = video->currMB; in RCInitChromaQP() local 737 AVCMacroblock *currMB = video->currMB; in RCInitMBQP() local 754 void RCRestoreQP(AVCMacroblock *currMB, AVCCommonObj *video, AVCEncObject *encvid) in RCRestoreQP() 763 void RCCalculateMAD(AVCEncObject *encvid, AVCMacroblock *currMB, uint8 *orgL, int orgPitch) in RCCalculateMAD()
|
| D | intra_est.cpp | 115 AVCMacroblock *currMB = video->currMB; in MBIntraSearch() local 434 AVCMacroblock *currMB = video->currMB; in find_cost_16x16() local 628 AVCMacroblock *currMB = video->currMB; in mb_intra4x4_search() local 724 AVCMacroblock *currMB = video->currMB; in blk_intra4x4_search() local 1226 AVCMacroblock *currMB = video->currMB; in FindMostProbableI4Mode() local 1387 AVCMacroblock *currMB = video->currMB; in chroma_intra_search() local 1851 void MBIntraSearch(AVCEncObject *encvid, AVCMacroblock *currMB, int mbNum) in MBIntraSearch() 2004 void MBIntraSearch(AVCEncObject *encvid, AVCMacroblock *currMB, int mbNum) in MBIntraSearch()
|
| D | block.cpp | 260 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch) in MBInterIdct() 365 AVCMacroblock *currMB = video->currMB; in dct_luma_16x16() local 725 AVCMacroblock *currMB = video->currMB; in dct_chroma() local
|
| D | residual.cpp | 145 …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 | 248 AVCMacroblock *currMB, *mblock = video->mblock; in AVCMotionEstimation() local 838 AVCEnc_Status AVCMBMotionSearch(AVCEncObject *encvid, AVCMacroblock *currMB, int mbNum, in AVCMBMotionSearch() 962 AVCMacroblock *currMB = video->currMB; in AVCMBMotionSearch() local
|
| D | motion_comp.cpp | 42 AVCMacroblock *currMB = video->currMB; in AVCMBMotionComp() local
|
| /frameworks/av/media/libstagefright/codecs/avc/common/src/ |
| D | mb_access.cpp | 188 AVCMacroblock *currMB = video->currMB; in GetMotionVectorPredictor() local
|
| /frameworks/av/media/libstagefright/codecs/avc/common/include/ |
| D | avcint_common.h | 678 AVCMacroblock *currMB; /* pointer to current macroblock */ member
|