OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bc1
(Results
1 - 6
of
6
) sorted by null
/external/llvm/utils/
findoptdiff
34
# findoptdiff llvm1 llvm2
bc1
bc2 filter1 filter2
41
#
bc1
52
bc1
=$3
62
opt1="${
bc1
}.opt"
64
ll1="${
bc1
}.ll"
66
opt1ll="${
bc1
}.opt.ll"
78
$opt1 $switches_to_use "$
bc1
" -o - | $dis1 | $filt1 > "$opt1ll"
/frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c
81
findMinMergeBits(const Word16 *
bc1
, const Word16 *bc2)
87
sum =
bc1
[j] + bc2[j];
96
mergeBitLookUp(Word16 *
bc1
, const Word16 *bc2)
101
bc1
[j] = min(
bc1
[j] + bc2[j], INVALID_BITCOUNT);
/external/aac/libAACenc/src/
dyn_bits.cpp
165
const INT* const
bc1
,
177
if (
bc1
[j] + bc2[j] < minBits)
179
minBits =
bc1
[j] + bc2[j];
186
INT* const
bc1
,
194
bc1
[j] = fixMin(
bc1
[j] + bc2[j], INVALID_BITCOUNT);
/external/eigen/test/eigen2/
eigen2_submatrices.cpp
82
VectorType
bc1
(m1.block(0,c1,rows,1));
85
VERIFY_IS_APPROX(m1.col(c1),
bc1
);
/external/eigen/test/
block.cpp
82
VectorType
bc1
(m1.block(0,c1,rows,1));
85
VERIFY_IS_EQUAL(m1.col(c1),
bc1
);
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
Completed in 162 milliseconds