Searched refs:negate (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dnegate.h30 Pathname: ./gsm-amr/c/include/negate.h
35 Description: Created separate header file for negate function.
49 needed by the negate function.
102 Word16 negate(register Word16 var1);
H A Dbasic_op.h226 Function Name : negate
229 negate(var1) = sub(0,var1).
244 static inline Word16 negate(Word16 var1) function
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dnegate.cpp31 Pathname: ./gsm-amr/c/src/negate.c
36 Description: Created separate file for the negate function. Sync'ed up with
73 is -32768: negate(var1) = sub(0,var1).
88 Word16 negate (Word16 var1)
94 multiCounter[currCounter].negate++;
128 #include "negate.h"
164 Word16 negate(register Word16 var1) function
/frameworks/base/tools/split-select/
H A DRule.h60 bool negate; member in struct:split::Rule
75 , negate(false) {}
H A DRule.cpp36 , negate(rhs.negate)
77 if (negate) {
80 str.append("\"negate\": true");
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd1035pf.cpp176 sign = negate (sign);
257 sign = negate(sign);
H A Dd_plsf_5.cpp234 lsf1_r[4] = negate (*p_dico++);
235 lsf1_r[5] = negate (*p_dico++);
236 lsf2_r[4] = negate (*p_dico++);
237 lsf2_r[5] = negate (*p_dico++);
441 *(lsf1_r + 4) = negate(*p_dico++);
442 *(lsf1_r + 5) = negate(*p_dico++);
443 *(lsf2_r + 4) = negate(*p_dico++);
444 *(lsf2_r + 5) = negate(*p_dico++);
H A Dc_g_aver.cpp316 tmp[i] = shl(tmp[i], negate(shift)); // Q15+Qn-Qm-Qx=Q13
533 *(tmp + i) = shl(*(tmp + i), negate(shift), pOverflow);
H A Dd8_31pf.cpp48 (2) Added includes of mult.h, shl.h, shr.h, add.h, sub.h, negate.h,
614 sign = negate(sign);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dset_sign.cpp189 val = negate(val);
267 val = negate(val);
407 cor = negate (cor);
408 val = negate (val);
555 cor = negate(cor);
558 dn[i] = negate(val);
H A Dhp_max.cpp204 *cor_hp_max = shl(cor_max, negate(shift)); // Q15
327 *cor_hp_max = shl(cor_max, negate(shift), pOverflow); /* Q15 */
H A Dcalc_en.cpp501 frac_coeff[1] = negate(g_coeff[2]); // coeff[1] = -2 xn y1
522 frac_coeff[3] = negate(extract_h(L_shl(s, exp)));
620 frac_coeff[1] = negate(g_coeff[2]); /* coeff[1] = -2 xn y1 */
657 frac_coeff[3] = negate((Word16)(L_shl(s2, exp, pOverflow) >> 16));
/frameworks/base/graphics/java/android/graphics/
H A DPoint.java55 public final void negate() { method in class:Point
H A DPointF.java58 public final void negate() { method in class:PointF
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dmath_op.c117 *exp = negate((*exp - 1) >> 1);
H A Dq_gain2.c142 coeff[1] = negate(g_coeff[2]); /* coeff[1] = -2 xn y1 */
/frameworks/base/rs/java/android/renderscript/
H A DByte2.java252 * set vector negate
254 public void negate() { method in class:Byte2
H A DByte3.java271 * set vector negate
273 public void negate() { method in class:Byte3
H A DDouble2.java284 * Set vector negate
286 public void negate() { method in class:Double2
H A DDouble3.java304 * Set vector negate
306 public void negate() { method in class:Double3
H A DFloat2.java283 * set vector negate
285 public void negate() { method in class:Float2
H A DFloat3.java304 * set vector negate
306 public void negate() { method in class:Float3
H A DInt2.java306 * set vector negate
308 public void negate() { method in class:Int2
H A DLong2.java306 * set vector negate
308 public void negate() { method in class:Long2
H A DShort2.java309 * set vector negate
311 public void negate() { method in class:Short2

Completed in 2395 milliseconds

12