Home
last modified time | relevance | path

Searched refs:temp_0 (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/arm/
Dwiener_convolve_neon.c195 uint8x8_t temp_0; in av1_wiener_convolve_add_src_neon() local
211 temp_0 = t0; in av1_wiener_convolve_add_src_neon()
214 t1 = vext_u8(temp_0, t7, 1); // a1 a2 a3 a4 a5 a6 a7 a8 in av1_wiener_convolve_add_src_neon()
215 t2 = vext_u8(temp_0, t7, 2); // a2 a3 a4 a5 a6 a7 a8 a9 in av1_wiener_convolve_add_src_neon()
216 t3 = vext_u8(temp_0, t7, 3); // a3 a4 a5 a6 a7 a8 a9 a10 in av1_wiener_convolve_add_src_neon()
217 t4 = vext_u8(temp_0, t7, 4); // a4 a5 a6 a7 a8 a9 a10 a11 in av1_wiener_convolve_add_src_neon()
218 t5 = vext_u8(temp_0, t7, 5); // a5 a6 a7 a8 a9 a10 a11 a12 in av1_wiener_convolve_add_src_neon()
219 t6 = vext_u8(temp_0, t7, 6); // a6 a7 a8 a9 a10 a11 a12 a13 in av1_wiener_convolve_add_src_neon()
220 t7 = vext_u8(temp_0, t7, 7); // a7 a8 a9 a10 a11 a12 a13 a14 in av1_wiener_convolve_add_src_neon()
222 res0 = vreinterpretq_s16_u16(vaddl_u8(temp_0, t6)); in av1_wiener_convolve_add_src_neon()
[all …]
Djnt_convolve_neon.c523 int16x8_t temp_0; in dist_wtd_convolve_2d_horiz_neon()
535 temp_0 = s0; in dist_wtd_convolve_2d_horiz_neon()
538 s1 = vextq_s16(temp_0, s7, 1); // a1 a2 a3 a4 a5 a6 a7 a8 in dist_wtd_convolve_2d_horiz_neon()
539 s2 = vextq_s16(temp_0, s7, 2); // a2 a3 a4 a5 a6 a7 a8 a9 in dist_wtd_convolve_2d_horiz_neon()
540 s3 = vextq_s16(temp_0, s7, 3); // a3 a4 a5 a6 a7 a8 a9 a10 in dist_wtd_convolve_2d_horiz_neon()
541 s4 = vextq_s16(temp_0, s7, 4); // a4 a5 a6 a7 a8 a9 a10 a11 in dist_wtd_convolve_2d_horiz_neon()
542 s5 = vextq_s16(temp_0, s7, 5); // a5 a6 a7 a8 a9 a10 a11 a12 in dist_wtd_convolve_2d_horiz_neon()
543 s6 = vextq_s16(temp_0, s7, 6); // a6 a7 a8 a9 a10 a11 a12 a13 in dist_wtd_convolve_2d_horiz_neon()
544 s7 = vextq_s16(temp_0, s7, 7); // a7 a8 a9 a10 a11 a12 a13 a14 in dist_wtd_convolve_2d_horiz_neon()
546 res0 = convolve8_8x8_s16(temp_0, s1, s2, s3, s4, s5, s6, s7, in dist_wtd_convolve_2d_horiz_neon()
[all …]
/external/webrtc/modules/audio_coding/neteq/
Dexpand.cc118 std::unique_ptr<int16_t[]> temp_0(new int16_t[temp_length]); in Process() local
120 temp_0.get()); in Process()
125 WebRtcSpl_ScaleAndAddVectorsWithRound(temp_0.get(), 3, temp_1.get(), 1, 2, in Process()
134 std::unique_ptr<int16_t[]> temp_0(new int16_t[temp_length]); in Process() local
136 temp_0.get()); in Process()
140 WebRtcSpl_ScaleAndAddVectorsWithRound(temp_0.get(), 1, temp_1.get(), 1, 1, in Process()
/external/libaom/libaom/av1/common/x86/
Dwarp_plane_avx2.c1223 const __m256i temp_0 = in av1_warp_affine_avx2() local
1229 horz_out[row] = _mm256_blend_epi32(temp_0, temp_1, 0xf0); in av1_warp_affine_avx2()
1240 const __m256i temp_0 = _mm256_set1_epi16( in av1_warp_affine_avx2() local
1246 horz_out[row] = _mm256_blend_epi32(temp_0, temp_1, 0xf0); in av1_warp_affine_avx2()