Searched refs:ogg_int16_t (Results 1 – 11 of 11) sorted by relevance
/external/libogg/include/ogg/ |
D | 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 [all …]
|
D | config_types.h | 4 typedef short ogg_int16_t; typedef
|
D | config_types.h.in | 5 typedef @SIZE16@ ogg_int16_t; typedef
|
/external/tremolo/Tremolo/ |
D | 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
|
D | 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, in mdct_unroll_lap()
|
D | config_types.h | 43 typedef short ogg_int16_t; typedef
|
D | mdct.h | 63 ogg_int16_t *out,
|
D | codec_internal.h | 229 ogg_int16_t *pcm,int samples);
|
D | dsp.c | 144 int vorbis_dsp_pcmout(vorbis_dsp_state *v,ogg_int16_t *pcm,int samples){ in vorbis_dsp_pcmout()
|
/external/libvorbis/lib/ |
D | os.h | 93 typedef ogg_int16_t vorbis_fpu_control; 96 ogg_int16_t ret; in vorbis_fpu_setround() 97 ogg_int16_t temp; in vorbis_fpu_setround() 126 typedef ogg_int16_t vorbis_fpu_control; 151 typedef ogg_int16_t vorbis_fpu_control;
|
/external/libvorbis/examples/ |
D | 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; in main()
|