Searched refs:is_lt_ref (Results 1 – 11 of 11) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_dpb.c | 63 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 D | h264e_api_v2.c | 544 if (!frm->is_non_ref && frm->is_lt_ref) in h264e_proc_hal()
|
| H A D | h264e_slice.c | 86 slice->long_term_reference_flag = frm->status.is_lt_ref; in h264e_slice_update()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_refs.c | 116 } 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 D | mpp_frame_impl.h | 64 RK_U32 is_lt_ref : 1; member
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_rc_defs.h | 92 RK_U32 is_lt_ref : 1; member
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_dpb.c | 543 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 D | h265e_api.c | 343 if (!frm->is_non_ref && frm->is_lt_ref) in h265e_proc_hal()
|
| H A D | h265e_slice.c | 276 if (curr.is_lt_ref) in h265e_slice_init()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 1895 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 D | h264d_init.c | 569 impl->status.is_lt_ref = dec_pic->long_term_reference_flag; in dpb_mark_malloc()
|