Home
last modified time | relevance | path

Searched refs:AVCMacroblock (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Davcenc_lib.h58 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 …]
Dslice.cpp27 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()
Drate_control.cpp695 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()
Dvlc_encode.cpp106 AVCEnc_Status EncodeCBP(AVCMacroblock *currMB, AVCEncBitstream *stream) in EncodeCBP()
Dintra_est.cpp115 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()
Davcenc_api.cpp173 …video->mblock = (AVCMacroblock*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMacroblock) * framesi… in PVAVCEncInitialize()
Dmotion_est.cpp248 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()
Dresidual.cpp145 …us enc_residual_block(AVCEncObject *encvid, AVCResidualType type, int cindx, AVCMacroblock *currMB) in enc_residual_block()
Dblock.cpp260 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()
Dmotion_comp.cpp42 AVCMacroblock *currMB = video->currMB; in AVCMBMotionComp()
/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dmb_access.cpp53 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()
Ddeblock.cpp61 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()
Ddpb.cpp158 …video->mblock = (AVCMacroblock*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMacroblock) * framesi… in AVCConfigureSequence()
/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davcint_common.h603 } AVCMacroblock; typedef
677 AVCMacroblock *mblock; /* array of macroblocks covering entire picture */
678 AVCMacroblock *currMB; /* pointer to current macroblock */
Davclib_common.h374 bool mb_is_available(AVCMacroblock *mblock, uint PicSizeInMbs, int mbAddr, int currMbAddr);