Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Dpsy.c91 float athc[P_LEVELS][EHMER_MAX]; in setup_tone_curves() local
138 memcpy(athc[j],ath,EHMER_MAX*sizeof(**athc)); in setup_tone_curves()
139 attenuate_curve(athc[j],+100.-j*10.f-P_LEVEL_0); in setup_tone_curves()
140 max_curve(athc[j],workc[i][j]); in setup_tone_curves()
154 min_curve(athc[j],athc[j-1]); in setup_tone_curves()
155 min_curve(workc[i][j],athc[j]); in setup_tone_curves()