/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_lib.h | 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); [all...] |
slice.cpp | 27 AVCMacroblock *currMB ; 159 AVCMacroblock *currMB = video->currMB; 160 AVCMacroblock *MB_A, *MB_B; 550 AVCEnc_Status EncodeMBHeader(AVCMacroblock *currMB, AVCEncObject *encvid) 602 uint InterpretMBType(AVCMacroblock *currMB, int slice_type) 686 AVCEnc_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream) 772 AVCEnc_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream) 868 void InterpretSubMBTypeP(AVCMacroblock *mblock, uint *sub_mb_type) 885 void InterpretSubMBTypeB(AVCMacroblock *mblock, uint *sub_mb_type) 920 AVCEnc_Status EncodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream [all...] |
vlc_encode.cpp | 106 AVCEnc_Status EncodeCBP(AVCMacroblock *currMB, AVCEncBitstream *stream)
|
rate_control.cpp | 695 AVCMacroblock *currMB = video->currMB; 737 AVCMacroblock *currMB = video->currMB; 754 void RCRestoreQP(AVCMacroblock *currMB, AVCCommonObj *video, AVCEncObject *encvid) 763 void RCCalculateMAD(AVCEncObject *encvid, AVCMacroblock *currMB, uint8 *orgL, int orgPitch) [all...] |
avcenc_api.cpp | 173 video->mblock = (AVCMacroblock*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMacroblock) * framesize, DEFAULT_ATTR);
|
intra_est.cpp | 115 AVCMacroblock *currMB = video->currMB; 434 AVCMacroblock *currMB = video->currMB; 628 AVCMacroblock *currMB = video->currMB; 724 AVCMacroblock *currMB = video->currMB; [all...] |
residual.cpp | 145 AVCEnc_Status enc_residual_block(AVCEncObject *encvid, AVCResidualType type, int cindx, AVCMacroblock *currMB)
|
block.cpp | 260 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch) 365 AVCMacroblock *currMB = video->currMB; 725 AVCMacroblock *currMB = video->currMB; [all...] |
motion_est.cpp | 248 AVCMacroblock *currMB, *mblock = video->mblock; 571 void AVCRasterIntraUpdate(AVCEncObject *encvid, AVCMacroblock *mblock, int totalMB, int numRefresh) 838 AVCEnc_Status AVCMBMotionSearch(AVCEncObject *encvid, AVCMacroblock *currMB, int mbNum, 962 AVCMacroblock *currMB = video->currMB; [all...] |
motion_comp.cpp | 42 AVCMacroblock *currMB = video->currMB; [all...] |
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
mb_access.cpp | 53 bool mb_is_available(AVCMacroblock *mblock, uint PicSizeInMbs, int mbAddr, int currMbAddr) 72 AVCMacroblock *tempMB; 132 AVCMacroblock *tempMB; 188 AVCMacroblock *currMB = video->currMB; 189 AVCMacroblock *MB_A, *MB_B, *MB_C, *MB_D;
|
deblock.cpp | 60 //static void GetStrength(AVCCommonObj *video, uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir, int edge); 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; 531 void GetStrength_Edge0(uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir) 734 void GetStrength_VerticalEdges(uint8 *Strength, AVCMacroblock* MbQ [all...] |
dpb.cpp | 158 video->mblock = (AVCMacroblock*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMacroblock) * framesize, DEFAULT_ATTR);
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 603 } AVCMacroblock; 677 AVCMacroblock *mblock; /* array of macroblocks covering entire picture */ 678 AVCMacroblock *currMB; /* pointer to current macroblock */ [all...] |
avclib_common.h | 361 \param "currMB" "Pointer to the current AVCMacroblock structure." 374 bool mb_is_available(AVCMacroblock *mblock, uint PicSizeInMbs, int mbAddr, int currMbAddr);
|