Searched refs:vpx_highbd_fdct32x32_rd_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct32x32_test.cc | 324 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/ |
D | fwd_txfm.c | 800 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/ |
D | vpx_dsp_rtcd.h | 816 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/ |
D | vpx_dsp_rtcd.h | 901 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/ |
D | vpx_dsp_rtcd.h | 901 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/ |
D | vpx_dsp_rtcd.h | 1038 void vpx_highbd_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1045 void vpx_highbd_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_dct32x32_impl_sse2.h | 48 #define HIGH_FDCT32x32_2D_C vpx_highbd_fdct32x32_rd_c
|