Searched refs:vp9_fht8x8_c (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 90 vp9_fht8x8_c(in, out, stride, tx_type); in fht8x8_ref() 675 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0, VPX_BITS_8), 684 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1, VPX_BITS_8), 685 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2, VPX_BITS_8), 686 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3, VPX_BITS_8))); 691 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0, VPX_BITS_8), 692 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1, VPX_BITS_8), 693 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2, VPX_BITS_8), 694 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3, VPX_BITS_8))); 709 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 0, VPX_BITS_8), [all …]
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 56 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 57 #define vp9_fht8x8 vp9_fht8x8_c
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 56 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 57 #define vp9_fht8x8 vp9_fht8x8_c
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 56 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 57 #define vp9_fht8x8 vp9_fht8x8_c
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 56 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 57 #define vp9_fht8x8 vp9_fht8x8_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 56 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 57 #define vp9_fht8x8 vp9_fht8x8_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 59 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 60 #define vp9_fht8x8 vp9_fht8x8_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 59 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 60 #define vp9_fht8x8 vp9_fht8x8_c
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 64 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 64 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 674 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, in vp9_fht8x8_c() function 798 vp9_fht8x8_c(input, output, stride, tx_type); in vp9_highbd_fht8x8_c()
|