Home
last modified time | relevance | path

Searched refs:tmp_res_high (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
298 tmp_res_high = vaddl_s16(res_0246_odd, res_1357_odd); in horizontal_filter_neon()
301 tmp_res_high = vaddq_s32(tmp_res_high, add_const); in horizontal_filter_neon()
303 res = vcombine_u16(vqmovun_s32(tmp_res_low), vqmovun_s32(tmp_res_high)); in horizontal_filter_neon()