/frameworks/rs/driver/runtime/arch/ |
D | neon.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v… 14 declare <4 x i16> @llvm.arm.neon.vmaxs.v4i16(<4 x i16>, <4 x i16>) nounwind readnone 15 declare <4 x i16> @llvm.arm.neon.vmaxu.v4i16(<4 x i16>, <4 x i16>) nounwind readnone 23 declare <4 x i16> @llvm.arm.neon.vmins.v4i16(<4 x i16>, <4 x i16>) nounwind readnone 24 declare <4 x i16> @llvm.arm.neon.vminu.v4i16(<4 x i16>, <4 x i16>) nounwind readnone 26 declare <8 x i8> @llvm.arm.neon.vqshiftns.v8i8(<8 x i16>, <8 x i16>) nounwind readnone 27 declare <4 x i16> @llvm.arm.neon.vqshiftns.v4i16(<4 x i32>, <4 x i32>) nounwind readnone 30 declare <8 x i8> @llvm.arm.neon.vqshiftnu.v8i8(<8 x i16>, <8 x i16>) nounwind readnone 31 declare <4 x i16> @llvm.arm.neon.vqshiftnu.v4i16(<4 x i32>, <4 x i32>) nounwind readnone 34 declare <8 x i8> @llvm.arm.neon.vqshiftnsu.v8i8(<8 x i16>, <8 x i16>) nounwind readnone [all …]
|
D | asimd.ll | 14 declare <4 x i16> @llvm.aarch64.neon.smax.v4i16(<4 x i16>, <4 x i16>) nounwind readnone 15 declare <4 x i16> @llvm.aarch64.neon.umax.v4i16(<4 x i16>, <4 x i16>) nounwind readnone 23 declare <4 x i16> @llvm.aarch64.neon.smin.v4i16(<4 x i16>, <4 x i16>) nounwind readnone 24 declare <4 x i16> @llvm.aarch64.neon.umin.v4i16(<4 x i16>, <4 x i16>) nounwind readnone 26 declare <8 x i8> @llvm.aarch64.neon.sqshl.v8i8(<8 x i16>, <8 x i16>) nounwind readnone 27 declare <4 x i16> @llvm.aarch64.neon.sqshl.v4i16(<4 x i32>, <4 x i32>) nounwind readnone 30 declare <8 x i8> @llvm.aarch64.neon.sqshrun.v8i8(<8 x i16>, <8 x i16>) nounwind readnone 31 declare <4 x i16> @llvm.aarch64.neon.sqshrun.v4i16(<4 x i32>, <4 x i32>) nounwind readnone 66 define internal <4 x i16> @smear_4s(i16 %in) nounwind readnone alwaysinline { 67 %1 = insertelement <4 x i16> undef, i16 %in, i32 0 [all …]
|
/frameworks/rs/driver/runtime/ll64/ |
D | allocation.ll | 51 define void @rsSetElementAtImpl_char2(%struct.rs_allocation* nocapture readonly %a, i16 %val, i32 %… 54 %3 = bitcast i16 %val to <2 x i8> 114 define void @rsSetElementAtImpl_uchar2(%struct.rs_allocation* nocapture readonly %a, i16 %val, i32 … 117 %3 = bitcast i16 %val to <2 x i8> 164 define void @rsSetElementAtImpl_short(%struct.rs_allocation* nocapture readonly %a, i16 signext %va… 166 %2 = bitcast i8* %1 to i16* 167 store i16 %val, i16* %2, align 2, !tbaa !29 171 define signext i16 @rsGetElementAtImpl_short(%struct.rs_allocation* nocapture readonly %a, i32 %x, … 173 %2 = bitcast i8* %1 to i16* 174 %3 = load i16, i16* %2, align 2, !tbaa !29 [all …]
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v… 156 define void @rsSetElementAtImpl_short([1 x i32] %a.coerce, i16 signext %val, i32 %x, i32 %y, i32 %z… 158 %2 = bitcast i8* %1 to i16* 159 store i16 %val, i16* %2, align 2, !tbaa !29 163 define signext i16 @rsGetElementAtImpl_short([1 x i32] %a.coerce, i32 %x, i32 %y, i32 %z) #0 { 165 %2 = bitcast i8* %1 to i16* 166 %3 = load i16, i16* %2, align 2, !tbaa !29 167 ret i16 %3 171 define void @rsSetElementAtImpl_short2([1 x i32] %a.coerce, <2 x i16> %val, i32 %x, i32 %y, i32 %z)… 173 %2 = bitcast i8* %1 to <2 x i16>* [all …]
|
D | math.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v…
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_macroblock_layer.h | 119 i16 hor; 120 i16 ver; 145 i16 totalCoeff[27]; 173 i16 totalCoeff[27];
|
D | h264bsd_macroblock_layer.c | 95 static u32 DetermineNc(mbStorage_t *pMb, u32 blockIndex, i16 *pTotalCoeff); 388 pMbPred->mvdL0[j].hor = (i16)itmp; in DecodeMbPred() 393 pMbPred->mvdL0[j].ver = (i16)itmp; in DecodeMbPred() 485 pSubMbPred->mvdL0[i][j].hor = (i16)itmp; in DecodeSubMbPred() 490 pSubMbPred->mvdL0[i][j].ver = (i16)itmp; in DecodeSubMbPred() 809 u32 DetermineNc(mbStorage_t *pMb, u32 blockIndex, i16 *pTotalCoeff) in DetermineNc() 997 i16 *tot = pMb->totalCoeff; in h264bsdDecodeMacroblock() 1148 i16 *pDc; in ProcessChromaResidual() 1149 i16 dc[4 + 4] = {0,0,0,0,0,0,0,0}; in ProcessChromaResidual() 1221 i16 *pDc; in ProcessIntra16x16Residual() [all …]
|
/frameworks/rs/script_api/ |
D | rs_convert.spec | 28 t: u8, u16, u32, i8, i16, i32, f32 29 t: u8, u16, u32, i8, i16, i32, f32 61 t: u8, u16, u32, i8, i16, i32, f32 70 t: u8, u16, u32, i8, i16, i32, f32 81 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 90 t: u8, u16, u32, u64, i8, i16, i32, i64, f32, f64
|
D | rs_allocation_create.spec | 174 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 189 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 203 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 217 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 230 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 243 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64
|
D | rs_debug.spec | 81 t: i8, u8, i16, u16
|
D | rs_math.spec | 170 t: i8, i16, i32 528 t: u8, u16, u32, u64, i8, i16, i32, i64 539 t: u8, u16, u32, u64, i8, i16, i32, i64 572 t: u8, u16, u32, i8, i16, i32 1521 t: i8, i16, i32, u8, u16, u32 1533 t: i8, i16, i32, u8, u16, u32 1548 t: i8, i16, i32, u8, u16, u32 1564 t: i8, i16, i32, u8, u16, u32 1581 t: i8, i16, i32, i64, u8, u16, u32, u64 1634 t: i8, i16, i32, u8, u16, u32 [all …]
|
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerCubic.cpp | 75 int16_t *in = mBuffer.i16; in resampleStereo16() 103 in = mBuffer.i16; in resampleStereo16() 142 int16_t *in = mBuffer.i16; in resampleMono16() 172 in = mBuffer.i16; in resampleMono16()
|
D | AudioResampler.cpp | 367 mX0L = mBuffer.i16[mBuffer.frameCount*2-2]; in resampleStereo16() 368 mX0R = mBuffer.i16[mBuffer.frameCount*2-1]; in resampleStereo16() 373 int16_t *in = mBuffer.i16; in resampleStereo16() 417 mX0L = mBuffer.i16[mBuffer.frameCount*2-2]; in resampleStereo16() 418 mX0R = mBuffer.i16[mBuffer.frameCount*2-1]; in resampleStereo16() 464 mX0L = mBuffer.i16[mBuffer.frameCount-1]; in resampleMono16() 468 int16_t *in = mBuffer.i16; in resampleMono16() 514 mX0L = mBuffer.i16[mBuffer.frameCount-1]; in resampleMono16()
|
D | AudioResamplerSinc.cpp | 319 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex); in resample() 322 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex); in resample() 328 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex); in resample() 332 int16_t const * const in = mBuffer.i16; in resample()
|
/frameworks/av/media/mtp/ |
D | MtpProperty.cpp | 78 mDefaultValue.u.i16 = defaultValue; in MtpProperty() 259 mMinimumValue.u.i16 = min; in setFormRange() 260 mMaximumValue.u.i16 = max; in setFormRange() 261 mStepSize.u.i16 = step; in setFormRange() 310 mEnumValues[i].u.i16 = value; in setFormEnum() 395 buffer.appendFormat("%d", value.u.i16); in print() 443 if (!packet.getInt16(value.u.i16)) return false; in readValue() 498 packet.putInt16(value.u.i16); in writeValue()
|
D | MtpProperty.h | 30 int16_t i16; member
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/ |
D | basetype.h | 31 typedef signed short i16; typedef
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioBufferProvider.h | 35 short* i16; member
|
D | AudioRecord.h | 82 short* i16; // signed 16-bit member
|
/frameworks/av/include/media/ |
D | AudioBufferProvider.h | 35 short* i16; member
|
D | AudioRecord.h | 82 short* i16; // signed 16-bit member
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon_YuvToRGB.S | 90 vdup.i16 q13, r5 92 vdup.i16 q14, r5 94 vdup.i16 q15, r5
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
D | omxVCM4P10_TransformDequantChromaDCFromPair_s.S | 33 vmov.i16 d0, #0
|
/frameworks/rs/rsov/compiler/tests/rs_allocation/ |
D | getdimx_64.ll | 7 target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
|
/frameworks/ml/nn/runtime/test/generated/models/ |
D | mobilenet_224_gender_basic_fixed.model.py | 151 i16 = Parameter("op16", "TENSOR_FLOAT32", "{128}", [0.8739, 0.830384, -0.767024, -0.878567, 0.76767… variable 243 model = model.DepthWiseConv(i12, i17, i16, i190, i191, i192, i193, i194).To(i15)
|