OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ampbits
(Results
1 - 4
of
4
) sorted by null
/external/libvorbis/lib/
backends.h
46
int
ampbits
;
member in struct:__anon22883
floor0.c
82
info->
ampbits
=oggpack_read(opb,6);
162
int ampraw=oggpack_read(&vb->opb,info->
ampbits
);
164
long maxval=(1<<info->
ampbits
)-1;
/external/tremolo/Tremolo/
codec_internal.h
100
int
ampbits
;
member in struct:__anon28745
floor0.c
374
info->
ampbits
=oggpack_read(opb,6);
405
int ampraw=oggpack_read(&vd->opb,info->
ampbits
);
407
long maxval=(1<<info->
ampbits
)-1;
Completed in 128 milliseconds