Searched defs:dpbH264Entry (Results 1 – 1 of 1) sorted by relevance
130 typedef struct dpbH264Entry struct132 int8_t dpbSlot;135 uint32_t used_for_reference : 2;136 uint32_t is_long_term : 1; // 0 = short-term, 1 = long-term137 uint32_t is_non_existing : 1; // 1 = marked as non-existing138 uint32_t is_field_ref : 1; // set if unpaired field or complementary field pair140 {145 {150 vkPicBuffBase *m_picBuff; // internal picture reference152 …setReferenceAndTopBottomField(bool isReference, bool nonExisting, bool isLongTerm, bool isFieldRef, in setReferenceAndTopBottomField()[all …]