Home
last modified time | relevance | path

Searched defs:weights_x_v (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dintrapred_smooth_neon.cc64 const uint8x8_t weights_x_v = Load4(kSmoothWeights + width - 4); in Smooth4xN_NEON() local
119 const uint8x8_t weights_x_v = vld1_u8(kSmoothWeights + width - 4); in Smooth8xN_NEON() local
188 uint8x16_t weights_x_v[4]; in Smooth16PlusxN_NEON() local
636 const uint16x4_t weights_x_v = vld1_u16(kSmoothWeights); in Smooth4xH_NEON() local
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dintrapred_neon.c2456 uint8x8_t weights_x_v = load_u8_4x1(smooth_weights); in smooth_4xh_neon() local
2509 const uint8x8_t weights_x_v = vld1_u8(smooth_weights + 4); in smooth_8xh_neon() local
H A Dhighbd_intrapred_neon.c945 const uint16x4_t weights_x_v = vld1_u16(smooth_weights_u16); in highbd_smooth_4xh_neon() local