Searched refs:s0l (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | highbd_vpx_convolve_avg_neon.c | 67 uint16x8_t s0l, s0h, s1l, s1h, d0l, d0h, d1l, d1h; in vpx_highbd_convolve_avg_neon() local 69 s0l = vld1q_u16(src); in vpx_highbd_convolve_avg_neon() 80 d0l = vrhaddq_u16(s0l, d0l); in vpx_highbd_convolve_avg_neon()
|
/external/libaom/aom_dsp/x86/ |
D | blend_a64_mask_sse4.c | 1365 const __m128i s0l = xx_loadu_128(src0); in highbd_blend_a64_d16_mask_w16_sse4_1() local 1387 const __m128i mul2_highs = _mm_mulhi_epu16(*mask0l, s0l); in highbd_blend_a64_d16_mask_w16_sse4_1() 1388 const __m128i mul2_lows = _mm_mullo_epi16(*mask0l, s0l); in highbd_blend_a64_d16_mask_w16_sse4_1()
|
/external/libaom/av1/encoder/x86/ |
D | pickrst_avx2.c | 1494 const __m256i s0l = yy_loadu_256(src + j); in av1_highbd_pixel_proj_error_avx2() local 1502 const __m256i diffl = _mm256_sub_epi16(d0l, s0l); in av1_highbd_pixel_proj_error_avx2()
|
D | pickrst_sse4.c | 200 const __m128i s0l = xx_loadu_128(dgd); in acc_stat_highbd_sse41() local 207 const __m128i s1l = _mm_shuffle_epi8(s0l, *shuffle); in acc_stat_highbd_sse41()
|