/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_TransformDequantLumaDCFromPair_s.s | 121 Round RN 0 339 ;// constant 2 after the Multiplication. The value of Round would be 2 346 MOV Round, #2 ;// Round = 2 351 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round 352 SMLABB temp3, colOp02, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round 353 SMLATB temp2, colOp00, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_TransformDequantLumaDCFromPair.c | 36 int i, Round, Value; 49 Round = 1<<(Shift-1); 53 Value = (pDst[i] * Scale + Round) >> Shift;
|
/external/libvpx/vp8/common/ |
treecoder.h | 74 int Round
|
/external/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.asm | 58 vadd.s16 q4, q6 ;x + Round 63 vqdmulh.s16 q4, q8 ;y = ((Round + abs(z)) * Quant) >> 16
|
/external/skia/src/core/ |
SkFP.h | 60 #define SkFPRound(x) SkFloat::Round(x);
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_strip.cc | 60 static inline int Round(double x) { 709 int w = Round(first_tab->IsActive() ? selected : selected); 916 int rounded_tab_x = Round(tab_x); 918 gfx::Rect(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x, 929 if (abs(Round(unselected) - Tab::GetStandardSize().width()) > 1 && 936 new_tab_x = Round(tab_x - kTabHOffset) + kNewTabButtonHOffset; [all...] |
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.cc | 70 inline int Round(double x) { 427 gfx::Rect bounds(Round(new_x), start_tab_a_bounds_.y(), tab_a_->width(), 435 bounds = gfx::Rect(Round(new_x), start_tab_b_bounds_.y(), tab_b_->width(), [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 815 *** Round 1, deleting 3 addresses *** 816 *** Flush is complete after 1 round *** [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |