Home
last modified time | relevance | path

Searched defs:thresh_u16 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/av1/encoder/arm/
Dhighbd_temporal_filter_neon.c444 uint16x8_t thresh_u16 = vcltq_u16(ga, thresh); in av1_highbd_estimate_noise_from_single_plane_neon() local
498 uint16x4_t thresh_u16 = vclt_u16(ga, vget_low_u16(thresh)); in av1_highbd_estimate_noise_from_single_plane_neon() local
Dtemporal_filter_neon.c449 uint16x8_t thresh_u16 = vcltq_u16(ga, thresh); in av1_estimate_noise_from_single_plane_neon() local
502 uint16x8_t thresh_u16 = vandq_u16(vcltq_u16(ga, thresh), mask); in av1_estimate_noise_from_single_plane_neon() local