Home
last modified time | relevance | path

Searched defs:dpbEntry (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoBaseDecodeUtils.cpp532 typedef struct dpbEntry struct
534 int8_t dpbSlot;
537 uint32_t used_for_reference : 2;
538 uint32_t is_long_term : 1; // 0 = short-term, 1 = long-term
539 uint32_t is_non_existing : 1; // 1 = marked as non-existing
540 uint32_t is_field_ref : 1; // set if unpaired field or complementary field pair
543 {
549 {
554 NvidiaVulkanPictureBase* m_picBuff; // internal picture reference
556 void setReferenceAndTopBoottomField (bool isReference, in setReferenceAndTopBoottomField()
[all …]