Home
last modified time | relevance | path

Searched refs:is_lt_ref (Results 1 – 11 of 11) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.c63 status->is_non_ref ? "non" : status->is_lt_ref ? "lt" : "st", in h264e_dpb_dump_frm()
83 status->is_non_ref ? "non" : status->is_lt_ref ? "lt" : "st", in h264e_dpb_dump_listX()
178 mpp_assert(p->is_lt_ref == frm->is_lt_ref); in find_cpb_frame()
255 i, frm->seq_idx, frm->valid, frm->is_non_ref, frm->is_lt_ref); in h264e_dpb_build_list()
258 if (!frm->is_lt_ref) { in h264e_dpb_build_list()
341 op.modification_of_pic_nums_idc = (refr->status.is_lt_ref) ? (2) : (0); in h264e_dpb_build_list()
342 if (refr->status.is_lt_ref) { in h264e_dpb_build_list()
378 marking->long_term_reference_flag = frm->status.is_lt_ref; in h264e_dpb_build_marking()
388 frm->status.is_lt_ref, frm->status.temporal_id); in h264e_dpb_build_marking()
394 if (frm->status.is_lt_ref) { in h264e_dpb_build_marking()
[all …]
H A Dh264e_api_v2.c544 if (!frm->is_non_ref && frm->is_lt_ref) in h264e_proc_hal()
H A Dh264e_slice.c86 slice->long_term_reference_flag = frm->status.is_lt_ref; in h264e_slice_update()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_refs.c116 } else if (frm->is_lt_ref) { in _dump_frm()
302 frm->is_lt_ref = 0; in set_st_cfg_to_frm()
330 frm->is_lt_ref = 1; in set_lt_cfg_to_frm()
380 ref->is_lt_ref ? "lt" : "st", in get_ref_from_cpb()
381 ref->is_lt_ref ? ref->lt_idx : 0); in get_ref_from_cpb()
403 if (frm->is_lt_ref) { in check_ref_cpb_pos()
453 if (!ref->valid || ref->is_non_ref || !ref->is_lt_ref) in save_cpb_status()
457 mpp_assert(ref->is_lt_ref); in save_cpb_status()
474 if (!ref->valid || ref->is_non_ref || ref->is_lt_ref) in save_cpb_status()
478 mpp_assert(!ref->is_lt_ref); in save_cpb_status()
[all …]
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_frame_impl.h64 RK_U32 is_lt_ref : 1; member
/rockchip-linux_mpp/inc/
H A Dmpp_rc_defs.h92 RK_U32 is_lt_ref : 1; member
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c543 mpp_assert(p->is_lt_ref == frm->is_lt_ref); in h265e_find_cpb_frame()
607 if (cpb->curr.is_lt_ref) in h265e_dpb_cpb2rps()
620 i, frm->seq_idx, frm->valid, frm->is_non_ref, frm->is_lt_ref); in h265e_dpb_cpb2rps()
624 if (!frm->is_lt_ref) { in h265e_dpb_cpb2rps()
783 i, frm->seq_idx, frm->valid, frm->is_non_ref, frm->is_lt_ref); in h265e_dpb_proc_cpb()
H A Dh265e_api.c343 if (!frm->is_non_ref && frm->is_lt_ref) in h265e_proc_hal()
H A Dh265e_slice.c276 if (curr.is_lt_ref) in h265e_slice_init()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1895 if (cpb->curr.is_lt_ref) { in mpp_enc_force_pskip_check()
2122 enc_dbg_frm_status("is_lt_ref %d vs %d\n", frm->is_lt_ref, cpb->curr.is_lt_ref); in mpp_enc_normal()
2790 if (frm->force_pskip && !frm->is_idr && !frm->is_lt_ref) { in try_proc_normal_task()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c569 impl->status.is_lt_ref = dec_pic->long_term_reference_flag; in dpb_mark_malloc()