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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dmasking.h21 /* more detailed ATH; the bass if flat to save stressing the floor
25 static const float ATH[]={ variable
H A Dpsy.c99 /* we add back in the ATH to avoid low level curves falling off to
110 if(min>ATH[j+k+ath_offset])min=ATH[j+k+ath_offset];
112 if(min>ATH[MAX_ATH-1])min=ATH[MAX_ATH-1];
135 /* make temp curves with the ATH overlayed */
297 float base=ATH[i];
299 float delta=(ATH[i+1]-base)/(endpos-j);
845 /* set the ATH (floating below localmax, not global max by a

Completed in 92 milliseconds