Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc422 make_tuple(&vpx_highbd_fdct4x4_c,
425 make_tuple(&vpx_highbd_fdct4x4_c,
428 make_tuple(&vpx_highbd_fdct4x4_c,
431 make_tuple(&vpx_highbd_fdct4x4_c,
434 make_tuple(&vpx_highbd_fdct4x4_c,
437 make_tuple(&vpx_highbd_fdct4x4_c,
574 make_tuple(&vpx_highbd_fdct4x4_c,
578 &vpx_highbd_fdct4x4_c, &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>,
581 &vpx_highbd_fdct4x4_c, &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>,
583 make_tuple(&vpx_highbd_fdct4x4_c, &highbd_wrapper<vpx_highbd_idct4x4_1_add_c>,
[all …]
Dfdct4x4_test.cc391 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_10, 0, VPX_BITS_10),
392 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_12, 0, VPX_BITS_12),
483 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_10_sse2, 0, VPX_BITS_10),
485 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_12_sse2, 0, VPX_BITS_12),
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_impl_sse2.h101 vpx_highbd_fdct4x4_c(input, output, stride); in FDCT4x4_2D()
172 vpx_highbd_fdct4x4_c(input, output, stride); in FDCT4x4_2D()
194 vpx_highbd_fdct4x4_c(input, output, stride); in FDCT4x4_2D()
233 vpx_highbd_fdct4x4_c(input, output, stride); in FDCT4x4_2D()
/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c770 void vpx_highbd_fdct4x4_c(const int16_t *input, tran_low_t *output, in vpx_highbd_fdct4x4_c() function