Searched refs:vpx_highbd_fdct4x4_c (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct4x4_test.cc | 422 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_10, 0, VPX_BITS_10), 423 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_12, 0, VPX_BITS_12), 525 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_10_sse2, 0, VPX_BITS_10), 527 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_12_sse2, 0, VPX_BITS_12),
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 109 vpx_highbd_fdct4x4_c(input, output, stride); in FDCT4x4_2D() 180 vpx_highbd_fdct4x4_c(input, output, stride); in FDCT4x4_2D() 202 vpx_highbd_fdct4x4_c(input, output, stride); in FDCT4x4_2D() 241 vpx_highbd_fdct4x4_c(input, output, stride); in FDCT4x4_2D()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 784 void vpx_highbd_fdct4x4_c(const int16_t *input, tran_low_t *output, in vpx_highbd_fdct4x4_c() function
|