Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/qcom/venus/
Dvenc.c619 struct hfi_quantization_range quant_range; in venc_set_properties() local
830 quant_range.min_qp = ctr->hevc_min_qp; in venc_set_properties()
831 quant_range.max_qp = ctr->hevc_max_qp; in venc_set_properties()
833 quant_range.min_qp = ctr->h264_min_qp; in venc_set_properties()
834 quant_range.max_qp = ctr->h264_max_qp; in venc_set_properties()
836 quant_range.layer_id = 0; in venc_set_properties()
837 ret = hfi_session_set_property(inst, ptype, &quant_range); in venc_set_properties()