Searched refs:highbd_transpose8x16 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 987 static INLINE void highbd_transpose8x16(uint16_t *in0, uint16_t *in1, int in_p, in highbd_transpose8x16() function 1033 highbd_transpose8x16(s - 4, s - 4 + pitch * 8, pitch, t_dst, 16); in vpx_highbd_lpf_vertical_4_dual_sse2() 1079 highbd_transpose8x16(s - 4, s - 4 + pitch * 8, pitch, t_dst, 16); in vpx_highbd_lpf_vertical_8_dual_sse2() 1129 highbd_transpose8x16(s - 8, s - 8 + 8 * pitch, pitch, t_dst, 16); in vpx_highbd_lpf_vertical_16_dual_sse2() 1130 highbd_transpose8x16(s, s + 8 * pitch, pitch, t_dst + 8 * 16, 16); in vpx_highbd_lpf_vertical_16_dual_sse2() 1137 highbd_transpose8x16(t_dst, t_dst + 8 * 16, 16, s - 8, pitch); in vpx_highbd_lpf_vertical_16_dual_sse2() 1138 highbd_transpose8x16(t_dst + 8, t_dst + 8 + 8 * 16, 16, s - 8 + 8 * pitch, in vpx_highbd_lpf_vertical_16_dual_sse2()
|