Lines Matching refs:min_qp
710 u32 min_qp, max_qp; in pkt_session_set_property_1x() local
712 min_qp = in->min_qp; in pkt_session_set_property_1x()
718 if (min_qp > 0xff || max_qp > 0xff) { in pkt_session_set_property_1x()
727 range->min_qp = min_qp | min_qp << 8 | min_qp << 16; in pkt_session_set_property_1x()
1263 u32 min_qp, max_qp; in pkt_session_set_property_4xx() local
1265 min_qp = in->min_qp.qp_packed; in pkt_session_set_property_4xx()
1271 if (min_qp > 0xff || max_qp > 0xff) in pkt_session_set_property_4xx()
1274 range->min_qp.layer_id = 0xFF; in pkt_session_set_property_4xx()
1276 range->min_qp.qp_packed = (min_qp & 0xFF) | ((min_qp & 0xFF) << 8) | in pkt_session_set_property_4xx()
1277 ((min_qp & 0xFF) << 16); in pkt_session_set_property_4xx()
1280 range->min_qp.enable = 7; in pkt_session_set_property_4xx()