HomeSort by relevance Sort by last modified time
    Searched full:target_block (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/filters/
wsola_internals.h 55 const AudioBus* target_block,
61 // is most similar to |target_block|. |energy_target_block| is the energy of the
62 // |target_block|. |energy_candidate_blocks| is the energy of all blocks within
67 const AudioBus* target_block,
73 // to |target_block|. Obviously, the returned index is w.r.t. |search_block|.
76 const AudioBus* target_block,
wsola_internals.cc 110 const AudioBus* target_block,
115 int block_size = target_block->frames();
121 MultiChannelDotProduct(target_block, 0, search_segment, n, block_size,
136 MultiChannelDotProduct(target_block, 0, search_segment, n, block_size,
150 MultiChannelDotProduct(target_block, 0, search_segment, n, block_size,
189 const AudioBus* target_block,
194 int block_size = target_block->frames();
204 MultiChannelDotProduct(target_block, 0, search_block, n, block_size,
221 const AudioBus* target_block,
224 DCHECK_EQ(channels, target_block->channels())
    [all...]
  /art/compiler/sea_ir/code_gen/
code_gen.cc 235 llvm::BasicBlock* target_block = llvm_data_->GetBlock(targets->at(0)); local
236 llvm_data_->builder_.CreateBr(target_block);

Completed in 413 milliseconds