Searched refs:vp9_fwht4x4_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct4x4_test.cc | 52 vp9_fwht4x4_c(in, out, stride); in fwht4x4_ref() 340 make_tuple(&vp9_fwht4x4_c, &vp9_iwht4x4_16_add_c, 0)));
|
/external/libvpx/armv7a/ |
D | vp9_rtcd.h | 232 void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride); 233 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 232 void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride); 233 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 232 void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride); 233 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 243 void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride); 244 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 242 void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride); 243 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 636 void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride) { in vp9_fwht4x4_c() function
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 257 void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride);
|