Searched refs:vp9_fht16x16_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct16x16_test.cc | 248 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)));
|
D | dct_test.cc | 125 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/ |
D | vp9_rtcd.h | 46 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/ |
D | vp9_rtcd.h | 47 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/ |
D | vp9_rtcd.h | 47 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/ |
D | vp9_rtcd.h | 50 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 50 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 743 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()
|