[go: nahoru, domu]

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

123

/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...]
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DViewDumpParser.java11 private Map<String, Short> mIds;
12 private List<Map<Short,Object>> mViews;
22 mViews.add((Map<Short, Object>) o);
31 Map<Short,Object> idMap = mViews.remove(mViews.size() - 1);
40 Map<Short, Object> props = mViews.get(0);
51 private Object getProperty(Map<Short, Object> props, String key) {
55 private static Map<String, Short> reverse(Map<Short, Object> m) {
56 Map<String, Short> r = new HashMap<String, Short>(
[all...]
H A DDecoder.java72 private Map<Short, Object> readMap() {
73 Map<Short, Object> m = new HashMap<Short, Object>();
77 if (!(o instanceof Short)) {
81 Short key = (Short)o;
H A DMainActivityTest.java68 List<Map<Short, Object>> views = parser.getViews();
69 Map<String, Short> propertyNameTable = parser.getIds();
74 Map<Short, Object> textViewProperties = views.get(0);
/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/core/java/android/view/
H A DViewHierarchyEncoder.java64 private final Map<String,Short> mPropertyNames = new HashMap<String, Short>(200);
86 for (Map.Entry<String,Short> entry : mPropertyNames.entrySet()) {
127 Short index = mPropertyNames.get(name);
193 short len = (short)Math.min(bytes.length, Short.MAX_VALUE);
/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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
H A DWifiNanStateManagerTest.java100 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class);
157 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class);
206 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class);
286 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class);
352 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short
[all...]
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DMaterial.java86 for (int i = Short.MIN_VALUE; i < Short.MAX_VALUE; i++) {
215 for (int i = Short.MIN_VALUE; i <= mOpacity[0].mPos; i++) {
229 for (int i = mOpacity[last].mPos; i <= Short.MAX_VALUE; i++) {
247 for (int i = Short.MIN_VALUE; i <= m[0].mPos; i++) {
290 for (int i = mp.mPos; i <= Short.MAX_VALUE; i++) {
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
H A DJavaClass.java151 } else if (Short.class.equals(mClass)) {
180 return new JavaClass(Short.class);
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DObjectFormat.java87 return java.lang.Short.class;
/frameworks/data-binding/extensions/library/src/androidTest/java/android/databinding/
H A DObservableParcelTest.java89 ObservableShort obj = new ObservableShort(Short.MIN_VALUE);
91 assertEquals(Short.MIN_VALUE, read.get());
156 ObservableShort obj = new ObservableShort(Short.MIN_VALUE);
158 assertEquals(Short.MIN_VALUE, read.get());

Completed in 508 milliseconds

123