Lines Matching full:sat_val
2562 int32_t sat_val = (1 << sat_pos) - 1;2574 if (rm_val > sat_val) {2575 rm_val = sat_val;