Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dhighbd_warp_plane_sse4.c552 __m128i res16_lo = _mm_packus_epi32(res32_lo, res32_lo); in av1_highbd_warp_affine_sse4_1() local
553 res16_lo = _mm_min_epi16(res16_lo, clip_pixel); in av1_highbd_warp_affine_sse4_1()
554 _mm_storel_epi64(dst16, res16_lo); in av1_highbd_warp_affine_sse4_1()