Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/qcom/venus/
H A Dvenc.c670 struct hfi_quantization_range quant_range; in venc_set_properties() local
925 quant_range.min_qp = ctr->hevc_min_qp; in venc_set_properties()
926 quant_range.max_qp = ctr->hevc_max_qp; in venc_set_properties()
928 quant_range.min_qp = ctr->vp8_min_qp; in venc_set_properties()
929 quant_range.max_qp = ctr->vp8_max_qp; in venc_set_properties()
931 quant_range.min_qp = ctr->h264_min_qp; in venc_set_properties()
932 quant_range.max_qp = ctr->h264_max_qp; in venc_set_properties()
935 quant_range.layer_id = 0; in venc_set_properties()
936 ret = hfi_session_set_property(inst, ptype, &quant_range); in venc_set_properties()