Searched refs:vp9_highbd_fwht4x4_c (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/config/mips64-msa/ |
D | vp9_rtcd.h | 70 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 71 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
|
/external/libvpx/config/mips32-msa/ |
D | vp9_rtcd.h | 70 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 71 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 70 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 71 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 70 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 71 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 70 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 71 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 70 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 71 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 70 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 71 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 71 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 72 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 71 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 72 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 78 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 79 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 78 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 79 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
|
/external/libvpx/libvpx/test/ |
D | dct_test.cc | 721 make_tuple(&vp9_highbd_fwht4x4_c, &iwht4x4_10, 4, 0, VPX_BITS_10), 722 make_tuple(&vp9_highbd_fwht4x4_c, &iwht4x4_12, 4, 0, VPX_BITS_12),
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 781 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, in vp9_highbd_fwht4x4_c() function
|