Searched refs:highbd_transpose8x16 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_loopfilter_sse2.c987 static INLINE void highbd_transpose8x16(uint16_t *in0, uint16_t *in1, int in_p, function
1033 highbd_transpose8x16(s - 4, s - 4 + p * 8, p, t_dst, 16);
1079 highbd_transpose8x16(s - 4, s - 4 + p * 8, p, t_dst, 16);
1128 highbd_transpose8x16(s - 8, s - 8 + 8 * p, p, t_dst, 16);
1129 highbd_transpose8x16(s, s + 8 * p, p, t_dst + 8 * 16, 16);
1136 highbd_transpose8x16(t_dst, t_dst + 8 * 16, 16, s - 8, p);
1137 highbd_transpose8x16(t_dst + 8, t_dst + 8 + 8 * 16, 16, s - 8 + 8 * p, p);

Completed in 371 milliseconds