Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dintrapred_smooth_neon.cc63 const uint8x8_t bottom_left_v = vdup_n_u8(bottom_left); in Smooth4xN_NEON() local
118 const uint8x8_t bottom_left_v = vdup_n_u8(bottom_left); in Smooth8xN_NEON() local
186 const uint8x8_t bottom_left_v = vdup_n_u8(bottom_left); in Smooth16PlusxN_NEON() local
256 const uint8x8_t bottom_left_v = vdup_n_u8(bottom_left); in SmoothVertical4Or8xN_NEON() local
310 const uint8x8_t bottom_left_v = vdup_n_u8(bottom_left); in SmoothVertical16PlusxN_NEON() local
635 const uint16x4_t bottom_left_v = vdup_n_u16(bottom_left); in Smooth4xH_NEON() local
697 const uint16x4_t bottom_left_v = vdup_n_u16(bottom_left); in Smooth8xH_NEON() local
743 const uint16x4_t bottom_left_v = vdup_n_u16(bottom_left); in SmoothWxH_NEON() local
778 const uint16x4_t bottom_left_v = vdup_n_u16(bottom_left); in SmoothVertical4xH_NEON() local
806 const uint16x4_t bottom_left_v = vdup_n_u16(bottom_left); in SmoothVertical8xH_NEON() local
[all …]
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_intrapred_neon.c944 const uint16x4_t bottom_left_v = vdup_n_u16(bottom_left); in highbd_smooth_4xh_neon() local
1003 const uint16x4_t bottom_left_v = vdup_n_u16(bottom_left); in highbd_smooth_8xh_neon() local
1147 const uint16x4_t bottom_left_v = vdup_n_u16(bottom_left); in highbd_smooth_v_4xh_neon() local
1169 const uint16x4_t bottom_left_v = vdup_n_u16(bottom_left); in highbd_smooth_v_8xh_neon() local
H A Dintrapred_neon.c2455 const uint8x8_t bottom_left_v = vdup_n_u8(bottom_left); in smooth_4xh_neon() local
2508 const uint8x8_t bottom_left_v = vdup_n_u8(bottom_left); in smooth_8xh_neon() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dresize_bilinear_op.cc190 const __m128 bottom_left_v = load_3xfloat_v(ys_input_upper_ptr + xs_lower); in ResizeLine3ChannelsVector() local