Home
last modified time | relevance | path

Searched refs:ogg_int16_t (Results 1 – 9 of 9) sorted by relevance

/external/libogg/include/ogg/
Dos_types.h31 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 …]
Dconfig_types.h4 typedef short ogg_int16_t; typedef
Dconfig_types.h.in5 typedef @SIZE16@ ogg_int16_t; typedef
/external/tremolo/Tremolo/
Dos_types.h58 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
Dmdct.c445 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()
Dconfig_types.h43 typedef short ogg_int16_t; typedef
Dmdct.h63 ogg_int16_t *out,
Dcodec_internal.h229 ogg_int16_t *pcm,int samples);
Ddsp.c144 int vorbis_dsp_pcmout(vorbis_dsp_state *v,ogg_int16_t *pcm,int samples){ in vorbis_dsp_pcmout()