Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/common/arm/
H A Dhighbd_warp_plane_neon.h110 uint16x8_t cmp_vec = vdupq_n_u16(out_of_boundary_left); in clamp_horizontal() local
118 uint16x8_t cmp_vec = vdupq_n_u16(15 - out_of_boundary_right); in clamp_horizontal() local
/aosp_15_r20/external/rust/crates/vhost-device-vsock/src/
Dtxbuf.rs186 let mut cmp_vec = Vec::with_capacity(data.len()); in test_txbuf_flush_to() localVariable