HomeSort by relevance Sort by last modified time
    Searched refs:useCBR (Results 1 - 13 of 13) sorted by null

  /external/libopus/silk/
check_control_input.c 80 if( encControl->useCBR < 0 || encControl->useCBR > 1 ) {
control.h 87 opus_int useCBR;
enc_API.c 126 encStatus->useCBR = state_Fxx[ 0 ].sCmn.useCBR;
458 opus_int maxBits, useCBR;
471 useCBR = encControl->useCBR && curr_block == tot_blocks - 1;
478 useCBR = 0;
499 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 180 opus_int useCBR; /* Flag to enable constant bitrate */
  /external/libopus/silk/fixed/
main_FIX.h 80 opus_int useCBR /* I Flag to force constant-bitrate operation */
encode_frame_FIX.c 91 opus_int useCBR /* I Flag to force constant-bitrate operation */
256 if( useCBR == 0 && iter == 0 && nBits <= maxBits ) {
noise_shape_analysis_FIX.c 177 if( psEnc->sCmn.useCBR == 0 ) {
  /external/libopus/silk/float/
main_FLP.h 70 opus_int useCBR /* I Flag to force constant-bitrate operation */
encode_frame_FLP.c 90 opus_int useCBR /* I Flag to force constant-bitrate operation */
242 if( useCBR == 0 && iter == 0 && nBits <= maxBits ) {
noise_shape_analysis_FLP.c 178 if( psEnc->sCmn.useCBR == 0 ) {
  /external/libopus/silk/fixed/mips/
noise_shape_analysis_FIX_mipsr1.h 72 if( psEnc->sCmn.useCBR == 0 ) {
  /external/libopus/src/
opus_encoder.c 227 st->silk_mode.useCBR = 0;
    [all...]

Completed in 85 milliseconds