Searched refs:vpx_highbd_fdct16x16_c (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 368 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>, 371 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>, 374 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>, 377 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>, 380 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>, 383 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>, 386 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>, 389 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>, 392 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>, 394 make_tuple(&vpx_highbd_fdct16x16_c, [all …]
|
D | dct16x16_test.cc | 753 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_10, 0, VPX_BITS_10), 754 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_12, 0, VPX_BITS_12), 818 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_256_add_10_sse2, 0, 821 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_256_add_12_sse2, 0,
|
D | dct_test.cc | 463 { &fdct_wrapper<vpx_highbd_fdct16x16_c>,
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 723 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D() 743 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D() 763 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D() 777 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D() 800 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D() 821 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D() 834 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D() 858 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D() 886 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D() 906 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 785 void vpx_highbd_fdct16x16_c(const int16_t *input, tran_low_t *output, in vpx_highbd_fdct16x16_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 804 void vpx_highbd_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 805 #define vpx_highbd_fdct16x16 vpx_highbd_fdct16x16_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 889 void vpx_highbd_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 890 #define vpx_highbd_fdct16x16 vpx_highbd_fdct16x16_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 889 void vpx_highbd_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 890 #define vpx_highbd_fdct16x16 vpx_highbd_fdct16x16_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1024 void vpx_highbd_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1031 void vpx_highbd_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);
|