Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddct16x16_test.cc248 vp9_fht16x16_c(in, out, stride, tx_type); in fht16x16_ref()
775 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 0, VPX_BITS_8),
776 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 1, VPX_BITS_8),
777 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2, VPX_BITS_8),
778 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3, VPX_BITS_8)));
783 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 0, VPX_BITS_8),
784 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 1, VPX_BITS_8),
785 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2, VPX_BITS_8),
786 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3, VPX_BITS_8)));
Ddct_test.cc125 vp9_fht16x16_c(i, o, i_stride, tx_type); in fht_ref()
619 { &vp9_fht16x16_c, &iht_wrapper<vp9_iht16x16_256_add_c>, 16, 1 }
645 { &vp9_fht16x16_c, &iht_wrapper<vp9_iht16x16_256_add_neon>, 16, 1 }
695 { &vp9_fht16x16_c, &iht_wrapper<vp9_iht16x16_256_add_vsx>, 16, 1 }
/external/libvpx/config/generic/
Dvp9_rtcd.h46 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
47 #define vp9_fht16x16 vp9_fht16x16_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h47 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
48 #define vp9_fht16x16 vp9_fht16x16_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h47 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
48 #define vp9_fht16x16 vp9_fht16x16_c
/external/libvpx/config/x86/
Dvp9_rtcd.h50 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
/external/libvpx/config/x86_64/
Dvp9_rtcd.h50 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c743 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, in vp9_fht16x16_c() function
788 vp9_fht16x16_c(input, output, stride, tx_type); in vp9_highbd_fht16x16_c()