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

  /external/libopus/silk/
control.h 84 opus_int useCBR;
enc_API.c 126 encStatus->useCBR = state_Fxx[ 0 ].sCmn.useCBR;
442 opus_int maxBits, useCBR;
455 useCBR = encControl->useCBR && curr_block == tot_blocks - 1;
462 useCBR = 0;
483 if( ( ret = silk_encode_frame_Fxx( &psEnc->state_Fxx[ n ], nBytesOut, psRangeEnc, condCoding, maxBits, useCBR ) ) != 0 ) {
structs.h 179 opus_int useCBR; /* Flag to enable constant bitrate */

Completed in 103 milliseconds