Searched refs:yy_storeu_256 (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | reconinter_avx2.c | 83 yy_storeu_256(mask, m8); in av1_build_compound_diffwtd_mask_avx2() 105 yy_storeu_256(mask, m8); in av1_build_compound_diffwtd_mask_avx2() 127 yy_storeu_256(mask + j, m8); in av1_build_compound_diffwtd_mask_avx2() 216 yy_storeu_256(mask, _mm256_permute4x64_epi64(m8, 0xd8)); in build_compound_diffwtd_mask_d16_avx2() 233 yy_storeu_256(mask, _mm256_permute4x64_epi64(m8, 0xd8)); in build_compound_diffwtd_mask_d16_avx2() 250 yy_storeu_256(mask, _mm256_permute4x64_epi64(m8, 0xd8)); in build_compound_diffwtd_mask_d16_avx2() 276 yy_storeu_256(mask, _mm256_permute4x64_epi64(m8AB, 0xd8)); in build_compound_diffwtd_mask_d16_avx2() 277 yy_storeu_256(mask + 32, _mm256_permute4x64_epi64(m8CD, 0xd8)); in build_compound_diffwtd_mask_d16_avx2() 321 yy_storeu_256(mask, _mm256_permute4x64_epi64(m8AB, 0xd8)); in build_compound_diffwtd_mask_d16_avx2() 322 yy_storeu_256(mask + 32, _mm256_permute4x64_epi64(m8CD, 0xd8)); in build_compound_diffwtd_mask_d16_avx2() [all …]
|
D | selfguided_avx2.c | 268 yy_storeu_256(A + i * buf_stride + j, a_res); in calc_ab() 281 yy_storeu_256(B + i * buf_stride + j, b_res); in calc_ab() 347 yy_storeu_256(dst + i * dst_stride + j, w); in final_filter() 405 yy_storeu_256(A + i * buf_stride + j, a_res); in calc_ab_fast() 418 yy_storeu_256(B + i * buf_stride + j, b_res); in calc_ab_fast() 526 yy_storeu_256(dst + i * dst_stride + j, w); in final_filter_fast() 543 yy_storeu_256(dst + i * dst_stride + j, w); in final_filter_fast() 709 yy_storeu_256(CONVERT_TO_SHORTPTR(dst8 + m), res); in apply_selfguided_restoration_avx2()
|
D | highbd_wiener_convolve_avx2.c | 135 yy_storeu_256(temp + i * MAX_SB_SIZE + j, res_clamped); in av1_highbd_wiener_convolve_add_src_avx2() 241 yy_storeu_256(dst + i * dst_stride + j, res_16bit_clamped); in av1_highbd_wiener_convolve_add_src_avx2()
|
D | wiener_convolve_avx2.c | 143 yy_storeu_256(temp + i * MAX_SB_SIZE + j, res_clamped); in av1_wiener_convolve_add_src_avx2()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | encodetxb_avx2.c | 34 yy_storeu_256(bottom_buf, y_zeros); in av1_txb_init_levels_avx2() 49 yy_storeu_256(ls, res); in av1_txb_init_levels_avx2() 115 yy_storeu_256(ls, res); in av1_txb_init_levels_avx2()
|
D | rdopt_avx2.c | 90 yy_storeu_256(xy_xz_tmp, hadd_xy_xz); in av1_get_horver_correlation_full_avx2() 97 yy_storeu_256(x_x2_tmp, hadd_x_x2); in av1_get_horver_correlation_full_avx2()
|
D | pickrst_avx2.c | 27 yy_storeu_256(dst, r0); in acc_stat_avx2() 149 yy_storeu_256(dst, _mm256_add_epi64(d0l, dst0)); in acc_stat_highbd_avx2() 155 yy_storeu_256(dst + 4, _mm256_add_epi64(d0h, dst1)); in acc_stat_highbd_avx2() 620 yy_storeu_256(sum, sum64); in av1_lowbd_pixel_proj_error_avx2() 840 yy_storeu_256(sum, sum64); in av1_highbd_pixel_proj_error_avx2()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | synonyms_avx2.h | 42 static INLINE void yy_storeu_256(void *const a, const __m256i v) { in yy_storeu_256() function
|
D | blend_a64_mask_avx2.c | 506 yy_storeu_256(dst + c, v_res_b); in blend_a64_mask_sx_sy_w32n_avx2() 631 yy_storeu_256(dst + c, v_res_b); in blend_a64_mask_sx_w32n_avx2() 734 yy_storeu_256(dst + c, v_res_b); in blend_a64_mask_sy_w32n_avx2() 806 yy_storeu_256(dst + c, v_res_b); in blend_a64_mask_w32n_avx2() 1227 yy_storeu_256(dst, clipa); in highbd_blend_a64_d16_mask_w16_avx2() 1228 yy_storeu_256(dst + dst_stride, clipb); in highbd_blend_a64_d16_mask_w16_avx2()
|