OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VE_AMP
(Results
1 - 2
of
2
) sorted by null
/external/libvorbis/lib/
envelope.h
26
#define
VE_AMP
(VE_PRE+VE_POST-1)
35
float ampbuf[
VE_AMP
];
envelope.c
180
if(p<0)p+=
VE_AMP
;
186
if(p<0)p+=
VE_AMP
;
197
if(filters[j].ampptr>=
VE_AMP
)filters[j].ampptr=0;
Completed in 115 milliseconds