Home
last modified time | relevance | path

Searched refs:vpx_highbd_fdct32x32_rd_c (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/test/
Ddct32x32_test.cc324 make_tuple(&vpx_highbd_fdct32x32_rd_c, &idct32x32_10, 1, VPX_BITS_10),
326 make_tuple(&vpx_highbd_fdct32x32_rd_c, &idct32x32_12, 1, VPX_BITS_12),
/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c800 void vpx_highbd_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, in vpx_highbd_fdct32x32_rd_c() function
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h816 void vpx_highbd_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
817 #define vpx_highbd_fdct32x32_rd vpx_highbd_fdct32x32_rd_c
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h901 void vpx_highbd_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
902 #define vpx_highbd_fdct32x32_rd vpx_highbd_fdct32x32_rd_c
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h901 void vpx_highbd_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
902 #define vpx_highbd_fdct32x32_rd vpx_highbd_fdct32x32_rd_c
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h1038 void vpx_highbd_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h1045 void vpx_highbd_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_sse2.h48 #define HIGH_FDCT32x32_2D_C vpx_highbd_fdct32x32_rd_c