Home
last modified time | relevance | path

Searched defs:dist_second (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/
H A Dvp9_highbd_temporal_filter_neon.c29 uint32x4_t dist_second = vmull_u16(vget_high_u16(dist), vget_high_u16(dist)); in highbd_store_dist_8() local
H A Dvp9_temporal_filter_neon.c40 uint16x8_t dist_second = vabdl_u8(vget_high_u8(a_reg), vget_high_u8(b_reg)); in store_dist_16() local
/aosp_15_r20/external/libvpx/vp9/encoder/x86/
H A Dhighbd_temporal_filter_sse4.c33 __m128i dist_first, dist_second; in highbd_store_dist_8() local
H A Dtemporal_filter_sse4.c50 __m128i dist_first, dist_second; in store_dist_16() local