HomeSort by relevance Sort by last modified time
    Searched full:coeffi (Results 1 - 1 of 1) sorted by null

  /external/libvorbis/lib/
psy.c 780 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);
    [all...]

Completed in 656 milliseconds