Home
last modified time | relevance | path

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

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