Searched refs:coeffi (Results 1 - 1 of 1) sorted by relevance

/external/libvorbis/lib/
H A Dpsy.c780 float de, coeffi, cx;/* AoTuV */ local
801 coeffi = -17.2; /* coeffi is a -17.2dB threshold */
804 if(val > coeffi){
807 de = 1.0-((val-coeffi)*0.005*cx);
818 de = 1.0-((val-coeffi)*0.0003*cx);

Completed in 80 milliseconds