Searched refs:tot_blocks (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Denc_API.c157 opus_int transition, curr_block, tot_blocks; local
199 tot_blocks = ( nBlocksOf10ms > 1 ) ? nBlocksOf10ms >> 1 : 1;
446 if( tot_blocks == 2 && curr_block == 0 ) {
448 } else if( tot_blocks == 3 ) {
455 useCBR = encControl->useCBR && curr_block == tot_blocks - 1;
464 maxBits -= encControl->maxBits / ( tot_blocks * 2 );
/external/libopus/silk/
H A Denc_API.c157 opus_int transition, curr_block, tot_blocks; local
199 tot_blocks = ( nBlocksOf10ms > 1 ) ? nBlocksOf10ms >> 1 : 1;
446 if( tot_blocks == 2 && curr_block == 0 ) {
448 } else if( tot_blocks == 3 ) {
455 useCBR = encControl->useCBR && curr_block == tot_blocks - 1;
464 maxBits -= encControl->maxBits / ( tot_blocks * 2 );
/external/valgrind/main/exp-dhat/
H A Ddh_main.c188 ULong tot_blocks; member in struct:__anon32788
267 api->tot_blocks++;
1099 if (api->tot_blocks > 0) {
1101 / (ULong)api->tot_blocks );
1109 api->tot_bytes, api->tot_blocks, bufA);
1111 tl_assert(api->tot_blocks >= api->max_blocks_live);

Completed in 649 milliseconds