Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:ogg_int32_t

49 extern const ogg_int32_t FLOOR_fromdB_LOOKUP[];
60 static inline ogg_int32_t vorbis_invsqlook_i(long a,long e){
73 static inline ogg_int32_t vorbis_fromdBlook_i(long a){
79 static inline ogg_int32_t vorbis_fromdBlook_i(long a){
88 static inline ogg_int32_t vorbis_coslook_i(long a){
97 static inline ogg_int32_t vorbis_coslook2_i(long a){
116 static inline ogg_int32_t toBARK(int n){
145 void vorbis_lsp_to_curve(ogg_int32_t *curve,int n,int ln,
146 ogg_int32_t *lsp,int m,
147 ogg_int32_t amp,
148 ogg_int32_t ampoffset,
149 ogg_int32_t nyq){
157 ogg_int32_t *ilsp=(ogg_int32_t *)alloca(m*sizeof(*ilsp));
182 ogg_int32_t val=MULT32(lsp[i],0x517cc2);
184 ogg_int32_t val=((lsp[i]>>10)*0x517d)>>14;
201 ogg_int32_t qexp=0,shift;
202 ogg_int32_t wi;
400 ogg_int32_t *floor0_inverse1(vorbis_dsp_state *vd,vorbis_info_floor *i,
401 ogg_int32_t *lsp){
414 ogg_int32_t last=0;
432 ogg_int32_t *lsp,ogg_int32_t *out){
437 ogg_int32_t amp=lsp[info->order];