OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_float32_pack
(Results
1 - 5
of
5
) sorted by null
/external/libvorbis/vq/
latticebuild.c
155
c.q_min=
_float32_pack
(min);
156
c.q_delta=
_float32_pack
(mindel);
localcodebook.h
92
extern long
_float32_pack
(float val);
vqgen.c
193
q->min=
_float32_pack
(mindel);
194
q->delta=
_float32_pack
(delta);
/external/libvorbis/lib/
codebook.h
90
extern long
_float32_pack
(float val);
sharedbook.c
47
long
_float32_pack
(float val){
function
Completed in 78 milliseconds