HomeSort by relevance Sort by last modified time
    Searched refs:AVCCommonObj (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avclib_common.h 34 \param "video" "Pointer to AVCCommonObj."
37 OSCL_IMPORT_REF AVCStatus DeblockPicture(AVCCommonObj *video);
42 \param "video" "Pointer to AVCCommonObj."
45 void MBInLoopDeblock(AVCCommonObj *video);
52 \param "video" "Pointer to AVCCommonObj."
56 OSCL_IMPORT_REF AVCStatus AVCConfigureSequence(AVCHandle *avcHandle, AVCCommonObj *video, bool padding);
63 \param "video" "Pointer to AVCCommonObj."
69 AVCStatus InitDPB(AVCHandle *avcHandle, AVCCommonObj *video, int FrameHeightInMbs, int PicWidthInMbs, bool padding);
74 \param "video" "Pointer to AVCCommonObj."
77 OSCL_IMPORT_REF AVCStatus CleanUpDPB(AVCHandle *avcHandle, AVCCommonObj *video)
    [all...]
avcint_common.h 776 } AVCCommonObj;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_lib.h 42 \param "video" "Pointer to AVCCommonObj."
44 AVCStatus IntraMBPrediction(AVCCommonObj *video);
46 void SaveNeighborForIntraPred(AVCCommonObj *video, int offset);
48 AVCStatus Intra_4x4(AVCCommonObj *video, int component, int SubBlock_indx, uint8 *comp);
49 void Intra_4x4_Vertical(AVCCommonObj *video, int block_offset);
50 void Intra_4x4_Horizontal(AVCCommonObj *video, int pitch, int block_offset);
51 void Intra_4x4_DC(AVCCommonObj *video, int pitch, int block_offset, AVCNeighborAvailability *availability);
52 void Intra_4x4_Down_Left(AVCCommonObj *video, int block_offset, AVCNeighborAvailability *availability);
53 void Intra_4x4_Diagonal_Down_Right(AVCCommonObj *video, int pitch, int block_offset);
54 void Intra_4x4_Diagonal_Vertical_Right(AVCCommonObj *video, int pitch, int block_offset)
    [all...]
avcdec_int.h 63 AVCCommonObj *common;
pred_intra.cpp 26 AVCStatus IntraMBPrediction(AVCCommonObj *video)
364 void SaveNeighborForIntraPred(AVCCommonObj *video, int offset)
508 AVCStatus Intra_4x4(AVCCommonObj *video, int block_x, int block_y, uint8 *comp)
711 void Intra_4x4_Vertical(AVCCommonObj *video, int block_offset)
736 void Intra_4x4_Horizontal(AVCCommonObj *video, int pitch, int block_offset)
770 void Intra_4x4_DC(AVCCommonObj *video, int pitch, int block_offset,
824 void Intra_4x4_Down_Left(AVCCommonObj *video, int block_offset,
900 void Intra_4x4_Diagonal_Down_Right(AVCCommonObj *video, int pitch, int
965 void Intra_4x4_Diagonal_Vertical_Right(AVCCommonObj *video, int pitch, int block_offset)
1035 void Intra_4x4_Diagonal_Horizontal_Down(AVCCommonObj *video, int pitch
    [all...]
avcdec_api.cpp 196 AVCCommonObj *video;
221 decvid->common = (AVCCommonObj*)avcHandle->CBAVC_Malloc(userData, sizeof(AVCCommonObj), 0);
228 memset(video, 0, sizeof(AVCCommonObj));
327 AVCCommonObj *video;
393 AVCCommonObj *video;
450 AVCCommonObj *video;
725 AVCCommonObj *video;
904 AVCCommonObj *video;
    [all...]
slice.cpp 32 AVCCommonObj *video = decvid->common;
119 AVCCommonObj *video = decvid->common;
280 AVCDec_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream)
389 AVCDec_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream)
617 AVCDec_Status DecodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream)
717 AVCCommonObj *video = decvid->common;
header.cpp 318 AVCDec_Status DecodePPS(AVCDecObject *decvid, AVCCommonObj *video, AVCDecBitstream *stream)
518 AVCDec_Status DecodeSliceHeader(AVCDecObject *decvid, AVCCommonObj *video, AVCDecBitstream *stream)
783 AVCDec_Status fill_frame_num_gap(AVCHandle *avcHandle, AVCCommonObj *video)
840 AVCDec_Status ref_pic_list_reordering(AVCCommonObj *video, AVCDecBitstream *stream, AVCSliceHeader *sliceHdr, int slice_type)
882 AVCDec_Status dec_ref_pic_marking(AVCCommonObj *video, AVCDecBitstream *stream, AVCSliceHeader *sliceHdr)
    [all...]
residual.cpp 24 AVCDec_Status DecodeIntraPCM(AVCCommonObj *video, AVCDecBitstream *stream)
174 AVCCommonObj *video = decvid->common;
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 52 \param "video" "Pointer to AVCCommonObj."
58 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch);
189 \param "video" "Pointer to AVCCommonObj."
195 AVCEnc_Status ref_pic_list_reordering(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr, int slice_type);
199 \param "video" "Pointer to AVCCommonObj."
204 AVCEnc_Status dec_ref_pic_marking(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr);
219 \param "video" "Pointer to AVCCommonObj."
222 AVCEnc_Status PostPOC(AVCCommonObj *video);
355 \param "video" "Pointer to AVCCommonObj."
359 int FindMostProbableI4Mode(AVCCommonObj *video, int blkidx)
    [all...]
rate_control.cpp 32 double ComputeFrameMAD(AVCCommonObj *video, AVCRateControl *rateCtrl);
34 void targetBitCalculation(AVCEncObject *encvid, AVCCommonObj *video, AVCRateControl *rateCtrl, MultiPass *pMP);
36 void calculateQuantizer_Multipass(AVCEncObject *encvid, AVCCommonObj *video,
52 AVCCommonObj *video = encvid->common;
140 void RCUpdateBuffer(AVCCommonObj *video, AVCRateControl *rateCtrl, int frameInc)
170 AVCCommonObj *video = encvid->common;
337 AVCCommonObj *video = encvid->common;
407 void calculateQuantizer_Multipass(AVCEncObject *encvid, AVCCommonObj *video,
522 void targetBitCalculation(AVCEncObject *encvid, AVCCommonObj *video, AVCRateControl *rateCtrl, MultiPass *pMP)
696 AVCCommonObj *video = encvid->common
    [all...]
avcenc_api.cpp 61 AVCCommonObj *video;
86 encvid->common = (AVCCommonObj*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCCommonObj), DEFAULT_ATTR);
93 memset(video, 0, sizeof(AVCCommonObj));
287 AVCCommonObj *video = encvid->common;
379 AVCCommonObj *video = encvid->common;
561 AVCCommonObj *video = encvid->common;
602 AVCCommonObj *video;
header.cpp 27 AVCCommonObj *video = encvid->common;
229 AVCCommonObj *video = encvid->common;
318 AVCCommonObj *video = encvid->common;
506 AVCEnc_Status ref_pic_list_reordering(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr, int slice_type)
587 AVCEnc_Status dec_ref_pic_marking(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr)
650 AVCCommonObj *video = encvid->common;
881 AVCEnc_Status PostPOC(AVCCommonObj *video)
    [all...]
residual.cpp 23 AVCCommonObj *video = encvid->common;
148 AVCCommonObj *video = encvid->common;
slice.cpp 24 AVCCommonObj *video = encvid->common;
156 AVCCommonObj *video = encvid->common;
554 AVCCommonObj *video = encvid->common;
686 AVCEnc_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream)
772 AVCEnc_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream)
920 AVCEnc_Status EncodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream)
block.cpp 79 AVCCommonObj *video = encvid->common;
260 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch)
362 AVCCommonObj *video = encvid->common;
724 AVCCommonObj *video = encvid->common;
    [all...]
avcenc_int.h 373 AVCCommonObj *common;
init.cpp 29 AVCCommonObj *video = encvid->common;
644 AVCCommonObj *video = encvid->common;
707 AVCCommonObj *video = encvid->common;
804 AVCCommonObj *video = encvid->common;
    [all...]
intra_est.cpp 34 AVCCommonObj *video = encvid->common;
113 AVCCommonObj *video = encvid->common;
208 AVCCommonObj *video = encvid->common;
433 AVCCommonObj *video = encvid->common;
627 AVCCommonObj *video = encvid->common;
722 AVCCommonObj *video = encvid->common;
    [all...]
motion_est.cpp 239 AVCCommonObj *video = encvid->common;
603 AVCCommonObj *video = encvid->common;
744 AVCCommonObj *video = encvid->common;
841 AVCCommonObj *video = encvid->common;
958 AVCCommonObj *video = encvid->common;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
dpb.cpp 22 AVCStatus InitDPB(AVCHandle *avcHandle, AVCCommonObj *video, int FrameHeightInMbs, int PicWidthInMbs, bool padding)
108 OSCL_EXPORT_REF AVCStatus AVCConfigureSequence(AVCHandle *avcHandle, AVCCommonObj *video, bool padding)
205 OSCL_EXPORT_REF AVCStatus CleanUpDPB(AVCHandle *avcHandle, AVCCommonObj *video)
232 OSCL_EXPORT_REF AVCStatus DPBInitBuffer(AVCHandle *avcHandle, AVCCommonObj *video)
266 OSCL_EXPORT_REF void DPBInitPic(AVCCommonObj *video, int CurrPicNum)
316 OSCL_EXPORT_REF void DPBReleaseCurrentFrame(AVCHandle *avcHandle, AVCCommonObj *video)
341 OSCL_EXPORT_REF AVCStatus StorePictureInDPB(AVCHandle *avcHandle, AVCCommonObj *video)
458 AVCStatus sliding_window_process(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb)
523 AVCStatus adaptive_memory_marking(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, AVCSliceHeader *sliceHdr)
567 void MemMgrCtrlOp1(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, int difference_of_pic_nums_minus1
    [all...]
reflist.cpp 21 OSCL_EXPORT_REF void RefListInit(AVCCommonObj *video)
139 OSCL_EXPORT_REF AVCStatus ReOrderList(AVCCommonObj *video)
161 AVCStatus ReorderRefPicList(AVCCommonObj *video, int isL1)
254 AVCStatus ReorderShortTerm(AVCCommonObj *video, int picNumLX, int *refIdxLX, int isL1)
307 AVCStatus ReorderLongTerm(AVCCommonObj *video, int LongTermPicNum, int *refIdxLX, int isL1)
354 AVCPictureData* GetShortTermPic(AVCCommonObj *video, int picNum)
375 AVCPictureData* GetLongTermPic(AVCCommonObj *video, int LongtermPicNum)
fmo.cpp 23 OSCL_EXPORT_REF AVCStatus FMOInit(AVCCommonObj *video)
128 void FmoGenerateType3MapUnitMap(AVCCommonObj *video, AVCPicParamSet* pps, int *mapUnitToSliceGroupMap,
214 void FmoGenerateType5MapUnitMap(int *mapUnitToSliceGroupMap, AVCCommonObj *video,
mb_access.cpp 22 OSCL_EXPORT_REF void InitNeighborAvailability(AVCCommonObj *video, int mbNum)
68 OSCL_EXPORT_REF int predict_nnz(AVCCommonObj *video, int i, int j)
128 OSCL_EXPORT_REF int predict_nnz_chroma(AVCCommonObj *video, int i, int j)
186 OSCL_EXPORT_REF void GetMotionVectorPredictor(AVCCommonObj *video, int encFlag)
deblock.cpp 59 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV);
60 //static void GetStrength(AVCCommonObj *video, uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir, int edge);
75 OSCL_EXPORT_REF AVCStatus DeblockPicture(AVCCommonObj *video)
112 void MBInLoopDeblock(AVCCommonObj *video)
290 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV)
    [all...]

Completed in 241 milliseconds

1 2