Searched refs:h_store_16_unpacklo (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_sse2.c | 69 static INLINE void h_store_16_unpacklo(uint16_t **dst, const ptrdiff_t stride, in h_store_16_unpacklo() function 102 h_store_16_unpacklo(&dst, stride, &row0); in vpx_highbd_h_predictor_16x16_sse2() 103 h_store_16_unpacklo(&dst, stride, &row1); in vpx_highbd_h_predictor_16x16_sse2() 104 h_store_16_unpacklo(&dst, stride, &row2); in vpx_highbd_h_predictor_16x16_sse2() 105 h_store_16_unpacklo(&dst, stride, &row3); in vpx_highbd_h_predictor_16x16_sse2()
|