Home
last modified time | relevance | path

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

/external/libvpx/vpx_dsp/arm/
Dintrapred_neon.c1013 const uint8x16_t above_high = vld1q_u8(above + 16); in vpx_tm_predictor_32x32_neon() local
1019 vsubl_u8(vget_low_u8(above_high), vget_low_u8(top_left))); in vpx_tm_predictor_32x32_neon()
1021 vsubl_u8(vget_high_u8(above_high), vget_high_u8(top_left))); in vpx_tm_predictor_32x32_neon()