HomeSort by relevance Sort by last modified time
    Searched refs:tot_blocks (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
enc_API.c 156 opus_int transition, curr_block, tot_blocks; local
193 tot_blocks = ( nBlocksOf10ms > 1 ) ? nBlocksOf10ms >> 1 : 1;
441 if( tot_blocks == 2 && curr_block == 0 ) {
443 } else if( tot_blocks == 3 ) {
450 useCBR = encControl->useCBR && curr_block == tot_blocks - 1;
459 maxBits -= encControl->maxBits / ( tot_blocks * 2 );
  /external/valgrind/main/exp-dhat/
dh_main.c 188 ULong tot_blocks; member in struct:__anon28067
267 api->tot_blocks++;
    [all...]

Completed in 39 milliseconds