Home
last modified time | relevance | path

Searched refs:AVCCommonObj (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davclib_common.h37 OSCL_IMPORT_REF AVCStatus DeblockPicture(AVCCommonObj *video);
45 void MBInLoopDeblock(AVCCommonObj *video);
56 OSCL_IMPORT_REF AVCStatus AVCConfigureSequence(AVCHandle *avcHandle, AVCCommonObj *video, bool padd…
69 AVCStatus InitDPB(AVCHandle *avcHandle, AVCCommonObj *video, int FrameHeightInMbs, int PicWidthInMb…
77 OSCL_IMPORT_REF AVCStatus CleanUpDPB(AVCHandle *avcHandle, AVCCommonObj *video);
87 OSCL_IMPORT_REF AVCStatus DPBInitBuffer(AVCHandle *avcHandle, AVCCommonObj *video);
97 OSCL_IMPORT_REF void DPBInitPic(AVCCommonObj *video, int CurrPicNum);
105 OSCL_IMPORT_REF void DPBReleaseCurrentFrame(AVCHandle *avcHandle, AVCCommonObj *video);
114 OSCL_IMPORT_REF AVCStatus StorePictureInDPB(AVCHandle *avcHandle, AVCCommonObj *video);
124 AVCStatus sliding_window_process(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb);
[all …]
Davcint_common.h776 } AVCCommonObj; typedef
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Davcenc_lib.h58 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch);
195 …AVCEnc_Status ref_pic_list_reordering(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader…
204 …AVCEnc_Status dec_ref_pic_marking(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sl…
222 AVCEnc_Status PostPOC(AVCCommonObj *video);
359 int FindMostProbableI4Mode(AVCCommonObj *video, int blkidx);
409 void AVCMBMotionComp(AVCEncObject *encvid, AVCCommonObj *video);
687 void RCUpdateBuffer(AVCCommonObj *video, AVCRateControl *rateCtrl, int frameInc);
748 …void RCPostMB(AVCCommonObj *video, AVCRateControl *rateCtrl, int num_header_bits, int num_texture_…
767 void RCRestoreQP(AVCMacroblock *currMB, AVCCommonObj *video, AVCEncObject *encvid);
884 AVCEnc_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream);
[all …]
Drate_control.cpp32 double ComputeFrameMAD(AVCCommonObj *video, AVCRateControl *rateCtrl);
34 void targetBitCalculation(AVCEncObject *encvid, AVCCommonObj *video, AVCRateControl *rateCtrl, Mult…
36 void calculateQuantizer_Multipass(AVCEncObject *encvid, AVCCommonObj *video,
52 AVCCommonObj *video = encvid->common; in RCDetermineFrameNum()
140 void RCUpdateBuffer(AVCCommonObj *video, AVCRateControl *rateCtrl, int frameInc) in RCUpdateBuffer()
170 AVCCommonObj *video = encvid->common; in InitRateControlModule()
335 AVCCommonObj *video = encvid->common; in RCInitFrameQP()
405 void calculateQuantizer_Multipass(AVCEncObject *encvid, AVCCommonObj *video, in calculateQuantizer_Multipass()
520 void targetBitCalculation(AVCEncObject *encvid, AVCCommonObj *video, AVCRateControl *rateCtrl, Mult… in targetBitCalculation()
694 AVCCommonObj *video = encvid->common; in RCInitChromaQP()
[all …]
Davcenc_api.cpp61 AVCCommonObj *video; in PVAVCEncInitialize()
85 …encvid->common = (AVCCommonObj*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCCommonObj), DEFAULT_A… in PVAVCEncInitialize()
279 AVCCommonObj *video = encvid->common; in PVAVCEncSetInput()
371 AVCCommonObj *video = encvid->common; in PVAVCEncodeNAL()
553 AVCCommonObj *video = encvid->common; in PVAVCEncGetRecon()
594 AVCCommonObj *video; in PVAVCCleanUpEncoder()
Dheader.cpp27 AVCCommonObj *video = encvid->common; in EncodeSPS()
229 AVCCommonObj *video = encvid->common; in EncodePPS()
318 AVCCommonObj *video = encvid->common; in EncodeSliceHeader()
506 AVCEnc_Status ref_pic_list_reordering(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader … in ref_pic_list_reordering()
587 AVCEnc_Status dec_ref_pic_marking(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sli… in dec_ref_pic_marking()
650 AVCCommonObj *video = encvid->common; in InitPOC()
881 AVCEnc_Status PostPOC(AVCCommonObj *video) in PostPOC()
Dslice.cpp24 AVCCommonObj *video = encvid->common; in AVCEncodeSlice()
156 AVCCommonObj *video = encvid->common; in EncodeMB()
554 AVCCommonObj *video = encvid->common; in EncodeMBHeader()
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()
920 AVCEnc_Status EncodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *strea… in EncodeIntra4x4Mode()
Dresidual.cpp23 AVCCommonObj *video = encvid->common; in EncodeIntraPCM()
148 AVCCommonObj *video = encvid->common; in enc_residual_block()
Dinit.cpp29 AVCCommonObj *video = encvid->common; in SetEncodeParam()
640 AVCCommonObj *video = encvid->common; in VerifyLevel()
703 AVCCommonObj *video = encvid->common; in InitFrame()
800 AVCCommonObj *video = encvid->common; in InitSlice()
Dblock.cpp79 AVCCommonObj *video = encvid->common; in dct_luma()
260 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch) in MBInterIdct()
362 AVCCommonObj *video = encvid->common; in dct_luma_16x16()
724 AVCCommonObj *video = encvid->common; in dct_chroma()
1116 AVCCommonObj *video = encvid->common; in TransQuantIntra16DC()
1209 AVCCommonObj *video = encvid->common; in TransQuantChromaDC()
Dintra_est.cpp34 AVCCommonObj *video = encvid->common; in IntraDecisionABE()
113 AVCCommonObj *video = encvid->common; in MBIntraSearch()
208 AVCCommonObj *video = encvid->common; in intrapred_luma_16x16()
433 AVCCommonObj *video = encvid->common; in find_cost_16x16()
627 AVCCommonObj *video = encvid->common; in mb_intra4x4_search()
722 AVCCommonObj *video = encvid->common; in blk_intra4x4_search()
1223 int FindMostProbableI4Mode(AVCCommonObj *video, int blkidx) in FindMostProbableI4Mode()
1365 AVCCommonObj *video = encvid->common; in chroma_intra_search()
1855 AVCCommonObj *video = encvid->common; in MBIntraSearch()
2006 AVCCommonObj *video = encvid->common; in MBIntraSearch()
Dmotion_est.cpp239 AVCCommonObj *video = encvid->common; in AVCMotionEstimation()
603 AVCCommonObj *video = encvid->common; in InitHTFM()
744 AVCCommonObj *video = encvid->common; in HTFMPrepareCurMB_AVC()
841 AVCCommonObj *video = encvid->common; in AVCMBMotionSearch()
958 AVCCommonObj *video = encvid->common; in AVCMBMotionSearch()
1359 AVCCommonObj *video = encvid->common; in AVCCandidateSelection()
Davcenc_int.h373 AVCCommonObj *common;
Dmotion_comp.cpp38 void AVCMBMotionComp(AVCEncObject *encvid, AVCCommonObj *video) in AVCMBMotionComp()
/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddpb.cpp22 AVCStatus InitDPB(AVCHandle *avcHandle, AVCCommonObj *video, int FrameHeightInMbs, int PicWidthInMb… in InitDPB()
108 OSCL_EXPORT_REF AVCStatus AVCConfigureSequence(AVCHandle *avcHandle, AVCCommonObj *video, bool padd… in AVCConfigureSequence()
205 OSCL_EXPORT_REF AVCStatus CleanUpDPB(AVCHandle *avcHandle, AVCCommonObj *video) in CleanUpDPB()
232 OSCL_EXPORT_REF AVCStatus DPBInitBuffer(AVCHandle *avcHandle, AVCCommonObj *video) in DPBInitBuffer()
266 OSCL_EXPORT_REF void DPBInitPic(AVCCommonObj *video, int CurrPicNum) in DPBInitPic()
316 OSCL_EXPORT_REF void DPBReleaseCurrentFrame(AVCHandle *avcHandle, AVCCommonObj *video) in DPBReleaseCurrentFrame()
341 OSCL_EXPORT_REF AVCStatus StorePictureInDPB(AVCHandle *avcHandle, AVCCommonObj *video) in StorePictureInDPB()
458 AVCStatus sliding_window_process(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb) in sliding_window_process()
523 AVCStatus adaptive_memory_marking(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, … in adaptive_memory_marking()
567 void MemMgrCtrlOp1(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, int difference_… in MemMgrCtrlOp1()
[all …]
Dreflist.cpp21 OSCL_EXPORT_REF void RefListInit(AVCCommonObj *video) in RefListInit()
139 OSCL_EXPORT_REF AVCStatus ReOrderList(AVCCommonObj *video) in ReOrderList()
161 AVCStatus ReorderRefPicList(AVCCommonObj *video, int isL1) in ReorderRefPicList()
254 AVCStatus ReorderShortTerm(AVCCommonObj *video, int picNumLX, int *refIdxLX, int isL1) in ReorderShortTerm()
307 AVCStatus ReorderLongTerm(AVCCommonObj *video, int LongTermPicNum, int *refIdxLX, int isL1) in ReorderLongTerm()
354 AVCPictureData* GetShortTermPic(AVCCommonObj *video, int picNum) in GetShortTermPic()
375 AVCPictureData* GetLongTermPic(AVCCommonObj *video, int LongtermPicNum) in GetLongTermPic()
Dfmo.cpp23 OSCL_EXPORT_REF AVCStatus FMOInit(AVCCommonObj *video) in FMOInit()
128 void FmoGenerateType3MapUnitMap(AVCCommonObj *video, AVCPicParamSet* pps, int *mapUnitToSliceGroupM… in FmoGenerateType3MapUnitMap()
214 void FmoGenerateType5MapUnitMap(int *mapUnitToSliceGroupMap, AVCCommonObj *video, in FmoGenerateType5MapUnitMap()
Dmb_access.cpp22 OSCL_EXPORT_REF void InitNeighborAvailability(AVCCommonObj *video, int mbNum) in InitNeighborAvailability()
68 OSCL_EXPORT_REF int predict_nnz(AVCCommonObj *video, int i, int j) in predict_nnz()
128 OSCL_EXPORT_REF int predict_nnz_chroma(AVCCommonObj *video, int i, int j) in predict_nnz_chroma()
186 OSCL_EXPORT_REF void GetMotionVectorPredictor(AVCCommonObj *video, int encFlag) in GetMotionVectorPredictor()
Ddeblock.cpp59 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *Src…
75 OSCL_EXPORT_REF AVCStatus DeblockPicture(AVCCommonObj *video) in DeblockPicture()
112 void MBInLoopDeblock(AVCCommonObj *video) in MBInLoopDeblock()
290 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV) in DeblockMb()