Searched refs:madp16_th (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_cmd.h | 1287 RK_S32 madp16_th; /* madp threshold for static block detection, [0, 63] */ member
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 258 …ENTRY(prefix, s32, rk_s32, madp16_th, FLAG_INCR, tune, …
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 966 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()
|