Searched refs:h_store_32_unpacklo (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_sse2.c | 113 static INLINE void h_store_32_unpacklo(uint16_t **dst, const ptrdiff_t stride, in h_store_32_unpacklo() function 150 h_store_32_unpacklo(&dst, stride, &row0); in vpx_highbd_h_predictor_32x32_sse2() 151 h_store_32_unpacklo(&dst, stride, &row1); in vpx_highbd_h_predictor_32x32_sse2() 152 h_store_32_unpacklo(&dst, stride, &row2); in vpx_highbd_h_predictor_32x32_sse2() 153 h_store_32_unpacklo(&dst, stride, &row3); in vpx_highbd_h_predictor_32x32_sse2()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_intrapred_sse2.c | 177 static INLINE void h_store_32_unpacklo(uint16_t **dst, const ptrdiff_t stride, in h_store_32_unpacklo() function 208 h_store_32_unpacklo(&dst, stride, &row0); in h_predictor_32x8() 209 h_store_32_unpacklo(&dst, stride, &row1); in h_predictor_32x8() 210 h_store_32_unpacklo(&dst, stride, &row2); in h_predictor_32x8() 211 h_store_32_unpacklo(&dst, stride, &row3); in h_predictor_32x8()
|