Searched refs:vp9_fht4x4_c (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct_test.cc | 70 vp9_fht4x4_c(i, o, i_stride, tx_type); in fht_ref() 634 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 4, 0, VPX_BITS_8), 635 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 4, 1, VPX_BITS_8), 636 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 4, 2, VPX_BITS_8), 637 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 4, 3, VPX_BITS_8))); 652 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 4, 0, VPX_BITS_8), 653 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 4, 1, VPX_BITS_8), 654 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 4, 2, VPX_BITS_8), 655 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 4, 3, VPX_BITS_8)));
|
/external/libvpx/config/mips64-msa/ |
D | vp9_rtcd.h | 49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 50 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/config/mips32-msa/ |
D | vp9_rtcd.h | 49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 50 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 50 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 50 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 50 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 50 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 50 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 50 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 51 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 50 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 51 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 53 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 53 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 530 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, in vp9_fht4x4_c() function 773 vp9_fht4x4_c(input, output, stride, tx_type); in vp9_highbd_fht4x4_c()
|