Searched refs:vpx_highbd_fdct8x8_c (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 662 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_10, 0, VPX_BITS_10), 663 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_12, 0, VPX_BITS_12))); 735 make_tuple(&vpx_highbd_fdct8x8_c, 739 make_tuple(&vpx_highbd_fdct8x8_c,
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 325 vpx_highbd_fdct8x8_c(input, output, stride); in FDCT8x8_2D() 340 vpx_highbd_fdct8x8_c(input, output, stride); in FDCT8x8_2D() 383 vpx_highbd_fdct8x8_c(input, output, stride); in FDCT8x8_2D() 413 vpx_highbd_fdct8x8_c(input, output, stride); in FDCT8x8_2D() 426 vpx_highbd_fdct8x8_c(input, output, stride); in FDCT8x8_2D() 469 vpx_highbd_fdct8x8_c(input, output, stride); in FDCT8x8_2D()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 789 void vpx_highbd_fdct8x8_c(const int16_t *input, tran_low_t *final_output, in vpx_highbd_fdct8x8_c() function
|