/external/tremolo/Tremolo/ |
D | asm_arm.h | 43 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 …]
|
D | misc.h | 75 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 …]
|
D | floor0.c | 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() [all …]
|
D | codec_internal.h | 62 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);
|
D | codebook.h | 56 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,
|
D | os_types.h | 45 # 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
|
D | mapping0.c | 132 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()
|
D | floor1.c | 47 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()
|
D | codebook.c | 102 static ogg_int32_t _float32_unpack(long val,int *point){ in _float32_unpack() 412 s->dec_buf=_ogg_malloc(sizeof(ogg_int32_t)*s->dim); in vorbis_book_unpack() 749 int decode_map(codebook *s, oggpack_buffer *b, ogg_int32_t *v, int point); 751 static int decode_map(codebook *s, oggpack_buffer *b, ogg_int32_t *v, int point){ in decode_map() 801 ogg_int32_t add = point-s->q_minp; in decode_map() 828 long vorbis_book_decodevs_add(codebook *book,ogg_int32_t *a, in vorbis_book_decodevs_add() 832 ogg_int32_t *v = book->dec_buf;//(ogg_int32_t *)alloca(sizeof(*v)*book->dim); in vorbis_book_decodevs_add() 845 long vorbis_book_decodev_add(codebook *book,ogg_int32_t *a, in vorbis_book_decodev_add() 848 ogg_int32_t *v = book->dec_buf;//(ogg_int32_t *)alloca(sizeof(*v)*book->dim); in vorbis_book_decodev_add() 861 long vorbis_book_decodev_set(codebook *book,ogg_int32_t *a, in vorbis_book_decodev_set() [all …]
|
D | mdct.h | 44 #define DATA_TYPE ogg_int32_t 45 #define REG_TYPE register ogg_int32_t
|
D | dsp.c | 73 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()
|
D | config_types.h | 41 typedef int ogg_int32_t; typedef
|
D | lsp_lookup.h | 87 static const ogg_int32_t COS_LOOKUP_I[COS_LOOKUP_I_SZ+1]={
|
D | floor_lookup.c | 46 const ogg_int32_t FLOOR_fromdB_LOOKUP[256]={
|
D | res012.c | 104 ogg_int32_t **in,int *nonzero,int ch){ in res_inverse()
|
D | dpen.s | 399 @ r1 = ogg_int32_t **a
|
/external/libogg/include/ogg/ |
D | os_types.h | 33 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 …]
|
D | config_types.h | 6 typedef int ogg_int32_t; typedef
|
D | config_types.h.in | 7 typedef @SIZE32@ ogg_int32_t; typedef
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 1804 ogg_int32_t pattern = 0xfeedface; /* deadbeef */ in host_is_big_endian()
|