Searched defs:sign (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd2_11pf.cpp94 sign -- Word16 -- signs of 2 pulses.
151 Word16 sign, /* i : signs of 2 pulses. */
203 i = sign & 1;
220 sign >>= 1;
150 decode_2i40_11bits( Word16 sign, Word16 index, Word16 cod[] ) argument
H A Dd3_14pf.cpp100 sign -- Word16 -- signs of 3 pulses.
157 Word16 sign, /* i : signs of 3 pulses. */
211 i = sign & 1;
228 sign >>= 1;
156 decode_3i40_14bits( Word16 sign, Word16 index, Word16 cod[] ) argument
H A Dd4_17pf.cpp120 sign -- Word16 -- signs of 3 pulses.
177 Word16 sign, /* i : signs of 4 pulses. */
250 i = sign & 0x1;
267 sign >>= 1;
176 decode_4i40_17bits( Word16 sign, Word16 index, Word16 cod[] ) argument
H A Dd1035pf.cpp94 represented by sign+position
130 Word16 index[], // (i) : index of 10 pulses (sign+position)
134 Word16 i, j, pos1, pos2, sign, tmp;
157 sign = 4096; // +1.0
161 sign = -4096; // -1.0
164 cod[pos1] = sign;
176 sign = negate (sign);
178 cod[pos2] = add (cod[pos2], sign);
208 Word16 index[], /* (i) : index of 10 pulses (sign
213 Word16 sign, tmp; local
[all...]
H A Dd2_9pf.cpp118 sign -- Word16 -- signs of 2 pulses.
177 Word16 sign, /* i : signs of 2 pulses. */
227 i = sign & 0x1;
244 sign >>= 1;
175 decode_2i40_9bits( Word16 subNr, Word16 sign, Word16 index, Word16 cod[], Flag *pOverflow ) argument
H A Dd_plsf_5.cpp174 Word16 temp, sign;
221 sign = indice[2] & 1;
225 if (sign == 0)
313 Word16 sign; local
339 sign =
347 sign,
413 sign = *(indice + 2) & 1;
432 if (sign == 0)
H A Dd8_31pf.cpp80 /* define values/representation for output codevector and sign */
276 indx[] -- array of type Word16 -- position and sign of
343 Word16 indx[], /* i : position and sign of 8 pulses (compressed) */
500 index array of type Word16 -- index of 8 pulses (sign+position)
559 Word16 index[], /* i : index of 8 pulses (sign+position) */
568 Word16 sign; local
594 sign = POS_CODE; /* +1.0 */
598 sign = -NEG_CODE; /* -1.0 */
603 cod[pos1] = sign; /* avoid buffer overflow */
614 sign
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_FillVLDBuffer.c43 * and sign, also updates the index
48 * [in] sign Flag indicating the sign of level
65 OMX_U8 sign,
76 /* Store the level depending on the sign*/
77 if (sign == 1)
61 armVCM4P2_FillVLDBuffer( OMX_U32 storeRun, OMX_S16 * pDst, OMX_S16 storeLevel, OMX_U8 sign, OMX_U8 last, OMX_U8 * pIndex, const OMX_U8 * pZigzagTable ) argument
H A DarmVCM4P2_FillVLCBuffer.c57 * levelPlus = sign(level)*[abs(level) - LMAX]
93 OMX_U32 tempRun = run, sign = 0; local
130 sign = 1;
148 armPackBits(ppBitStream, pBitOffset, (OMX_U32)sign, 1);
152 if (sign)
H A DarmVCM4P2_GetVLCBits.c118 OMX_U8 sign = 0; local
139 /* a signed value and the sign and the unsigned value for */
143 sign = (storeLevel & 0x80);
144 if(sign==0x80)
147 sign=1;
151 armRetDataErrIf( storeLevel == 0 || sign*storeLevel == 128 , OMX_Sts_Err); /* Invalid FLC */
157 sign,
206 sign = (OMX_U8) armGetBits(ppBitStream, pBitOffset, 1);
243 sign = (OMX_U8) armGetBits(ppBitStream, pBitOffset, 1);
259 sign,
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVM_Polynomial.c49 LVM_INT32 Y,A,XTemp,Temp,sign; local
57 sign=Temp;
60 Y+=((*pCoefficients)*sign);
62 sign*=Temp;
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DDuration.java31 public int sign; // 1 or -1 field in class:Duration
40 sign = 1;
49 sign = 1;
66 sign = -1;
131 cal.add(Calendar.DAY_OF_MONTH, sign*weeks*7);
132 cal.add(Calendar.DAY_OF_MONTH, sign*days);
133 cal.add(Calendar.HOUR, sign*hours);
134 cal.add(Calendar.MINUTE, sign*minutes);
135 cal.add(Calendar.SECOND, sign*seconds);
143 long factor = 1000 * sign;
[all...]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DDurationTest.java27 int sign, int weeks, int days, int hours,
33 assertEquals("Duration sign is not equal for " + str, sign, duration.sign);
26 verifyDuration(String str, int sign, int weeks, int days, int hours, int minutes, int seconds) argument
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcor_h.cpp88 3. Replaced array addressing (array sign[]) by pointers
142 sign = vector containing the sign information for the correlation
164 the codebook search, and includes the sign information into the correlations.
169 The sign information is included by:
170 rr[i][j] = rr[i][j]*sign[i]*sign[j]
188 Word16 sign[], // (i) : sign of d[n]
238 rr[j][i] = mult (pv_round (s), mult (sign[
267 cor_h( Word16 h[], Word16 sign[], Word16 rr[][L_CODE], Flag *pOverflow ) argument
[all...]
H A Dc1035pf.cpp264 Word16 sign[], // (i) : sign of d[n]
268 Word16 indx[] // (o) : index of 10 pulses (sign+position)
288 // read sign
289 j = sign[i];
316 // sign of 1st pulse == sign of 2nd pulse
330 // sign of 1st pulse != sign of 2nd pulse
401 Word16 sign[], /* (
399 build_code( Word16 codvec[], Word16 sign[], Word16 cod[], Word16 h[], Word16 y[], Word16 indx[], Flag *pOverflow ) argument
659 Word16 dn[L_CODE], sign[L_CODE]; local
[all...]
H A Dset_sign.cpp80 These functions are used to build a sign vector according
129 sign = buffer containing sign of dn elements (Word16)
138 sign buffer is modified to contain the sign information for the
153 This function builds sign vector according to dn buffer It also finds
171 Word16 sign[], o : sign of dn[]
180 // set sign according to dn[]
186 sign[
245 set_sign(Word16 dn[], Word16 sign[], Word16 dn2[], Word16 n ) argument
486 set_sign12k2( Word16 dn[], Word16 cn[], Word16 sign[], Word16 pos_max[], Word16 nb_track, Word16 ipos[], Word16 step, Flag *pOverflow ) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DDigitsKeyListener.java77 * plus the minus sign (only at the beginning) and/or decimal point
80 public DigitsKeyListener(boolean sign, boolean decimal) { argument
81 mSign = sign;
84 int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0);
97 * plus the minus sign (only at the beginning) and/or decimal point
100 public static DigitsKeyListener getInstance(boolean sign, boolean decimal) { argument
101 int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0);
106 sInstance[kind] = new DigitsKeyListener(sign, decimal);
152 int sign = -1;
157 * Find out if the existing text has a sign o
[all...]
/frameworks/opt/net/voip/src/jni/rtp/
H A DG711Codec.cpp52 int sign = (sample >> 8) & 0x80; local
62 ulaws[i] = ~(sign | (exponent << 4) | mantissa);
103 int sign = (sample >> 8) & 0x80; local
112 alaws[i] = (sign | (exponent << 4) | mantissa) ^ 0xD5;
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Daz_lsp.cpp361 frequency domain. The sign change interval is subdivided 4 times to better
387 Word16 x, y, sign, exp;
488 sign = y;
497 if (sign < 0)
580 Word16 sign; local
683 sign = y;
691 if (sign < 0)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Daz_isp.c68 Word16 x, y, sign, exp; local
104 * - Evaluate Chebyshev pol. at grid points and check for sign change.*
105 * - If sign change track the root by subdividing the interval *
106 * 2 times and ckecking sign change. *
150 sign = y;
158 if (sign < 0)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s88 sign RN 5 label
289 M_BD_READ8 sign,1,T1
291 CMP sign,#1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s88 sign RN 5 label
289 M_BD_READ8 sign,1,T1
291 CMP sign,#1
/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp41 #define CLIP_AND_SWAP(elem, sign, k, p, q, r) { \
42 poly_clip_to_halfspace(p, q, &v->elem-(float *)v, sign, sign*k); \
49 * copying the portion satisfying sign*s[index] < k*sw into q,
59 void poly_clip_to_halfspace(Poly* p, Poly* q, int index, float sign, float k) argument
72 tu = sign*COORD(u, index) - u->sw*k;
76 tv = sign*COORD(v, index) - v->sw*k;
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.h197 virtual status_t sign( function in class:clearkeydrm::DrmPlugin
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbit_cnt.c500 Word16 sign, signLength; local
533 sign=0;
539 sign = sign << 1;
542 sign|=1;
550 sign = sign << 1;
553 sign|=1;
561 sign = sign <<
[all...]

Completed in 493 milliseconds

12