Home
last modified time | relevance | path

Searched refs:vpx_highbd_idct16x16_256_add_sse2 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc637 &highbd_wrapper<vpx_highbd_idct16x16_256_add_sse2>, TX_16X16, 256, 8, 2),
640 &highbd_wrapper<vpx_highbd_idct16x16_256_add_sse2>, TX_16X16, 256, 10, 2),
643 &highbd_wrapper<vpx_highbd_idct16x16_256_add_sse2>, TX_16X16, 256, 12, 2),
Ddct16x16_test.cc293 vpx_highbd_idct16x16_256_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 10); in idct16x16_256_add_10_sse2()
297 vpx_highbd_idct16x16_256_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 12); in idct16x16_256_add_12_sse2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct16x16_add_sse2.c17 void vpx_highbd_idct16x16_256_add_sse2(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct16x16_256_add_sse2() function
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp_rtcd_defs.pl660 $vpx_highbd_idct16x16_38_add_sse2=vpx_highbd_idct16x16_256_add_sse2;