Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dav1_convolve_scale_sse4.c171 CONV_BUF_TYPE *dst_16_x = dst16 + y * dst16_stride + x; in vfilter8() local
177 const __m128i p_16 = _mm_loadl_epi64((__m128i *)dst_16_x); in vfilter8()
192 _mm_storel_epi64((__m128i *)dst_16_x, shifted_16); in vfilter8()
403 CONV_BUF_TYPE *dst_16_x = dst16 + y * dst16_stride + x; in highbd_vfilter8() local
409 _mm_cvtepu16_epi32(_mm_loadl_epi64((__m128i *)dst_16_x)); in highbd_vfilter8()
427 _mm_storel_epi64((__m128i *)dst_16_x, shifted_16); in highbd_vfilter8()