OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useCBR
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
check_control_input.c
80
if( encControl->
useCBR
< 0 || encControl->
useCBR
> 1 ) {
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 ) {
control_codec.c
76
psEnc->sCmn.
useCBR
= encControl->
useCBR
;
structs.h
178
opus_int
useCBR
; /* Flag to enable constant bitrate */
/external/chromium_org/third_party/opus/src/silk/fixed/
main_FIX.h
71
opus_int
useCBR
/* I Flag to force constant-bitrate operation */
encode_frame_FIX.c
82
opus_int
useCBR
/* I Flag to force constant-bitrate operation */
208
if(
useCBR
== 0 && iter == 0 && nBits <= maxBits ) {
noise_shape_analysis_FIX.c
179
if( psEnc->sCmn.
useCBR
== 0 ) {
/external/chromium_org/third_party/opus/src/silk/float/
main_FLP.h
69
opus_int
useCBR
/* I Flag to force constant-bitrate operation */
encode_frame_FLP.c
82
opus_int
useCBR
/* I Flag to force constant-bitrate operation */
206
if(
useCBR
== 0 && iter == 0 && nBits <= maxBits ) {
noise_shape_analysis_FLP.c
158
if( psEnc->sCmn.
useCBR
== 0 ) {
/external/chromium_org/third_party/opus/src/src/
opus_encoder.c
186
st->silk_mode.
useCBR
= 0;
[
all
...]
Completed in 1990 milliseconds