Searched refs:PRefPic (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | manage_dec_ref.cpp | 49 static PPicture WelsDelShortFromList (PRefPic pRefPic, int32_t iFrameNum); 50 static PPicture WelsDelLongFromList (PRefPic pRefPic, uint32_t uiLongTermFrameIdx); 51 static PPicture WelsDelShortFromListSetUnref (PRefPic pRefPic, int32_t iFrameNum); 52 static PPicture WelsDelLongFromListSetUnref (PRefPic pRefPic, uint32_t uiLongTermFrameIdx); 54 static int32_t MMCO (PWelsDecoderContext pCtx, PRefPic pRefPic, PRefPicMarking pRefPicMarking); 55 static int32_t MMCOProcess (PWelsDecoderContext pCtx, PRefPic pRefPic, uint32_t uiMmcoType, 57 static int32_t SlidingWindow (PWelsDecoderContext pCtx, PRefPic pRefPic); 59 static int32_t AddShortTermToList (PRefPic pRefPic, PPicture pPic); 60 static int32_t AddLongTermToList (PRefPic pRefPic, PPicture pPic, int32_t iLongTermFrameIdx, uint32… 61 static int32_t MarkAsLongTerm (PRefPic pRefPic, int32_t iFrameNum, int32_t iLongTermFrameIdx, [all …]
|
/third_party/openh264/codec/decoder/core/inc/ |
D | decoder_context.h | 157 } SRefPic, *PRefPic; typedef
|