OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nearbias
(Results
1 - 1
of
1
) sorted by null
/external/libvorbis/vq/
vqgen.c
345
float *
nearbias
;
local
374
nearbias
=_ogg_malloc(v->entries*desired2*sizeof(float));
417
float *nearbiasptr=
nearbias
+desired2*j;
460
float *nearbiasptr=
nearbias
+desired2*i;
559
free(
nearbias
);
Completed in 60 milliseconds