Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/av/media/codecs/amrnb/dec/src/
Dd_plsf_5.cpp441 *(lsf1_r + 4) = negate(*p_dico++); in D_plsf_5()
442 *(lsf1_r + 5) = negate(*p_dico++); in D_plsf_5()
443 *(lsf2_r + 4) = negate(*p_dico++); in D_plsf_5()
444 *(lsf2_r + 5) = negate(*p_dico++); in D_plsf_5()
Dd1035pf.cpp257 sign = negate(sign); in dec_10i40_35bits()
Dd8_31pf.cpp614 sign = negate(sign); in dec_8i40_31bits()
Dc_g_aver.cpp533 *(tmp + i) = shl(*(tmp + i), negate(shift), pOverflow); in Cb_gain_average()
/frameworks/base/tools/split-select/
DRule.h60 bool negate; member
75 , negate(false) {} in Rule()
DRule.cpp36 , negate(rhs.negate) in Rule()
77 if (negate) { in toJson()
/frameworks/av/media/codecs/amrnb/enc/src/
Dset_sign.cpp267 val = negate(val); in set_sign()
555 cor = negate(cor); in set_sign12k2()
558 dn[i] = negate(val); in set_sign12k2()
Dcalc_en.cpp620 frac_coeff[1] = negate(g_coeff[2]); /* coeff[1] = -2 xn y1 */ in calc_filt_energies()
657 frac_coeff[3] = negate((Word16)(L_shl(s2, exp, pOverflow) >> 16)); in calc_filt_energies()
Dhp_max.cpp327 *cor_hp_max = shl(cor_max, negate(shift), pOverflow); /* Q15 */ in hp_max()
/frameworks/av/media/codecs/amrnb/common/include/
Dnegate.h102 Word16 negate(register Word16 var1);
Dbasic_op.h244 static inline Word16 negate(Word16 var1) in negate() function
/frameworks/av/media/codecs/amrnb/common/src/
Dnegate.cpp164 Word16 negate(Word16 var1) in negate() function
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
D.gitignore7 # The only way to negate an exclusion is by including every single parent
/frameworks/av/media/codecs/amrwb/enc/src/
Dmath_op.c117 *exp = negate((*exp - 1) >> 1); in Isqrt_n()
Dq_gain2.c142 coeff[1] = negate(g_coeff[2]); /* coeff[1] = -2 xn y1 */ in Q_gain2()
/frameworks/base/graphics/java/android/graphics/
DPoint.java54 public final void negate() { in negate() method in Point
DPointF.java70 public final void negate() { in negate() method in PointF
/frameworks/base/rs/java/android/renderscript/
DDouble2.java291 public void negate() { in negate() method in Double2
DFloat2.java290 public void negate() { in negate() method in Float2
DByte2.java258 public void negate() { in negate() method in Byte2
DLong2.java313 public void negate() { in negate() method in Long2
DShort2.java316 public void negate() { in negate() method in Short2
DInt2.java313 public void negate() { in negate() method in Int2
DByte3.java277 public void negate() { in negate() method in Byte3
DDouble3.java311 public void negate() { in negate() method in Double3

12