OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ogg_uint16_t
(Results
1 - 6
of
6
) sorted by null
/external/tremolo/Tremolo/
config_types.h
44
typedef unsigned short
ogg_uint16_t
;
typedef
os_types.h
57
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
codebook.c
75
ret|=((
ogg_uint16_t
*)(b->q_val))[off]<<(b->q_bits*j);
259
((
ogg_uint16_t
*)s->dec_table)[i]=(
ogg_uint16_t
)
300
ogg_uint16_t
*out=(
ogg_uint16_t
*)s->dec_table;
505
s->q_val=alloca(sizeof(
ogg_uint16_t
)*quantvals);
508
((
ogg_uint16_t
*)s->q_val)[i]=(
ogg_uint16_t
)oggpack_read(opb,s->q_bits);
541
((
ogg_uint16_t
*)s->q_val)[i]=(
ogg_uint16_t
)oggpack_read(opb,s->q_bits)
[
all
...]
floor1.c
76
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);
codec_internal.h
118
ogg_uint16_t
*postlist; /* [VIF_POSIT+2]; first two implicit */
floor0.c
105
static const
ogg_uint16_t
barklook[54]={
Completed in 17 milliseconds