OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATH
(Results
1 - 2
of
2
) sorted by null
/external/libvorbis/lib/
masking.h
21
/* more detailed
ATH
; the bass if flat to save stressing the floor
25
static const float
ATH
[]={
[
all
...]
psy.c
89
float
ath
[EHMER_MAX];
local
99
/* 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];
114
ath
[j]=min;
135
/* make temp curves with the
ATH
overlayed */
138
memcpy(athc[j],
ath
,EHMER_MAX*sizeof(**athc));
279
p->
ath
=_ogg_malloc(n*sizeof(*p->ath))
[
all
...]
Completed in 2543 milliseconds