Searched refs:quant_range_v2 (Results 1 – 1 of 1) sorted by relevance
671 struct hfi_quantization_range_v2 quant_range_v2; in venc_set_properties() local910 quant_range_v2.min_qp.qp_packed = ctr->hevc_min_qp; in venc_set_properties()911 quant_range_v2.max_qp.qp_packed = ctr->hevc_max_qp; in venc_set_properties()913 quant_range_v2.min_qp.qp_packed = ctr->vp8_min_qp; in venc_set_properties()914 quant_range_v2.max_qp.qp_packed = ctr->vp8_max_qp; in venc_set_properties()916 quant_range_v2.min_qp.qp_packed = ctr->h264_min_qp; in venc_set_properties()917 quant_range_v2.max_qp.qp_packed = ctr->h264_max_qp; in venc_set_properties()920 ret = hfi_session_set_property(inst, ptype, &quant_range_v2); in venc_set_properties()