Searched refs:lt_cfg_cnt (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_ref.c | 116 p->lt_cfg_cnt = 0; in mpp_enc_ref_cfg_set_cfg_cnt() 133 ref, p->lt_cfg_cnt, frm->lt_idx, frm->temporal_id, in mpp_enc_ref_cfg_add_lt_cfg() 136 memcpy(&p->lt_cfg[p->lt_cfg_cnt], frm, sizeof(*frm) * cnt); in mpp_enc_ref_cfg_add_lt_cfg() 137 p->lt_cfg_cnt += cnt; in mpp_enc_ref_cfg_add_lt_cfg() 168 RK_S32 lt_cfg_cnt = p->lt_cfg_cnt; in mpp_enc_ref_cfg_check() local 181 if (lt_cfg_cnt) { in mpp_enc_ref_cfg_check() 185 for (pos = 0; pos < lt_cfg_cnt; pos++, cfg++) { in mpp_enc_ref_cfg_check() 422 .lt_cfg_cnt = 0,
|
| H A D | mpp_enc_refs.c | 232 if (cfg->lt_cfg_cnt) { in mpp_enc_refs_set_cfg() 235 mpp_assert(cfg->lt_cfg_cnt < MAX_CPB_LT_FRM); in mpp_enc_refs_set_cfg() 237 for (i = 0; i < cfg->lt_cfg_cnt; i++) { in mpp_enc_refs_set_cfg() 581 RK_S32 lt_cfg_cnt = cfg->lt_cfg_cnt; in mpp_enc_refs_dryrun() local 586 RK_S32 walk_len = MPP_MAX(lt_cfg_cnt, st_cfg_cnt); in mpp_enc_refs_dryrun() 595 lt_cfg_cnt, st_cfg_cnt); in mpp_enc_refs_dryrun() 612 for (i = 0; i < lt_cfg_cnt; i++, lt_cfg++) { in mpp_enc_refs_dryrun() 835 for (i = 0; i < cfg->lt_cfg_cnt; i++, lt_cfg++) { in mpp_enc_refs_get_cpb()
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_mlvec.cpp | 251 RK_S32 lt_cfg_cnt = 0; in vpu_api_mlvec_set_dy_max_tid() local 405 lt_cfg_cnt = ltr_frames; in vpu_api_mlvec_set_dy_max_tid() 416 if (lt_cfg_cnt) in vpu_api_mlvec_set_dy_max_tid() 419 mlvec_dbg_flow("lt_cfg_cnt %d st_cfg_cnt %d\n", lt_cfg_cnt, st_cfg_cnt); in vpu_api_mlvec_set_dy_max_tid() 420 if (lt_cfg_cnt || st_cfg_cnt) { in vpu_api_mlvec_set_dy_max_tid() 425 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cfg_cnt, st_cfg_cnt); in vpu_api_mlvec_set_dy_max_tid() 426 ret = mpp_enc_ref_cfg_add_lt_cfg(ref, lt_cfg_cnt, lt_ref); in vpu_api_mlvec_set_dy_max_tid()
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_enc_ref.h | 46 RK_S32 lt_cfg_cnt; member
|
| /rockchip-linux_mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_stream_amend.c | 107 if (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1 || in h264e_vepu_stream_amend_config() 126 if (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1) in h264e_vepu_stream_amend_config()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu580.c | 608 if (ctx->task_cnt > 1 && (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1)) { in hal_h264e_vepu580_get_task()
|
| H A D | hal_h264e_vepu510.c | 590 if (ctx->task_cnt > 1 && (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1)) { in hal_h264e_vepu510_get_task()
|
| H A D | hal_h264e_vepu511.c | 589 if (ctx->task_cnt > 1 && (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1)) { in hal_h264e_vepu511_get_task()
|