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() local885 quant_range_v2.min_qp.qp_packed = ctr->hevc_min_qp; in venc_set_properties()886 quant_range_v2.max_qp.qp_packed = ctr->hevc_max_qp; in venc_set_properties()888 quant_range_v2.min_qp.qp_packed = ctr->vp8_min_qp; in venc_set_properties()889 quant_range_v2.max_qp.qp_packed = ctr->vp8_max_qp; in venc_set_properties()891 quant_range_v2.min_qp.qp_packed = ctr->h264_min_qp; in venc_set_properties()892 quant_range_v2.max_qp.qp_packed = ctr->h264_max_qp; in venc_set_properties()895 ret = hfi_session_set_property(inst, ptype, &quant_range_v2); in venc_set_properties()