Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dvenc.c540 struct hfi_quantization_range quant_range; in venc_set_properties() local
683 quant_range.min_qp = ctr->h264_min_qp; in venc_set_properties()
684 quant_range.max_qp = ctr->h264_max_qp; in venc_set_properties()
685 quant_range.layer_id = 0; in venc_set_properties()
686 ret = hfi_session_set_property(inst, ptype, &quant_range); in venc_set_properties()

Completed in 4 milliseconds