Home
last modified time | relevance | path

Searched refs:MMCO_SHORT2UNUSED (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_refs.c596 mmco[0].opcode = MMCO_SHORT2UNUSED; in generate_sliding_window_mmcos()
601 mmco[1].opcode = MMCO_SHORT2UNUSED; in generate_sliding_window_mmcos()
638 if (mmco[i].opcode == MMCO_SHORT2UNUSED || in ff_h264_execute_ref_pic_marking()
654 case MMCO_SHORT2UNUSED: in ff_h264_execute_ref_pic_marking()
856 if (opcode == MMCO_SHORT2UNUSED || opcode == MMCO_SHORT2LONG) { in ff_h264_decode_ref_pic_marking()
Dh264dec.h112 MMCO_SHORT2UNUSED, enumerator
Dh264_parser.c225 if (opcode == MMCO_SHORT2UNUSED || opcode == MMCO_SHORT2LONG) in scan_mmco_reset()
/third_party/openh264/codec/common/inc/
Dwels_common_defs.h210 MMCO_SHORT2UNUSED = 1, enumerator
/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp692 case MMCO_SHORT2UNUSED: in MMCOProcess()
Ddecoder_core.cpp524 if (kuiMmco == MMCO_SHORT2UNUSED || kuiMmco == MMCO_SHORT2LONG) { in ParseDecRefPicMarking()
1430 if (pRefBasePicMarking->mmco_base[iIdx].uiMmcoType == MMCO_SHORT2UNUSED) in PrefetchNalHeaderExtSyntax()
Dau_parser.cpp674 if (kuiMmco == MMCO_SHORT2UNUSED) { in ParseRefBasePicMarking()
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp480 pRefPicMark->SMmcoRef[pRefPicMark->uiMmcoCount++].iMmcoType = MMCO_SHORT2UNUSED; in WelsMarkMMCORefInfo()