Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dhighbd_warp_plane_sse4.c584 __m128i res16_hi = _mm_packus_epi32(res32_hi, res32_hi); in av1_highbd_warp_affine_sse4_1() local
585 res16_hi = _mm_min_epi16(res16_hi, clip_pixel); in av1_highbd_warp_affine_sse4_1()
586 _mm_storel_epi64(dst16_4, res16_hi); in av1_highbd_warp_affine_sse4_1()