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

  /external/webkit/Source/WebKit/chromium/public/
WebDOMMutationEvent.h 45 Addition = 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/dropbear/libtommath/
bn.tex 150 This will output a row of numbers that are increasing. Each column is a different test (such as addition, multiplication, etc)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 365 milliseconds