Searched refs:ogg_int32_t (Results 1 - 18 of 18) sorted by relevance

/external/tremolo/Tremolo/
H A Dasm_arm.h43 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) {
52 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y) {
56 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) {
69 static inline void XPROD32(ogg_int32_t
[all...]
H A 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) {
98 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t
[all...]
H A Dconfig_types.h41 typedef int ogg_int32_t; typedef
H A 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,
H A Dlsp_lookup.h87 static const ogg_int32_t COS_LOOKUP_I[COS_LOOKUP_I_SZ+1]={
H 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
H A 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 *);
[all...]
H A Dmdct.h44 #define DATA_TYPE ogg_int32_t
45 #define REG_TYPE register ogg_int32_t
H A Dfloor0.c49 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 am
[all...]
H A Dmapping0.c132 ogg_int32_t **pcmbundle=
138 ogg_int32_t **floormemo=
200 ogg_int32_t *pcmM=vd->work[info->coupling[i].mag];
201 ogg_int32_t *pcmA=vd->work[info->coupling[i].ang];
204 ogg_int32_t mag=pcmM[j];
205 ogg_int32_t ang=pcmA[j];
231 ogg_int32_t *pcm=vd->work[i];
H A 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 ady);
225 static void render_line(int n,int x0,int x1,int y0,int y1,ogg_int32_t *d){
231 const ogg_int32_t *floor;
289 ogg_int32_t *floor1_inverse1(vorbis_dsp_state *vd,vorbis_info_floor *in,
290 ogg_int32_t *fit_value){
376 ogg_int32_t *fit_value,ogg_int32_t *out){
H A Ddsp.c73 v->work=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->work));
74 v->mdctright=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->mdctright));
76 v->work[i]=(ogg_int32_t *)_ogg_calloc(1,(ci->blocksizes[1]>>1)*
78 v->mdctright[i]=(ogg_int32_t *)_ogg_calloc(1,(ci->blocksizes[1]>>2)*
H A Dcodebook.c104 static ogg_int32_t _float32_unpack(long val,int *point){
418 s->dec_buf=_ogg_malloc(sizeof(ogg_int32_t)*s->dim);
755 int decode_map(codebook *s, oggpack_buffer *b, ogg_int32_t *v, int point);
757 static int decode_map(codebook *s, oggpack_buffer *b, ogg_int32_t *v, int point){
807 ogg_int32_t add = point-s->q_minp;
834 long vorbis_book_decodevs_add(codebook *book,ogg_int32_t *a,
838 ogg_int32_t *v = book->dec_buf;//(ogg_int32_t *)alloca(sizeof(*v)*book->dim);
851 long vorbis_book_decodev_add(codebook *book,ogg_int32_t *a,
854 ogg_int32_t *
[all...]
H A Dfloor_lookup.c46 const ogg_int32_t FLOOR_fromdB_LOOKUP[256]={
H A Dres012.c113 ogg_int32_t **in,int *nonzero,int ch){
H A Ddpen.s399 @ r1 = ogg_int32_t **a
/external/libogg/include/ogg/
H A Dconfig_types.h6 typedef int ogg_int32_t; typedef
H A 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
119 typedef int ogg_int32_t; typedef
128 typedef signed int ogg_int32_t; typedef
137 typedef signed int ogg_int32_t; typedef
[all...]

Completed in 124 milliseconds