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

  /external/webkit/WebKit/chromium/public/
WebMutationEvent.h 45 Addition = 2,
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
fastquant_inline.h 63 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
71 coeff = q_value * QPx2 - Addition;
77 coeff = q_value * QPx2 + Addition;
203 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
211 sublt coeff, coeff, Addition
212 addge coeff, coeff, Addition
299 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
307 sublt coeff, coeff, Addition
308 addge coeff, coeff, Addition
484 __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 469 Int Addition;
fastcodemb.cpp 96 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 82 milliseconds