HomeSort by relevance Sort by last modified time
    Searched refs:AVCMacroblock (Results 1 - 21 of 21) sorted by null

  /frameworks/base/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 697 AVCMacroblock *currMB = video->currMB;
739 AVCMacroblock *currMB = video->currMB;
756 void RCRestoreQP(AVCMacroblock *currMB, AVCCommonObj *video, AVCEncObject *encvid)
765 void RCCalculateMAD(AVCEncObject *encvid, AVCMacroblock *currMB, uint8 *orgL, int orgPitch)
    [all...]
avcenc_api.cpp 180 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/base/media/libstagefright/codecs/avc/dec/src/
avcdec_lib.h 213 AVCDec_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream);
222 AVCDec_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream);
228 \param "mblock" "Pointer to current AVCMacroblock."
232 void InterpretMBModeI(AVCMacroblock *mblock, uint mb_type);
238 \param "mblock" "Pointer to current AVCMacroblock."
242 void InterpretMBModeP(AVCMacroblock *mblock, uint mb_type);
248 \param "mblock" "Pointer to current AVCMacroblock."
252 void InterpretMBModeB(AVCMacroblock *mblock, uint mb_type);
258 \param "mblock" "Pointer to current AVCMacroblock."
262 void InterpretMBModeSI(AVCMacroblock *mblock, uint mb_type)
    [all...]
slice.cpp 34 AVCMacroblock *currMB ;
121 AVCMacroblock *currMB = video->currMB;
280 AVCDec_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream)
389 AVCDec_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream)
448 void InterpretMBModeI(AVCMacroblock *mblock, uint mb_type)
479 void InterpretMBModeP(AVCMacroblock *mblock, uint mb_type)
510 void InterpretMBModeB(AVCMacroblock *mblock, uint mb_type)
550 void InterpretMBModeSI(AVCMacroblock *mblock, uint mb_type)
567 void InterpretSubMBModeP(AVCMacroblock *mblock, uint *sub_mb_type)
588 void InterpretSubMBModeB(AVCMacroblock *mblock, uint *sub_mb_type
    [all...]
residual.cpp 172 AVCDec_Status residual(AVCDecObject *decvid, AVCMacroblock *currMB)
vlc.cpp 241 AVCDec_Status DecodeCBP(AVCMacroblock *currMB, AVCDecBitstream *stream)
pred_intra.cpp 30 AVCMacroblock *currMB = video->currMB;
510 AVCMacroblock *currMB = video->currMB;
    [all...]
pred_inter.cpp 39 AVCMacroblock *currMB = video->currMB;
    [all...]
  /frameworks/base/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;
530 void GetStrength_Edge0(uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir)
733 void GetStrength_VerticalEdges(uint8 *Strength, AVCMacroblock* MbQ
    [all...]
dpb.cpp 158 video->mblock = (AVCMacroblock*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMacroblock) * framesize, DEFAULT_ATTR);
  /frameworks/base/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);

Completed in 100 milliseconds