Lines Matching full:sat_val
2746 int32_t sat_val = (1 << sat_pos) - 1;2758 if (rm_val > sat_val) {2759 rm_val = sat_val;