Searched refs:COEF_MIN (Results 1 – 3 of 3) sorted by relevance
50 #define COEF_MIN (-16777215.0/16777216.0) macro60 #define COEF_MIN -16777215 macro
58 adsp->vector_clip_int32(coef, coef, COEF_MIN, COEF_MAX, len); in clip_coefficients()
64 adsp->vector_clipf(coef, coef, len, COEF_MIN, COEF_MAX); in clip_coefficients()