OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:P_NOISECURVES
(Results
1 - 3
of
3
) sorted by null
/external/libvorbis/lib/
psy.h
33
#define
P_NOISECURVES
3
42
float tone_masteratt[
P_NOISECURVES
];
55
float noiseoff[
P_NOISECURVES
][P_BANDS];
91
int coupling_pointlimit[2][
P_NOISECURVES
];
vorbisenc.c
70
int att[
P_NOISECURVES
];
74
typedef struct { int data[
P_NOISECURVES
]; } adj3;
89
int data[
P_NOISECURVES
][17];
408
for(j=0;j<
P_NOISECURVES
;j++)
414
for(j=0;j<
P_NOISECURVES
;j++){
[
all
...]
psy.c
331
p->noiseoffset=_ogg_malloc(
P_NOISECURVES
*sizeof(*p->noiseoffset));
332
for(i=0;i<
P_NOISECURVES
;i++)
345
for(j=0;j<
P_NOISECURVES
;j++)
377
for(i=0;i<
P_NOISECURVES
;i++){
[
all
...]
Completed in 209 milliseconds