Home
last modified time | relevance | path

Searched refs:MAX_MMCO_COUNT (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dslice.h83 } sMmcoRef[MAX_MMCO_COUNT];
97 } mmco_base[MAX_MMCO_COUNT]; // MAX_REF_PIC for reference picture based on frame
Dwels_const.h51 #define MAX_MMCO_COUNT 66 macro
/third_party/openh264/codec/encoder/core/inc/
Dwels_const.h122 #define MAX_MMCO_COUNT 66 macro
/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp663 for (i = 0; i < MAX_MMCO_COUNT && pRefPicMarking->sMmcoRef[i].uiMmcoType != MMCO_END; i++) { in MMCO()
679 …if (i == MAX_MMCO_COUNT) { //although Rec does not handle this condition, we here prohibit too man… in MMCO()
Ddecoder_core.cpp564 } while (iIdx < MAX_MMCO_COUNT); in ParseDecRefPicMarking()
1434 } while (iIdx < MAX_MMCO_COUNT); in PrefetchNalHeaderExtSyntax()
Dau_parser.cpp683 } while (iIdx < MAX_MMCO_COUNT); in ParseRefBasePicMarking()