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/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...]
  /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...]
  /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...]

Completed in 898 milliseconds