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

/frameworks/base/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/base/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/graphics/java/android/graphics/
H A DPoint.java50 public final void negate() { method in class:Point
H A DPointF.java57 public final void negate() { method in class:PointF
/frameworks/base/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/base/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/media/libstagefright/codecs/amrnb/enc/src/
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));
H A Dset_sign.cpp189 val = negate(val);
267 val = negate(val);
407 cor = negate (cor);
408 val = negate (val);
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
H A Dbasic_op.h44 #define negate(var1) ((Word16)(((var1) == MIN_16) ? MAX_16 : (-(var1)))) /* Short negate, 1*/ macro
45 #define L_negate(L_var1) (((L_var1) == (MIN_32)) ? (MAX_32) : (-(L_var1))) /* Long negate, 2*/
/frameworks/base/media/libstagefright/codecs/aacenc/basic_op/
H A Dbasic_op.h50 /* Short negate, 1 */
51 #define negate(var1) ((Word16)(((var1) == MIN_16) ? MAX_16 : (-(var1)))) macro
54 /* Long negate, 2 */

Completed in 173 milliseconds