Searched refs:h_store_32_unpackhi (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_sse2.c | 123 static INLINE void h_store_32_unpackhi(uint16_t **dst, const ptrdiff_t stride, in h_store_32_unpackhi() function 154 h_store_32_unpackhi(&dst, stride, &row4); in vpx_highbd_h_predictor_32x32_sse2() 155 h_store_32_unpackhi(&dst, stride, &row5); in vpx_highbd_h_predictor_32x32_sse2() 156 h_store_32_unpackhi(&dst, stride, &row6); in vpx_highbd_h_predictor_32x32_sse2() 157 h_store_32_unpackhi(&dst, stride, &row7); in vpx_highbd_h_predictor_32x32_sse2()
|