Home
last modified time | relevance | path

Searched refs:vpx_highbd_idct8x8_64_add_sse2 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc664 &highbd_wrapper<vpx_highbd_idct8x8_64_add_sse2>, TX_8X8, 64, 8, 2),
667 &highbd_wrapper<vpx_highbd_idct8x8_64_add_sse2>, TX_8X8, 64, 10, 2),
670 &highbd_wrapper<vpx_highbd_idct8x8_64_add_sse2>, TX_8X8, 64, 12, 2),
Dfdct8x8_test.cc125 vpx_highbd_idct8x8_64_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_64_add_10_sse2()
129 vpx_highbd_idct8x8_64_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_64_add_12_sse2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct8x8_add_sse2.c17 void vpx_highbd_idct8x8_64_add_sse2(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct8x8_64_add_sse2() function