Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon.c777 static INLINE void h_store_16x8(uint8_t **dst, const ptrdiff_t stride, in h_store_16x8() function
811 h_store_16x8(&dst, stride, vget_low_u8(left_u8q)); in vpx_h_predictor_16x16_neon()
812 h_store_16x8(&dst, stride, vget_high_u8(left_u8q)); in vpx_h_predictor_16x16_neon()