Home
last modified time | relevance | path

Searched refs:allowBandwidthSwitch (Results 1 – 5 of 5) sorted by relevance

/external/libopus/silk/
Denc_API.c128 encStatus->allowBandwidthSwitch = state_Fxx[ 0 ].sCmn.allow_bandwidth_switch; in silk_QueryEncoder()
240 …coder( &psEnc->state_Fxx[ n ], encControl, TargetRate_bps, psEnc->allowBandwidthSwitch, n, force_f… in silk_Encode()
321 psEnc->allowBandwidthSwitch = 0; in silk_Encode()
528 psEnc->allowBandwidthSwitch = 1; in silk_Encode()
531 psEnc->allowBandwidthSwitch = 0; in silk_Encode()
547 encControl->allowBandwidthSwitch = psEnc->allowBandwidthSwitch; in silk_Encode()
Dcontrol.h102 opus_int allowBandwidthSwitch; member
/external/libopus/silk/fixed/
Dstructs_FIX.h125 opus_int allowBandwidthSwitch; member
/external/libopus/silk/float/
Dstructs_FLP.h124 opus_int allowBandwidthSwitch; member
/external/libopus/src/
Dopus_encoder.c1255 if (st->mode == MODE_CELT_ONLY || st->first || st->silk_mode.allowBandwidthSwitch) in opus_encode_native()