Searched refs:ogg_uint16_t (Results 1 - 8 of 8) sorted by relevance

/external/libogg/include/ogg/
H A Dconfig_types.h5 typedef unsigned short ogg_uint16_t; typedef
H A Dos_types.h32 typedef uint16_t ogg_uint16_t; typedef
40 typedef unsigned short ogg_uint16_t; typedef
50 typedef unsigned short ogg_uint16_t; typedef
57 typedef unsigned __int16 ogg_uint16_t; typedef
64 typedef UInt16 ogg_uint16_t; typedef
73 typedef u_int16_t ogg_uint16_t; typedef
83 typedef unsigned short ogg_uint16_t; typedef
93 typedef u_int16_t ogg_uint16_t; typedef
102 typedef unsigned short ogg_uint16_t; typedef
127 typedef unsigned short ogg_uint16_t; typedef
136 typedef unsigned short ogg_uint16_t; typedef
[all...]
/external/tremolo/Tremolo/
H A Dconfig_types.h44 typedef unsigned short ogg_uint16_t; typedef
H A Dos_types.h57 typedef unsigned short ogg_uint16_t; typedef
73 typedef unsigned __int16 ogg_uint16_t; typedef
81 typedef _G_uint16_t ogg_uint16_t; typedef
88 typedef UInt16 ogg_uint16_t; typedef
97 typedef u_int16_t ogg_uint16_t; typedef
111 typedef unsigned short ogg_uint16_t; typedef
H A Dcodebook.c75 ret|=((ogg_uint16_t *)(b->q_val))[off]<<(b->q_bits*j);
260 ((ogg_uint16_t *)s->dec_table)[i]=(ogg_uint16_t)
301 ogg_uint16_t *out=(ogg_uint16_t *)s->dec_table;
510 s->q_val=alloca(sizeof(ogg_uint16_t)*quantvals);
513 ((ogg_uint16_t *)s->q_val)[i]=(ogg_uint16_t)oggpack_read(opb,s->q_bits);
546 ((ogg_uint16_t *)s->q_val)[i]=(ogg_uint16_t)oggpack_rea
[all...]
H A Dfloor1.c76 static void mergesort(char *index,ogg_uint16_t *vals,ogg_uint16_t n){
77 ogg_uint16_t i,j;
147 (ogg_uint16_t *)_ogg_malloc((count+2)*sizeof(*info->postlist));
159 int t=info->postlist[k+2]=(ogg_uint16_t)oggpack_read(opb,rangebits);
H A Dcodec_internal.h118 ogg_uint16_t *postlist; /* [VIF_POSIT+2]; first two implicit */
H A Dfloor0.c105 static const ogg_uint16_t barklook[54]={

Completed in 304 milliseconds