/frameworks/av/media/codecs/amrnb/dec/src/ |
D | d_plsf_5.cpp | 441 *(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()
|
D | d1035pf.cpp | 257 sign = negate(sign); in dec_10i40_35bits()
|
D | d8_31pf.cpp | 614 sign = negate(sign); in dec_8i40_31bits()
|
D | c_g_aver.cpp | 533 *(tmp + i) = shl(*(tmp + i), negate(shift), pOverflow); in Cb_gain_average()
|
/frameworks/base/tools/split-select/ |
D | Rule.h | 60 bool negate; member 75 , negate(false) {} in Rule()
|
D | Rule.cpp | 36 , negate(rhs.negate) in Rule() 77 if (negate) { in toJson()
|
/frameworks/av/media/codecs/amrnb/enc/src/ |
D | set_sign.cpp | 267 val = negate(val); in set_sign() 555 cor = negate(cor); in set_sign12k2() 558 dn[i] = negate(val); in set_sign12k2()
|
D | calc_en.cpp | 620 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()
|
D | hp_max.cpp | 327 *cor_hp_max = shl(cor_max, negate(shift), pOverflow); /* Q15 */ in hp_max()
|
/frameworks/av/media/codecs/amrnb/common/include/ |
D | negate.h | 102 Word16 negate(register Word16 var1);
|
D | basic_op.h | 244 static inline Word16 negate(Word16 var1) in negate() function
|
/frameworks/av/media/codecs/amrnb/common/src/ |
D | negate.cpp | 164 Word16 negate(Word16 var1) in negate() function
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | .gitignore | 7 # The only way to negate an exclusion is by including every single parent
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | math_op.c | 117 *exp = negate((*exp - 1) >> 1); in Isqrt_n()
|
D | q_gain2.c | 142 coeff[1] = negate(g_coeff[2]); /* coeff[1] = -2 xn y1 */ in Q_gain2()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Point.java | 54 public final void negate() { in negate() method in Point
|
D | PointF.java | 70 public final void negate() { in negate() method in PointF
|
/frameworks/base/rs/java/android/renderscript/ |
D | Double2.java | 291 public void negate() { in negate() method in Double2
|
D | Float2.java | 290 public void negate() { in negate() method in Float2
|
D | Byte2.java | 258 public void negate() { in negate() method in Byte2
|
D | Long2.java | 313 public void negate() { in negate() method in Long2
|
D | Short2.java | 316 public void negate() { in negate() method in Short2
|
D | Int2.java | 313 public void negate() { in negate() method in Int2
|
D | Byte3.java | 277 public void negate() { in negate() method in Byte3
|
D | Double3.java | 311 public void negate() { in negate() method in Double3
|