OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bc2
(Results
1 - 10
of
10
) 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"
/external/libvpx/vp8/decoder/
onyxd_int.h
76
vp8_reader bc,
bc2
;
member in struct:VP8Decompressor
decodframe.c
444
bool_decoder = &pbi->
bc2
;
755
xd->current_bc = &pbi->
bc2
;
917
/* vpx_log("Decoder: Frame Decoded, Size Roughly:%d bytes \n",bc->pos+pbi->
bc2
.pos); */
934
unsigned int size = pbi->
bc2
.pos + pbi->bc.pos + 8;
onyxd_if.c
422
pbi->dr[pbi->common.current_video_frame&0xf].size = pbi->bc.pos + pbi->
bc2
.pos + 4;;
threading.c
77
mbd->current_bc = &pbi->
bc2
;
[
all
...]
/external/libvpx/vp8/encoder/
asm_enc_offsets.c
85
DEFINE(vp8_comp_bc2, offsetof(VP8_COMP,
bc2
));
bitstream.c
378
vp8_writer *w = &cpi->
bc2
;
[
all
...]
onyx_int.h
278
vp8_writer bc,
bc2
;
member in struct:__anon9784
279
// bool_writer *
bc2
;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c
82
findMinMergeBits(const Word16 *bc1, const Word16 *
bc2
)
88
sum = bc1[j] +
bc2
[j];
97
mergeBitLookUp(Word16 *bc1, const Word16 *
bc2
)
102
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);
Completed in 415 milliseconds