Home
last modified time | relevance | path

Searched defs:tmp1 (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/external/libiio/src/
Dsort.c40 const struct iio_channel *tmp1 = *(struct iio_channel **)p1; in iio_channel_compare() local
64 const struct iio_channel_attr *tmp1 = (struct iio_channel_attr *)p1; in iio_channel_attr_compare() local
72 const struct iio_device *tmp1 = *(struct iio_device **)p1; in iio_device_compare() local
80 const char *tmp1 = *(const char **)p1; in iio_device_attr_compare() local
88 const char *tmp1 = *(const char **)p1; in iio_buffer_attr_compare() local
/external/webrtc/common_audio/signal_processing/
Dresample_by_2_internal.c36 int32_t tmp0, tmp1, diff; in WebRtcSpl_DownBy2IntToShort() local
134 int32_t tmp0, tmp1, diff; in WebRtcSpl_DownBy2ShortToInt() local
210 int32_t tmp0, tmp1, diff; in WebRtcSpl_UpBy2ShortToInt() local
280 int32_t tmp0, tmp1, diff; in WebRtcSpl_UpBy2IntToInt() local
350 int32_t tmp0, tmp1, diff; in WebRtcSpl_UpBy2IntToShort() local
429 int32_t tmp0, tmp1, diff; in WebRtcSpl_LPBy2ShortToInt() local
563 int32_t tmp0, tmp1, diff; in WebRtcSpl_LPBy2IntToInt() local
Dmin_max_operations_mips.c230 int tmp1 = 0, max_value = 0x7fffffff; in WebRtcSpl_MaxAbsValueW32_mips() local
263 int tmp1; in WebRtcSpl_MaxValueW16_mips() local
292 int tmp1, value; in WebRtcSpl_MaxValueW32_mips() local
321 int tmp1; in WebRtcSpl_MinValueW16_mips() local
351 int tmp1, value; in WebRtcSpl_MinValueW32_mips() local
Dcross_correlation_neon.c33 int32x4_t tmp1 = vmull_high_s16(seq1_16x8, seq2_16x8); in DotProductWithScaleNeon() local
37 int32x4_t tmp1 = vmull_s16(vget_high_s16(seq1_16x8), in DotProductWithScaleNeon() local
Dcomplex_fft_mips.c30 int32_t tmp1 = 0; in WebRtcSpl_ComplexFFT() local
156 int32_t tmp1 = 0, tmp2 = 0, tmp3 = 0, tmp4 = 0; in WebRtcSpl_ComplexIFFT() local
Dresample_by_2.c72 int32_t tmp1, tmp2, diff, in32, out32; in WebRtcSpl_DownsampleBy2() local
130 int32_t tmp1, tmp2, diff, in32, out32; in WebRtcSpl_UpsampleBy2() local
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp319 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) << shift; in ComposeToInternal() local
348 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) >> shift; in ComposeToInternal() local
379 uint32_t tmp1 = (JBIG2_GETDWORD(lineSrc) << shift1) | in ComposeToInternal() local
416 uint32_t tmp1 = (JBIG2_GETDWORD(sp) << shift1) | in ComposeToInternal() local
442 uint32_t tmp1 = (JBIG2_GETDWORD(sp) << shift1) | in ComposeToInternal() local
468 uint32_t tmp1 = in ComposeToInternal() local
504 uint32_t tmp1 = JBIG2_GETDWORD(sp); in ComposeToInternal() local
529 uint32_t tmp1 = JBIG2_GETDWORD(sp); in ComposeToInternal() local
554 uint32_t tmp1 = JBIG2_GETDWORD(sp); in ComposeToInternal() local
589 uint32_t tmp1 = JBIG2_GETDWORD(sp) >> shift1; in ComposeToInternal() local
[all …]
/external/OpenCL-CTS/test_conformance/vectors/
Dtest_vec_align.cpp373 char tmp1[2048], tmp2[2048]; in test_vec_align_struct() local
426 char tmp1[2048], tmp2[2048]; in test_vec_align_packed_struct() local
482 char tmp1[2048], tmp2[2048]; in test_vec_align_struct_arr() local
514 char tmp1[2048], tmp2[2048]; in test_vec_align_packed_struct_arr() local
/external/aac/libFDK/src/arm/
Dscale_arm.cpp122 FIXP_DBL tmp1 = mySpec[1]; in scaleValuesWithFactor() local
148 FIXP_DBL tmp1 = mySpec[1]; in scaleValuesWithFactor() local
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator_mips.c34 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in WebRtcIsacfix_PCorr2Q32() local
105 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in WebRtcIsacfix_PCorr2Q32() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEMeanStdDevKernel.cpp62 const uint32x4_t tmp1 = vaddl_u16(vget_low_u16(tmp0), vget_high_u16(tmp0)); in accumulate() local
76 const uint32x4_t tmp1 = vaddq_u32(tmp0_low, tmp0_high); in accumulate() local
/external/sonivox/arm-wt-22k/lib_src/
Deas_wtengine.c88 EAS_I32 tmp1; in WT_VoiceGain() local
458 EAS_I32 tmp1; in WT_NoiseGenerator() local
607 EAS_I32 tmp1; in WT_InterpolateMono() local
/external/libyuv/files/source/
Drotate_mmi.cc27 uint64_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; in TransposeWx8_MMI() local
156 uint64_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; in TransposeUVWx8_MMI() local
/external/ipsec-tools/src/racoon/
Disakmp_unity.c273 char tmp1[40]; local
362 char tmp1[40]; local
/external/webrtc/common_audio/third_party/spl_sqrt_floor/
Dspl_sqrt_floor_mips.c51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; in WebRtcSpl_SqrtFloor() local
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_sse2.c61 __m128i coeffs, coeffs_sign, tmp1, tmp2; in aom_highbd_quantize_b_sse2() local
139 const int64_t tmp1 = abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], 1); in aom_highbd_quantize_b_32x32_sse2() local
197 const int64_t tmp1 = abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], 2); in aom_highbd_quantize_b_64x64_sse2() local
/external/libopus/silk/fixed/
Dk2a_Q16_FIX.c42 opus_int32 rc, tmp1, tmp2; in silk_k2a_Q16() local
Dk2a_FIX.c42 opus_int32 rc, tmp1, tmp2; in silk_k2a() local
/external/libopus/silk/float/
Dk2a_FLP.c42 silk_float rck, tmp1, tmp2; in silk_k2a_FLP() local
DLPC_inv_pred_gain_FLP.c45 double invGain, rc, rc_mult1, rc_mult2, tmp1, tmp2; in silk_LPC_inverse_pred_gain_FLP() local
Dwarped_autocorrelation_FLP.c44 double tmp1, tmp2; in silk_warped_autocorrelation_FLP() local
/external/eigen/unsupported/test/
DNumericalDiff.cpp39 double tmp1, tmp2, tmp3; in operator ()() local
55 double tmp1, tmp2, tmp3, tmp4; in actual_df() local
/external/oss-fuzz/projects/openvpn/
Dfuzz_misc.c32 char *tmp1 = get_random_string(); in LLVMFuzzerTestOneInput() local
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_vert_msa.c73 v16u8 tmp0, tmp1; in common_vt_8t_8w_msa() local
129 v16u8 tmp0, tmp1, tmp2, tmp3; in common_vt_8t_16w_msa() local
210 v16u8 tmp0, tmp1, tmp2, tmp3; in common_vt_8t_16w_mult_msa() local
307 v8u16 tmp0, tmp1; in common_vt_2t_4x4_msa() local
330 v8u16 tmp0, tmp1, tmp2, tmp3; in common_vt_2t_4x8_msa() local
372 v8u16 tmp0, tmp1, tmp2, tmp3; in common_vt_2t_8x4_msa() local
396 v8u16 tmp0, tmp1, tmp2, tmp3; in common_vt_2t_8x8mult_msa() local
448 v8u16 tmp0, tmp1, tmp2, tmp3; in common_vt_2t_16w_msa() local
496 v8u16 tmp0, tmp1, tmp2, tmp3; in common_vt_2t_32w_msa() local
564 v8u16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in common_vt_2t_64w_msa() local
/external/libaom/libaom/aom_dsp/mips/
Daom_convolve8_vert_msa.c76 v16u8 tmp0, tmp1; in common_vt_8t_8w_msa() local
132 v16u8 tmp0, tmp1, tmp2, tmp3; in common_vt_8t_16w_msa() local
213 v16u8 tmp0, tmp1, tmp2, tmp3; in common_vt_8t_16w_mult_msa() local
310 v8u16 tmp0, tmp1; in common_vt_2t_4x4_msa() local
332 v8u16 tmp0, tmp1, tmp2, tmp3; in common_vt_2t_4x8_msa() local
373 v8u16 tmp0, tmp1, tmp2, tmp3; in common_vt_2t_8x4_msa() local
397 v8u16 tmp0, tmp1, tmp2, tmp3; in common_vt_2t_8x8mult_msa() local
449 v8u16 tmp0, tmp1, tmp2, tmp3; in common_vt_2t_16w_msa() local
497 v8u16 tmp0, tmp1, tmp2, tmp3; in common_vt_2t_32w_msa() local
565 v8u16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in common_vt_2t_64w_msa() local

12345678910>>...12