Searched refs:Short (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.h51 void idct_col0(Short *blk);
52 void idct_col1(Short *blk);
53 void idct_col2(Short *blk);
54 void idct_col3(Short *blk);
55 void idct_col4(Short *blk);
56 void idct_col0x40(Short *blk);
57 void idct_col0x20(Short *blk);
58 void idct_col0x10(Short *blk);
60 void idct_rowInter(Short *srce, UChar *rec, Int lx);
61 void idct_row0Inter(Short *bl
[all...]
H A Dmp4enc_lib.h54 Int getBlockSAV(Short block[]);
59 void blockIdct(Short *block);
60 void blockIdct_SSE(Short *input);
61 void BlockDCTEnc(Short *blockData, Short *blockCoeff);
65 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
69 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
73 Int BlockQuantDequantH263DCInter(Short *rcoef
[all...]
H A Dfastcodemb.cpp53 Short *output, *dataBlock;
63 Int(*BlockQuantDequantH263)(Short *, Short *, struct QPstruct *,
65 Int(*BlockQuantDequantH263DC)(Short *, Short *, struct QPstruct *,
67 void (*BlockDCT1x1)(Short *, UChar *, UChar *, Int);
68 void (*BlockDCT2x2)(Short *, UChar *, UChar *, Int);
69 void (*BlockDCT4x4)(Short *, UChar *, UChar *, Int);
70 void (*BlockDCT8x8)(Short *, UChar *, UChar *, Int);
89 // M4VENC_MEMSET(output,0,(sizeof(Short)<<
[all...]
H A Dfastquant.cpp30 const static Short scaleArrayV[32] = {0, 16384, 8192, 5462, /* 15 */
41 const static Short scaleArrayV2[47] = {0, 0, 0, 0, 0, 0, 0, 0, /* 15 */
50 const static Short AANScale[64] =
149 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
269 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
441 Int BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
495 Int BlockQuantDequantH263DCIntra(Short *rcoef
[all...]
H A Dfastidct.cpp65 void idct_col0(Short *blk)
72 void idct_col1(Short *blk)
79 void idct_col2(Short *blk)
105 void idct_col3(Short *blk)
140 void idct_col4(Short *blk)
183 void idct_col0x40(Short *blk)
209 void idct_col0x20(Short *blk)
233 void idct_col0x10(Short *blk)
259 void idct_col(Short *blk)
313 void idct_row0Inter(Short *src
[all...]
H A Dmp4lib_int.h134 Short block[9][64]; /* 4-Y, U and V blocks , and AAN Scale*/
150 typedef Short typeDCStore[6]; /* ACDC */
151 typedef Short typeDCACStore[4][8];
214 Bool H263_Enabled; /* H263 Short Header */
228 Int maxFrameSize; /* maximum frame size(bits) for H263/Short header mode, k*16384 */
371 Short dataBlock[128]; /* DCT block data before and after quant/dequant*/
H A Dvlc_encode_inline.h23 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
113 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
227 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
H A Ddct.cpp38 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width)
40 Short *dst;
267 Void Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width)
269 Short *dst;
473 Void Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width)
475 Short *dst;
652 Void BlockDCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width)
654 Short *dst;
863 Void Block4x4DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width)
865 Short *ds
[all...]
H A Dmp4def.h60 typedef short Short; typedef
H A Ddatapart_encode.cpp238 Short outputMB[6][64];
344 M4VENC_MEMCPY(outputMB[k], video->outputMB->block[k], sizeof(Short) << 6);
425 M4VENC_MEMCPY(video->outputMB->block[k], outputMB[k], sizeof(Short) << 6);
/frameworks/base/media/java/android/media/audiofx/
H A DEnvironmentalReverb.java538 roomLevel = Short.parseShort(st.nextToken());
543 roomHFLevel = Short.parseShort(st.nextToken());
553 decayHFRatio = Short.parseShort(st.nextToken());
558 reflectionsLevel = Short.parseShort(st.nextToken());
568 reverbLevel = Short.parseShort(st.nextToken());
578 diffusion = Short.parseShort(st.nextToken());
583 density = Short.parseShort(st.nextToken());
593 ";roomLevel="+Short.toString(roomLevel)+
594 ";roomHFLevel="+Short.toString(roomHFLevel)+
596 ";decayHFRatio="+Short
[all...]
H A DEqualizer.java476 curPreset = Short.parseShort(st.nextToken());
481 numBands = Short.parseShort(st.nextToken());
491 bandLevels[i] = Short.parseShort(st.nextToken());
503 ";curPreset="+Short.toString(curPreset)+
504 ";numBands="+Short.toString(numBands)
507 str = str.concat(";band"+(i+1)+"Level="+Short.toString(bandLevels[i]));
H A DBassBoost.java241 strength = Short.parseShort(st.nextToken());
251 ";strength="+Short.toString(strength)
H A DPresetReverb.java257 preset = Short.parseShort(st.nextToken());
267 ";preset="+Short.toString(preset)
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DIfdData.java31 private final Map<Short, ExifTag> mExifTags = new HashMap<Short, ExifTag>();
H A DExifTag.java460 } else if (obj instanceof Short) {
461 return setValue(((Short) obj).shortValue() & 0x0ffff);
480 } else if (obj instanceof Short[]) {
482 Short[] arr = (Short[]) obj;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DByteArrayHelpers.java51 return toByteArray(array, Short.SIZE);
133 sizeInBits = Short.SIZE;
182 } else if (klass == Short.class) {
183 byteBuffer.putShort((Short)value);
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java273 if (value < Short.MIN_VALUE || value > Short.MAX_VALUE) {
276 return new Short((short)value);
479 if (value instanceof Short) {
480 return ((Short)value).shortValue();
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DObjectFormat.java87 return java.lang.Short.class;
/frameworks/base/core/java/android/content/
H A DContentValues.java124 public void put(String key, Short value) {
305 * Gets a value and converts it to a Short.
308 * @return the Short value, or null if the value is missing or cannot be converted
310 public Short getAsShort(String key) {
317 return Short.valueOf(value.toString());
319 Log.e(TAG, "Cannot parse Short value for " + value + " at key " + key);
323 Log.e(TAG, "Cannot cast value for " + key + " to a Short: " + value, e);
/frameworks/base/core/java/android/util/
H A DReflectiveProperty.java105 (getterType == short.class && valueType == Short.class) ||
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeCoercionTest.java190 executeJavaScript("testObject.setShortValue(" + Short.MAX_VALUE + " + 42);");
191 assertEquals(Short.MIN_VALUE + 42 - 1, mTestObject.waitForShortValue());
241 executeJavaScript("testObject.setShortValue(" + Short.MAX_VALUE + " + 42.1);");
242 assertEquals(Short.MIN_VALUE + 42 - 1, mTestObject.waitForShortValue());
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h30 typedef short Short; typedef
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlend.java20 import java.lang.Short;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlend.java20 import java.lang.Short;

Completed in 476 milliseconds

12