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

  /frameworks/av/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/av/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;
335 AVCCommonObj *video = encvid->common;
405 void calculateQuantizer_Multipass(AVCEncObject *encvid, AVCCommonObj *video,
520 void targetBitCalculation(AVCEncObject *encvid, AVCCommonObj *video, AVCRateControl *rateCtrl, MultiPass *pMP)
694 AVCCommonObj *video = encvid->common
    [all...]
avcenc_api.cpp 61 AVCCommonObj *video;
85 encvid->common = (AVCCommonObj*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCCommonObj), DEFAULT_ATTR);
279 AVCCommonObj *video = encvid->common;
371 AVCCommonObj *video = encvid->common;
553 AVCCommonObj *video = encvid->common;
594 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...]
motion_comp.cpp 38 void AVCMBMotionComp(AVCEncObject *encvid, AVCCommonObj *video)
    [all...]
  /frameworks/av/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 391 milliseconds