/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | dct.h | 51 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 *blk, UChar *rec, Int lx); [all …]
|
D | mp4enc_lib.h | 54 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 *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, 76 Int BlockQuantDequantH263DCIntra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, 80 Int BlockQuantDequantMPEGInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, 84 Int BlockQuantDequantMPEGIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, [all …]
|
D | fastquant.cpp | 30 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, in BlockQuantDequantH263Inter() 269 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263Intra() 441 Int BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263DCInter() 495 Int BlockQuantDequantH263DCIntra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263DCIntra() 544 Int BlockQuantDequantMPEGInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, in BlockQuantDequantMPEGInter() 673 Int BlockQuantDequantMPEGIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, in BlockQuantDequantMPEGIntra() 852 Int BlockQuantDequantMPEGDCInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, in BlockQuantDequantMPEGDCInter() [all …]
|
D | fastcodemb.cpp | 53 Short *output, *dataBlock; in CodeMB_H263() 63 Int(*BlockQuantDequantH263)(Short *, Short *, struct QPstruct *, in CodeMB_H263() 65 Int(*BlockQuantDequantH263DC)(Short *, Short *, struct QPstruct *, in CodeMB_H263() 67 void (*BlockDCT1x1)(Short *, UChar *, UChar *, Int); in CodeMB_H263() 68 void (*BlockDCT2x2)(Short *, UChar *, UChar *, Int); in CodeMB_H263() 69 void (*BlockDCT4x4)(Short *, UChar *, UChar *, Int); in CodeMB_H263() 70 void (*BlockDCT8x8)(Short *, UChar *, UChar *, Int); in CodeMB_H263() 282 Short *output, *dataBlock; in CodeMB_MPEG() 293 Int(*BlockQuantDequantMPEG)(Short *, Short *, Int, Int *, in CodeMB_MPEG() 295 Int(*BlockQuantDequantMPEGDC)(Short *, Short *, Int, Int *, in CodeMB_MPEG() [all …]
|
D | fastidct.cpp | 65 void idct_col0(Short *blk) in idct_col0() 72 void idct_col1(Short *blk) in idct_col1() 79 void idct_col2(Short *blk) in idct_col2() 105 void idct_col3(Short *blk) in idct_col3() 140 void idct_col4(Short *blk) in idct_col4() 183 void idct_col0x40(Short *blk) in idct_col0x40() 209 void idct_col0x20(Short *blk) in idct_col0x20() 233 void idct_col0x10(Short *blk) in idct_col0x10() 259 void idct_col(Short *blk) in idct_col() 313 void idct_row0Inter(Short *srce, UChar *rec, Int lx) in idct_row0Inter() [all …]
|
D | dct.cpp | 38 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in BlockDCT_AANwSub() 40 Short *dst; in BlockDCT_AANwSub() 267 Void Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block4x4DCT_AANwSub() 269 Short *dst; in Block4x4DCT_AANwSub() 473 Void Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block2x2DCT_AANwSub() 475 Short *dst; in Block2x2DCT_AANwSub() 652 Void BlockDCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in BlockDCT_AANIntra() 654 Short *dst; in BlockDCT_AANIntra() 863 Void Block4x4DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in Block4x4DCT_AANIntra() 865 Short *dst; in Block4x4DCT_AANIntra() [all …]
|
D | mp4lib_int.h | 134 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]; 371 Short dataBlock[128]; /* DCT block data before and after quant/dequant*/
|
D | vlc_encode_inline.h | 23 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) in zero_run_search() 113 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) in zero_run_search() 227 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) in zero_run_search()
|
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
D | ViewDumpParser.java | 11 private Map<String, Short> mIds; 12 private List<Map<Short,Object>> mViews; 22 mViews.add((Map<Short, Object>) o); in parse() 31 Map<Short,Object> idMap = mViews.remove(mViews.size() - 1); in parse() 40 Map<Short, Object> props = mViews.get(0); in getFirstView() 51 private Object getProperty(Map<Short, Object> props, String key) { in getProperty() argument 55 private static Map<String, Short> reverse(Map<Short, Object> m) { in reverse() argument 56 Map<String, Short> r = new HashMap<String, Short>(m.size()); in reverse() 58 for (Map.Entry<Short, Object> e : m.entrySet()) { in reverse() 65 public List<Map<Short, Object>> getViews() { in getViews() [all …]
|
D | Decoder.java | 72 private Map<Short, Object> readMap() { in readMap() 73 Map<Short, Object> m = new HashMap<Short, Object>(); in readMap() 77 if (!(o instanceof Short)) { in readMap() 81 Short key = (Short)o; in readMap()
|
D | MainActivityTest.java | 68 List<Map<Short, Object>> views = parser.getViews(); in testTextView() 69 Map<String, Short> propertyNameTable = parser.getIds(); in testTextView() 74 Map<Short, Object> textViewProperties = views.get(0); in testTextView()
|
/frameworks/base/media/java/android/media/audiofx/ |
D | EnvironmentalReverb.java | 538 roomLevel = Short.parseShort(st.nextToken()); in Settings() 543 roomHFLevel = Short.parseShort(st.nextToken()); in Settings() 553 decayHFRatio = Short.parseShort(st.nextToken()); in Settings() 558 reflectionsLevel = Short.parseShort(st.nextToken()); in Settings() 568 reverbLevel = Short.parseShort(st.nextToken()); in Settings() 578 diffusion = Short.parseShort(st.nextToken()); in Settings() 583 density = Short.parseShort(st.nextToken()); in Settings() 593 ";roomLevel="+Short.toString(roomLevel)+ in toString() 594 ";roomHFLevel="+Short.toString(roomHFLevel)+ in toString() 596 ";decayHFRatio="+Short.toString(decayHFRatio)+ in toString() [all …]
|
D | Equalizer.java | 476 curPreset = Short.parseShort(st.nextToken()); in Settings() 481 numBands = Short.parseShort(st.nextToken()); in Settings() 491 bandLevels[i] = Short.parseShort(st.nextToken()); in Settings() 503 ";curPreset="+Short.toString(curPreset)+ in toString() 504 ";numBands="+Short.toString(numBands) in toString() 507 str = str.concat(";band"+(i+1)+"Level="+Short.toString(bandLevels[i])); in toString()
|
D | PresetReverb.java | 257 preset = Short.parseShort(st.nextToken()); in Settings() 267 ";preset="+Short.toString(preset) in toString()
|
D | BassBoost.java | 241 strength = Short.parseShort(st.nextToken()); in Settings() 251 ";strength="+Short.toString(strength) in toString()
|
/frameworks/base/core/java/android/view/ |
D | ViewHierarchyEncoder.java | 64 private final Map<String,Short> mPropertyNames = new HashMap<String, Short>(200); 86 for (Map.Entry<String,Short> entry : mPropertyNames.entrySet()) { in endStream() 127 Short index = mPropertyNames.get(name); in createPropertyIndex() 193 short len = (short)Math.min(bytes.length, Short.MAX_VALUE); in writeString()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ByteArrayHelpers.java | 51 return toByteArray(array, Short.SIZE); in toByteArray() 133 sizeInBits = Short.SIZE; in toByteArray() 182 } else if (klass == Short.class) { in toByteArray() 183 byteBuffer.putShort((Short)value); in toByteArray()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/ |
D | WifiNanStateManagerTest.java | 100 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testNanEventsDelivered() 157 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testNanEventsNotDelivered() 206 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testPublish() 286 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testPublishNoCallbacks() 352 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testSubscribe() 432 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testSubscribeNoCallbacks() 502 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testMatchAndMessages() 595 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testMultipleMessageSources() 694 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testMessageWhilePeerChangesIdentity() 780 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testConfigs() [all …]
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | LoaderDicom.java | 104 static HashSet<Short> strVRs = new HashSet<Short>(); 249 e.mValue = new Short(mMappedByteBuffer.getShort()); in readValue() 317 v.mDimx = (Short) data.get(0x28, 0x10).mValue; in buildVolume() 318 v.mDimy = (Short) data.get(0x28, 0x11).mValue; in buildVolume() 411 short dimX = (Short) data.get(0x28, 0x10).mValue; in buildRSVolume() 412 short dimY = (Short) data.get(0x28, 0x11).mValue; in buildRSVolume() 551 short mDimx = (Short) data.get(0x28, 0x10).mValue; in buildRSVolume2() 552 short mDimy = (Short) data.get(0x28, 0x11).mValue; in buildRSVolume2()
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Material.java | 86 for (int i = Short.MIN_VALUE; i < Short.MAX_VALUE; i++) { in simpleSetup() 215 for (int i = Short.MIN_VALUE; i <= mOpacity[0].mPos; i++) { in buildOpacityTable() 229 for (int i = mOpacity[last].mPos; i <= Short.MAX_VALUE; i++) { in buildOpacityTable() 247 for (int i = Short.MIN_VALUE; i <= m[0].mPos; i++) { in buildMaterialProp() 290 for (int i = mp.mPos; i <= Short.MAX_VALUE; i++) { in buildMaterialProp()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | TypedProperties.java | 273 if (value < Short.MIN_VALUE || value > Short.MAX_VALUE) { in parseValue() 276 return new Short((short)value); in parseValue() 479 if (value instanceof Short) { in getShort() 480 return ((Short)value).shortValue(); in getShort()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | IfdData.java | 31 private final Map<Short, ExifTag> mExifTags = new HashMap<Short, ExifTag>();
|
D | ExifTag.java | 460 } else if (obj instanceof Short) { in setValue() 461 return setValue(((Short) obj).shortValue() & 0x0ffff); in setValue() 480 } else if (obj instanceof Short[]) { in setValue() 482 Short[] arr = (Short[]) obj; in setValue()
|
/frameworks/data-binding/extensions/library/src/androidTest/java/android/databinding/ |
D | ObservableParcelTest.java | 89 ObservableShort obj = new ObservableShort(Short.MIN_VALUE); in testParcelShort() 91 assertEquals(Short.MIN_VALUE, read.get()); in testParcelShort() 156 ObservableShort obj = new ObservableShort(Short.MIN_VALUE); in testSerializeShort() 158 assertEquals(Short.MIN_VALUE, read.get()); in testSerializeShort()
|
/frameworks/base/core/java/android/content/ |
D | ContentValues.java | 124 public void put(String key, Short value) { in put() 311 public Short getAsShort(String key) { in getAsShort() 318 return Short.valueOf(value.toString()); in getAsShort()
|