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

1 2

  /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/v8/test/webkit/
array-every.js 68 debug("3.3 Array Element Addition");
  /external/google-breakpad/src/common/
test_assembler_unittest.cc 233 TEST(Addition, LabelConstant) {
243 TEST(Addition, ConstantLabel) {
253 TEST(Addition, KnownLabelConstant) {
265 TEST(Addition, ConstantKnownLabel) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go 176 // Addition in a characteristic 2 field is just XOR.
194 // four terms. In characteristic 2 fields, subtraction == addition ==
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 176 // Addition in a characteristic 2 field is just XOR.
194 // four terms. In characteristic 2 fields, subtraction == addition ==
  /external/chromium-trace/catapult/third_party/flot/
NEWS.md 232 - Addition of nonstandard %q specifier to date/time formatting. (patch
268 - In addition to "left" and "center", bars now recognize "right" as an
726 - The legend labelFormatter now passes the series in addition to just the
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/aes/
const.go 15 // Addition of these binary polynomials corresponds to binary xor.
  /prebuilts/go/linux-x86/src/crypto/aes/
const.go 15 // Addition of these binary polynomials corresponds to binary xor.
  /external/libchrome/crypto/
p224_unittest.cc 797 TEST(P224, Addition) {
    [all...]
  /external/libweave/third_party/chromium/crypto/
p224_unittest.cc 797 TEST(P224, Addition) {
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
float.go 1203 // z = x + y, ignoring signs of x and y for the addition
1214 // Point Addition With Exact Rounding (as in the MPFR Library)"
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
order.go 985 // Addition of strings turns into a function call.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
float.go 1200 // z = x + y, ignoring signs of x and y for the addition
1211 // Point Addition With Exact Rounding (as in the MPFR Library)"
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
order.go 982 // Addition of strings turns into a function call.
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
float.go 1200 // z = x + y, ignoring signs of x and y for the addition
1211 // Point Addition With Exact Rounding (as in the MPFR Library)"
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
float.go 1203 // z = x + y, ignoring signs of x and y for the addition
1214 // Point Addition With Exact Rounding (as in the MPFR Library)"
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
order.go 985 // Addition of strings turns into a function call.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
float.go 1200 // z = x + y, ignoring signs of x and y for the addition
1211 // Point Addition With Exact Rounding (as in the MPFR Library)"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
order.go 982 // Addition of strings turns into a function call.
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float.go 1200 // z = x + y, ignoring signs of x and y for the addition
1211 // Point Addition With Exact Rounding (as in the MPFR Library)"
    [all...]

Completed in 2503 milliseconds

1 2