Searched refs:P_LEVELS (Results 1 - 2 of 2) sorted by relevance

/external/libvorbis/lib/
H A Dpsy.h31 #define P_LEVELS 8 /* 30dB to 100dB */ macro
H A Dpsy.c90 float workc[P_BANDS][P_LEVELS][EHMER_MAX];
91 float athc[P_LEVELS][EHMER_MAX];
125 for(j=0;j<P_LEVELS;j++){
136 for(j=0;j<P_LEVELS;j++){
153 for(j=1;j<P_LEVELS;j++){
161 ret[i]=_ogg_malloc(sizeof(**ret)*P_LEVELS);
180 for(m=0;m<P_LEVELS;m++){
369 for(j=0;j<P_LEVELS;j++){
398 choice=min(choice,P_LEVELS-1);

Completed in 50 milliseconds