Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dsubtract_vsx.c58 const int16x8_t d0l = in vpx_subtract_block_vsx() local
67 vec_vsx_st(d0l, 16, diff + c); in vpx_subtract_block_vsx()
80 const int16x8_t d0l = vec_sub(unpack_to_s16_l(s0), unpack_to_s16_l(p0)); in vpx_subtract_block_vsx() local
83 vec_vsx_st(d0l, 16, diff); in vpx_subtract_block_vsx()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_vpx_convolve_avg_neon.c67 uint16x8_t s0l, s0h, s1l, s1h, d0l, d0h, d1l, d1h; in vpx_highbd_convolve_avg_neon() local
71 d0l = vld1q_u16(dst); in vpx_highbd_convolve_avg_neon()
80 d0l = vrhaddq_u16(s0l, d0l); in vpx_highbd_convolve_avg_neon()
85 vst1q_u16(dst, d0l); in vpx_highbd_convolve_avg_neon()
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_avx2.c146 const __m256i d0l = _mm256_cvtepu32_epi64(_mm256_extracti128_si256(d0, 0)); in acc_stat_highbd_avx2() local
149 yy_storeu_256(dst, _mm256_add_epi64(d0l, dst0)); in acc_stat_highbd_avx2()
739 const __m256i d0l = _mm256_cvtepu16_epi32(_mm256_castsi256_si128(d0)); in av1_highbd_pixel_proj_error_avx2() local
751 const __m256i d0l_xq = _mm256_mullo_epi32(d0l, xq_inactive); in av1_highbd_pixel_proj_error_avx2()
806 const __m256i d0l = yy_loadu_256(dat + j); in av1_highbd_pixel_proj_error_avx2() local
810 const __m256i diffl = _mm256_sub_epi16(d0l, s0l); in av1_highbd_pixel_proj_error_avx2()
Dpickrst_sse4.c736 const __m128i d0l = _mm_cvtepu16_epi32(d0); in av1_highbd_pixel_proj_error_sse4_1() local
747 const __m128i d0l_xq = _mm_mullo_epi32(d0l, xq_inactive); in av1_highbd_pixel_proj_error_sse4_1()