Searched defs:negate (Results 1 - 6 of 6) sorted by relevance

/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/graphics/java/android/graphics/
H A DPointF.java59 public final void negate() { method in class:PointF
H A DPoint.java53 public final void negate() { method in class:Point
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
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/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 */
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dbasic_op.h40 #define negate(var1) ((Word16)(((var1) == MIN_16) ? MAX_16 : (-(var1)))) /* Short negate, 1*/ macro
41 #define L_negate(L_var1) (((L_var1) == (MIN_32)) ? (MAX_32) : (-(L_var1))) /* Long negate, 2*/

Completed in 3640 milliseconds