Home
last modified time | relevance | path

Searched refs:COEF_MIN (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dac3enc.h50 #define COEF_MIN (-16777215.0/16777216.0) macro
60 #define COEF_MIN -16777215 macro
Dac3enc_fixed.c58 adsp->vector_clip_int32(coef, coef, COEF_MIN, COEF_MAX, len); in clip_coefficients()
Dac3enc_float.c64 adsp->vector_clipf(coef, coef, len, COEF_MIN, COEF_MAX); in clip_coefficients()