Searched defs:sub (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dsub.cpp31 Filename: /audio/gsm_amr/c/src/sub.c
36 Description: Created separate file for the sub function. Sync'ed up with the
96 FUNCTION NAME: sub
136 [1] sub() function in basicop2.c, UMTS GSM AMR speech codec, R99 -
143 Word16 sub (Word16 var1, Word16 var2)
157 multiCounter[currCounter].sub++;
193 Word16 sub(Word16 var1, Word16 var2, Flag *pOverflow) function
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DVectorUtil.java23 public static void sub(double[] a, double[] b, double[] out) { method in class:VectorUtil
/frameworks/base/rs/java/android/renderscript/
H A DDouble2.java96 public void sub(Double2 value) { method in class:Double2
108 public static Double2 sub(Double2 a, Double2 b) { method in class:Double2
121 public void sub(double value) { method in class:Double2
133 public static Double2 sub(Double2 a, double b) { method in class:Double2
H A DDouble3.java102 public void sub(Double3 value) { method in class:Double3
115 public static Double3 sub(Double3 a, Double3 b) { method in class:Double3
129 public void sub(double value) { method in class:Double3
142 public static Double3 sub(Double3 a, double b) { method in class:Double3
H A DFloat2.java95 public void sub(Float2 value) { method in class:Float2
107 public static Float2 sub(Float2 a, Float2 b) { method in class:Float2
120 public void sub(float value) { method in class:Float2
132 public static Float2 sub(Float2 a, float b) { method in class:Float2
H A DFloat3.java102 public void sub(Float3 value) { method in class:Float3
115 public static Float3 sub(Float3 a, Float3 b) { method in class:Float3
129 public void sub(float value) { method in class:Float3
142 public static Float3 sub(Float3 a, float b) { method in class:Float3
H A DByte2.java97 public void sub(Byte2 a) { method in class:Byte2
109 public static Byte2 sub(Byte2 a, Byte2 b) { method in class:Byte2
122 public void sub(byte value) { method in class:Byte2
134 public static Byte2 sub(Byte2 a, byte b) { method in class:Byte2
H A DByte3.java104 public void sub(Byte3 a) { method in class:Byte3
117 public static Byte3 sub(Byte3 a, Byte3 b) { method in class:Byte3
131 public void sub(byte value) { method in class:Byte3
144 public static Byte3 sub(Byte3 a, byte b) { method in class:Byte3
H A DByte4.java110 public void sub(Byte4 a) { method in class:Byte4
124 public static Byte4 sub(Byte4 a, Byte4 b) { method in class:Byte4
139 public void sub(byte value) { method in class:Byte4
153 public static Byte4 sub(Byte4 a, byte b) { method in class:Byte4
H A DDouble4.java109 public void sub(Double4 value) { method in class:Double4
121 public void sub(double value) { method in class:Double4
135 public static Double4 sub(Double4 a, double b) { method in class:Double4
152 public static Double4 sub(Double4 a, Double4 b) { method in class:Double4
H A DFloat4.java109 public void sub(Float4 value) { method in class:Float4
121 public void sub(float value) { method in class:Float4
135 public static Float4 sub(Float4 a, float b) { method in class:Float4
152 public static Float4 sub(Float4 a, Float4 b) { method in class:Float4
H A DInt2.java101 public void sub(Int2 a) { method in class:Int2
113 public static Int2 sub(Int2 a, Int2 b) { method in class:Int2
126 public void sub(int value) { method in class:Int2
138 public static Int2 sub(Int2 a, int b) { method in class:Int2
H A DInt3.java108 public void sub(Int3 a) { method in class:Int3
121 public static Int3 sub(Int3 a, Int3 b) { method in class:Int3
135 public void sub(int value) { method in class:Int3
148 public static Int3 sub(Int3 a, int b) { method in class:Int3
H A DInt4.java115 public void sub(Int4 a) { method in class:Int4
129 public static Int4 sub(Int4 a, Int4 b) { method in class:Int4
144 public void sub(int value) { method in class:Int4
158 public static Int4 sub(Int4 a, int b) { method in class:Int4
H A DLong2.java101 public void sub(Long2 a) { method in class:Long2
113 public static Long2 sub(Long2 a, Long2 b) { method in class:Long2
126 public void sub(long value) { method in class:Long2
138 public static Long2 sub(Long2 a, long b) { method in class:Long2
H A DLong3.java108 public void sub(Long3 a) { method in class:Long3
121 public static Long3 sub(Long3 a, Long3 b) { method in class:Long3
135 public void sub(long value) { method in class:Long3
148 public static Long3 sub(Long3 a, long b) { method in class:Long3
H A DLong4.java115 public void sub(Long4 a) { method in class:Long4
129 public static Long4 sub(Long4 a, Long4 b) { method in class:Long4
144 public void sub(long value) { method in class:Long4
158 public static Long4 sub(Long4 a, long b) { method in class:Long4
H A DShort2.java104 public void sub(Short2 a) { method in class:Short2
116 public static Short2 sub(Short2 a, Short2 b) { method in class:Short2
129 public void sub(short value) { method in class:Short2
141 public static Short2 sub(Short2 a, short b) { method in class:Short2
H A DShort3.java108 public void sub(Short3 a) { method in class:Short3
121 public static Short3 sub(Short3 a, Short3 b) { method in class:Short3
135 public void sub(short value) { method in class:Short3
148 public static Short3 sub(Short3 a, short b) { method in class:Short3
H A DShort4.java115 public void sub(Short4 a) { method in class:Short4
129 public static Short4 sub(Short4 a, Short4 b) { method in class:Short4
144 public void sub(short value) { method in class:Short4
158 public static Short4 sub(Short4 a, short b) { method in class:Short4
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dbasicop2.c130 | Function Name : sub |
162 Word16 sub(Word16 var1, Word16 var2) function
478 | negate(var1) = sub(0,var1). |
1063 | if (sub(shl(shr(var1,var2),1),shr(var1,sub(var2,1)))) |
1308 | if (L_sub(L_shl(L_shr(L_var1,var2),1),L_shr(L_var1,sub(var2,1))))|
H A Dbasic_op.h95 /* Long sub, 2 */
123 /* Short sub, 1 */
125 __inline Word16 sub(Word16 var1, Word16 var2);
127 Word16 sub(Word16 var1, Word16 var2);
618 /* Short sub, 1 */
620 __inline Word16 sub(Word16 var1, Word16 var2) function
/frameworks/base/core/java/android/text/
H A DAlteredCharSequence.java32 * are mirrored instead from <code>sub</code>, beginning at offset 0.
34 public static AlteredCharSequence make(CharSequence source, char[] sub, argument
37 return new AlteredSpanned(source, sub, substart, subend);
39 return new AlteredCharSequence(source, sub, substart, subend);
42 private AlteredCharSequence(CharSequence source, char[] sub, argument
45 mChars = sub;
50 /* package */ void update(char[] sub, int substart, int subend) { argument
51 mChars = sub;
60 private AlteredSpanned(CharSequence source, char[] sub, argument
62 super(source, sub, substar
[all...]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java210 private static CharSequence subst(CharSequence in, char ch, CharSequence sub) { argument
215 edit.replace(i, i+1, sub);
216 i += sub.length();
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dbasic_op.h69 static_vo Word16 sub (Word16 var1, Word16 var2); /* Short sub,1 */
78 static_vo Word32 L_sub (Word32 L_var1, Word32 L_var2); /* Long sub, 2 */
137 | Function Name : sub |
169 static_vo Word16 sub (Word16 var1, Word16 var2) function
847 | if (L_sub(L_shl(L_shr(L_var1,var2),1),L_shr(L_var1,sub(var2,1))))|

Completed in 396 milliseconds

12