OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ampbuf
(Results
1 - 2
of
2
) sorted by null
/external/libvorbis/lib/
envelope.h
35
float
ampbuf
[VE_AMP];
member in struct:__anon21122
envelope.c
181
postmax=max(acc,filters[j].
ampbuf
[p]);
182
postmin=min(acc,filters[j].
ampbuf
[p]);
187
premax=max(premax,filters[j].
ampbuf
[p]);
188
premin=min(premin,filters[j].
ampbuf
[p]);
195
filters[j].
ampbuf
[this]=acc;
Completed in 56 milliseconds