OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ABE
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/MC/
MCExpr.cpp
500
const MCBinaryExpr *
ABE
= cast<MCBinaryExpr>(this);
503
if (!
ABE
->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout,
505
!
ABE
->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,
512
switch (
ABE
->getOpcode()) {
535
switch (
ABE
->getOpcode()) {
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp
192
OsclFloat
ABE
;
215
ABE
= SBE / 32.0; //
ABE
= SBE/64.0; //
216
if (
ABE
>= *min_cost / 256.0) //if(
ABE
*0.8 >= min_cost/384.0) //
[
all
...]
intra_est.cpp
43
OsclFloat
ABE
;
97
ABE
= SBE / 64.0;
98
if (
ABE
*0.8 >= min_cost / 384.0)
[
all
...]
Completed in 63 milliseconds