Searched refs:st_cnt (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | mpp_enc_ref_test.c | 29 RK_S32 st_cnt = 0; in main() local 44 st_cnt = 9; in main() 46 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in main() 130 st_cnt = 3; in main() 132 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in main()
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_ref.h | 211 RK_S32 st_cnt; member 248 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt);
|
| /rockchip-linux_mpp/utils/ |
| H A D | mpi_enc_utils.c | 938 RK_S32 st_cnt = 0; in mpi_enc_gen_ref_cfg() local 963 st_cnt = 9; in mpi_enc_gen_ref_cfg() 1029 st_cnt = 5; in mpi_enc_gen_ref_cfg() 1069 st_cnt = 3; in mpi_enc_gen_ref_cfg() 1095 if (lt_cnt || st_cnt) { in mpi_enc_gen_ref_cfg() 1096 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in mpi_enc_gen_ref_cfg() 1101 if (st_cnt) in mpi_enc_gen_ref_cfg() 1102 ret = mpp_enc_ref_cfg_add_st_cfg(ref, st_cnt, st_ref); in mpi_enc_gen_ref_cfg() 1116 RK_S32 st_cnt = 8; in mpi_enc_gen_smart_gop_ref_cfg() local 1123 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in mpi_enc_gen_smart_gop_ref_cfg()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_ref.c | 87 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt) in mpp_enc_ref_cfg_set_cfg_cnt() argument 108 if (st_cnt) { in mpp_enc_ref_cfg_set_cfg_cnt() 109 st_cfg = mpp_calloc(MppEncRefStFrmCfg, st_cnt); in mpp_enc_ref_cfg_set_cfg_cnt() 115 p->max_st_cfg = st_cnt; in mpp_enc_ref_cfg_set_cfg_cnt()
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_dpb.c | 79 RK_S32 lt_cnt = 0, st_cnt = 0; in h265e_dpb_set_ref_list() local 103 st_cnt++; in h265e_dpb_set_ref_list() 104 … h265e_dbg_dpb("get %s ref ref_idx %d delta_poc %d", st_cnt ? "st" : "lt", ref_idx, delta_poc); in h265e_dpb_set_ref_list() 107 if (lt_cnt != 1 && st_cnt == 0) { in h265e_dpb_set_ref_list()
|