/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
H A D | negate.h | 30 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 D | basic_op.h | 226 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 D | negate.cpp | 31 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 D | Rule.h | 60 bool negate; member in struct:split::Rule 75 , negate(false) {}
|
H A D | Rule.cpp | 36 , negate(rhs.negate) 77 if (negate) { 80 str.append("\"negate\": true");
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
H A D | d1035pf.cpp | 176 sign = negate (sign); 257 sign = negate(sign);
|
H A D | d_plsf_5.cpp | 234 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 D | c_g_aver.cpp | 316 tmp[i] = shl(tmp[i], negate(shift)); // Q15+Qn-Qm-Qx=Q13 533 *(tmp + i) = shl(*(tmp + i), negate(shift), pOverflow);
|
H A D | d8_31pf.cpp | 48 (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 D | set_sign.cpp | 189 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 D | hp_max.cpp | 204 *cor_hp_max = shl(cor_max, negate(shift)); // Q15 327 *cor_hp_max = shl(cor_max, negate(shift), pOverflow); /* Q15 */
|
H A D | calc_en.cpp | 501 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/av/media/libstagefright/codecs/amrwbenc/src/ |
H A D | math_op.c | 117 *exp = negate((*exp - 1) >> 1);
|
H A D | q_gain2.c | 142 coeff[1] = negate(g_coeff[2]); /* coeff[1] = -2 xn y1 */
|
/frameworks/base/graphics/java/android/graphics/ |
H A D | Point.java | 53 public final void negate() { method in class:Point
|
H A D | PointF.java | 58 public final void negate() { method in class:PointF
|
/frameworks/base/rs/java/android/renderscript/ |
H A D | Byte2.java | 252 * set vector negate 254 public void negate() { method in class:Byte2
|
H A D | Byte3.java | 271 * set vector negate 273 public void negate() { method in class:Byte3
|
H A D | Double2.java | 284 * Set vector negate 286 public void negate() { method in class:Double2
|
H A D | Double3.java | 304 * Set vector negate 306 public void negate() { method in class:Double3
|
H A D | Float2.java | 283 * set vector negate 285 public void negate() { method in class:Float2
|
H A D | Float3.java | 304 * set vector negate 306 public void negate() { method in class:Float3
|
H A D | Int2.java | 306 * set vector negate 308 public void negate() { method in class:Int2
|
H A D | Long2.java | 306 * set vector negate 308 public void negate() { method in class:Long2
|
H A D | Short2.java | 309 * set vector negate 311 public void negate() { method in class:Short2
|