Searched refs:h_store_16_unpacklo (Results 1 – 2 of 2) 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()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_intrapred_sse2.c | 106 static INLINE void h_store_16_unpacklo(uint16_t **dst, const ptrdiff_t stride, in h_store_16_unpacklo() function 133 h_store_16_unpacklo(&dst, stride, &row0); in h_predictor_16x8() 134 h_store_16_unpacklo(&dst, stride, &row1); in h_predictor_16x8() 135 h_store_16_unpacklo(&dst, stride, &row2); in h_predictor_16x8() 136 h_store_16_unpacklo(&dst, stride, &row3); in h_predictor_16x8()
|