Searched refs:croped_val (Results 1 – 1 of 1) sorted by relevance
157 float croped_val = val; in crop_sample() local158 if (croped_val > 32767.0) croped_val= 32767.0; in crop_sample()159 if (croped_val < -32768.0) croped_val=-32768.0; in crop_sample()160 return (int16_t) croped_val; in crop_sample()