Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dwarp_plane_neon.c233 int32x4_t tmp_res_low, tmp_res_high; in horizontal_filter_neon() local
297 tmp_res_low = vaddl_s16(res_0246_even, res_1357_even); in horizontal_filter_neon()
300 tmp_res_low = vaddq_s32(tmp_res_low, add_const); in horizontal_filter_neon()
303 res = vcombine_u16(vqmovun_s32(tmp_res_low), vqmovun_s32(tmp_res_high)); in horizontal_filter_neon()