/external/libogg/include/ogg/ |
config_types.h | 4 typedef short ogg_int16_t; typedef
|
os_types.h | 31 typedef int16_t ogg_int16_t; typedef 39 typedef short ogg_int16_t; typedef 49 typedef short ogg_int16_t; typedef 56 typedef __int16 ogg_int16_t; typedef 63 typedef SInt16 ogg_int16_t; typedef 72 typedef int16_t ogg_int16_t; typedef 82 typedef short ogg_int16_t; typedef 92 typedef int16_t ogg_int16_t; typedef 101 typedef short ogg_int16_t; typedef 110 typedef short ogg_int16_t; typedef 121 typedef short ogg_int16_t; typedef 126 typedef signed short ogg_int16_t; typedef 135 typedef signed short ogg_int16_t; typedef [all...] |
/external/tremolo/Tremolo/ |
config_types.h | 43 typedef short ogg_int16_t; typedef
|
os_types.h | 58 typedef short ogg_int16_t; typedef 72 typedef __int16 ogg_int16_t; typedef 80 typedef _G_int16_t ogg_int16_t; typedef 87 typedef SInt16 ogg_int16_t; typedef 96 typedef int16_t ogg_int16_t; typedef 110 typedef short ogg_int16_t; typedef
|
mdct.h | 63 ogg_int16_t *out,
|
mdct.c | 445 extern ogg_int16_t *mdct_unroll_prelap(ogg_int16_t *out, 449 extern ogg_int16_t *mdct_unroll_part2(ogg_int16_t *out, 456 extern ogg_int16_t *mdct_unroll_part3(ogg_int16_t *out, 463 extern ogg_int16_t *mdct_unroll_postlap(ogg_int16_t *out, 474 ogg_int16_t *out,
|
codec_internal.h | 229 ogg_int16_t *pcm,int samples);
|
dsp.c | 144 int vorbis_dsp_pcmout(vorbis_dsp_state *v,ogg_int16_t *pcm,int samples){
|
/external/libvorbis/lib/ |
os.h | 93 typedef ogg_int16_t vorbis_fpu_control; 96 ogg_int16_t ret; 97 ogg_int16_t temp; 126 typedef ogg_int16_t vorbis_fpu_control; 151 typedef ogg_int16_t vorbis_fpu_control;
|
/external/libvorbis/examples/ |
decoder_example.c | 38 ogg_int16_t convbuffer[4096]; /* take 8k out of the data segment, not the stack */ 247 ogg_int16_t *ptr=convbuffer+i;
|