HomeSort by relevance Sort by last modified time
    Searched refs:Addition (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant_inline.h 62 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
70 coeff = q_value * QPx2 - Addition;
76 coeff = q_value * QPx2 + Addition;
202 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
210 sublt coeff, coeff, Addition
211 addge coeff, coeff, Addition
298 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
306 sublt coeff, coeff, Addition
307 addge coeff, coeff, Addition
483 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp
    [all...]
fastquant.cpp 130 fast bitmaprow mask and borrowed Addition method instead of ifs from , ).
157 Int Addition = QuantParam->Addition;
238 coeff = coeff_dequant(q_value, QPx2, Addition, tmp);
276 Int Addition = QuantParam->Addition;
400 coeff = coeff_dequant(q_value, QPx2, Addition, tmp);
448 Int Addition = QuantParam->Addition;
483 coeff = coeff_dequant(scale_q, QP, Addition, tmp)
    [all...]
fastcodemb.h 48 Int Addition;
mp4lib_int.h 467 Int Addition;
fastcodemb.cpp 95 QuantParam.Addition = QP - 1 + (QP & 0x1);
  /external/chromium_org/third_party/WebKit/Source/wtf/
SaturatedArithmeticTest.cpp 39 TEST(SaturatedArithmeticTest, Addition)
  /external/chromium_org/v8/test/webkit/
array-every.js 68 debug("3.3 Array Element Addition");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree_test.js 314 // Single addition.
324 // Multi addition.
335 // Multi addition with implicit node.
360 // Addition and subtraction.
382 // Addition and subtraction.
401 // Addition and explicit multiplication.
419 // Addition with explicit and implicit multiplication.
    [all...]
  /external/chromium_org/crypto/
p224_unittest.cc 796 TEST(P224, Addition) {
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 143 milliseconds