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

  /device/google/dragon/audio/hal/dsp/
drc_kernel.h 51 float db_threshold; member in struct:drc_kernel
54 * "ratio" portion of the curve. The portion between db_threshold and
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).
89 float db_threshold,
drc.c 220 float db_threshold = drc_get_param(drc, i, PARAM_THRESHOLD); local
234 db_threshold,

Completed in 59 milliseconds