Home
last modified time | relevance | path

Searched refs:tot_blocks (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
Denc_API.c156 opus_int transition, curr_block, tot_blocks; in silk_Encode() local
193 tot_blocks = ( nBlocksOf10ms > 1 ) ? nBlocksOf10ms >> 1 : 1; in silk_Encode()
441 if( tot_blocks == 2 && curr_block == 0 ) { in silk_Encode()
443 } else if( tot_blocks == 3 ) { in silk_Encode()
450 useCBR = encControl->useCBR && curr_block == tot_blocks - 1; in silk_Encode()
459 maxBits -= encControl->maxBits / ( tot_blocks * 2 ); in silk_Encode()
/external/valgrind/main/exp-dhat/
Ddh_main.c188 ULong tot_blocks; member
267 api->tot_blocks++; in intro_Block()
1098 if (api->tot_blocks > 0) { in show_APInfo()
1100 / (ULong)api->tot_blocks ); in show_APInfo()
1108 api->tot_bytes, api->tot_blocks, bufA); in show_APInfo()
1110 tl_assert(api->tot_blocks >= api->max_blocks_live); in show_APInfo()