OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:build_tree_from_lengths
(Results
1 - 3
of
3
) sorted by null
/external/libvorbis/vq/
bookutil.h
39
extern void
build_tree_from_lengths
(int vals, long *hist, long *lengths);
bookutil.c
338
void
build_tree_from_lengths
(int vals, long *hist, long *lengths){
function
406
/* wrap
build_tree_from_lengths
to allow zero entries in the histogram */
425
build_tree_from_lengths
(upper,newhist,lengthlist);
latticebuild.c
170
build_tree_from_lengths
(entries,hits,c.lengthlist);
Completed in 432 milliseconds