Home
last modified time | relevance | path

Searched refs:outgain_dB (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcompandt.h27 double outgain_dB; /* Post processor gain */ member
H A Dcompandt.c85 t->segments[i].y += t->outgain_dB; in prepare_transfer_fn()
200 if (gain && sscanf(gain, "%lf %c", &t->outgain_dB, &dummy) != 1) { in lsx_compandt_parse()