Searched refs:highbd_transpose (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 889 static INLINE void highbd_transpose(uint16_t *src[], int in_p, uint16_t *dst[], in highbd_transpose() function 997 highbd_transpose(src0, in_p, dest0, out_p, 1); in highbd_transpose8x16() 998 highbd_transpose(src1, in_p, dest1, out_p, 1); in highbd_transpose8x16() 1012 highbd_transpose(src, pitch, dst, 8, 1); in vpx_highbd_lpf_vertical_4_sse2() 1021 highbd_transpose(src, 8, dst, pitch, 1); in vpx_highbd_lpf_vertical_4_sse2() 1044 highbd_transpose(src, 16, dst, pitch, 2); in vpx_highbd_lpf_vertical_4_dual_sse2() 1058 highbd_transpose(src, pitch, dst, 8, 1); in vpx_highbd_lpf_vertical_8_sse2() 1067 highbd_transpose(src, 8, dst, pitch, 1); in vpx_highbd_lpf_vertical_8_sse2() 1091 highbd_transpose(src, 16, dst, pitch, 2); in vpx_highbd_lpf_vertical_8_dual_sse2() 1108 highbd_transpose(src, pitch, dst, 8, 2); in vpx_highbd_lpf_vertical_16_sse2() [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_avx2.c | 1951 static void highbd_transpose(const uint16_t *src, ptrdiff_t pitchSrc, in highbd_transpose() function 3202 highbd_transpose(dstT, 64, dst, stride, 64, 64); in highbd_dr_prediction_z3_64x64_avx2() 3270 highbd_transpose(dstT, 64, dst, stride, 32, 64); in highbd_dr_prediction_z3_32x64_avx2() 3279 highbd_transpose(dstT, 32, dst, stride, 64, 32); in highbd_dr_prediction_z3_64x32_avx2() 3294 highbd_transpose(dstT, 64, dst, stride, 16, 64); in highbd_dr_prediction_z3_16x64_avx2()
|