Home
last modified time | relevance | path

Searched defs:res_16bit (Results 1 – 9 of 9) sorted by relevance

/external/libaom/av1/common/x86/
Dwiener_convolve_avx2.c189 const __m256i res_16bit = _mm256_packs_epi32(res_a_round, res_b_round); in av1_wiener_convolve_add_src_avx2() local
233 const __m128i res_16bit = _mm_packus_epi32(reslo, reshi); in av1_wiener_convolve_add_src_avx2() local
Dhighbd_convolve_2d_avx2.c162 __m256i res_16bit = _mm256_packs_epi32(res_a_round, res_b_round); in av1_highbd_convolve_2d_sr_avx2() local
Dhighbd_wiener_convolve_ssse3.c194 __m128i res_16bit = _mm_packs_epi32(res_lo_round, res_hi_round); in av1_highbd_wiener_convolve_add_src_ssse3() local
Dwiener_convolve_sse2.c191 const __m128i res_16bit = _mm_packs_epi32(res_lo_round, res_hi_round); in av1_wiener_convolve_add_src_sse2() local
Dhighbd_wiener_convolve_avx2.c235 const __m256i res_16bit = in av1_highbd_wiener_convolve_add_src_avx2() local
Dhighbd_warp_plane_sse4.c615 __m128i res_16bit = _mm_packs_epi32(res_lo_round, res_hi_round); in av1_highbd_warp_affine_sse4_1() local
Dwarp_plane_sse4.c603 const __m128i res_16bit = _mm_packs_epi32(res_lo_round, res_hi_round); in store_vertical_filter_output() local
Dwarp_plane_avx2.c760 const __m256i res_16bit = _mm256_packs_epi32(res_lo_round, res_hi_round); in store_vertical_filter_output_avx2() local
/external/libaom/aom_dsp/x86/
Dhighbd_convolve_avx2.c146 __m256i res_16bit = _mm256_packs_epi32(res_a_round, res_b_round); in av1_highbd_convolve_y_sr_avx2() local
1037 __m256i res_16bit = _mm256_min_epi32(res_a_round, clip_pixel); in aom_highbd_filter_block1d4_v4_avx2() local
1102 __m256i res_16bit = _mm256_packs_epi32(res_a_round, res_b_round); in aom_highbd_filter_block1d8_v4_avx2() local