Lines Matching refs:max_qp
710 u32 min_qp, max_qp; in pkt_session_set_property_1x() local
713 max_qp = in->max_qp; in pkt_session_set_property_1x()
718 if (min_qp > 0xff || max_qp > 0xff) { in pkt_session_set_property_1x()
728 range->max_qp = max_qp | max_qp << 8 | max_qp << 16; in pkt_session_set_property_1x()
1263 u32 min_qp, max_qp; in pkt_session_set_property_4xx() local
1266 max_qp = in->max_qp.qp_packed; in pkt_session_set_property_4xx()
1271 if (min_qp > 0xff || max_qp > 0xff) in pkt_session_set_property_4xx()
1275 range->max_qp.layer_id = 0xFF; in pkt_session_set_property_4xx()
1278 range->max_qp.qp_packed = (max_qp & 0xFF) | ((max_qp & 0xFF) << 8) | in pkt_session_set_property_4xx()
1279 ((max_qp & 0xFF) << 16); in pkt_session_set_property_4xx()
1281 range->max_qp.enable = 7; in pkt_session_set_property_4xx()