Home
last modified time | relevance | path

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

/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h1287 RK_S32 madp16_th; /* madp threshold for static block detection, [0, 63] */ member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c258 …ENTRY(prefix, s32, rk_s32, madp16_th, FLAG_INCR, tune,
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c966 if (set->madp16_th < 0 || set->madp16_th > 63) { in proc_tune_cfg()
967 mpp_loge("invalid madp16_th %d not in range [0, 255]\n", set->madp16_th); in proc_tune_cfg()
968 mpp_loge("restore madp16_th %d\n", cfg->madp16_th); in proc_tune_cfg()
969 set->madp16_th = cfg->madp16_th; in proc_tune_cfg()