Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dfdct8x8_test.cc653 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 0, VPX_BITS_10),
654 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 1, VPX_BITS_10),
655 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 2, VPX_BITS_10),
656 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 3, VPX_BITS_10),
657 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 0, VPX_BITS_12),
658 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 1, VPX_BITS_12),
659 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 2, VPX_BITS_12),
660 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 3, VPX_BITS_12),
Ddct_test.cc612 { &vp9_highbd_fht8x8_c, &highbd_iht_wrapper<vp9_highbd_iht8x8_64_add_c>, 8,
638 { &vp9_highbd_fht8x8_c, &highbd_iht_wrapper<vp9_highbd_iht8x8_64_add_neon>, 8,
676 { vp9_highbd_fht8x8_c, &highbd_iht_wrapper<vp9_highbd_iht8x8_64_add_sse4_1>,
/external/libvpx/config/generic/
Dvp9_rtcd.h67 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
68 #define vp9_highbd_fht8x8 vp9_highbd_fht8x8_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h68 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
69 #define vp9_highbd_fht8x8 vp9_highbd_fht8x8_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h68 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
69 #define vp9_highbd_fht8x8 vp9_highbd_fht8x8_c
/external/libvpx/config/x86/
Dvp9_rtcd.h76 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
77 #define vp9_highbd_fht8x8 vp9_highbd_fht8x8_c
/external/libvpx/config/x86_64/
Dvp9_rtcd.h76 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
77 #define vp9_highbd_fht8x8 vp9_highbd_fht8x8_c
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c776 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, in vp9_highbd_fht8x8_c() function