OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vbr_thresh
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
modes.h
150
const float (*
vbr_thresh
)[11];
member in struct:SpeexSBMode
sb_celp.c
470
thresh = mode->
vbr_thresh
[modeid][v1];
472
thresh = (st->vbr_quality-v1) * mode->
vbr_thresh
[modeid][v1+1] +
473
(1+v1-st->vbr_quality) * mode->
vbr_thresh
[modeid][v1];
[
all
...]
Completed in 927 milliseconds