Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c71 jpeg_cfg->quant_ext = -1; in jpege_init_v2()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h933 RK_S32 quant_ext; member
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1136 if (set->quant != set->quant_ext) { in proc_jpeg_cfg()
1138 if (set->quant_ext < 0 || set->quant_ext > 10) { in proc_jpeg_cfg()
1139 … mpp_loge("invalid quant %d not in range [0, 10] restore to 10 (best quality)\n", set->quant_ext); in proc_jpeg_cfg()
1140 set->quant_ext = 10; in proc_jpeg_cfg()
1145 set->quant = set->quant_ext; in proc_jpeg_cfg()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c203 …, s32, rk_s32, quant, FLAG_INCR, jpeg, quant_ext); \