Home
last modified time | relevance | path

Searched refs:xx_storel_32 (Results 1 – 15 of 15) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dconvolve_avx2.c128 xx_storel_32(&dst[i * dst_stride + j], res_0); in av1_convolve_y_sr_avx2()
129 xx_storel_32(&dst[i * dst_stride + j + dst_stride], res_1); in av1_convolve_y_sr_avx2()
241 xx_storel_32(&dst[i * dst_stride + j], res_0); in av1_convolve_y_sr_avx2()
242 xx_storel_32(&dst[i * dst_stride + j + dst_stride], res_1); in av1_convolve_y_sr_avx2()
327 xx_storel_32(&dst[i * dst_stride], res_0); in av1_convolve_x_sr_avx2()
328 xx_storel_32(&dst[i * dst_stride + dst_stride], res_1); in av1_convolve_x_sr_avx2()
399 xx_storel_32(&dst[i * dst_stride], res_0); in av1_convolve_x_sr_avx2()
400 xx_storel_32(&dst[i * dst_stride + dst_stride], res_1); in av1_convolve_x_sr_avx2()
Dfilterintra_sse4.c66 xx_storel_32(&buffer[r][c], out_r); in av1_filter_intra_predictor_sse4_1()
67 xx_storel_32(&buffer[r + 1][c], out_r1); in av1_filter_intra_predictor_sse4_1()
Dconvolve_2d_avx2.c170 xx_storel_32(p_0, res_0); in av1_convolve_2d_sr_avx2()
171 xx_storel_32(p_1, res_1); in av1_convolve_2d_sr_avx2()
Dhighbd_convolve_2d_avx2.c171 xx_storel_32((__m128i *)&dst[i * dst_stride + j], in av1_highbd_convolve_2d_sr_avx2()
173 xx_storel_32((__m128i *)&dst[i * dst_stride + j + dst_stride], in av1_highbd_convolve_2d_sr_avx2()
Dav1_convolve_horiz_rs_sse4.c124 xx_storel_32(&dst_y[x], shifted_8); in av1_convolve_horiz_rs_sse4_1()
/external/libaom/libaom/aom_dsp/x86/
Dloopfilter_sse2.c348 xx_storel_32(s - 1 * p, ps1ps0); in aom_lpf_horizontal_4_sse2()
349 xx_storel_32(s - 2 * p, _mm_srli_si128(ps1ps0, 4)); in aom_lpf_horizontal_4_sse2()
350 xx_storel_32(s + 0 * p, qs1qs0); in aom_lpf_horizontal_4_sse2()
351 xx_storel_32(s + 1 * p, _mm_srli_si128(qs1qs0, 4)); in aom_lpf_horizontal_4_sse2()
383 xx_storel_32(s + 0 * p - 2, d0); in aom_lpf_vertical_4_sse2()
384 xx_storel_32(s + 1 * p - 2, d1); in aom_lpf_vertical_4_sse2()
385 xx_storel_32(s + 2 * p - 2, d2); in aom_lpf_vertical_4_sse2()
386 xx_storel_32(s + 3 * p - 2, d3); in aom_lpf_vertical_4_sse2()
390 xx_storel_32(s - (num + 1) * p, x); in store_buffer_horz_8()
391 xx_storel_32(s + num * p, _mm_srli_si128(x, 4)); in store_buffer_horz_8()
[all …]
Dsynonyms.h49 static INLINE void xx_storel_32(void *const a, const __m128i v) { in xx_storel_32() function
Dvariance_impl_ssse3.c121 xx_storel_32(b, res); in aom_var_filter_block2d_bil_second_pass_ssse3()
Dconvolve_avx2.h138 xx_storel_32(p_0, res_0); \
139 xx_storel_32(p_1, res_1); \
Dblend_a64_vmask_sse4.c46 xx_storel_32(dst, v_res_b); in blend_a64_vmask_w4_sse4_1()
Dmasked_variance_intrin_ssse3.c315 xx_storel_32((__m128i *)b, x); in bilinear_filter4xh()
324 xx_storel_32((__m128i *)b, _mm_avg_epu8(x, z)); in bilinear_filter4xh()
360 xx_storel_32((__m128i *)b, _mm_packus_epi16(v0, v0)); in bilinear_filter4xh()
370 xx_storel_32((__m128i *)dst, _mm_avg_epu8(x, y)); in bilinear_filter4xh()
Dhighbd_convolve_avx2.c245 xx_storel_32((__m128i *)&dst[i * dst_stride + j], in av1_highbd_convolve_y_sr_avx2()
247 xx_storel_32((__m128i *)&dst[i * dst_stride + j + dst_stride], in av1_highbd_convolve_y_sr_avx2()
352 xx_storel_32((__m128i *)&dst[i * dst_stride + j], in av1_highbd_convolve_x_sr_avx2()
354 xx_storel_32((__m128i *)&dst[i * dst_stride + j + dst_stride], in av1_highbd_convolve_x_sr_avx2()
Dblend_mask_sse4.h42 xx_storel_32(dst, res); in blend_a64_d16_mask_w4_sse41()
Dblend_a64_mask_avx2.c538 xx_storel_32(dst, v_res_b); in blend_a64_mask_sx_sy_avx2()
659 xx_storel_32(dst, v_res_b); in blend_a64_mask_sx_avx2()
758 xx_storel_32(dst, v_res_b); in blend_a64_mask_sy_avx2()
828 xx_storel_32(dst, v_res_b); in blend_a64_mask_avx2()
Dblend_a64_mask_sse4.c43 xx_storel_32(dst, v_res_b); in blend_a64_mask_w4_sse4_1()
120 xx_storel_32(dst, v_res_b); in blend_a64_mask_sx_w4_sse4_1()
210 xx_storel_32(dst, v_res_b); in blend_a64_mask_sy_w4_sse4_1()
296 xx_storel_32(dst, v_res_b); in blend_a64_mask_sx_sy_w4_sse4_1()