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

  /external/libxaac/decoder/drc_src/
impd_drc_process.c 48 FLOAT32 drc_gain_last, gainThr; local
101 drc_gain_last = shape_filter_block[g].drc_gain_last;
102 gainThr = 0.0001f * drc_gain_last;
104 (fabs(lpcm_gains[iEnd] - drc_gain_last) <= gainThr))
impd_drc_struct.h 174 FLOAT32 drc_gain_last; member in struct:__anon26404

Completed in 89 milliseconds