HomeSort by relevance Sort by last modified time
    Searched refs:ogg_int32_t (Results 1 - 16 of 16) sorted by null

  /external/tremolo/Tremolo/
asm_arm.h 43 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 a, ogg_int32_t b
    [all...]
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) {
98 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y)
    [all...]
config_types.h 41 typedef int ogg_int32_t; typedef
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,
lsp_lookup.h 87 static const ogg_int32_t COS_LOOKUP_I[COS_LOOKUP_I_SZ+1]={
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
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 *);
    [all...]
mdct.h 44 #define DATA_TYPE ogg_int32_t
45 #define REG_TYPE register ogg_int32_t
floor0.c 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
    [all...]
mapping0.c 132 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];
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 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;
288 ogg_int32_t *floor1_inverse1(vorbis_dsp_state *vd,vorbis_info_floor *in,
289 ogg_int32_t *fit_value){
375 ogg_int32_t *fit_value,ogg_int32_t *out){
dsp.c 73 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)*
codebook.c 102 static ogg_int32_t _float32_unpack(long val,int *point){
393 s->dec_buf=_ogg_malloc(sizeof(ogg_int32_t)*s->dim);
729 int decode_map(codebook *s, oggpack_buffer *b, ogg_int32_t *v, int point);
731 static int decode_map(codebook *s, oggpack_buffer *b, ogg_int32_t *v, int point){
781 ogg_int32_t add = point-s->q_minp;
808 long vorbis_book_decodevs_add(codebook *book,ogg_int32_t *a,
812 ogg_int32_t *v = book->dec_buf;//(ogg_int32_t *)alloca(sizeof(*v)*book->dim);
825 long vorbis_book_decodev_add(codebook *book,ogg_int32_t *a,
828 ogg_int32_t *v = book->dec_buf;//(ogg_int32_t *)alloca(sizeof(*v)*book->dim)
    [all...]
res012.c 104 ogg_int32_t **in,int *nonzero,int ch){
floor_lookup.c 46 const ogg_int32_t FLOOR_fromdB_LOOKUP[256]={
dpen.s 398 @ r1 = ogg_int32_t **a

Completed in 1665 milliseconds