Searched refs:sign (Results 1 - 25 of 3854) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Daacdec_hcr.cpp1100 if ( pCbSign[codebook] == 0 ) { /* no sign bits follow after the codeword-body */
1116 /* result is written out here because NO sign bits follow the body */
1118 pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx] = (FIXP_DBL) *pQuantVal++; /* write quant. spec. coef. into spectrum; sign is already valid */
1142 else if (( pCbSign[codebook] == 1 ) && ( codebook < 11 )) { /* possibly there follow 1,2,3 or 4 sign bits after the codeword-body */
1188 else if (( pCbSign[codebook] == 1 ) && ( codebook >= 11 )) { /* possibly there follow some sign bits and maybe one or two escape sequences after the cw-body */
1439 INT sign; local
1475 sign = (quantSpecCoef >= 0) ? 1 : -1;
1477 quantSpecCoef = sign * (((INT ) 1 << escapeOnesCounter) + escape_word);
1520 /* adapt sign of values according to the decoded sign bi
[all...]
H A Daacdec_hcrs.cpp503 No sign bits are decoded, because the table of the quantized spectral values
504 has got a valid sign at the quantized spectral lines.
569 /* if end of branch reached write out lines and count bits needed for sign, otherwise store node in codeword sideinfo */
611 spectral values, which are different form zero. For those values sign bits are
614 If sign bit counter cntSign is different from zero, switch to next state to
615 decode sign Bits there.
616 If sign bit counter cntSign is zero, no sign bits are needed and codeword is
621 [on just one signle sign] is wrong, the next state will correct it.
690 /* if end of branch reached write out lines and count bits needed for sign, otherwis
1287 INT sign; local
[all...]
/external/aac/libAACenc/src/
H A Daacenc_pns.cpp515 INT sign = (accu < FL2FXCONST_DBL(0.0f)) ? 1 : 0 ; local
519 ccf = (ccf>=FL2FXCONST_DBL(0.0)) ? ((FIXP_DBL)MAXVAL_DBL) : (sign) ? -CalcInvLdData(ccf) : CalcInvLdData(ccf);
H A Daacenc_tns.cpp1139 LONG sign = ((LONG)workBuffer[0] >> (DFRACT_BITS-1));
1140 tmp = (FIXP_DBL)((LONG)workBuffer[0]^sign);
1145 tmp = (FIXP_DBL)((LONG)schur_div(tmp, input[0], FRACT_BITS)^(~sign));
H A Dbit_cnt.cpp784 INT sign,signLength; local
816 sign=0;
821 sign<<=1;
823 sign|=1;
830 sign<<=1;
832 sign|=1;
839 sign<<=1;
841 sign|=1;
848 sign<<=1;
850 sign|
[all...]
/external/aac/libFDK/src/
H A DFDK_trigFcts.cpp241 INT sign; local
250 sign = 1;
253 sign = 0;
285 if (sign) {
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp1083 INT sign = (pMetaData->dmxGainIdx5 & 0x40) ? -1 : 1; local
1089 (FIXP_DBL)(sign*val*(LONG)FL2FXCONST_DBL(0.0125f)), 0,
1221 INT sign = (pMetaData->dmxGainIdx2 & 0x40) ? -1 : 1; local
1227 (FIXP_DBL)(sign*val*(LONG)FL2FXCONST_DBL(0.0125f)), 0,
/external/aac/libSBRenc/src/
H A Denv_est.cpp308 INT sign; local
310 sign = nrgVal > 0 ? 1 : -1;
312 nrgVal *= sign;
327 return panTable[ampRes][maxIndex[ampRes]-1] + sign * panTable[ampRes][panIndex];
H A Dton_corr.cpp242 INT sign; variable
277 sign = 1;
280 sign = -1;
284 sign = 1;
287 if(sign < 0) {
/external/aac/libSYS/src/
H A Dwav_file.cpp334 INT sign, exponent, mantissa, sample ; local
337 sign = (ulawbyte & 0x80) ;
342 if (sign != 0)
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DJDWPStackFrameTestCase.java141 String sign = reply.getNextValueAsString();
145 varInfos[i] = new VarInfo(name, slot, sign);
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DSignatureTest.java104 * Class under test for byte[] sign()
109 s.sign();
117 s.sign();
123 s.sign();
125 assertTrue("sign() failed", s.runEngineSign);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DSignature2Test.java168 * @tests java.security.Signature#sign()
174 sig.sign();
224 byte[] signature = sig.sign();
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DSignature_Impl1Test.java34 * Class under test for int sign(byte[], int, int)
40 s.sign(b, 0, 5);
48 s.sign(b, 0, 5);
54 s.sign(b, 0, 5);
56 assertTrue("sign() failed", s.runEngineSign);
H A DSignature_Impl2Test.java114 s.sign();
122 s.sign();
128 s.sign();
131 assertTrue("sign() failed", ((MySignature1) s).runEngineSign);
141 assertTrue("sign() failed", ((MySignature1) s).runEngineUpdate1);
166 s.sign(b, 0, 5);
172 s.sign(b, 0, 3);
174 assertTrue("sign() failed", MySignature2.runEngineSign);
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DDigitalSignatureTest.java63 byte[] hash = ds_sign.sign();
95 byte[] hash = ds_sign.sign();
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
H A DDigitalSignatureTest.java136 byte[] enc = dsig.sign();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java1119 * Dmitri Ilyin: Makes sure if the String is HH encoded sign.
1126 boolean sign = true;
1133 sign = false;
1135 return sign;
1312 // Dmitri Ilyin: to check if '%' number number is invalid. It must be checked if %xx is a sign, that would be encoded
1313 // The encoded signes are in Hex form. So %xx my be in form %3C that is "<" sign. I will try to change here a little.
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNumber.java246 // String sign;
249 // sign = "-";
253 // sign = "";
262 // return sign + wholePart + decimalPart + zeros(exp - decimalLen);
265 // return sign + wholePart + decimalPart.substring(0, exp) + "."
268 // return sign + "0." + zeros(-1 - exp) + wholePart + decimalPart;
317 String sign;
321 sign = "-";
327 sign = "";
332 return sign
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex3043 % @pounds{} is a sterling sign, which Knuth put in the CM italic font.
3174 % @textdegree - the normal degrees sign.
7772 % sign. Make them active and then expand them all to nothing.
/external/bison/
H A Dconfigure7487 warn_common='-Wall -Wextra -Wno-sign-compare -Wcast-align
15234 /* The isnanf function should be immune against changes in the sign bit and
15236 a sign bit or a mantissa bit. */
15529 /* The isnanl function should be immune against changes in the sign bit and
15531 a sign bit or a mantissa bit (since the exponent never extends to
23045 /* The isnanf function should be immune against changes in the sign bit and
23047 a sign bit or a mantissa bit. */
23324 /* The isnanf function should be immune against changes in the sign bit and
23326 a sign bit or a mantissa bit. */
23648 /* The isnanl function should be immune against changes in the sign bi
[all...]
/external/bison/etc/
H A Dbench.pl.in241 int sign = 1;
247 sign = -1;
258 return sign * n;
/external/bison/lib/
H A Dfrexp.c60 int sign; local
71 sign = 0;
75 sign = -1;
161 if (sign < 0)
H A Dvasnprintf.c1105 sign. 2.322 is slightly larger than log(5)/log(2). */
1568 /* Add 1, to account for a leading sign. */
1596 /* Add 1, to account for a leading sign. */
1624 /* Add 2, to account for a leading sign or alternate form. */
1636 + 10; /* sign, decimal point etc. */
1644 + 10; /* sign, decimal point etc. */
1650 12; /* sign, decimal point, exponent etc. */
1669 /* Account for sign, decimal point etc. */
3029 /* Account for sign, decimal point etc. */
3072 int sign local
3226 int sign = 0; local
3621 int sign = 0; local
4089 int sign = 0; local
[all...]
/external/bison/tests/
H A Dtestsuite10700 int sign = 1;
10705 sign = -1;
10713 return sign * n;
[all...]

Completed in 901 milliseconds

1234567891011>>