Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dvenc.c670 struct hfi_quantization_range quant_range; in venc_set_properties() local
900 quant_range.min_qp = ctr->hevc_min_qp; in venc_set_properties()
901 quant_range.max_qp = ctr->hevc_max_qp; in venc_set_properties()
903 quant_range.min_qp = ctr->vp8_min_qp; in venc_set_properties()
904 quant_range.max_qp = ctr->vp8_max_qp; in venc_set_properties()
906 quant_range.min_qp = ctr->h264_min_qp; in venc_set_properties()
907 quant_range.max_qp = ctr->h264_max_qp; in venc_set_properties()
910 quant_range.layer_id = 0; in venc_set_properties()
911 ret = hfi_session_set_property(inst, ptype, &quant_range); in venc_set_properties()