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

1 23 4 5 6 7 8 9

  /external/libhevc/common/arm/
ihevc_intra_pred_filters_luma_mode_11_to_17.s 327 vrshrn.i16 d24, q12, #5 @round shft (row 0)
338 vrshrn.i16 d22, q11, #5 @round shft (row 1)
349 vrshrn.i16 d20, q10, #5 @round shft (row 2)
360 vrshrn.i16 d18, q9, #5 @round shft (row 3)
371 vrshrn.i16 d24, q12, #5 @round shft (row 4)
382 vrshrn.i16 d22, q11, #5 @round shft (row 5)
393 vrshrn.i16 d20, q10, #5 @round shft (row 6)
394 vrshrn.i16 d18, q9, #5 @round shft (row 7)
450 vrshrn.i16 d24, q11, #5 @round shft (row 5)
471 vrshrn.i16 d20, q10, #5 @(from previous loop)round shft (row 6
    [all...]
ihevc_intra_pred_filters_chroma_mode_11_to_17.s 328 vrshrn.i16 d24, q12, #5 @round shft (row 0)
339 vrshrn.i16 d22, q11, #5 @round shft (row 1)
350 vrshrn.i16 d20, q10, #5 @round shft (row 2)
361 vrshrn.i16 d18, q9, #5 @round shft (row 3)
374 vrshrn.i16 d24, q12, #5 @round shft (row 4)
385 vrshrn.i16 d22, q11, #5 @round shft (row 5)
396 vrshrn.i16 d20, q10, #5 @round shft (row 6)
397 vrshrn.i16 d18, q9, #5 @round shft (row 7)
459 vrshrn.i16 d24, q11, #5 @round shft (row 5)
488 vrshrn.i16 d20, q10, #5 @(from previous loop)round shft (row 6
    [all...]
ihevc_itrans_recon_4x4_ttype1.s 133 vmov.i16 d4[0],r8
135 vmov.i16 d4[1],r9
137 vmov.i16 d4[2],r10
139 vmov.i16 d4[3],r11
  /external/chromium_org/third_party/sqlite/src/src/
pcache.h 40 i16 nRef; /* Number of users of this page */
  /external/llvm/test/MC/ARM/
neont2-shift-encoding.s 15 @ CHECK: vshl.i16 d16, d16, #15 @ encoding: [0xdf,0xef,0x30,0x05]
16 vshl.i16 d16, d16, #15
31 @ CHECK: vshl.i16 q8, q8, #15 @ encoding: [0xdf,0xef,0x70,0x05]
32 vshl.i16 q8, q8, #15
83 @ CHECK: vshll.i16 q8, d16, #16 @ encoding: [0xf6,0xff,0x20,0x03]
84 vshll.i16 q8, d16, #16
87 @ CHECK: vshrn.i16 d16, q8, #8 @ encoding: [0xc8,0xef,0x30,0x08]
88 vshrn.i16 d16, q8, #8
157 @ CHECK: vrshrn.i16 d16, q8, #8 @ encoding: [0xc8,0xef,0x70,0x08]
158 vrshrn.i16 d16, q8, #
    [all...]
neont2-add-encoding.s 7 @ CHECK: vadd.i16 d16, d17, d16 @ encoding: [0x51,0xef,0xa0,0x08]
8 vadd.i16 d16, d17, d16
127 @ CHECK: vaddhn.i16 d16, q8, q9 @ encoding: [0xc0,0xef,0xa2,0x04]
128 vaddhn.i16 d16, q8, q9
133 @ CHECK: vraddhn.i16 d16, q8, q9 @ encoding: [0xc0,0xff,0xa2,0x04]
134 vraddhn.i16 d16, q8, q9
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 92 typedef short int i16; /* 2-byte (or larger) signed integer */ typedef
163 i16 eSearch; /* Search strategy (see below) */
  /external/clang/test/Parser/
altivec.c 82 typedef short i16; typedef
85 // i8, i16, i32 here are field names, not type names.
87 vector pixel i16; member in struct:S
  /frameworks/av/media/mtp/
MtpProperty.cpp 78 mDefaultValue.u.i16 = defaultValue;
253 mMinimumValue.u.i16 = min;
254 mMaximumValue.u.i16 = max;
255 mStepSize.u.i16 = step;
304 mEnumValues[i].u.i16 = value;
389 buffer.appendFormat("%d", value.u.i16);
437 if (!packet.getInt16(value.u.i16)) return false;
492 packet.putInt16(value.u.i16);
MtpProperty.h 30 int16_t i16; member in union:android::MtpPropertyValue::__anon39165
  /frameworks/av/services/audioflinger/
AudioResampler.cpp 383 mX0L = mBuffer.i16[mBuffer.frameCount*2-2];
384 mX0R = mBuffer.i16[mBuffer.frameCount*2-1];
389 int16_t *in = mBuffer.i16;
433 mX0L = mBuffer.i16[mBuffer.frameCount*2-2];
434 mX0R = mBuffer.i16[mBuffer.frameCount*2-1];
480 mX0L = mBuffer.i16[mBuffer.frameCount-1];
484 int16_t *in = mBuffer.i16;
530 mX0L = mBuffer.i16[mBuffer.frameCount-1];
  /external/chromium_org/base/win/
scoped_variant.h 95 void Set(int16 i16);
  /external/llvm/include/llvm/Support/
DataTypes.h 153 # define INT16_C(C) C##i16
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_TransformDequantChromaDCFromPair_s.S 33 vmov.i16 d0, #0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c 95 static u32 DetermineNc(mbStorage_t *pMb, u32 blockIndex, i16 *pTotalCoeff);
388 pMbPred->mvdL0[j].hor = (i16)itmp;
393 pMbPred->mvdL0[j].ver = (i16)itmp;
485 pSubMbPred->mvdL0[i][j].hor = (i16)itmp;
490 pSubMbPred->mvdL0[i][j].ver = (i16)itmp;
809 u32 DetermineNc(mbStorage_t *pMb, u32 blockIndex, i16 *pTotalCoeff)
997 i16 *tot = pMb->totalCoeff;
    [all...]
  /external/valgrind/main/none/tests/arm/
neon64.stdout.exp 4 vmov.i16 d1, #0x7 :: Qd 0x00070007 0x00070007
5 vmov.i16 d1, #0x7 :: Qd 0x00070007 0x00070007
10 vmov.i16 d7, #0x700 :: Qd 0x07000700 0x07000700
11 vmov.i16 d7, #0x700 :: Qd 0x07000700 0x07000700
29 vmvn.i16 d1, #0x7 :: Qd 0xfff8fff8 0xfff8fff8
30 vmvn.i16 d1, #0x7 :: Qd 0xfff8fff8 0xfff8fff8
35 vmvn.i16 d7, #0x700 :: Qd 0xf8fff8ff 0xf8fff8ff
36 vmvn.i16 d7, #0x700 :: Qd 0xf8fff8ff 0xf8fff8ff
50 vorr.i16 d2, #0x7 :: Qd 0x55575557 0x55575557
51 vorr.i16 d2, #0x7 :: Qd 0x07070507 0x0307010
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 40 i16 = 3, // This is a 16 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
72 v1i16 = 26, // 1 x i16
73 v2i16 = 27, // 2 x i16
74 v4i16 = 28, // 4 x i16
75 v8i16 = 29, // 8 x i16
76 v16i16 = 30, // 16 x i16
77 v32i16 = 31, // 32 x i16
286 case v32i16: return i16;
381 case i16 :
495 return MVT::i16;
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp 212 int16_t i16; local
268 i16 = (int16_t)uto64(argument);
269 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16);
270 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i16);
377 int16_t i16, expected16; local
451 uBufferLenReturned = u_sscanf_u(argument, format, &i16);
452 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i16);
453 if (i16 != expected16) {
455 i, i16, expected16);
581 int16_t i16; local
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 212 int16_t i16; local
268 i16 = (int16_t)uto64(argument);
269 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16);
270 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i16);
377 int16_t i16, expected16; local
451 uBufferLenReturned = u_sscanf_u(argument, format, &i16);
452 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i16);
453 if (i16 != expected16) {
455 i, i16, expected16);
581 int16_t i16; local
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 128 addRegisterClass(MVT::i16, &NVPTX::Int16RegsRegClass);
139 setOperationAction(ISD::SELECT_CC, MVT::i16, Expand);
146 setOperationAction(ISD::BR_CC, MVT::i16, Expand);
153 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Legal);
179 setOperationAction(ISD::ROTL, MVT::i16, Expand);
180 setOperationAction(ISD::ROTR, MVT::i16, Expand);
183 setOperationAction(ISD::BSWAP, MVT::i16, Expand);
212 setTruncStoreAction(MVT::i16, MVT::i1, Expand);
239 setOperationAction(ISD::CTLZ, MVT::i16, Legal);
242 setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i16, Legal)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 274 if (VT == MVT::i8 || VT == MVT::i16 || VT == MVT::i32) {
456 case MVT::i16:
582 case MVT::i16:
754 if (SrcVT == MVT::i64 || SrcVT == MVT::i32 || SrcVT == MVT::i16 ||
775 case MVT::i16:
933 if (SrcVT != MVT::i8 && SrcVT != MVT::i16 &&
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.asm 44 vmul.i16 q2, q2, q0
45 vmul.i16 q3, q3, q1
46 vmul.i16 q4, q4, q0
47 vmul.i16 q5, q5, q1
163 vmov.i16 q14, #0
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 307 { ISD::FP_TO_SINT, MVT::i16, MVT::f32, 2 },
308 { ISD::FP_TO_UINT, MVT::i16, MVT::f32, 2 },
309 { ISD::FP_TO_SINT, MVT::i16, MVT::f64, 2 },
310 { ISD::FP_TO_UINT, MVT::i16, MVT::f64, 2 },
338 { ISD::SINT_TO_FP, MVT::f32, MVT::i16, 2 },
339 { ISD::UINT_TO_FP, MVT::f32, MVT::i16, 2 },
340 { ISD::SINT_TO_FP, MVT::f64, MVT::i16, 2 },
341 { ISD::UINT_TO_FP, MVT::f64, MVT::i16, 2 },
362 // i16 -> i64 requires two dependent operations.
363 { ISD::SIGN_EXTEND, MVT::i64, MVT::i16, 2 }
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.asm 44 vmul.i16 q2, q2, q0
45 vmul.i16 q3, q3, q1
46 vmul.i16 q4, q4, q0
47 vmul.i16 q5, q5, q1
163 vmov.i16 q14, #0
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.S 182 vmov.i16 q13, #512
183 vmov.i16 q7, #15
190 vclz.i16 q4, q0
191 vsub.i16 q4, q4, q7 @ Value of the shift factors; likely negative.
200 vmov.i16 q1, q9
217 vsub.i16 q4, q10, q2
218 vadd.i16 q8, q10, q8
219 vsub.i16 q2, q3, q10
225 vsub.i16 q1, q3, q10
231 vadd.i16 q1, q1, q1
    [all...]

Completed in 2148 milliseconds

1 23 4 5 6 7 8 9