HomeSort by relevance Sort by last modified time
    Searched refs:SHORT (Results 51 - 75 of 220) sorted by null

1 23 4 5 6 7 8 9

  /external/aac/libFDK/include/
mdct.h 232 const SHORT scalefactor[],
fixpoint_math.h 414 sum = (LONG)(SHORT)a + (LONG)(SHORT)b;
416 return (FIXP_SGL)(SHORT)sum;
  /external/javassist/src/main/javassist/compiler/
TokenId.java 53 int SHORT = 334;
  /libcore/luni/src/main/java/java/nio/
HeapByteBuffer.java 99 final void get(short[] dst, int dstOffset, int shortCount) {
100 int byteCount = checkGetBounds(SizeOf.SHORT, dst.length, dstOffset, shortCount);
101 Memory.unsafeBulkGet(dst, dstOffset, byteCount, backingArray, offset + position, SizeOf.SHORT, order.needsSwap);
191 public final short getShort() {
192 int newPosition = position + SizeOf.SHORT;
196 short result = Memory.peekShort(backingArray, offset + position, order);
202 public final short getShort(int index) {
203 checkIndex(index, SizeOf.SHORT);
ReadWriteHeapByteBuffer.java 146 final void put(short[] src, int srcOffset, int shortCount) {
147 int byteCount = checkPutBounds(SizeOf.SHORT, src.length, srcOffset, shortCount);
148 Memory.unsafeBulkPut(backingArray, offset + position, byteCount, src, srcOffset, SizeOf.SHORT, order.needsSwap);
155 Memory.pokeShort(backingArray, offset + index, (short) value, order);
165 Memory.pokeShort(backingArray, offset + position, (short) value, order);
227 public ByteBuffer putShort(int index, short value) {
228 checkIndex(index, SizeOf.SHORT);
234 public ByteBuffer putShort(short value) {
235 int newPosition = position + SizeOf.SHORT;
DirectByteBuffer.java 77 final void get(short[] dst, int dstOffset, int shortCount) {
78 int byteCount = checkGetBounds(SizeOf.SHORT, dst.length, dstOffset, shortCount);
183 public final short getShort() {
184 int newPosition = position + SizeOf.SHORT;
188 short result = this.block.peekShort(offset + position, order);
194 public final short getShort(int index) {
195 checkIndex(index, SizeOf.SHORT);
ReadWriteDirectByteBuffer.java 136 final void put(short[] src, int srcOffset, int shortCount) {
137 int byteCount = checkPutBounds(SizeOf.SHORT, src.length, srcOffset, shortCount);
148 this.block.pokeShort(offset + position, (short) value, order);
156 this.block.pokeShort(offset + index, (short) value, order);
233 public ByteBuffer putShort(short value) {
234 int newPosition = position + SizeOf.SHORT;
244 public ByteBuffer putShort(int index, short value) {
245 checkIndex(index, SizeOf.SHORT);
  /libcore/luni/src/main/java/libcore/io/
HeapBufferIterator.java 73 public short readShort() {
74 short result = Memory.peekShort(buffer, offset + position, order);
75 position += SizeOf.SHORT;
NioBufferIterator.java 70 public short readShort() {
71 short result = Memory.peekShort(address + position, swap);
72 position += SizeOf.SHORT;
  /external/aac/libAACdec/src/
aacdec_hcr.cpp 110 SHORT numLine,
114 SHORT lengthOfReorderedSpectralData,
175 description: Check if codebook and numSect are within allowed range (short only)
177 static void errDetectorInHcrSideinfoShrt(SCHAR cb, SHORT numLine,UINT* errorWord)
194 SHORT lengthOfReorderedSpectralData,
211 SHORT lengOfReorderedSpectralData;
274 For short block a sorting algorithm is applied to get the SI in the order
286 SHORT *pNumLinesInSec;
288 SHORT numSection;
306 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) /* short block *
    [all...]
aacdec_pns.cpp 222 SHORT *pScaleFactor,
335 const SHORT *pSpecScale,
336 const SHORT *pScaleFactor,
342 const short *BandOffsets = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo);
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 55 /** {@code non-null;} instance corresponding to the class {@code Short} */
56 public static final CstType SHORT = intern(Type.SHORT_CLASS);
82 /** {@code non-null;} instance corresponding to the type {@code short[]} */
112 case Type.BT_SHORT: return SHORT;
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 54 /** {@code non-null;} instance corresponding to the class {@code Short} */
55 public static final CstType SHORT = intern(Type.SHORT_CLASS);
81 /** {@code non-null;} instance corresponding to the type {@code short[]} */
111 case Type.BT_SHORT: return SHORT;
  /external/aac/libAACenc/src/
dyn_bits.cpp 102 const SHORT* const sideInfoTab,
120 const SHORT* const quantSpectrum,
221 const SHORT* const sideInfoTab,
285 const SHORT* const sideInfoTab,
326 const SHORT* const sideInfoTab,
393 const SHORT* const quantSpectrum,
403 const SHORT *sideInfoTab = NULL;
728 const SHORT* const quantSpectrum,
  /external/aac/libSBRdec/src/
env_dec.cpp 315 h_data_right->iEnvelope[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newR_m + ROUNDING) & MASK_M)) +
316 (FIXP_SGL)((SHORT)(FIXP_SGL)(newR_e + NRG_EXP_OFFSET) & MASK_E);
317 h_data_left->iEnvelope[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newL_m + ROUNDING) & MASK_M)) +
318 (FIXP_SGL)((SHORT)(FIXP_SGL)(newL_e + NRG_EXP_OFFSET) & MASK_E);
346 h_data_right->sbrNoiseFloorLevel[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newR_m + ROUNDING) & MASK_M)) +
347 (FIXP_SGL)((SHORT)(FIXP_SGL)(newR_e + NOISE_EXP_OFFSET) & MASK_E);
348 h_data_left->sbrNoiseFloorLevel[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newL_m + ROUNDING) & MASK_M)) +
349 (FIXP_SGL)((SHORT)(FIXP_SGL)(newL_e + NOISE_EXP_OFFSET) & MASK_E);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstType.java 55 /** {@code non-null;} instance corresponding to the class {@code Short} */
56 public static final CstType SHORT = intern(Type.SHORT_CLASS);
82 /** {@code non-null;} instance corresponding to the type {@code short[]} */
112 case Type.BT_SHORT: return SHORT;
  /libcore/luni/src/main/java/java/util/
TimeZone.java 73 * The short display name style, such as {@code PDT}. Requests for this
76 public static final int SHORT = 0;
163 * Returns the {@link #SHORT short} or {@link #LONG long} name of this time
169 * @param style either {@link TimeZone#LONG} or {@link TimeZone#SHORT}.
173 if (style != SHORT && style != LONG) {
  /libcore/luni/src/test/java/libcore/io/
MemoryTest.java 108 short[] values = { 0x0001, 0x0020, 0x0300, 0x4000 };
109 short[] swappedValues = { 0x0100, 0x2000, 0x0003, 0x0040 };
111 int scale = SizeOf.SHORT;
139 private void assertShortsEqual(short[] expectedValues, int ptr, boolean swap) {
141 assertEquals(expectedValues[i], Memory.peekShort(ptr + SizeOf.SHORT * i, swap));
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 62 /** basic type constant for {@code short} */
95 /** {@code non-null;} instance representing {@code short} */
96 public static final Type SHORT = new Type("S", BT_SHORT);
119 putIntern(SHORT);
130 CLASS_TYPE_MAP.put(short.class, SHORT);
215 * {@code non-null;} instance representing {@code java.lang.Short}; the
219 public static final Type SHORT_CLASS = intern("Ljava/lang/Short;");
252 /** {@code non-null;} instance representing {@code short[]} */
253 public static final Type SHORT_ARRAY = SHORT.getArrayType()
    [all...]
  /external/aac/libSBRdec/include/
sbrdecoder.h 231 * \param winSequence Window sequence from core coder (eight short or one long window).
241 SHORT drcInterpolationScheme,
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 108 typedef unsigned short WORD; /* w */
112 typedef short SHORT; /* s */
116 typedef unsigned short USHORT; /* us */
132 typedef volatile unsigned short REG_UWORD16;
146 typedef unsigned short WCHAR; /* wch */
174 typedef unsigned short WCHAR; /* wch */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 108 typedef unsigned short WORD; /* w */
112 typedef short SHORT; /* s */
116 typedef unsigned short USHORT; /* us */
132 typedef volatile unsigned short REG_UWORD16;
146 typedef unsigned short WCHAR; /* wch */
174 typedef unsigned short WCHAR; /* wch */
  /external/dexmaker/src/main/java/com/google/dexmaker/
TypeId.java 58 /** The {@code short} primitive type. */
59 public static final TypeId<Short> SHORT = new TypeId<Short>(com.android.dx.rop.type.Type.SHORT);
80 PRIMITIVE_TO_TYPE.put(short.class, SHORT);
  /external/elfutils/backends/
linux-core-note.c 34 #define SHORT uint16_t
68 FIELD (SHORT, pr_cursig);
120 FIELD (signal, SHORT, cursig, 'd'),
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Structure.java 276 CHARACTER, SHORT, INTEGER, LONG, FLOAT, DOUBLE, VOID, STRUCTURE, POINTER;
283 PRIMARY_TYPES.put("short", SHORT);
284 PRIMARY_TYPES.put("ushort", SHORT);

Completed in 948 milliseconds

1 23 4 5 6 7 8 9