Home
last modified time | relevance | path

Searched refs:SHORT (Results 1 – 25 of 221) sorted by relevance

123456789

/external/aac/libAACdec/src/
Drvlc_info.h118SHORT length_of_rvlc_sf; /* 3 */ /* original value, gets modified (subtra…
121 SHORT length_of_rvlc_escapes; /* 6 optional */
126 SHORT length_of_rvlc_sf_fwd; /* length_of_rvlc_sf used for forward decoding */
127 SHORT length_of_rvlc_sf_bwd; /* length_of_rvlc_sf used for backward decoding */
130 SHORT *pRvlBitCnt_RVL;
157 SHORT firstScf;
158 SHORT lastScf;
159 SHORT firstNrg;
160 SHORT lastNrg;
161 SHORT firstIs;
[all …]
Dchannelinfo.h140 const SHORT *ScaleFactorBands_Long;
141 const SHORT *ScaleFactorBands_Short;
207 SHORT aScaleFactor[(8*16)]; /* Spectral scale factors for each sfb in each window. */
208 SHORT aSfbScale[(8*16)]; /* could be free after ApplyTools() */
217SHORT aNumLineInSec4Hcr[MAX_SFB_HCR]; /* needed once for all channels except for Drm synt…
219 SHORT lenOfReorderedSpectralData;
254 SHORT aRvlcScfEsc[RVLC_MAX_SFB]; /* needed once for all channels */
255 SHORT aRvlcScfFwd[RVLC_MAX_SFB]; /* needed once for all channels */
256 SHORT aRvlcScfBwd[RVLC_MAX_SFB]; /* needed once for all channels */
275 SHORT specScale[8]; /* Scale shift values of each spectrum window */
[all …]
Dconceal.cpp195 SHORT *pSpecScalePrev,
196 SHORT *pSpecScaleAct,
197 SHORT *pSpecScaleOut,
201 const SHORT *pSfbOffset
471 SHORT *fadeOutAttenuationVector, in CConcealment_SetAttenuation()
472 SHORT *fadeInAttenuationVector ) in CConcealment_SetAttenuation()
565 SHORT *pSpecScale, in CConcealment_fakePnsData()
566 SHORT *pScaleFactor, in CConcealment_fakePnsData()
660 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_Store()
663 SHORT tSpecScale[8]; in CConcealment_Store()
[all …]
Dstereo.cpp150 const SHORT *pScaleFactorBandOffsets, in CJointStereo_ApplyMS()
170 SHORT *leftScale = &pAacDecoderChannelInfo[L]->pDynData->aSfbScale[window*16]; in CJointStereo_ApplyMS()
171 SHORT *rightScale = &pAacDecoderChannelInfo[R]->pDynData->aSfbScale[window*16]; in CJointStereo_ApplyMS()
223 const SHORT *pScaleFactorBandOffsets, in CJointStereo_ApplyIS()
235 SHORT *ScaleFactor; in CJointStereo_ApplyIS()
244 SHORT *leftScale = &pAacDecoderChannelInfo[L]->pDynData->aSfbScale[window*16]; in CJointStereo_ApplyIS()
245 SHORT *rightScale = &pAacDecoderChannelInfo[R]->pDynData->aSfbScale[window*16]; in CJointStereo_ApplyIS()
Drvlc.cpp119 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcInit()
120 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd; in rvlcInit()
121 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd; in rvlcInit()
122 SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor; in rvlcInit()
301 SHORT *pEsc, in rvlcDecodeEscapes()
306 SHORT* pEscBitCntSum; in rvlcDecodeEscapes()
423 SHORT dpcm; in rvlcDecodeForward()
425 SHORT factor = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET; in rvlcDecodeForward()
426 SHORT position = - SF_OFFSET; in rvlcDecodeForward()
427 SHORT noisenrg = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256; in rvlcDecodeForward()
[all …]
Dblock.cpp172 SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor; in CBlock_ReadScaleFactorData()
218 const SHORT * RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale; in CBlock_ScaleSpectralData()
219 SHORT * RESTRICT pSpecScale = pAacDecoderChannelInfo->specScale; in CBlock_ScaleSpectralData()
221 …const SHORT * RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, p… in CBlock_ScaleSpectralData()
225 FDKmemclear(pSpecScale, 8*sizeof(SHORT)); in CBlock_ScaleSpectralData()
283 SHORT *pNumLinesInSec = pAacDecoderChannelInfo->pDynData->specificTo.aac.aNumLineInSec4Hcr; in CBlock_ReadSectionData()
286 …const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRa… in CBlock_ReadSectionData()
431 SHORT *RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale; in CBlock_InverseQuantizeSpectralData()
432 SHORT *RESTRICT pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor; in CBlock_InverseQuantizeSpectralData()
433 …const SHORT *RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pS… in CBlock_InverseQuantizeSpectralData()
[all …]
Dblock.h103 SHORT *pScaleFactor,
112 const SHORT *pSpecScale,
113 const SHORT *pScaleFactor,
209 const SHORT frameLen,
/external/aac/libFDK/include/
Dfixmul.h162 inline LONG fixmuldiv2_SS (const SHORT a, const SHORT b) in fixmuldiv2_SS()
168 inline LONG fixmul_SS (const SHORT a, const SHORT b) in fixmul_SS()
174 inline LONG fixmuldiv2_SD (const SHORT a, const LONG b) in fixmuldiv2_SD()
184 inline LONG fixmuldiv2_DS (const LONG a, const SHORT b) in fixmuldiv2_DS()
194 inline LONG fixmuldiv2BitExact_SD (const SHORT a, const LONG b) in fixmuldiv2BitExact_SD()
204 inline LONG fixmuldiv2BitExact_DS (const LONG a, const SHORT b) in fixmuldiv2BitExact_DS()
214 inline LONG fixmul_SD (const SHORT a, const LONG b) { in fixmul_SD()
225 inline LONG fixmul_DS (const LONG a, const SHORT b) { in fixmul_DS()
236 inline LONG fixmulBitExact_SD (const SHORT a, const LONG b) in fixmulBitExact_SD()
246 inline LONG fixmulBitExact_DS (const LONG a, const SHORT b) in fixmulBitExact_DS()
[all …]
Dcommon_fix.h142 …(FIXP_SGL)(SHORT)(((LONG)1<<(FRACT_BITS-1))-1):(FIXP_SGL)(SHORT)((((val) >> (DFRACT_BITS-FRACT_BIT…
148 typedef SHORT FIXP_SGL;
159 …(val) * (FRACT_FIX_SCALE) + 0.5 ) >= (double)(MAXVAL_SGL) ) ? (SHORT)(MAXVAL_SGL) : (SHORT)( (doub…
160 …FRACT_FIX_SCALE) - 0.5) <= (double)(MINVAL_SGL_CONST) ) ? (SHORT)(MINVAL_SGL_CONST) : (SHORT)( (d…
169 #define FL2FX_SGL(val) ( (val)>0.0f ? (SHORT)( (val)*(float)(FRACT_FIX_SCALE)+0.5f ) : (SHORT)( (va…
190 FDK_INLINE LONG fMult(SHORT a, SHORT b) { return fixmul_SS(a, b); } in fMult()
191 FDK_INLINE LONG fMult(SHORT a, LONG b) { return fixmul_SD(a, b); } in fMult()
192 FDK_INLINE LONG fMult(LONG a, SHORT b) { return fixmul_DS(a, b); } in fMult()
195 FDK_INLINE LONG fPow2(SHORT a) { return fixpow2_S(a); } in fPow2()
197 FDK_INLINE INT fMultI(LONG a, SHORT b) { return ( (INT)(((1<<(FRACT_BITS-2)) + in fMultI()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-hhea-table.hh71 SHORT caretSlopeRise; /* Used to calculate the slope of the
74 SHORT caretSlopeRun; /* 0 for vertical caret, 1 for horizontal. */
75 SHORT caretOffset; /* The amount by which a slanted
80 SHORT reserved1; /* Set to 0. */
81 SHORT reserved2; /* Set to 0. */
82 SHORT reserved3; /* Set to 0. */
83 SHORT reserved4; /* Set to 0. */
84 SHORT metricDataFormat; /* 0 for current format. */
Dhb-ot-head-table.hh120 SHORT xMin; /* For all glyph bounding boxes. */
121 SHORT yMin; /* For all glyph bounding boxes. */
122 SHORT xMax; /* For all glyph bounding boxes. */
123 SHORT yMax; /* For all glyph bounding boxes. */
133 SHORT fontDirectionHint; /* Deprecated (Set to 2).
139 SHORT indexToLocFormat; /* 0 for short offsets, 1 for long. */
140 SHORT glyphDataFormat; /* 0 for current format. */
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DRegisterType.java105 public static final byte SHORT = 7; field in RegisterType
154 … UNINIT, NULL, ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, …
156 … CONFLICTED, NULL, BOOLEAN, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, …
157 … CONFLICTED, BOOLEAN, ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, …
158 … CONFLICTED, BOOLEAN, BOOLEAN, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, …
159 …LICTED, BYTE, BYTE, BYTE, BYTE, BYTE, SHORT, SHORT, INTEGE…
160 … CONFLICTED, POS_BYTE, POS_BYTE, POS_BYTE, BYTE, POS_BYTE, SHORT, POS_SHORT, …
161 …/*SHORT*/ {SHORT, CONFLICTED, SHORT, SHORT, SHORT, SHORT, SHORT, …
162 …{POS_SHORT, CONFLICTED, POS_SHORT, POS_SHORT, POS_SHORT, SHORT, POS_SHORT, SHORT, …
184 public static final RegisterType SHORT_TYPE = new RegisterType(SHORT, null);
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DCompactDecimalFormatTest.java231 CompactStyle.SHORT, PluralRules.createRules("one: j is 1 or f is 1"), in checkCore()
247 CompactDecimalFormat.getInstance(ULocale.ENGLISH, CompactStyle.SHORT); in TestDefaultSignificantDigits()
255 getCDFInstance(ULocale.forLanguageTag("sw"), CompactStyle.SHORT); in TestCharacterIterator()
266 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData); in TestEnglishShort()
277 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort); in TestCsShort()
285 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort); in TestSerbianShort()
297 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData); in TestJapaneseShort()
301 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData); in TestSwahiliShort()
305 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegative); in TestSwahiliShortNegative()
310 ULocale.forLanguageTag("sw"), CompactStyle.SHORT); in TestFieldPosition()
[all …]
DPluralRangesTest.java72 … {3.1, 4.25, ULocale.FRANCE, FormatWidth.SHORT, MeasureUnit.FAHRENHEIT, "3,1–4,25 °F"}, in TestFormatting()
73 … {3.1, 4.25, ULocale.ENGLISH, FormatWidth.SHORT, MeasureUnit.FAHRENHEIT, "3.1–4.25°F"}, in TestFormatting()
81 … {0.0, 1.0, ULocale.ENGLISH, FormatWidth.SHORT, Currency.getInstance("EUR"), "EUR0.00–1.00"}, in TestFormatting()
82 … {0.0, 1.0, ULocale.FRENCH, FormatWidth.SHORT, Currency.getInstance("EUR"), "0,00–1,00\u00a0EUR"}, in TestFormatting()
83 … {0.0, 100.0, ULocale.FRENCH, FormatWidth.SHORT, Currency.getInstance("JPY"), "0–100\u00a0JPY"}, in TestFormatting()
/external/llvm/test/MC/ARM/
Darm-elf-relocation-diagnostics.s18 @ @ CHECK-SBREL-SHORT: error: relocated expression must be 32-bit
19 @ @ CHECK-SBREL-SHORT: .short target(sbrel)
20 @ @ CHECK-SBREL-SHORT: ^
23 @ @ CHECK-SBREL-SHORT: error: relocated expression must be 32-bit
24 @ @ CHECK-SBREL-SHORT: .quad target(sbrel)
25 @ @ CHECK-SBREL-SHORT: ^
/external/llvm/test/CodeGen/X86/
Dglobal-sections-comdat.ll3 …ns -function-sections -unique-section-names=false | FileCheck %s -check-prefix=LINUX-SECTIONS-SHORT
36 ; LINUX-SECTIONS-SHORT: .section .text,"axG",@progbits,F1,comdat
37 ; LINUX-SECTIONS-SHORT: .size F1,
38 ; LINUX-SECTIONS-SHORT-NEXT: .cfi_endproc
39 ; LINUX-SECTIONS-SHORT-NEXT: .section .rodata,"aG",@progbits,F1,comdat
46 ; LINUX-SECTIONS-SHORT: .section .rodata.cst4,"aGM",@progbits,4,G16,comdat
/external/aac/libSYS/src/
Dwav_file.cpp265 SHORT *sptr = (SHORT*)buffer; in WAV_InputRead()
293 *sptr++ = (SHORT) tmp; in WAV_InputRead()
358 static SHORT LittleEndian16(SHORT v) in LittleEndian16()
363 return (SHORT)(((v << 8) & 0xFF00) | ((v >> 8) & 0x00FF)); in LittleEndian16()
371 return (SHORT)(((v << 8) & 0xFF00) | ((v >> 8) & 0x00FF)); in Unpack()
416 wav->header.bitsPerSample = LittleEndian16((SHORT)bitsPerSample); in WAV_OutputOpen()
417 wav->header.numChannels = LittleEndian16((SHORT)numChannels); in WAV_OutputOpen()
418 wav->header.blockAlign = LittleEndian16((SHORT)(numChannels * (bitsPerSample >> 3))); in WAV_OutputOpen()
468 SHORT *sptr = (SHORT*)sampleBuffer; in WAV_OutputWrite()
/external/aac/libFDK/src/
Dscale.cpp347 INT getScalefactorShort(const SHORT *vector, /*!< Pointer to input vector */ in getScalefactorShort()
352 SHORT temp, maxVal = 0; in getScalefactorShort()
355 temp = (SHORT)(*vector++); in getScalefactorShort()
399 INT getScalefactorShort(const SHORT *vector, /*!< Pointer to input vector */ in getScalefactorShort()
405 SHORT temp, maxVal = 0; in getScalefactorShort()
408 temp = (SHORT)(*vector); vector+=stride; in getScalefactorShort()
451 SHORT temp, maxVal = (FIXP_SGL)0; in getScalefactor()
454 temp = (SHORT)(*vector++); in getScalefactor()
/external/aac/libAACenc/src/
Dquantize.h105 SHORT *quantizedSpectrum);
108 SHORT *quantSpectrum,
113 SHORT *quantSpectrum,
Dquantize.cpp107 SHORT *quaSpectrum) in FDKaacEnc_quantizeLines()
131 quaSpectrum[line] = (SHORT)(-((LONG)(k + accu) >> (DFRACT_BITS-1-16))); in FDKaacEnc_quantizeLines()
144 quaSpectrum[line] = (SHORT)((LONG)(k + accu) >> (DFRACT_BITS-1-16)); in FDKaacEnc_quantizeLines()
163 SHORT *quantSpectrum, in FDKaacEnc_invQuantizeLines()
266 SHORT *quantizedSpectrum) in FDKaacEnc_QuantizeSpectrum()
297 SHORT *quantSpectrum, in FDKaacEnc_calcSfbDist()
351 SHORT *quantSpectrum, in FDKaacEnc_calcSfbQuantEnergyAndDist()
Dbit_cnt.h170 INT FDKaacEnc_bitCount(const SHORT *aQuantSpectrum,
175 INT FDKaacEnc_countValues(SHORT *values, INT width, INT codeBook);
177 INT FDKaacEnc_codeValues(SHORT *values, INT width, INT codeBook, HANDLE_FDK_BITSTREAM hBitstream…
/external/aac/libSBRdec/src/
Dsbrdec_drc.h116 SHORT drcInterpolationSchemeCurr;
117 SHORT drcInterpolationSchemeNext;
119 SHORT enable;
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DTimeZoneNameTest.java57 String icuStdShort = getIcuDisplayName(tzid, false, TimeZone.SHORT, loc); in TestTimeZoneNames()
58 String icuDstShort = getIcuDisplayName(tzid, true, TimeZone.SHORT, loc); in TestTimeZoneNames()
61 … checkDisplayNamePair(TimeZone.SHORT, tzid, loc, warningOnly || ProblematicZones.contains(tzid)); in TestTimeZoneNames()
105 case TimeZone.SHORT: in getIcuDisplayName()
116 String styleStr = (style == TimeZone.SHORT) ? "SHORT" : "LONG"; in checkDisplayName()
/external/clang/test/Sema/
Dblock-explicit-noreturn-type.c4 typedef short SHORT; typedef
13 …return (SHORT)3; // expected-error {{return type 'SHORT' (aka 'short') must match previous return … in f0()
/external/icu/icu4c/source/data/translit/
DDevanagari_InterIndic.txt13 ऄ→\uE004; # SIGN SHORT A
23 ऎ→\uE00E; # UNMAPPED LETTER SHORT E(For Southern Scripts)
27 ऒ→\uE012; # UNMAPPED LETTER SHORT O (For Southern Scripts)
77 \u0946→\uE046; # UNMAPPED VOWEL SIGN SHORT E
81 ॊ→\uE04A; # UNMAPPED VOWEL SIGN SHORT O

123456789