Lines Matching defs:sat_val
2670 int32_t sat_val = (1 << sat_pos) - 1;2682 if (rm_val > sat_val) {2683 rm_val = sat_val;