Searched refs:complex_level (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_model_v2_smt.c | 49 MppDataV2 *complex_level; member 109 if (ctx->complex_level != NULL) { in bits_model_smt_deinit() 110 mpp_data_deinit_v2(ctx->complex_level); in bits_model_smt_deinit() 111 ctx->complex_level = NULL; in bits_model_smt_deinit() 168 if (ctx->complex_level) in bits_model_smt_init() 169 mpp_data_deinit_v2(ctx->complex_level); in bits_model_smt_init() 170 mpp_data_init_v2(&ctx->complex_level, mad_len, 0); in bits_model_smt_init() 357 RK_S32 cplx_lvl_0 = mpp_data_get_pre_val_v2(p->complex_level, 0); in set_coef() 358 RK_S32 cplx_lvl_1 = mpp_data_get_pre_val_v2(p->complex_level, 1); in set_coef() 359 RK_S32 cplx_lvl_sum = mpp_data_sum_v2(p->complex_level); in set_coef() [all …]
|
| H A D | rc_ctx.h | 56 MppDataV2 *complex_level; member
|
| H A D | rc_model_v2.c | 137 if (ctx->complex_level != NULL) { in bits_model_param_deinit() 138 mpp_data_deinit_v2(ctx->complex_level); in bits_model_param_deinit() 139 ctx->complex_level = NULL; in bits_model_param_deinit() 230 mpp_data_init_v2(&ctx->complex_level, mad_len, 0); in bits_model_param_init() 231 if (ctx->complex_level == NULL) { in bits_model_param_init() 1526 RK_S32 cplx = mpp_data_sum_v2(ctx->complex_level); in derive_min_qp_from_complexity() 1812 rc_dbg_rc("motion_level %u, complex_level %u\n", cfg->motion_level, cfg->complex_level); in rc_model_v2_end() 1814 mpp_data_update_v2(p->complex_level, cfg->complex_level); in rc_model_v2_end()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu510_tune.c | 180 rc_info->complex_level = (madi_cnt * 100 > 30 * b16_num) ? 2 : in vepu510_h264e_tune_stat_update() 202 rc_info->complex_level, rc_info->motion_level); in vepu510_h264e_tune_stat_update()
|
| H A D | hal_h264e_vepu580.c | 2515 rc_info->complex_level = 0; in hal_h264e_vepu580_ret_task() 2517 rc_info->complex_level = 2; in hal_h264e_vepu580_ret_task() 2519 rc_info->complex_level = 1; in hal_h264e_vepu580_ret_task() 2521 rc_info->complex_level = 0; in hal_h264e_vepu580_ret_task() 2523 …h264e_dbg_rc("motion_level %u, complex_level %u\n", rc_info->motion_level, rc_info->complex_level); in hal_h264e_vepu580_ret_task()
|
| H A D | hal_h264e_vepu511.c | 2507 rc_info->complex_level = 2; in vepu511_h264e_update_tune_stat() 2509 rc_info->complex_level = 1; in vepu511_h264e_update_tune_stat() 2511 rc_info->complex_level = 0; in vepu511_h264e_update_tune_stat() 2537 rc_info->complex_level, rc_info->motion_level); in vepu511_h264e_update_tune_stat()
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_rc_defs.h | 216 RK_U32 complex_level; member
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu580_tune.c | 620 rc_info->complex_level = 0; in vepu580_h265e_tune_stat_update() 622 rc_info->complex_level = 2; in vepu580_h265e_tune_stat_update() 624 rc_info->complex_level = 1; in vepu580_h265e_tune_stat_update() 626 rc_info->complex_level = 0; in vepu580_h265e_tune_stat_update() 628 rc_info->complex_level); in vepu580_h265e_tune_stat_update()
|
| H A D | hal_h265e_vepu510_tune.c | 285 hal_rc_ret->complex_level = (madi_cnt * 100 > 30 * b16_num) ? 2 : in vepu510_h265e_tune_stat_update() 307 ctx->frame_num - 1, hal_rc_ret->complex_level, hal_rc_ret->motion_level); in vepu510_h265e_tune_stat_update()
|
| H A D | hal_h265e_vepu511.c | 2576 info->complex_level = (madi_cnt * 100 > 30 * b16_num) ? 2 : in vepu511_h265e_update_tune_stat() 2598 ctx->frame_num - 1, info->complex_level, info->motion_level); in vepu511_h265e_update_tune_stat()
|