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