Home
last modified time | relevance | path

Searched refs:ogg_int32_t (Results 1 – 19 of 19) sorted by relevance

/external/tremolo/Tremolo/
Dasm_arm.h43 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { in MULT32()
52 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y) { in MULT31()
56 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) { in MULT31_SHIFT15()
69 static inline void XPROD32(ogg_int32_t a, ogg_int32_t b, in XPROD32()
70 ogg_int32_t t, ogg_int32_t v, in XPROD32()
71 ogg_int32_t *x, ogg_int32_t *y) in XPROD32()
88 static inline void XPROD31(ogg_int32_t a, ogg_int32_t b, in XPROD31()
89 ogg_int32_t t, ogg_int32_t v, in XPROD31()
90 ogg_int32_t *x, ogg_int32_t *y) in XPROD31()
107 static inline void XNPROD31(ogg_int32_t a, ogg_int32_t b, in XNPROD31()
[all …]
Dmisc.h75 ogg_int32_t lo;
76 ogg_int32_t hi;
85 ogg_int32_t hi;
86 ogg_int32_t lo;
92 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { in MULT32()
98 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y) { in MULT31()
102 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) { in MULT31_SHIFT15()
124 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { in MULT32()
128 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y) { in MULT31()
132 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) { in MULT31_SHIFT15()
[all …]
Dfloor0.c50 extern const ogg_int32_t FLOOR_fromdB_LOOKUP[];
61 static inline ogg_int32_t vorbis_invsqlook_i(long a,long e){ in vorbis_invsqlook_i()
74 static inline ogg_int32_t vorbis_fromdBlook_i(long a){ in vorbis_fromdBlook_i()
80 static inline ogg_int32_t vorbis_fromdBlook_i(long a){ in vorbis_fromdBlook_i()
89 static inline ogg_int32_t vorbis_coslook_i(long a){ in vorbis_coslook_i()
98 static inline ogg_int32_t vorbis_coslook2_i(long a){ in vorbis_coslook2_i()
117 static inline ogg_int32_t toBARK(int n){ in toBARK()
146 void vorbis_lsp_to_curve(ogg_int32_t *curve,int n,int ln, in vorbis_lsp_to_curve()
147 ogg_int32_t *lsp,int m, in vorbis_lsp_to_curve()
148 ogg_int32_t amp, in vorbis_lsp_to_curve()
[all …]
Dcodec_internal.h62 ogg_int32_t **work;
63 ogg_int32_t **mdctright;
82 extern ogg_int32_t *floor0_inverse1(struct vorbis_dsp_state *,
83 vorbis_info_floor *,ogg_int32_t *);
85 ogg_int32_t *buffer,ogg_int32_t *);
90 extern ogg_int32_t *floor1_inverse1(struct vorbis_dsp_state *,
91 vorbis_info_floor *,ogg_int32_t *);
93 ogg_int32_t *buffer,ogg_int32_t *);
151 ogg_int32_t **in,int *nonzero,int ch);
Dcodebook.h56 ogg_int32_t q_del;
57 ogg_int32_t q_min;
62 ogg_int32_t *dec_buf;
76 extern long vorbis_book_decodevs_add(codebook *book, ogg_int32_t *a,
78 extern long vorbis_book_decodev_set(codebook *book, ogg_int32_t *a,
80 extern long vorbis_book_decodev_add(codebook *book, ogg_int32_t *a,
82 extern long vorbis_book_decodevv_add(codebook *book, ogg_int32_t **a,
Dos_types.h45 # define LOOKUP_T const ogg_int32_t
59 typedef int ogg_int32_t; typedef
70 typedef __int32 ogg_int32_t; typedef
78 typedef _G_int32_t ogg_int32_t; typedef
89 typedef SInt32 ogg_int32_t; typedef
98 typedef int32_t ogg_int32_t; typedef
112 typedef int ogg_int32_t; typedef
Dmapping0.c132 ogg_int32_t **pcmbundle= in mapping_inverse()
138 ogg_int32_t **floormemo= in mapping_inverse()
200 ogg_int32_t *pcmM=vd->work[info->coupling[i].mag]; in mapping_inverse()
201 ogg_int32_t *pcmA=vd->work[info->coupling[i].ang]; in mapping_inverse()
204 ogg_int32_t mag=pcmM[j]; in mapping_inverse()
205 ogg_int32_t ang=pcmA[j]; in mapping_inverse()
231 ogg_int32_t *pcm=vd->work[i]; in mapping_inverse()
Dfloor1.c47 extern const ogg_int32_t FLOOR_fromdB_LOOKUP[];
222 void render_lineARM(int n, ogg_int32_t *d,const ogg_int32_t *floor, int base, int err, int adx, int…
225 static void render_line(int n,int x0,int x1,int y0,int y1,ogg_int32_t *d){ in render_line()
231 const ogg_int32_t *floor; in render_line()
289 ogg_int32_t *floor1_inverse1(vorbis_dsp_state *vd,vorbis_info_floor *in, in floor1_inverse1()
290 ogg_int32_t *fit_value){ in floor1_inverse1()
376 ogg_int32_t *fit_value,ogg_int32_t *out){ in floor1_inverse2()
Dcodebook.c104 static ogg_int32_t _float32_unpack(long val,int *point){ in _float32_unpack()
425 s->dec_buf=_ogg_malloc(sizeof(ogg_int32_t)*s->dim); in vorbis_book_unpack()
762 int decode_map(codebook *s, oggpack_buffer *b, ogg_int32_t *v, int point);
764 static int decode_map(codebook *s, oggpack_buffer *b, ogg_int32_t *v, int point){ in decode_map()
814 ogg_int32_t add = point-s->q_minp; in decode_map()
841 long vorbis_book_decodevs_add(codebook *book,ogg_int32_t *a, in vorbis_book_decodevs_add()
845 ogg_int32_t *v = book->dec_buf;//(ogg_int32_t *)alloca(sizeof(*v)*book->dim); in vorbis_book_decodevs_add()
858 long vorbis_book_decodev_add(codebook *book,ogg_int32_t *a, in vorbis_book_decodev_add()
861 ogg_int32_t *v = book->dec_buf;//(ogg_int32_t *)alloca(sizeof(*v)*book->dim); in vorbis_book_decodev_add()
874 long vorbis_book_decodev_set(codebook *book,ogg_int32_t *a, in vorbis_book_decodev_set()
[all …]
Dmdct.h44 #define DATA_TYPE ogg_int32_t
45 #define REG_TYPE register ogg_int32_t
Ddsp.c73 v->work=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->work)); in vorbis_dsp_init()
74 v->mdctright=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->mdctright)); in vorbis_dsp_init()
76 v->work[i]=(ogg_int32_t *)_ogg_calloc(1,(ci->blocksizes[1]>>1)* in vorbis_dsp_init()
78 v->mdctright[i]=(ogg_int32_t *)_ogg_calloc(1,(ci->blocksizes[1]>>2)* in vorbis_dsp_init()
Dconfig_types.h41 typedef int ogg_int32_t; typedef
Dlsp_lookup.h87 static const ogg_int32_t COS_LOOKUP_I[COS_LOOKUP_I_SZ+1]={
Dfloor_lookup.c46 const ogg_int32_t FLOOR_fromdB_LOOKUP[256]={
Dres012.c113 ogg_int32_t **in,int *nonzero,int ch){ in res_inverse()
Ddpen.s399 @ r1 = ogg_int32_t **a
/external/libogg/include/ogg/
Dos_types.h33 typedef int32_t ogg_int32_t; typedef
41 typedef int ogg_int32_t; typedef
47 typedef int ogg_int32_t; typedef
54 typedef __int32 ogg_int32_t; typedef
65 typedef SInt32 ogg_int32_t; typedef
74 typedef int32_t ogg_int32_t; typedef
84 typedef int ogg_int32_t; typedef
94 typedef int32_t ogg_int32_t; typedef
103 typedef int ogg_int32_t; typedef
111 typedef int ogg_int32_t; typedef
[all …]
Dconfig_types.h6 typedef int ogg_int32_t; typedef
Dconfig_types.h.in7 typedef @SIZE32@ ogg_int32_t; typedef