Searched refs:quant_range_v2 (Results 1 – 1 of 1) sorted by relevance
670 struct hfi_quantization_range_v2 quant_range_v2; in venc_set_properties() local909 quant_range_v2.min_qp.qp_packed = ctr->hevc_min_qp; in venc_set_properties()910 quant_range_v2.max_qp.qp_packed = ctr->hevc_max_qp; in venc_set_properties()912 quant_range_v2.min_qp.qp_packed = ctr->vp8_min_qp; in venc_set_properties()913 quant_range_v2.max_qp.qp_packed = ctr->vp8_max_qp; in venc_set_properties()915 quant_range_v2.min_qp.qp_packed = ctr->h264_min_qp; in venc_set_properties()916 quant_range_v2.max_qp.qp_packed = ctr->h264_max_qp; in venc_set_properties()919 ret = hfi_session_set_property(inst, ptype, &quant_range_v2); in venc_set_properties()