Searched refs:vp9_fwht4x4_c (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/config/mips64-msa/ |
D | vp9_rtcd.h | 55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 56 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/mips32-msa/ |
D | vp9_rtcd.h | 55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 56 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 56 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 56 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 56 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 56 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 56 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 56 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 57 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 56 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 57 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/libvpx/test/ |
D | dct_test.cc | 81 vp9_fwht4x4_c(in.TopLeftPixel(), out->TopLeftPixel(), in.stride()); in fwht_ref() 723 make_tuple(&vp9_fwht4x4_c, &vpx_iwht4x4_16_add_c, 4, 0, VPX_BITS_8))); 726 ::testing::Values(make_tuple(&vp9_fwht4x4_c,
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 61 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 61 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 689 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride) { in vp9_fwht4x4_c() function 783 vp9_fwht4x4_c(input, output, stride); in vp9_highbd_fwht4x4_c()
|