Searched refs:highbd_load_transpose_32bit_8x4 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct32x32_add_sse4.c | 336 highbd_load_transpose_32bit_8x4(&input[0], 32, &in[0]); in vpx_highbd_idct32x32_1024_add_sse4_1() 337 highbd_load_transpose_32bit_8x4(&input[8], 32, &in[8]); in vpx_highbd_idct32x32_1024_add_sse4_1() 338 highbd_load_transpose_32bit_8x4(&input[16], 32, &in[16]); in vpx_highbd_idct32x32_1024_add_sse4_1() 339 highbd_load_transpose_32bit_8x4(&input[24], 32, &in[24]); in vpx_highbd_idct32x32_1024_add_sse4_1() 555 highbd_load_transpose_32bit_8x4(&input[0], 32, &in[0]); in vpx_highbd_idct32x32_135_add_sse4_1() 556 highbd_load_transpose_32bit_8x4(&input[8], 32, &in[8]); in vpx_highbd_idct32x32_135_add_sse4_1() 746 highbd_load_transpose_32bit_8x4(&input[0], 32, &in[0]); in vpx_highbd_idct32x32_34_add_sse4_1() 747 highbd_load_transpose_32bit_8x4(&input[8], 32, &in[8]); in vpx_highbd_idct32x32_34_add_sse4_1()
|
D | highbd_idct32x32_add_sse2.c | 332 highbd_load_transpose_32bit_8x4(&input[0], 32, &in[0]); in vpx_highbd_idct32x32_1024_add_sse2() 333 highbd_load_transpose_32bit_8x4(&input[8], 32, &in[8]); in vpx_highbd_idct32x32_1024_add_sse2() 334 highbd_load_transpose_32bit_8x4(&input[16], 32, &in[16]); in vpx_highbd_idct32x32_1024_add_sse2() 335 highbd_load_transpose_32bit_8x4(&input[24], 32, &in[24]); in vpx_highbd_idct32x32_1024_add_sse2() 555 highbd_load_transpose_32bit_8x4(&input[0], 32, &in[0]); in vpx_highbd_idct32x32_135_add_sse2() 556 highbd_load_transpose_32bit_8x4(&input[8], 32, &in[8]); in vpx_highbd_idct32x32_135_add_sse2() 758 highbd_load_transpose_32bit_8x4(&input[0], 32, &in[0]); in vpx_highbd_idct32x32_34_add_sse2() 759 highbd_load_transpose_32bit_8x4(&input[8], 32, &in[8]); in vpx_highbd_idct32x32_34_add_sse2()
|
D | highbd_idct16x16_add_sse4.c | 234 highbd_load_transpose_32bit_8x4(&input[0], 16, &in[0]); in vpx_highbd_idct16x16_256_add_sse4_1() 235 highbd_load_transpose_32bit_8x4(&input[8], 16, &in[8]); in vpx_highbd_idct16x16_256_add_sse4_1() 285 highbd_load_transpose_32bit_8x4(input, 16, in); in vpx_highbd_idct16x16_38_add_sse4_1()
|
D | highbd_idct16x16_add_sse2.c | 235 highbd_load_transpose_32bit_8x4(&input[0], 16, &in[0]); in vpx_highbd_idct16x16_256_add_sse2() 236 highbd_load_transpose_32bit_8x4(&input[8], 16, &in[8]); in vpx_highbd_idct16x16_256_add_sse2() 286 highbd_load_transpose_32bit_8x4(input, 16, in); in vpx_highbd_idct16x16_38_add_sse2()
|
D | highbd_inv_txfm_sse2.h | 359 static INLINE void highbd_load_transpose_32bit_8x4(const tran_low_t *input, in highbd_load_transpose_32bit_8x4() function
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht16x16_add_sse4.c | 391 highbd_load_transpose_32bit_8x4(&input[0], 16, &in[0]); in vp9_highbd_iht16x16_256_add_sse4_1() 392 highbd_load_transpose_32bit_8x4(&input[8], 16, &in[8]); in vp9_highbd_iht16x16_256_add_sse4_1()
|