Searched refs:vp9_highbd_fht4x4_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 64 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 65 #define vp9_highbd_fht4x4 vp9_highbd_fht4x4_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 65 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 66 #define vp9_highbd_fht4x4 vp9_highbd_fht4x4_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 65 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 66 #define vp9_highbd_fht4x4 vp9_highbd_fht4x4_c
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 73 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 74 #define vp9_highbd_fht4x4 vp9_highbd_fht4x4_c
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 73 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 74 #define vp9_highbd_fht4x4 vp9_highbd_fht4x4_c
|
/external/libvpx/libvpx/test/ |
D | dct_test.cc | 610 { &vp9_highbd_fht4x4_c, &highbd_iht_wrapper<vp9_highbd_iht4x4_16_add_c>, 4, 636 { &vp9_highbd_fht4x4_c, &highbd_iht_wrapper<vp9_highbd_iht4x4_16_add_neon>, 4, 674 { &vp9_highbd_fht4x4_c, &highbd_iht_wrapper<vp9_highbd_iht4x4_16_add_sse4_1>,
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 771 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, in vp9_highbd_fht4x4_c() function
|