Searched defs:useCBR (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Dcontrol.h84 opus_int useCBR; member in struct:__anon14710
H A Denc_API.c126 encStatus->useCBR = state_Fxx[ 0 ].sCmn.useCBR;
442 opus_int maxBits, useCBR; local
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 ) {
H A Dstructs.h179 opus_int useCBR; /* Flag to enable constant bitrate */ member in struct:__anon14732
/external/libopus/silk/
H A Dcontrol.h84 opus_int useCBR; member in struct:__anon24541
H A Denc_API.c126 encStatus->useCBR = state_Fxx[ 0 ].sCmn.useCBR;
442 opus_int maxBits, useCBR; local
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 ) {
H A Dstructs.h179 opus_int useCBR; /* Flag to enable constant bitrate */ member in struct:__anon24563

Completed in 1814 milliseconds