Searched refs:vpx_highbd_fdct4x4_c (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
H A Dfdct4x4_test.cc422 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/
H A Dfwd_txfm_impl_sse2.h109 vpx_highbd_fdct4x4_c(input, output, stride);
180 vpx_highbd_fdct4x4_c(input, output, stride);
202 vpx_highbd_fdct4x4_c(input, output, stride);
241 vpx_highbd_fdct4x4_c(input, output, stride);
/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c784 void vpx_highbd_fdct4x4_c(const int16_t *input, tran_low_t *output, function

Completed in 150 milliseconds