Searched defs:dpbH264Entry (Results 1 – 1 of 1) sorted by relevance
129 typedef struct dpbH264Entry struct131 int8_t dpbSlot;134 uint32_t used_for_reference : 2;135 uint32_t is_long_term : 1; // 0 = short-term, 1 = long-term136 uint32_t is_non_existing : 1; // 1 = marked as non-existing137 uint32_t is_field_ref : 1; // set if unpaired field or complementary field pair139 {144 {149 vkPicBuffBase *m_picBuff; // internal picture reference151 …setReferenceAndTopBottomField(bool isReference, bool nonExisting, bool isLongTerm, bool isFieldRef, in setReferenceAndTopBottomField()[all …]