Searched refs:quant_range (Results 1 – 1 of 1) sorted by relevance
669 struct hfi_quantization_range quant_range; in venc_set_properties() local924 quant_range.min_qp = ctr->hevc_min_qp; in venc_set_properties()925 quant_range.max_qp = ctr->hevc_max_qp; in venc_set_properties()927 quant_range.min_qp = ctr->vp8_min_qp; in venc_set_properties()928 quant_range.max_qp = ctr->vp8_max_qp; in venc_set_properties()930 quant_range.min_qp = ctr->h264_min_qp; in venc_set_properties()931 quant_range.max_qp = ctr->h264_max_qp; in venc_set_properties()934 quant_range.layer_id = 0; in venc_set_properties()935 ret = hfi_session_set_property(inst, ptype, &quant_range); in venc_set_properties()