Home
last modified time | relevance | path

Searched refs:bps_target_temp (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c397 RK_S32 bps_target_temp = (ctx->bps_target_low_rate + ctx->bps_target_high_rate) / 2; in bits_model_update_smt() local
398 if (bps_target_temp > (ctx->last_fps_bits * 2 / 3)) in bits_model_update_smt()
399 mpp_pid_update(&ctx->pid_fps, bps_target_temp - ctx->last_fps_bits); in bits_model_update_smt()
401 bps_target_temp = ctx->bps_target_low_rate * 0.4 + ctx->bps_target_high_rate * 0.6; in bits_model_update_smt()
402 mpp_pid_update(&ctx->pid_fps, bps_target_temp - ctx->last_fps_bits); in bits_model_update_smt()