Home
last modified time | relevance | path

Searched refs:avg2_low (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c297 const uint16x4_t avg2_low = vget_low_u16(avg2); in vpx_highbd_d45_predictor_4x4_neon() local
299 const uint16x4_t r1 = vext_u16(avg2_low, avg2_high, 1); in vpx_highbd_d45_predictor_4x4_neon()
300 const uint16x4_t r2 = vext_u16(avg2_low, avg2_high, 2); in vpx_highbd_d45_predictor_4x4_neon()
301 const uint16x4_t r3 = vext_u16(avg2_low, avg2_high, 3); in vpx_highbd_d45_predictor_4x4_neon()
304 vst1_u16(dst, avg2_low); in vpx_highbd_d45_predictor_4x4_neon()