Home
last modified time | relevance | path

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

12

/external/opencore/codecs_v2/video/avc_h264/common/include/
Davclib_common.h39 OSCL_IMPORT_REF AVCStatus DeblockPicture(AVCCommonObj *video);
47 void MBInLoopDeblock(AVCCommonObj *video);
58 OSCL_IMPORT_REF AVCStatus AVCConfigureSequence(AVCHandle *avcHandle, AVCCommonObj *video, bool padd…
71 AVCStatus InitDPB(AVCHandle *avcHandle, AVCCommonObj *video, int FrameHeightInMbs, int PicWidthInMb…
79 OSCL_IMPORT_REF AVCStatus CleanUpDPB(AVCHandle *avcHandle, AVCCommonObj *video);
89 OSCL_IMPORT_REF AVCStatus DPBInitBuffer(AVCHandle *avcHandle, AVCCommonObj *video);
99 OSCL_IMPORT_REF void DPBInitPic(AVCCommonObj *video, int CurrPicNum);
107 OSCL_IMPORT_REF void DPBReleaseCurrentFrame(AVCHandle *avcHandle, AVCCommonObj *video);
116 OSCL_IMPORT_REF AVCStatus StorePictureInDPB(AVCHandle *avcHandle, AVCCommonObj *video);
126 AVCStatus sliding_window_process(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb);
[all …]
Davcint_common.h779 } AVCCommonObj; typedef
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Davcdec_lib.h44 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 *availa…
52 void Intra_4x4_Down_Left(AVCCommonObj *video, int block_offset, AVCNeighborAvailability *availabili…
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);
55 void Intra_4x4_Diagonal_Horizontal_Down(AVCCommonObj *video, int pitch, int block_offset);
[all …]
Dpred_intra.cpp27 AVCStatus IntraMBPrediction(AVCCommonObj *video) in IntraMBPrediction()
365 void SaveNeighborForIntraPred(AVCCommonObj *video, int offset) in SaveNeighborForIntraPred()
509 AVCStatus Intra_4x4(AVCCommonObj *video, int block_x, int block_y, uint8 *comp) in Intra_4x4()
712 void Intra_4x4_Vertical(AVCCommonObj *video, int block_offset) in Intra_4x4_Vertical()
737 void Intra_4x4_Horizontal(AVCCommonObj *video, int pitch, int block_offset) in Intra_4x4_Horizontal()
771 void Intra_4x4_DC(AVCCommonObj *video, int pitch, int block_offset, in Intra_4x4_DC()
825 void Intra_4x4_Down_Left(AVCCommonObj *video, int block_offset, in Intra_4x4_Down_Left()
901 void Intra_4x4_Diagonal_Down_Right(AVCCommonObj *video, int pitch, int in Intra_4x4_Diagonal_Down_Right()
966 void Intra_4x4_Diagonal_Vertical_Right(AVCCommonObj *video, int pitch, int block_offset) in Intra_4x4_Diagonal_Vertical_Right()
1036 void Intra_4x4_Diagonal_Horizontal_Down(AVCCommonObj *video, int pitch, in Intra_4x4_Diagonal_Horizontal_Down()
[all …]
Davcdec_api.cpp196 AVCCommonObj *video; in PVAVCDecSeqParamSet()
221 decvid->common = (AVCCommonObj*)avcHandle->CBAVC_Malloc(userData, sizeof(AVCCommonObj), 0); in PVAVCDecSeqParamSet()
228 oscl_memset(video, 0, sizeof(AVCCommonObj)); in PVAVCDecSeqParamSet()
327 AVCCommonObj *video; in PVAVCDecGetSeqInfo()
393 AVCCommonObj *video; in PVAVCDecPicParamSet()
450 AVCCommonObj *video; in PVAVCDecodeSlice()
725 AVCCommonObj *video; in PVAVCDecGetOutput()
904 AVCCommonObj *video; in PVAVCDecReset()
957 AVCCommonObj *video; in PVAVCCleanUpDecoder()
Dslice.cpp31 AVCCommonObj *video = decvid->common; in DecodeSlice()
118 AVCCommonObj *video = decvid->common; in DecodeMB()
279 AVCDec_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream) in mb_pred()
388 AVCDec_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *stream) in sub_mb_pred()
616 AVCDec_Status DecodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCDecBitstream *strea… in DecodeIntra4x4Mode()
716 AVCCommonObj *video = decvid->common; in ConcealSlice()
Davcdec_int.h63 AVCCommonObj *common;
Dheader.cpp319 AVCDec_Status DecodePPS(AVCDecObject *decvid, AVCCommonObj *video, AVCDecBitstream *stream) in DecodePPS()
519 AVCDec_Status DecodeSliceHeader(AVCDecObject *decvid, AVCCommonObj *video, AVCDecBitstream *stream) in DecodeSliceHeader()
784 AVCDec_Status fill_frame_num_gap(AVCHandle *avcHandle, AVCCommonObj *video) in fill_frame_num_gap()
841 AVCDec_Status ref_pic_list_reordering(AVCCommonObj *video, AVCDecBitstream *stream, AVCSliceHeader … in ref_pic_list_reordering()
883 AVCDec_Status dec_ref_pic_marking(AVCCommonObj *video, AVCDecBitstream *stream, AVCSliceHeader *sli… in dec_ref_pic_marking()
941 AVCDec_Status DecodePOC(AVCCommonObj *video) in DecodePOC()
Dresidual.cpp22 AVCDec_Status DecodeIntraPCM(AVCCommonObj *video, AVCDecBitstream *stream) in DecodeIntraPCM()
172 AVCCommonObj *video = decvid->common; in residual()
/external/opencore/codecs_v2/video/avc_h264/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.cpp34 double ComputeFrameMAD(AVCCommonObj *video, AVCRateControl *rateCtrl);
36 void targetBitCalculation(AVCEncObject *encvid, AVCCommonObj *video, AVCRateControl *rateCtrl, Mult…
38 void calculateQuantizer_Multipass(AVCEncObject *encvid, AVCCommonObj *video,
54 AVCCommonObj *video = encvid->common; in RCDetermineFrameNum()
142 void RCUpdateBuffer(AVCCommonObj *video, AVCRateControl *rateCtrl, int frameInc) in RCUpdateBuffer()
172 AVCCommonObj *video = encvid->common; in InitRateControlModule()
339 AVCCommonObj *video = encvid->common; in RCInitFrameQP()
409 void calculateQuantizer_Multipass(AVCEncObject *encvid, AVCCommonObj *video, in calculateQuantizer_Multipass()
524 void targetBitCalculation(AVCEncObject *encvid, AVCCommonObj *video, AVCRateControl *rateCtrl, Mult… in targetBitCalculation()
698 AVCCommonObj *video = encvid->common; in RCInitChromaQP()
[all …]
Davcenc_api.cpp63 AVCCommonObj *video; in PVAVCEncInitialize()
88 …encvid->common = (AVCCommonObj*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCCommonObj), DEFAULT_A… in PVAVCEncInitialize()
95 oscl_memset(video, 0, sizeof(AVCCommonObj)); in PVAVCEncInitialize()
289 AVCCommonObj *video = encvid->common; in PVAVCEncSetInput()
381 AVCCommonObj *video = encvid->common; in PVAVCEncodeNAL()
563 AVCCommonObj *video = encvid->common; in PVAVCEncGetRecon()
604 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.cpp25 AVCCommonObj *video = encvid->common; in AVCEncodeSlice()
157 AVCCommonObj *video = encvid->common; in EncodeMB()
555 AVCCommonObj *video = encvid->common; in EncodeMBHeader()
687 AVCEnc_Status mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream) in mb_pred()
773 AVCEnc_Status sub_mb_pred(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *stream) in sub_mb_pred()
921 AVCEnc_Status EncodeIntra4x4Mode(AVCCommonObj *video, AVCMacroblock *currMB, AVCEncBitstream *strea… in EncodeIntra4x4Mode()
Dresidual.cpp24 AVCCommonObj *video = encvid->common; in EncodeIntraPCM()
149 AVCCommonObj *video = encvid->common; in enc_residual_block()
Dintra_est.cpp35 AVCCommonObj *video = encvid->common; in IntraDecisionABE()
114 AVCCommonObj *video = encvid->common; in MBIntraSearch()
209 AVCCommonObj *video = encvid->common; in intrapred_luma_16x16()
434 AVCCommonObj *video = encvid->common; in find_cost_16x16()
628 AVCCommonObj *video = encvid->common; in mb_intra4x4_search()
723 AVCCommonObj *video = encvid->common; in blk_intra4x4_search()
1224 int FindMostProbableI4Mode(AVCCommonObj *video, int blkidx) in FindMostProbableI4Mode()
1366 AVCCommonObj *video = encvid->common; in chroma_intra_search()
1856 AVCCommonObj *video = encvid->common; in MBIntraSearch()
2007 AVCCommonObj *video = encvid->common; in MBIntraSearch()
Dblock.cpp80 AVCCommonObj *video = encvid->common; in dct_luma()
261 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch) in MBInterIdct()
363 AVCCommonObj *video = encvid->common; in dct_luma_16x16()
725 AVCCommonObj *video = encvid->common; in dct_chroma()
1117 AVCCommonObj *video = encvid->common; in TransQuantIntra16DC()
1210 AVCCommonObj *video = encvid->common; in TransQuantChromaDC()
Dinit.cpp30 AVCCommonObj *video = encvid->common; in SetEncodeParam()
645 AVCCommonObj *video = encvid->common; in VerifyLevel()
708 AVCCommonObj *video = encvid->common; in InitFrame()
805 AVCCommonObj *video = encvid->common; in InitSlice()
Dmotion_est.cpp240 AVCCommonObj *video = encvid->common; in AVCMotionEstimation()
604 AVCCommonObj *video = encvid->common; in InitHTFM()
745 AVCCommonObj *video = encvid->common; in HTFMPrepareCurMB_AVC()
842 AVCCommonObj *video = encvid->common; in AVCMBMotionSearch()
959 AVCCommonObj *video = encvid->common; in AVCMBMotionSearch()
1360 AVCCommonObj *video = encvid->common; in AVCCandidateSelection()
Davcenc_int.h371 AVCCommonObj *common;
/external/opencore/codecs_v2/video/avc_h264/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()
528 AVCStatus adaptive_memory_marking(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, … in adaptive_memory_marking()
572 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.cpp22 OSCL_EXPORT_REF AVCStatus FMOInit(AVCCommonObj *video) in FMOInit()
127 void FmoGenerateType3MapUnitMap(AVCCommonObj *video, AVCPicParamSet* pps, int *mapUnitToSliceGroupM… in FmoGenerateType3MapUnitMap()
213 void FmoGenerateType5MapUnitMap(int *mapUnitToSliceGroupMap, AVCCommonObj *video, in FmoGenerateType5MapUnitMap()
Dmb_access.cpp21 OSCL_EXPORT_REF void InitNeighborAvailability(AVCCommonObj *video, int mbNum) in InitNeighborAvailability()
67 OSCL_EXPORT_REF int predict_nnz(AVCCommonObj *video, int i, int j) in predict_nnz()
127 OSCL_EXPORT_REF int predict_nnz_chroma(AVCCommonObj *video, int i, int j) in predict_nnz_chroma()
185 OSCL_EXPORT_REF void GetMotionVectorPredictor(AVCCommonObj *video, int encFlag) in GetMotionVectorPredictor()
Ddeblock.cpp57 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *Src…
73 OSCL_EXPORT_REF AVCStatus DeblockPicture(AVCCommonObj *video) in DeblockPicture()
110 void MBInLoopDeblock(AVCCommonObj *video) in MBInLoopDeblock()
288 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV) in DeblockMb()

12