Home | History | Annotate | Download | only in include

Lines Matching refs:video

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);
84 \param "video" "Pointer to AVCCommonObj."
87 OSCL_IMPORT_REF AVCStatus DPBInitBuffer(AVCHandle *avcHandle, AVCCommonObj *video);
92 \param "video" "Pointer to AVCCommonObj."
97 OSCL_IMPORT_REF void DPBInitPic(AVCCommonObj *video, int CurrPicNum);
102 \param "video" "Pointer to the AVCCommonObj."
105 OSCL_IMPORT_REF void DPBReleaseCurrentFrame(AVCHandle *avcHandle, AVCCommonObj *video);
111 \param "video" "Pointer to the AVCCommonObj."
114 OSCL_IMPORT_REF AVCStatus StorePictureInDPB(AVCHandle *avcHandle, AVCCommonObj *video);
120 \param "video" "Pointer to the AVCCommonObj."
124 AVCStatus sliding_window_process(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb);
130 \param "video" "Pointer to the AVCCommonObj."
135 AVCStatus adaptive_memory_marking(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, AVCSliceHeader *sliceHdr);
140 \param "video" "Pointer to the AVCCommonObj."
144 void MemMgrCtrlOp1(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, int difference_of_pic_nums_minus1);
158 \param "video" "Pointer to the AVCCommonObj."
163 void MemMgrCtrlOp3(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint difference_of_pic_nums_minus1,
169 \param "video" "Pointer to the AVCCommonObj."
173 void MemMgrCtrlOp4(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint max_long_term_frame_idx_plus1);
179 \param "video" "Pointer to the AVCCommonObj."
182 void MemMgrCtrlOp5(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb);
187 \param "video" "Pointer to the AVCCommonObj."
191 void MemMgrCtrlOp6(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint long_term_frame_idx);
207 void unmark_long_term_field_for_reference_by_frame_idx(AVCCommonObj *video, AVCDecPicBuffer *dpb, uint long_term_frame_indx, int picNumX);
221 \param "video" "Pointer to AVCCommonObj."
224 OSCL_IMPORT_REF AVCStatus FMOInit(AVCCommonObj *video);
269 void FmoGenerateType3MapUnitMap(AVCCommonObj *video, AVCPicParamSet* pps, int *mapUnitToSliceGroupMap,
288 \param "video" "Pointer to AVCCommonObj structure."
293 void FmoGenerateType5MapUnitMap(int *mapUnitsToSliceGroupMap, AVCCommonObj *video,
310 \param "block" "Pointer to the video->block[0][0][0]."
340 \param "block" "Pointer to the video->block[0][0][0]."
359 \param "video" "Pointer to AVCCommonObj."
364 OSCL_IMPORT_REF void InitNeighborAvailability(AVCCommonObj *video, int mbNum);
378 \param "video" "Pointer to AVCCommonObj."
383 OSCL_IMPORT_REF int predict_nnz(AVCCommonObj *video, int i, int j);
387 \param "video
392 OSCL_IMPORT_REF int predict_nnz_chroma(AVCCommonObj *video, int i, int j);
396 \param "video" "Pointer to AVCCommonObj."
400 OSCL_IMPORT_REF void GetMotionVectorPredictor(AVCCommonObj *video, int encFlag);
406 \param "video" "Pointer to AVCCommonObj."
408 Output is video->RefPicList0, video->RefPicList1, video->refList0Size and video->refList1Size.
410 OSCL_IMPORT_REF void RefListInit(AVCCommonObj *video);
415 \param "video" "Pointer to AVCCommonObj."
420 void GenPicListFromFrameList(AVCCommonObj *video, int IsL1, int long_term);
425 \param "video" "Pointer to AVCCommonObj."
427 Output is video->RefPicList0, video->RefPicList1, video->refList0Size and video->refList1Size.
429 OSCL_IMPORT_REF AVCStatus ReOrderList(AVCCommonObj *video);
434 \param "video" "Pointer to AVCCommonObj."
437 Output is video->RefPicList0 and video->refList0Size or video->RefPicList1 and video->refList1Size.
439 AVCStatus ReorderRefPicList(AVCCommonObj *video, int isL1);
444 \param "video" "Pointer to AVCCommonObj."
450 AVCStatus ReorderShortTerm(AVCCommonObj *video, int picNumLX, int *refIdxLX, int isL1);
455 \param "video" "Pointer to AVCCommonObj."
461 AVCStatus ReorderLongTerm(AVCCommonObj *video, int LongTermPicNum, int *refIdxLX, int isL1);
465 \param "video" "Pointer to AVCCommonObj."
469 AVCPictureData* GetShortTermPic(AVCCommonObj *video, int picNum);
473 \param "video" "Pointer to AVCCommonObj."
477 AVCPictureData* GetLongTermPic(AVCCommonObj *video, int LongtermPicNum);