Searched refs:motion_level (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu510_tune.c | 184 RK_U32 md_cnt = 0, motion_level = 0; in vepu510_h264e_tune_stat_update() local 192 motion_level = 200; in vepu510_h264e_tune_stat_update() 194 motion_level = 100; in vepu510_h264e_tune_stat_update() 196 motion_level = 1; in vepu510_h264e_tune_stat_update() 198 motion_level = 0; in vepu510_h264e_tune_stat_update() 199 rc_info->motion_level = motion_level; 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 | 2507 rc_info->motion_level = 0; in hal_h264e_vepu580_ret_task() 2509 rc_info->motion_level = 200; in hal_h264e_vepu580_ret_task() 2511 rc_info->motion_level = 100; in hal_h264e_vepu580_ret_task() 2513 rc_info->motion_level = 0; in hal_h264e_vepu580_ret_task() 2523 …hal_h264e_dbg_rc("motion_level %u, complex_level %u\n", rc_info->motion_level, rc_info->complex_le… in hal_h264e_vepu580_ret_task()
|
| H A D | hal_h264e_vepu511.c | 2498 rc_info->motion_level = 200; in vepu511_h264e_update_tune_stat() 2500 rc_info->motion_level = 100; in vepu511_h264e_update_tune_stat() 2502 rc_info->motion_level = 1; in vepu511_h264e_update_tune_stat() 2504 rc_info->motion_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/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu510_tune.c | 289 RK_U32 md_cnt = 0, motion_level = 0; in vepu510_h265e_tune_stat_update() local 297 motion_level = 200; in vepu510_h265e_tune_stat_update() 299 motion_level = 100; in vepu510_h265e_tune_stat_update() 301 motion_level = 1; in vepu510_h265e_tune_stat_update() 303 motion_level = 0; in vepu510_h265e_tune_stat_update() 304 hal_rc_ret->motion_level = motion_level; 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_vepu580_tune.c | 612 rc_info->motion_level = 0; in vepu580_h265e_tune_stat_update() 614 rc_info->motion_level = 200; in vepu580_h265e_tune_stat_update() 616 rc_info->motion_level = 100; in vepu580_h265e_tune_stat_update() 618 rc_info->motion_level = 0; in vepu580_h265e_tune_stat_update() 627 hal_h265e_dbg_detail("motion_level = %u, complex_level = %u\n", rc_info->motion_level, in vepu580_h265e_tune_stat_update()
|
| H A D | hal_h265e_vepu511.c | 2580 RK_U32 md_cnt = 0, motion_level = 0; in vepu511_h265e_update_tune_stat() local 2588 motion_level = 200; in vepu511_h265e_update_tune_stat() 2590 motion_level = 100; in vepu511_h265e_update_tune_stat() 2592 motion_level = 1; in vepu511_h265e_update_tune_stat() 2594 motion_level = 0; in vepu511_h265e_update_tune_stat() 2595 info->motion_level = motion_level; in vepu511_h265e_update_tune_stat() 2598 ctx->frame_num - 1, info->complex_level, info->motion_level); in vepu511_h265e_update_tune_stat()
|
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_model_v2_smt.c | 48 MppDataV2 *motion_level; member 104 if (ctx->motion_level != NULL) { in bits_model_smt_deinit() 105 mpp_data_deinit_v2(ctx->motion_level); in bits_model_smt_deinit() 106 ctx->motion_level = NULL; in bits_model_smt_deinit() 164 if (ctx->motion_level) in bits_model_smt_init() 165 mpp_data_deinit_v2(ctx->motion_level); in bits_model_smt_init() 166 mpp_data_init_v2(&ctx->motion_level, mad_len, 0); in bits_model_smt_init() 632 RK_S32 md_lvl_sum = mpp_data_sum_v2(p->motion_level); in smt_calc_coef() 633 RK_S32 md_lvl_0 = mpp_data_get_pre_val_v2(p->motion_level, 0); in smt_calc_coef() 634 RK_S32 md_lvl_1 = mpp_data_get_pre_val_v2(p->motion_level, 1); in smt_calc_coef() [all …]
|
| H A D | rc_model_v2.c | 133 if (ctx->motion_level != NULL) { in bits_model_param_deinit() 134 mpp_data_deinit_v2(ctx->motion_level); in bits_model_param_deinit() 135 ctx->motion_level = NULL; in bits_model_param_deinit() 224 mpp_data_init_v2(&ctx->motion_level, mad_len, 0); in bits_model_param_init() 225 if (ctx->motion_level == NULL) { in bits_model_param_init() 1527 RK_S32 md = mpp_data_sum_v2(ctx->motion_level); in derive_min_qp_from_complexity() 1528 RK_S32 md3 = mpp_data_get_pre_val_v2(ctx->motion_level, 0) + in derive_min_qp_from_complexity() 1529 mpp_data_get_pre_val_v2(ctx->motion_level, 1) + in derive_min_qp_from_complexity() 1530 mpp_data_get_pre_val_v2(ctx->motion_level, 2); 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() [all …]
|
| H A D | rc_ctx.h | 55 MppDataV2 *motion_level; member
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_rc_defs.h | 215 RK_U32 motion_level; member
|