Home
last modified time | relevance | path

Searched refs:HEVC_FRAME_FLAG_SHORT_REF (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c64 HEVC_FRAME_FLAG_SHORT_REF | in mpp_hevc_clear_refs()
193 ref->flags = HEVC_FRAME_FLAG_OUTPUT | HEVC_FRAME_FLAG_SHORT_REF; in mpp_hevc_set_new_ref()
229 frame->flags &= ~(HEVC_FRAME_FLAG_LONG_REF | HEVC_FRAME_FLAG_SHORT_REF); in mark_ref()
316 ret = add_candidate_ref(s, &rps[list], poc, HEVC_FRAME_FLAG_SHORT_REF, ST_FOLL != list); in mpp_hevc_frame_rps()
H A Dh265d_parser.h475 #define HEVC_FRAME_FLAG_SHORT_REF (1 << 1) macro
H A Dh265d_parser2_syntax.c226 (h->DPB[j].flags & (HEVC_FRAME_FLAG_LONG_REF | HEVC_FRAME_FLAG_SHORT_REF))) { in fill_picture_parameters()