Home
last modified time | relevance | path

Searched refs:removed_at_picture_id (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Ddpb.cc86 dpb[k]->removed_at_picture_id > currentID && in DPB_index_of_picture_with_POC()
95 dpb[k]->removed_at_picture_id > currentID && in DPB_index_of_picture_with_POC()
112 dpb[k]->removed_at_picture_id > currentID && in DPB_index_of_picture_with_LSB()
121 dpb[k]->removed_at_picture_id > currentID && in DPB_index_of_picture_with_LSB()
H A Dimage.cc191 removed_at_picture_id = 0; // picture not used, so we can assume it has been removed in de265_image()
249 removed_at_picture_id = std::numeric_limits<int32_t>::max(); in alloc_image()
H A Ddecctx.cc1488 img->removed_at_picture_id > ctx->img->get_ID()) { in process_reference_picture_set()
1491 img->removed_at_picture_id = ctx->img->get_ID(); in process_reference_picture_set()
1709 dpbimg->removed_at_picture_id > ctx->img->get_ID()) // has not been removed before in process_reference_picture_set()
1715 dpbimg->removed_at_picture_id = ctx->img->get_ID(); in process_reference_picture_set()
H A Dimage.h377 int32_t removed_at_picture_id; member
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Ddpb.cc86 dpb[k]->removed_at_picture_id > currentID && in DPB_index_of_picture_with_POC()
95 dpb[k]->removed_at_picture_id > currentID && in DPB_index_of_picture_with_POC()
112 dpb[k]->removed_at_picture_id > currentID && in DPB_index_of_picture_with_LSB()
121 dpb[k]->removed_at_picture_id > currentID && in DPB_index_of_picture_with_LSB()
H A Ddecctx.cc1471 img->removed_at_picture_id > img->get_ID()) { in process_reference_picture_set()
1474 img->removed_at_picture_id = img->get_ID(); in process_reference_picture_set()
1701 dpbimg->removed_at_picture_id > img->get_ID()) // has not been removed before in process_reference_picture_set()
1707 dpbimg->removed_at_picture_id = img->get_ID(); in process_reference_picture_set()
H A Dimage.cc192 removed_at_picture_id = 0; // picture not used, so we can assume it has been removed in de265_image()
250 removed_at_picture_id = std::numeric_limits<int32_t>::max(); in alloc_image()
H A Dimage.h384 int32_t removed_at_picture_id; member