ERIS CORE

◆ compare_fftrr_value()

static int erisAudioAnalyzeFFT1024::compare_fftrr_value ( const void *  p,
const void *  q 
)
inlinestatic

Definition at line 295 of file eris_analyze_fft1024.h.

295  {
296  if (((const FFTReadRange *)p)->avgValueFast > ((const FFTReadRange *)q)->avgValueFast) return -1;
297  return 1;
298  }
const char PROGMEM p[][16]
Definition: Eris.h:247
float avgValueFast

References avgValueFast, and p.

Referenced by sort_fftrr_by_value().

+ Here is the caller graph for this function: