OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_vbr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/src/
opus_encoder.c
67
int
use_vbr
;
member in struct:OpusEncoder
196
st->
use_vbr
= 1;
526
if (!st->
use_vbr
)
668
if (st->
use_vbr
)
693
if (!st->
use_vbr
)
880
st->silk_mode.bitRate = ( ( st->silk_mode.bitRate + 2000 + st->
use_vbr
* 1000 ) * 2 ) / 3;
883
st->silk_mode.bitRate = ( ( st->silk_mode.bitRate + 1000 + st->
use_vbr
* 1000 ) * 2 ) / 3;
888
st->silk_mode.bitRate = ( st->silk_mode.bitRate + 8000 + st->
use_vbr
* 3000 ) / 2;
891
st->silk_mode.bitRate = ( st->silk_mode.bitRate + 9000 + st->
use_vbr
* 1000 ) / 2;
[
all
...]
opus_demo.c
209
int
use_vbr
;
local
301
use_vbr
= 1;
316
use_vbr
= 0;
492
opus_encoder_ctl(enc, OPUS_SET_VBR(
use_vbr
));
Completed in 165 milliseconds