| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_dpb.c | 59 i, frm->on_used, status->seq_idx, in h264e_dpb_dump_frm() 79 i, frm->on_used, status->seq_idx, in h264e_dpb_dump_listX() 161 RK_S32 seq_idx = frm->seq_idx; in find_cpb_frame() local 168 h264e_dbg_dpb("frm %d start finding slot\n", frm->seq_idx); in find_cpb_frame() 173 if (p->valid && p->seq_idx == seq_idx) { in find_cpb_frame() 175 p->seq_idx, i, p->valid); in find_cpb_frame() 185 mpp_err_f("can not find match frm %d\n", seq_idx); in find_cpb_frame() 255 i, frm->seq_idx, frm->valid, frm->is_non_ref, frm->is_lt_ref); in h264e_dpb_build_list() 326 RK_S32 curr_frm_cnt = curr->status.seq_idx; in h264e_dpb_build_list() 327 RK_S32 set_ref_frm_cnt = refr->status.seq_idx; in h264e_dpb_build_list() [all …]
|
| H A D | h264e_dpb.h | 56 RK_S32 seq_idx; member
|
| H A D | h264e_api_v2.c | 467 frms->seq_idx = curr->seq_idx; in h264e_proc_dpb()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_refs.c | 85 RK_S32 seq_idx; /* sequence index in one gop */ member 113 func, line, frm->valid, frm->seq_idx, in _dump_frm() 118 func, line, frm->valid, frm->seq_idx, in _dump_frm() 124 func, line, frm->valid, frm->seq_idx, in _dump_frm() 162 cpb->frm_idx, cpb->seq_idx, cpb->seq_cnt, in _dump_cpb() 278 cpb->seq_idx = 0; in cleanup_cpb_refs() 292 static void set_st_cfg_to_frm(EncFrmStatus *frm, RK_S32 seq_idx, in set_st_cfg_to_frm() argument 297 frm->seq_idx = seq_idx; in set_st_cfg_to_frm() 299 frm->is_idr = (seq_idx == 0); in set_st_cfg_to_frm() 319 frm->is_i_refresh = ((frm->seq_idx % p->igop) < p->refresh_length) && p->cpb.seq_cnt > 1; in set_frm_refresh_flag() [all …]
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 1823 enc_dbg_detail("task %d two pass mode enter\n", frm->seq_idx); in mpp_enc_proc_two_pass() 1827 enc_dbg_detail("task %d enc proc dpb\n", frm->seq_idx); in mpp_enc_proc_two_pass() 1830 enc_dbg_frm_status("frm %d start ***********************************\n", cpb->curr.seq_idx); in mpp_enc_proc_two_pass() 1833 enc_dbg_detail("task %d enc proc hal\n", frm->seq_idx); in mpp_enc_proc_two_pass() 1836 enc_dbg_detail("task %d hal get task\n", frm->seq_idx); in mpp_enc_proc_two_pass() 1839 enc_dbg_detail("task %d hal generate reg\n", frm->seq_idx); in mpp_enc_proc_two_pass() 1842 enc_dbg_detail("task %d hal start\n", frm->seq_idx); in mpp_enc_proc_two_pass() 1845 enc_dbg_detail("task %d hal wait\n", frm->seq_idx); in mpp_enc_proc_two_pass() 1848 enc_dbg_detail("task %d hal ret task\n", frm->seq_idx); in mpp_enc_proc_two_pass() 1860 enc_dbg_detail("task %d two pass mode leave\n", frm->seq_idx); in mpp_enc_proc_two_pass() [all …]
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_dpb.c | 133 frm->seq_idx = dpb->seq_idx; in h265e_dpb_init_curr() 134 dpb->seq_idx++; in h265e_dpb_init_curr() 498 RK_S32 seq_idx = frm->seq_idx; in h265e_find_cpb_in_dpb() local 504 h265e_dbg_dpb("frm %d start finding slot \n", frm->seq_idx); in h265e_find_cpb_in_dpb() 511 if (p->valid && p->seq_idx == seq_idx) { in h265e_find_cpb_in_dpb() 513 p->seq_idx, i, p->valid); in h265e_find_cpb_in_dpb() 517 mpp_err_f("can not find match frm %d\n", seq_idx); in h265e_find_cpb_in_dpb() 523 RK_S32 seq_idx = frm->seq_idx; in h265e_find_cpb_frame() local 529 h265e_dbg_dpb("frm %d start finding slot \n", frm->seq_idx); in h265e_find_cpb_frame() 537 if (p->valid && p->seq_idx == seq_idx) { in h265e_find_cpb_frame() [all …]
|
| H A D | h265e_dpb.h | 67 RK_S32 seq_idx; member 119 RK_S32 seq_idx; member
|
| H A D | h265e_slice.c | 271 slice->poc = p->dpb->curr->seq_idx; in h265e_slice_init()
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_rc_defs.h | 150 RK_U32 seq_idx : 16; member 156 RK_S32 seq_idx; member
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | h264e_syntax.h | 69 RK_S32 seq_idx; member
|
| /rockchip-linux_mpp/mpp/hal/inc/ |
| H A D | hal_enc_task.h | 147 RK_S32 seq_idx; member
|
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | vp8e_rc.c | 73 rc_dbg_rc("seq_idx %d intra %d\n", frm->seq_idx, frm->is_intra); in rc_model_v2_vp8_hal_start()
|
| H A D | rc_model_v2.c | 1423 rc_dbg_rc("seq_idx %d intra %d\n", frm->seq_idx, frm->is_intra); in rc_model_v2_start() 1466 rc_dbg_rc("seq_idx %d intra %d\n", frm->seq_idx, frm->is_intra); in rc_model_v2_start() 1580 rc_dbg_rc("seq_idx %d intra %d\n", frm->seq_idx, frm->is_intra); in rc_model_v2_hal_start()
|
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu2_v2.c | 299 RK_U32 refresh_idx = frm->seq_idx % cfg->rc.gop; in setup_intra_refresh() 368 hal_h264e_dbg_detail("frame %d generate regs now", frm->seq_idx); in hal_h264e_vepu2_gen_regs_v2()
|
| H A D | hal_h264e_vepu1_v2.c | 318 hal_h264e_dbg_detail("frame %d generate regs now", frm->seq_idx); in hal_h264e_vepu1_gen_regs_v2()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 1600 hal_h264e_dbg_detail("frame %d generate regs now", ctx->frms->seq_idx); in hal_h264e_vepu541_gen_regs() 1630 setup_vepu541_intra_refresh(regs, ctx, frm_status->seq_idx % cfg->rc.gop); in hal_h264e_vepu541_gen_regs()
|
| H A D | hal_h264e_vepu580.c | 2128 hal_h264e_dbg_detail("frame %d generate regs now", ctx->frms->seq_idx); in hal_h264e_vepu580_gen_regs() 2161 setup_vepu580_intra_refresh(regs, ctx, frm_status->seq_idx % cfg->rc.gop); in hal_h264e_vepu580_gen_regs()
|
| H A D | hal_h264e_vepu510.c | 2172 hal_h264e_dbg_detail("frame %d generate regs now", ctx->frms->seq_idx); in hal_h264e_vepu510_gen_regs() 2206 setup_vepu510_intra_refresh(regs, ctx, frm_status->seq_idx % cfg->rc.gop); in hal_h264e_vepu510_gen_regs()
|
| H A D | hal_h264e_vepu511.c | 2129 hal_h264e_dbg_detail("frame %d generate regs now", ctx->frms->seq_idx); in hal_h264e_vepu511_gen_regs() 2155 setup_vepu511_intra_refresh(regs, ctx, frm->seq_idx % cfg->rc.gop); in hal_h264e_vepu511_gen_regs()
|
| H A D | hal_h264e_vepu540c.c | 1469 hal_h264e_dbg_detail("frame %d generate regs now", ctx->frms->seq_idx); in hal_h264e_vepu540c_gen_regs()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu541.c | 1630 setup_vepu541_intra_refresh(regs, ctx, frm_status->seq_idx % ctx->cfg->rc.gop); in hal_h265e_v541_gen_regs()
|
| H A D | hal_h265e_vepu580.c | 2790 setup_intra_refresh(ctx, frm->seq_idx % ctx->cfg->rc.gop); in hal_h265e_v580_gen_regs()
|