Home
last modified time | relevance | path

Searched refs:not_existing (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dnvdec_h264.c41 dst->not_existing = 0; in dpb_add()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextNvidiaVideoParserIf.hpp369 int32_t not_existing; // non-existing reference frame (corresponding PicIdx should be set to -1) member
H A DvktVideoBaseDecodeUtils.cpp1519 const int8_t picIdx = (!dpbIn[inIdx].not_existing && dpbIn[inIdx].pNvidiaVulkanPicture)
1533 (picIdx < 0), /* not_existing is frame inferred by the decoding process for gaps in frame_num */
1815 // There shouldn't be not_existing in h.265
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp1886 int8_t picIdx = (!dpbIn[inIdx].not_existing && dpbIn[inIdx].pPicBuf)
1897 (picIdx < 0), /* not_existing is frame inferred by the decoding
2216 // There shouldn't be not_existing in h.265

Completed in 10 milliseconds