Searched refs:vpx_highbd_fdct8x8_c (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 403 make_tuple(&vpx_highbd_fdct8x8_c, 406 make_tuple(&vpx_highbd_fdct8x8_c, 409 make_tuple(&vpx_highbd_fdct8x8_c, 412 make_tuple(&vpx_highbd_fdct8x8_c, 415 make_tuple(&vpx_highbd_fdct8x8_c, 418 make_tuple(&vpx_highbd_fdct8x8_c, 421 make_tuple(&vpx_highbd_fdct8x8_c, 424 make_tuple(&vpx_highbd_fdct8x8_c, 427 make_tuple(&vpx_highbd_fdct8x8_c, 560 make_tuple(&vpx_highbd_fdct8x8_c, [all …]
|
D | fdct8x8_test.cc | 639 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_10, 0, VPX_BITS_10), 640 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_12, 0, VPX_BITS_12))); 710 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_64_add_10_sse2, 714 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_64_add_12_sse2,
|
D | dct_test.cc | 461 { &fdct_wrapper<vpx_highbd_fdct8x8_c>,
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 316 vpx_highbd_fdct8x8_c(input, output, stride); in FDCT8x8_2D() 331 vpx_highbd_fdct8x8_c(input, output, stride); in FDCT8x8_2D() 374 vpx_highbd_fdct8x8_c(input, output, stride); in FDCT8x8_2D() 404 vpx_highbd_fdct8x8_c(input, output, stride); in FDCT8x8_2D() 417 vpx_highbd_fdct8x8_c(input, output, stride); in FDCT8x8_2D() 460 vpx_highbd_fdct8x8_c(input, output, stride); in FDCT8x8_2D()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 775 void vpx_highbd_fdct8x8_c(const int16_t *input, tran_low_t *output, in vpx_highbd_fdct8x8_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 822 void vpx_highbd_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 823 #define vpx_highbd_fdct8x8 vpx_highbd_fdct8x8_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 907 void vpx_highbd_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 908 #define vpx_highbd_fdct8x8 vpx_highbd_fdct8x8_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 907 void vpx_highbd_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 908 #define vpx_highbd_fdct8x8 vpx_highbd_fdct8x8_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1046 void vpx_highbd_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1053 void vpx_highbd_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|