Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dfdct8x8_test.cc87 vp9_fht8x8_c(in, out, stride, tx_type); in fht8x8_ref()
652 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0, VPX_BITS_8),
661 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1, VPX_BITS_8),
662 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2, VPX_BITS_8),
663 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3, VPX_BITS_8)));
668 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0, VPX_BITS_8),
669 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1, VPX_BITS_8),
670 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2, VPX_BITS_8),
671 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3, VPX_BITS_8)));
684 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 0, VPX_BITS_8),
[all …]
Ddct_test.cc123 vp9_fht8x8_c(i, o, i_stride, tx_type); in fht_ref()
618 { &vp9_fht8x8_c, &iht_wrapper<vp9_iht8x8_64_add_c>, 8, 1 },
644 { &vp9_fht8x8_c, &iht_wrapper<vp9_iht8x8_64_add_neon>, 8, 1 },
694 { &vp9_fht8x8_c, &iht_wrapper<vp9_iht8x8_64_add_vsx>, 8, 1 },
/external/libvpx/config/generic/
Dvp9_rtcd.h52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
53 #define vp9_fht8x8 vp9_fht8x8_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h53 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
54 #define vp9_fht8x8 vp9_fht8x8_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h53 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
54 #define vp9_fht8x8 vp9_fht8x8_c
/external/libvpx/config/x86/
Dvp9_rtcd.h58 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
/external/libvpx/config/x86_64/
Dvp9_rtcd.h58 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c660 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, in vp9_fht8x8_c() function
778 vp9_fht8x8_c(input, output, stride, tx_type); in vp9_highbd_fht8x8_c()