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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.h 95 } dpbStorage_t;
102 dpbStorage_t *dpb,
110 dpbStorage_t *dpb,
117 void h264bsdInitRefPicList(dpbStorage_t *dpb);
119 u8* h264bsdAllocateDpbImage(dpbStorage_t *dpb);
121 u8* h264bsdGetRefPicData(dpbStorage_t *dpb, u32 index);
124 dpbStorage_t *dpb,
130 dpbStorage_t *dpb,
139 u32 h264bsdCheckGapsInFrameNum(dpbStorage_t *dpb, u32 frameNum, u32 isRefPic,
142 dpbOutPicture_t* h264bsdDpbOutputPicture(dpbStorage_t *dpb)
    [all...]
h264bsd_inter_prediction.h 53 dpbStorage_t *dpb, u32 mbNum, image_t *image, u8 *data);
h264bsd_dpb.c 91 static u32 Mmcop1(dpbStorage_t *dpb, u32 currPicNum, u32 differenceOfPicNums);
93 static u32 Mmcop2(dpbStorage_t *dpb, u32 longTermPicNum);
95 static u32 Mmcop3(dpbStorage_t *dpb, u32 currPicNum, u32 differenceOfPicNums,
98 static u32 Mmcop4(dpbStorage_t *dpb, u32 maxLongTermFrameIdx);
100 static u32 Mmcop5(dpbStorage_t *dpb);
102 static u32 Mmcop6(dpbStorage_t *dpb, u32 frameNum, i32 picOrderCnt,
105 static u32 SlidingWindowRefPicMarking(dpbStorage_t *dpb);
107 static i32 FindDpbPic(dpbStorage_t *dpb, i32 picNum, u32 isShortTerm);
109 static void SetPicNums(dpbStorage_t *dpb, u32 currFrameNum);
111 static dpbPicture_t* FindSmallestPicOrderCnt(dpbStorage_t *dpb)
    [all...]
h264bsd_storage.h 114 dpbStorage_t dpb[1];
h264bsd_inter_prediction.c 68 dpbStorage_t *dpb);
70 dpbStorage_t *dpb);
72 dpbStorage_t *dpb);
74 dpbStorage_t *dpb);
198 dpbStorage_t *dpb, u32 mbNum, image_t *currImage, u8 *data)
361 dpbStorage_t *dpb, u32 mbNum, image_t *currImage, u8 *data)
493 u32 MvPrediction16x16(mbStorage_t *pMb, mbPred_t *mbPred, dpbStorage_t *dpb)
577 u32 MvPrediction16x8(mbStorage_t *pMb, mbPred_t *mbPred, dpbStorage_t *dpb)
684 u32 MvPrediction8x16(mbStorage_t *pMb, mbPred_t *mbPred, dpbStorage_t *dpb)
794 u32 MvPrediction8x8(mbStorage_t *pMb, subMbPred_t *subMbPred, dpbStorage_t *dpb
    [all...]
h264bsd_macroblock_layer.h 200 image_t *currImage, dpbStorage_t *dpb, i32 *qpY, u32 mbNum,
h264bsd_macroblock_layer.c 965 image_t *currImage, dpbStorage_t *dpb, i32 *qpY, u32 mbNum,
    [all...]

Completed in 261 milliseconds