Home
last modified time | relevance | path

Searched refs:t32 (Results 1 – 25 of 35) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/arm/
Didct_neon.h86 static INLINE void dct_const_round_shift_low_8_dual(const int32x4_t *const t32, in dct_const_round_shift_low_8_dual() argument
89 *d0 = dct_const_round_shift_low_8(t32 + 0); in dct_const_round_shift_low_8_dual()
90 *d1 = dct_const_round_shift_low_8(t32 + 2); in dct_const_round_shift_low_8_dual()
324 int32x4_t t32[2]; in idct8x8_12_pass1_bd8() local
350 t32[1] = vmull_lane_s16(step2[6], cospis0, 2); in idct8x8_12_pass1_bd8()
351 t32[0] = vmlsl_lane_s16(t32[1], step2[5], cospis0, 2); in idct8x8_12_pass1_bd8()
352 t32[1] = vmlal_lane_s16(t32[1], step2[5], cospis0, 2); in idct8x8_12_pass1_bd8()
353 step1[5] = vrshrn_n_s32(t32[0], DCT_CONST_BITS); in idct8x8_12_pass1_bd8()
354 step1[6] = vrshrn_n_s32(t32[1], DCT_CONST_BITS); in idct8x8_12_pass1_bd8()
374 int32x4_t t32[8]; in idct8x8_12_pass2_bd8() local
[all …]
Dhighbd_idct8x8_add_neon.c135 int32x2_t t32[8]; in idct8x8_12_half1d_bd12() local
157 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
158 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
159 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
160 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
161 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
162 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
163 t32[6] = vrshrn_n_s64(t64[6], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
164 t32[7] = vrshrn_n_s64(t64[7], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
165 step1[4] = vcombine_s32(t32[0], t32[1]); in idct8x8_12_half1d_bd12()
[all …]
Dhighbd_idct_neon.h244 int32x2_t t32[8]; in idct8x8_64_half1d_bd12() local
282 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); in idct8x8_64_half1d_bd12()
283 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); in idct8x8_64_half1d_bd12()
284 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); in idct8x8_64_half1d_bd12()
285 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); in idct8x8_64_half1d_bd12()
286 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); in idct8x8_64_half1d_bd12()
287 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); in idct8x8_64_half1d_bd12()
288 t32[6] = vrshrn_n_s64(t64[6], DCT_CONST_BITS); in idct8x8_64_half1d_bd12()
289 t32[7] = vrshrn_n_s64(t64[7], DCT_CONST_BITS); in idct8x8_64_half1d_bd12()
290 step1[4] = vcombine_s32(t32[0], t32[1]); in idct8x8_64_half1d_bd12()
[all …]
Didct16x16_add_neon.c18 static INLINE void wrap_low_4x2(const int32x4_t *const t32, int16x4_t *const d0, in wrap_low_4x2() argument
20 *d0 = vrshrn_n_s32(t32[0], DCT_CONST_BITS); in wrap_low_4x2()
21 *d1 = vrshrn_n_s32(t32[1], DCT_CONST_BITS); in wrap_low_4x2()
27 int32x4_t *const t32) { in idct_cospi_8_24_d_kernel() argument
28 t32[0] = vmull_lane_s16(s0, cospi_0_8_16_24, 3); in idct_cospi_8_24_d_kernel()
29 t32[1] = vmull_lane_s16(s1, cospi_0_8_16_24, 3); in idct_cospi_8_24_d_kernel()
30 t32[0] = vmlsl_lane_s16(t32[0], s1, cospi_0_8_16_24, 1); in idct_cospi_8_24_d_kernel()
31 t32[1] = vmlal_lane_s16(t32[1], s0, cospi_0_8_16_24, 1); in idct_cospi_8_24_d_kernel()
37 int32x4_t t32[2]; in idct_cospi_8_24_d() local
39 idct_cospi_8_24_d_kernel(s0, s1, cospi_0_8_16_24, t32); in idct_cospi_8_24_d()
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_search.c69 int32_t t32, tmpW32; in WebRtcIlbcfix_CbSearch() local
390 t32 = temp1 * *gainPtr; in WebRtcIlbcfix_CbSearch()
391 t32 = t32 - targetEner; in WebRtcIlbcfix_CbSearch()
392 if (t32 < 0) { in WebRtcIlbcfix_CbSearch()
/external/llvm/test/Transforms/Reassociate/
D2012-05-08-UndefLeak.ll44 %t32 = add i64 %t31, %t14
45 %t33 = add i64 %t32, %t15
79 %t67 = add i64 %t66, %t32
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/
D2012-05-08-UndefLeak.ll44 %t32 = add i64 %t31, %t14
45 %t33 = add i64 %t32, %t15
79 %t67 = add i64 %t66, %t32
/external/dng_sdk/source/
Ddng_resample.cpp229 real64 t32 = 0.0; in Initialize() local
240 t32 += w32 [j]; in Initialize()
246 real32 s32 = (real32) (1.0 / t32); in Initialize()
389 real64 t32 = 0.0; in Initialize() local
425 t32 += w32 [index]; in Initialize()
435 const real32 s32 = (real32) (1.0 / t32); in Initialize()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dbswap-inline-asm.ll61 ; CHECK: t32:
63 define i32 @t32(i32 %x) nounwind {
/external/llvm/test/CodeGen/X86/
Dbswap-inline-asm.ll62 ; CHECK-LABEL: t32:
64 define i32 @t32(i32 %x) nounwind {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dbswap-inline-asm.ll62 ; CHECK-LABEL: t32:
64 define i32 @t32(i32 %x) nounwind {
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator.c55 int32_t r32, q32, t32, nom32, den32; in Intrp1DQ8() local
71 t32 = WebRtcSpl_DivResultInQ31(nom32 * sign1, den32 * sign2); in Intrp1DQ8()
73 t16 = (int16_t)(t32 >> 23); /* Q8 */ in Intrp1DQ8()
/external/vixl/
DSConstruct143 return 't32' in env['target']
236 ['aarch32', 'a32', 't32', 'aarch64', 'a64'],
237 {'aarch32' : ['a32', 't32'],
238 'a32' : ['a32'], 't32' : ['t32'],
296 env['target'] = list(set(['a32', 't32']))
298 env['target'] = list(set(['a64', 'a32', 't32']))
313 if 't32' in env['target']: env['CCFLAGS'] += ['-DVIXL_INCLUDE_TARGET_T32']
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll84 %t32 = zext i32 %t23 to i64 ; <i64> [#uses=1]
88 %t36 = add nsw i64 %t32, %t33 ; <i64> [#uses=1]
Dashr-tripcount.ll74 %t32 = load float, float* %t31, align 4 ; <float> [#uses=1]
90 %t45 = fmul float %t32, %invQuantizer.0 ; <float> [#uses=1]
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Deliminate-rem.ll84 %t32 = zext i32 %t23 to i64 ; <i64> [#uses=1]
88 %t36 = add nsw i64 %t32, %t33 ; <i64> [#uses=1]
Dashr-tripcount.ll74 %t32 = load float* %t31, align 4 ; <float> [#uses=1]
90 %t45 = fmul float %t32, %invQuantizer.0 ; <float> [#uses=1]
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c440 int32x4_t t32[2]; in idct8_low1_new_neon() local
445 t32[0] = vmull_n_s16(vget_low_s16(in[0]), (int16_t)cospi[32]); in idct8_low1_new_neon()
446 t32[1] = vmull_n_s16(vget_high_s16(in[0]), (int16_t)cospi[32]); in idct8_low1_new_neon()
448 step1 = vcombine_s16(vrshrn_n_s32(t32[0], INV_COS_BIT), in idct8_low1_new_neon()
449 vrshrn_n_s32(t32[1], INV_COS_BIT)); in idct8_low1_new_neon()
558 int32x4_t t32[2]; in idct16_low1_new_neon() local
562 t32[0] = vmull_n_s16(vget_low_s16(in[0]), cospi[32]); in idct16_low1_new_neon()
563 t32[1] = vmull_n_s16(vget_high_s16(in[0]), cospi[32]); in idct16_low1_new_neon()
564 step1 = vcombine_s16(vrshrn_n_s32(t32[0], INV_COS_BIT), in idct16_low1_new_neon()
565 vrshrn_n_s32(t32[1], INV_COS_BIT)); in idct16_low1_new_neon()
[all …]
/external/deqp-deps/glslang/Test/
D150.frag40 ivec4 t32 = texelFetch(isms, p2, samp);
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll84 %t32 = zext i32 %t23 to i64 ; <i64> [#uses=1]
88 %t36 = add nsw i64 %t32, %t33 ; <i64> [#uses=1]
Dashr-tripcount.ll76 %t32 = load float, float* %t31, align 4 ; <float> [#uses=1]
92 %t45 = fmul float %t32, %invQuantizer.0 ; <float> [#uses=1]
/external/eigen/test/
Dgeo_transformations.cpp490 Transform3 t32(Matrix4::Random()), t33, t34; in transformations() local
491 t34 = t33 = t32; in transformations()
492 t32.scale(v0); in transformations()
494 VERIFY_IS_APPROX(t32.matrix(), t33.matrix()); in transformations()
496 VERIFY_IS_APPROX(t32.matrix(), t33.matrix()); in transformations()
/external/clang/test/SemaCXX/
Dtype-traits.cpp606 int t32[F(__is_function(void(*)()))]; in is_function() local
676 int t32[F(__is_fundamental(Derives))]; in is_fundamental() local
758 int t32[F(__is_compound(long))]; in is_compound() local
795 int t32[F(__is_pointer(StructWithMembers))]; in is_pointer() local
828 int t32[F(__is_member_object_pointer(Enum))]; in is_member_object_pointer() local
864 int t32[F(__is_member_function_pointer(Enum))]; in is_member_function_pointer() local
901 int t32[F(__is_member_pointer(IntArNB))]; in is_member_pointer() local
936 int t32[F(__is_const(long))]; in is_const() local
985 int t32[F(__is_volatile(long))]; in is_volatile() local
1104 int t32[F(__is_trivial(SuperNonTrivialStruct))]; in is_trivial2() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Drdf-filter-defs.ll91 %t32 = bitcast %type.3* %t29 to i8*
95 %t33 = phi i8* [ %t31, %b12 ], [ %t32, %b13 ]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/AggressiveInstCombine/
Dmasked-cmp.ll166 %t32 = lshr i64 %x, 32
207 %a32 = and i64 %t32, %a31

12