/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | avcenc_lib.h | 58 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch); 523 …void AVCRasterIntraUpdate(AVCEncObject *encvid, AVCMacroblock *mblock, int totalMB, int numRefresh… 758 void RCCalculateMAD(AVCEncObject *encvid, AVCMacroblock *currMB, uint8 *orgL, int orgPitch); 767 void RCRestoreQP(AVCMacroblock *currMB, AVCCommonObj *video, AVCEncObject *encvid); 797 …s 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); 903 void InterpretSubMBTypeP(AVCMacroblock *mblock, uint *sub_mb_type); [all …]
|
D | slice.cpp | 27 AVCMacroblock *currMB ; in AVCEncodeSlice() 159 AVCMacroblock *currMB = video->currMB; in EncodeMB() 160 AVCMacroblock *MB_A, *MB_B; in EncodeMB() 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() 868 void InterpretSubMBTypeP(AVCMacroblock *mblock, uint *sub_mb_type) in InterpretSubMBTypeP() 885 void InterpretSubMBTypeB(AVCMacroblock *mblock, uint *sub_mb_type) in InterpretSubMBTypeB() 920 AVCEnc_Status EncodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *strea… in EncodeIntra4x4Mode()
|
D | rate_control.cpp | 695 AVCMacroblock *currMB = video->currMB; in RCInitChromaQP() 737 AVCMacroblock *currMB = video->currMB; in RCInitMBQP() 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 | vlc_encode.cpp | 106 AVCEnc_Status EncodeCBP(AVCMacroblock *currMB, AVCEncBitstream *stream) in EncodeCBP()
|
D | intra_est.cpp | 115 AVCMacroblock *currMB = video->currMB; in MBIntraSearch() 434 AVCMacroblock *currMB = video->currMB; in find_cost_16x16() 628 AVCMacroblock *currMB = video->currMB; in mb_intra4x4_search() 724 AVCMacroblock *currMB = video->currMB; in blk_intra4x4_search() 1226 AVCMacroblock *currMB = video->currMB; in FindMostProbableI4Mode() 1387 AVCMacroblock *currMB = video->currMB; in chroma_intra_search() 1851 void MBIntraSearch(AVCEncObject *encvid, AVCMacroblock *currMB, int mbNum) in MBIntraSearch() 2004 void MBIntraSearch(AVCEncObject *encvid, AVCMacroblock *currMB, int mbNum) in MBIntraSearch()
|
D | avcenc_api.cpp | 173 …video->mblock = (AVCMacroblock*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMacroblock) * framesi… in PVAVCEncInitialize()
|
D | motion_est.cpp | 248 AVCMacroblock *currMB, *mblock = video->mblock; in AVCMotionEstimation() 571 void AVCRasterIntraUpdate(AVCEncObject *encvid, AVCMacroblock *mblock, int totalMB, int numRefresh) in AVCRasterIntraUpdate() 838 AVCEnc_Status AVCMBMotionSearch(AVCEncObject *encvid, AVCMacroblock *currMB, int mbNum, in AVCMBMotionSearch() 962 AVCMacroblock *currMB = video->currMB; in AVCMBMotionSearch()
|
D | residual.cpp | 145 …us enc_residual_block(AVCEncObject *encvid, AVCResidualType type, int cindx, AVCMacroblock *currMB) in enc_residual_block()
|
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() 725 AVCMacroblock *currMB = video->currMB; in dct_chroma()
|
D | motion_comp.cpp | 42 AVCMacroblock *currMB = video->currMB; in AVCMBMotionComp()
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
D | mb_access.cpp | 53 bool mb_is_available(AVCMacroblock *mblock, uint PicSizeInMbs, int mbAddr, int currMbAddr) in mb_is_available() 72 AVCMacroblock *tempMB; in predict_nnz() 132 AVCMacroblock *tempMB; in predict_nnz_chroma() 188 AVCMacroblock *currMB = video->currMB; in GetMotionVectorPredictor() 189 AVCMacroblock *MB_A, *MB_B, *MB_C, *MB_D; in GetMotionVectorPredictor()
|
D | deblock.cpp | 61 static void GetStrength_Edge0(uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir); 62 static void GetStrength_VerticalEdges(uint8 *Strength, AVCMacroblock* MbQ); 63 static void GetStrength_HorizontalEdges(uint8 Strength[12], AVCMacroblock* MbQ); 292 AVCMacroblock *MbP, *MbQ; in DeblockMb() 531 void GetStrength_Edge0(uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir) in GetStrength_Edge0() 734 void GetStrength_VerticalEdges(uint8 *Strength, AVCMacroblock* MbQ) in GetStrength_VerticalEdges() 909 void GetStrength_HorizontalEdges(uint8 Strength[12], AVCMacroblock* MbQ) in GetStrength_HorizontalEdges()
|
D | dpb.cpp | 158 …video->mblock = (AVCMacroblock*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMacroblock) * framesi… in AVCConfigureSequence()
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
D | avcint_common.h | 603 } AVCMacroblock; typedef 677 AVCMacroblock *mblock; /* array of macroblocks covering entire picture */ 678 AVCMacroblock *currMB; /* pointer to current macroblock */
|
D | avclib_common.h | 374 bool mb_is_available(AVCMacroblock *mblock, uint PicSizeInMbs, int mbAddr, int currMbAddr);
|