Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Dpsy.h33 #define P_NOISECURVES 3 macro
42 float tone_masteratt[P_NOISECURVES];
55 float noiseoff[P_NOISECURVES][P_BANDS];
91 int coupling_pointlimit[2][P_NOISECURVES];
Dvorbisenc.c70 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++) in vorbis_encode_noisebias_setup()
414 for(j=0;j<P_NOISECURVES;j++){ in vorbis_encode_noisebias_setup()
Dpsy.c331 p->noiseoffset=_ogg_malloc(P_NOISECURVES*sizeof(*p->noiseoffset)); in _vp_psy_init()
332 for(i=0;i<P_NOISECURVES;i++) in _vp_psy_init()
345 for(j=0;j<P_NOISECURVES;j++) in _vp_psy_init()
377 for(i=0;i<P_NOISECURVES;i++){ in _vp_psy_clear()