Home
last modified time | relevance | path

Searched refs:p_0 (Results 1 – 6 of 6) sorted by relevance

/external/libaom/aom_dsp/x86/
Dconvolve_avx2.h124 __m128i *const p_0 = (__m128i *)&dst[i * dst_stride + j]; \
127 _mm_storel_epi64(p_0, res_0); \
130 xx_storel_32(p_0, res_0); \
133 *(uint16_t *)p_0 = (uint16_t)_mm_cvtsi128_si32(res_0); \
209 __m128i *const p_0 = (__m128i *)&dst[i * dst_stride + j]; \
212 _mm_storel_epi64(p_0, res_0); \
215 xx_storel_32(p_0, res_0); \
218 *(uint16_t *)p_0 = (uint16_t)_mm_cvtsi128_si32(res_0); \
299 __m128i *const p_0 = (__m128i *)&dst[i * dst_stride + j]; \
302 _mm_storel_epi64(p_0, res_0); \
[all …]
Dsubtract_avx2.c37 __m256i p_0 = _mm256_cvtepu8_epi16(p); in subtract_block_16xn_avx2() local
38 const __m256i d_0 = _mm256_sub_epi16(s_0, p_0); in subtract_block_16xn_avx2()
/external/libaom/av1/common/x86/
Dwiener_convolve_avx2.c197 __m128i *const p_0 = (__m128i *)&dst[i * dst_stride + j]; in av1_wiener_convolve_add_src_avx2() local
200 _mm_storel_epi64(p_0, res_0); in av1_wiener_convolve_add_src_avx2()
237 __m128i *const p_0 = (__m128i *)&dst[i * dst_stride + j]; in av1_wiener_convolve_add_src_avx2() local
238 _mm_storel_epi64(p_0, res_8b); in av1_wiener_convolve_add_src_avx2()
Dconvolve_avx2.c126 __m128i *const p_0 = (__m128i *)&dst[i * dst_stride + j]; in av1_convolve_y_sr_general_avx2() local
129 *(uint16_t *)p_0 = (uint16_t)_mm_cvtsi128_si32(res_0); in av1_convolve_y_sr_general_avx2()
229 __m128i *const p_0 = (__m128i *)&dst[i * dst_stride + j]; in av1_convolve_y_sr_general_avx2() local
232 *(uint16_t *)p_0 = (uint16_t)_mm_cvtsi128_si32(res_0); in av1_convolve_y_sr_general_avx2()
492 __m128i *const p_0 = (__m128i *)&dst[i * dst_stride + j]; in av1_convolve_y_sr_general_avx2() local
495 *(uint16_t *)p_0 = (uint16_t)_mm_cvtsi128_si32(res_0); in av1_convolve_y_sr_general_avx2()
591 __m128i *const p_0 = (__m128i *)&dst[i * dst_stride]; in av1_convolve_x_sr_general_avx2() local
593 *(uint16_t *)p_0 = (uint16_t)_mm_cvtsi128_si32(res_0); in av1_convolve_x_sr_general_avx2()
663 __m128i *const p_0 = (__m128i *)&dst[i * dst_stride]; in av1_convolve_x_sr_general_avx2() local
665 *(uint16_t *)p_0 = _mm_cvtsi128_si32(res_0); in av1_convolve_x_sr_general_avx2()
[all …]
Dwarp_plane_avx2.c668 __m128i *const p_0 = in store_vertical_filter_output_avx2() local
683 const __m128i p_16_0 = _mm_loadl_epi64(p_0); in store_vertical_filter_output_avx2()
707 _mm_storel_epi64(p_0, temp_lo_16_0); in store_vertical_filter_output_avx2()
/external/libvpx/vpx_dsp/x86/
Dsubtract_avx2.c24 const __m256i p_0 = _mm256_cvtepu8_epi16(_mm256_castsi256_si128(p)); in subtract32_avx2() local
26 const __m256i d_0 = _mm256_sub_epi16(s_0, p_0); in subtract32_avx2()
40 const __m256i p_0 = _mm256_cvtepu8_epi16(p); in subtract_block_16xn_avx2() local
41 const __m256i d_0 = _mm256_sub_epi16(s_0, p_0); in subtract_block_16xn_avx2()