OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_block
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/filters/
wsola_internals.h
61
const AudioBus*
target_block
,
67
// is most similar to |
target_block
|. |energy_target_block| is the energy of the
68
// |
target_block
|. |energy_candidate_blocks| is the energy of all blocks within
73
const AudioBus*
target_block
,
79
// to |
target_block
|. Obviously, the returned index is w.r.t. |search_block|.
82
const AudioBus*
target_block
,
wsola_internals.cc
104
const AudioBus*
target_block
,
109
int block_size =
target_block
->frames();
115
MultiChannelDotProduct(
target_block
, 0, search_segment, n, block_size,
130
MultiChannelDotProduct(
target_block
, 0, search_segment, n, block_size,
144
MultiChannelDotProduct(
target_block
, 0, search_segment, n, block_size,
183
const AudioBus*
target_block
,
188
int block_size =
target_block
->frames();
198
MultiChannelDotProduct(
target_block
, 0, search_block, n, block_size,
215
const AudioBus*
target_block
,
218
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 34 milliseconds