OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:useCBR
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
control.h
84
opus_int
useCBR
;
enc_API.c
124
encStatus->
useCBR
= state_Fxx[ 0 ].sCmn.
useCBR
;
425
opus_int maxBits,
useCBR
;
438
useCBR
= encControl->
useCBR
&& curr_block == tot_blocks - 1;
445
useCBR
= 0;
466
if( ( ret = silk_encode_frame_Fxx( &psEnc->state_Fxx[ n ], nBytesOut, psRangeEnc, condCoding, maxBits,
useCBR
) ) != 0 ) {
structs.h
178
opus_int
useCBR
; /* Flag to enable constant bitrate */
Completed in 1380 milliseconds