OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_best
(Results
1 - 4
of
4
) sorted by null
/external/libvorbis/lib/
codebook.h
91
extern int
_best
(codebook *book, float *a, int step);
/external/libvorbis/vq/
localcodebook.h
93
extern int
_best
(codebook *book, float *a, int step);
metrics.c
237
fprintf(stderr,"Internal error:
_best
returned -1.\n");
bookutil.c
25
int
_best
(codebook *book, float *a, int step){
function
Completed in 62 milliseconds