Searched refs:SHORT (Results 26 - 50 of 200) sorted by relevance

12345678

/external/aac/libAACenc/src/
H A Dquantize.cpp107 SHORT *quaSpectrum)
131 quaSpectrum[line] = (SHORT)(-((LONG)(k + accu) >> (DFRACT_BITS-1-16)));
144 quaSpectrum[line] = (SHORT)((LONG)(k + accu) >> (DFRACT_BITS-1-16));
163 SHORT *quantSpectrum,
266 SHORT *quantizedSpectrum)
297 SHORT *quantSpectrum,
351 SHORT *quantSpectrum,
H A DaacEnc_rom.h154 extern const SHORT FDKaacEnc_sideInfoTabLong[MAX_SFB_LONG + 1];
155 extern const SHORT FDKaacEnc_sideInfoTabShort[MAX_SFB_SHORT + 1];
H A Ddyn_bits.h152 const SHORT* const quantSpectrum,
H A Dpnsparam.cpp95 SHORT startFreq;
99 SHORT tnsGainThreshold; /* scaled by TNS_PREDGAIN_SCALE (=1000) */
100 SHORT tnsPNSGainThreshold; /* scaled by TNS_PREDGAIN_SCALE (=1000) */
102 SHORT minSfbWidth;
/external/aac/libSYS/src/
H A Dwav_file.cpp265 SHORT *sptr = (SHORT*)buffer;
293 *sptr++ = (SHORT) tmp;
358 static SHORT LittleEndian16(SHORT v)
363 return (SHORT)(((v << 8) & 0xFF00) | ((v >> 8) & 0x00FF));
371 return (SHORT)(((v << 8) & 0xFF00) | ((v >> 8) & 0x00FF));
416 wav->header.bitsPerSample = LittleEndian16((SHORT)bitsPerSample);
417 wav->header.numChannels = LittleEndian16((SHORT)numChannels);
418 wav->header.blockAlign = LittleEndian16((SHORT)(numChannel
[all...]
/external/aac/libAACdec/src/
H A Dconceal.cpp195 SHORT *pSpecScalePrev,
196 SHORT *pSpecScaleAct,
197 SHORT *pSpecScaleOut,
201 const SHORT *pSfbOffset
471 SHORT *fadeOutAttenuationVector,
472 SHORT *fadeInAttenuationVector )
565 SHORT *pSpecScale,
566 SHORT *pScaleFactor,
660 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
663 SHORT tSpecScal
[all...]
H A Daacdec_drc_types.h117 SHORT drcInterpolationScheme;
H A Dblock.h103 SHORT *pScaleFactor,
112 const SHORT *pSpecScale,
113 const SHORT *pScaleFactor,
209 const SHORT frameLen,
H A Drvlc.cpp119 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
120 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd;
121 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd;
122 SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
301 SHORT *pEsc,
306 SHORT* pEscBitCntSum;
423 SHORT dpcm;
425 SHORT factor = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET;
426 SHORT position = - SF_OFFSET;
427 SHORT noisenr
[all...]
H A Dblock.cpp172 SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
218 const SHORT * RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale;
219 SHORT * RESTRICT pSpecScale = pAacDecoderChannelInfo->specScale;
221 const SHORT * RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo);
225 FDKmemclear(pSpecScale, 8*sizeof(SHORT));
283 SHORT *pNumLinesInSec = pAacDecoderChannelInfo->pDynData->specificTo.aac.aNumLineInSec4Hcr;
286 const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo);
431 SHORT *RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale;
432 SHORT *RESTRICT pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
433 const SHORT *RESTRIC
[all...]
H A Daacdec_hcr_types.h277 SHORT lengthOfReorderedSpectralData;
278 SHORT numSection;
279 SHORT *pNumLineInSect;
/external/aac/libFDK/include/arm/
H A Dfixmul_arm.h129 inline INT fixmuldiv2_SD (const SHORT a, const INT b)
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstShort.java78 return Type.SHORT;
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryClassField.java57 public static final byte SHORT = 50; field in class:BinaryClassField
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
H A DBaseShortEncodedValue.java64 public int getValueType() { return ValueType.SHORT; }
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DEncodedValueUtils.java56 case ValueType.SHORT:
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DType.java10 SHORT(0, "0", ".shortValue()", "java.lang.Short", Short.TYPE), enum constant in enum:Type
61 return SHORT;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRoundTripTest.java77 case DateFormat.SHORT :
78 return "SHORT";
114 for (style = DateFormat.FULL; style <= DateFormat.SHORT; ++style) {
122 for (style = DateFormat.FULL; style <= DateFormat.SHORT; ++style) {
130 for (int dstyle = DateFormat.FULL; dstyle <= DateFormat.SHORT; ++dstyle) {
131 for (int tstyle = DateFormat.FULL; tstyle <= DateFormat.SHORT; ++tstyle) {
H A DPluralRangesTest.java56 {"de", "SHORT", "{0}–{1}"},
72 {3.1, 4.25, ULocale.FRANCE, FormatWidth.SHORT, MeasureUnit.FAHRENHEIT, "3,1–4,25 °F"},
73 {3.1, 4.25, ULocale.ENGLISH, FormatWidth.SHORT, MeasureUnit.FAHRENHEIT, "3.1–4.25°F"},
81 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.SHORT, Currency.getInstance("EUR"), "EUR0.00–1.00"},
82 {0.0, 1.0, ULocale.FRENCH, FormatWidth.SHORT, Currency.getInstance("EUR"), "0,00–1,00\u00a0EUR"},
83 {0.0, 100.0, ULocale.FRENCH, FormatWidth.SHORT, Currency.getInstance("JPY"), "0–100\u00a0JPY"},
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DTimeZoneNameTest.java57 String icuStdShort = getIcuDisplayName(tzid, false, TimeZone.SHORT, loc);
58 String icuDstShort = getIcuDisplayName(tzid, true, TimeZone.SHORT, loc);
61 checkDisplayNamePair(TimeZone.SHORT, tzid, loc, warningOnly || ProblematicZones.contains(tzid));
105 case TimeZone.SHORT:
116 String styleStr = (style == TimeZone.SHORT) ? "SHORT" : "LONG";
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DType.java67 public static final int SHORT = 4; field in class:Type
122 public static final Type SHORT_TYPE = new Type(SHORT);
388 * {@link #CHAR CHAR}, {@link #BYTE BYTE}, {@link #SHORT SHORT},
436 case SHORT:
528 case SHORT:
698 case SHORT:
720 case SHORT:
/external/aac/libFDK/include/
H A Dmdct.h232 const SHORT scalefactor[],
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
H A DTimeZoneNameProviderICU.java40 case TimeZone.SHORT:
54 // case TimeZone.SHORT:
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java53 int SHORT = 334; field in interface:TokenId
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java45 * <li>The formatting styles include FULL, LONG, MEDIUM, and SHORT. More detail and examples of using these styles are
86 * You can pass in different options to these factory methods to control the length of the result; from SHORT to MEDIUM
89 * <li>SHORT is completely numeric, such as 12.13.52 or 3:30pm
825 public static final int SHORT = 3; field in class:DateFormat
861 public static final int RELATIVE_SHORT = RELATIVE | SHORT;
1227 * SHORT for "h:mm a" in the US locale. Relative time styles are not currently
1242 * SHORT for "h:mm a" in the US locale. Relative time styles are not currently
1258 * SHORT for "h:mm a" in the US locale. Relative time styles are not currently
1286 * SHORT for "M/d/yy" in the US locale. As currently implemented, relative date
1304 * SHORT fo
[all...]

Completed in 792 milliseconds

12345678