Home
last modified time | relevance | path

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

/external/libopus/silk/
Denc_API.c157 opus_int transition, curr_block, tot_blocks; in silk_Encode() local
199 tot_blocks = ( nBlocksOf10ms > 1 ) ? nBlocksOf10ms >> 1 : 1; in silk_Encode()
453 if( tot_blocks == 2 && curr_block == 0 ) { in silk_Encode()
455 } else if( tot_blocks == 3 ) { in silk_Encode()
462 useCBR = encControl->useCBR && curr_block == tot_blocks - 1; in silk_Encode()
471 maxBits -= encControl->maxBits / ( tot_blocks * 2 ); in silk_Encode()
/external/e2fsprogs/contrib/
Ddir2fs37 tot_blocks="$((nr_groups * blocks_per_group))"
/external/valgrind/exp-dhat/
Ddh_main.c188 ULong tot_blocks; member
267 api->tot_blocks++; in intro_Block()
1099 if (api->tot_blocks > 0) { in show_APInfo()
1101 / (ULong)api->tot_blocks ); in show_APInfo()
1109 api->tot_bytes, api->tot_blocks, bufA); in show_APInfo()
1111 tl_assert(api->tot_blocks >= api->max_blocks_live); in show_APInfo()
1180 return api->tot_blocks; in get_metric__tot_blocks()