Home
last modified time | relevance | path

Searched refs:MMCO_SHORT2LONG (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_refs.c639 mmco[i].opcode == MMCO_SHORT2LONG) { in ff_h264_execute_ref_pic_marking()
643 if (mmco[i].opcode != MMCO_SHORT2LONG || in ff_h264_execute_ref_pic_marking()
660 case MMCO_SHORT2LONG: in ff_h264_execute_ref_pic_marking()
856 if (opcode == MMCO_SHORT2UNUSED || opcode == MMCO_SHORT2LONG) { in ff_h264_decode_ref_pic_marking()
861 if (opcode == MMCO_SHORT2LONG || opcode == MMCO_LONG2UNUSED || in ff_h264_decode_ref_pic_marking()
Dh264_parser.c225 if (opcode == MMCO_SHORT2UNUSED || opcode == MMCO_SHORT2LONG) in scan_mmco_reset()
227 if (opcode == MMCO_SHORT2LONG || opcode == MMCO_LONG2UNUSED || in scan_mmco_reset()
Dh264dec.h114 MMCO_SHORT2LONG, enumerator
/third_party/openh264/codec/common/inc/
Dwels_common_defs.h212 MMCO_SHORT2LONG = 3, enumerator
/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp704 case MMCO_SHORT2LONG: in MMCOProcess()
Ddecoder_core.cpp524 if (kuiMmco == MMCO_SHORT2UNUSED || kuiMmco == MMCO_SHORT2LONG) { in ParseDecRefPicMarking()
535 if (kuiMmco == MMCO_SHORT2LONG || kuiMmco == MMCO_LONG) { in ParseDecRefPicMarking()
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp487 pRefPicMark->SMmcoRef[pRefPicMark->uiMmcoCount++].iMmcoType = MMCO_SHORT2LONG; in WelsMarkMMCORefInfo()