OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bc2
(Results
1 - 6
of
6
) sorted by null
/external/llvm/utils/
findoptdiff
34
# findoptdiff llvm1 llvm2 bc1
bc2
filter1 filter2
43
#
bc2
53
bc2
=$4
63
opt2="${
bc2
}.opt"
65
ll2="${
bc2
}.ll"
67
opt2ll="${
bc2
}.opt.ll"
79
$opt2 $switches_to_use "$
bc2
" -o - | $dis2 | $filt2 > "$opt2ll"
/frameworks/native/libs/binder/tests/
binderDriverInterfaceTest.cpp
281
} __attribute__((packed))
bc2
= {
local
286
bwr.write_buffer = (uintptr_t)&
bc2
;
287
bwr.write_size = sizeof(
bc2
);
292
EXPECT_EQ(sizeof(
bc2
), bwr.write_consumed);
/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
166
const INT* const
bc2
,
177
if (bc1[j] +
bc2
[j] < minBits)
179
minBits = bc1[j] +
bc2
[j];
187
const INT* const
bc2
194
bc1[j] = fixMin(bc1[j] +
bc2
[j], INVALID_BITCOUNT);
/external/libvpx/libvpx/vp8/decoder/
decodeframe.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c
[
all
...]
Completed in 1464 milliseconds