HomeSort by relevance Sort by last modified time
    Searched defs:db_knee (Results 1 - 2 of 2) sorted by null

  /external/adhd/cras/src/dsp/
drc_kernel.h 53 /* db_knee is the number of dB above the threshold before we enter the
55 * (db_threshold + db_knee) is the "soft knee" portion of the curve
57 * portion. knee_threshold is db_to_linear(db_threshold + db_knee).
59 float db_knee; member in struct:drc_kernel
90 float db_knee,
drc.c 221 float db_knee = drc_get_param(drc, i, PARAM_KNEE); local
235 db_knee,

Completed in 85 milliseconds