Home
last modified time | relevance | path

Searched refs:is_orig_reference (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c691 fs->is_orig_reference = 0; in remove_frame_from_dpb()
768 f->is_orig_reference = 0; in alloc_frame_store()
1716 fs->is_orig_reference = 3; in insert_picture_in_dpb()
1734 fs->is_orig_reference |= 1; in insert_picture_in_dpb()
1753 fs->is_orig_reference |= 2; in insert_picture_in_dpb()
1844 if ((p->used_for_reference && p_last->is_orig_reference) || in get_field_dpb_combine_flag()
1845 (!p->used_for_reference && !p_last->is_orig_reference)) { in get_field_dpb_combine_flag()
H A Dh264d_global.h367 …RK_S32 is_orig_reference; //!< original marking by nal_ref_idc: 0=not used for ref; 1=top … member