/external/libvpx/config/arm/ |
vp9_rtcd.h | 65 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 66 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/generic/ |
vp9_rtcd.h | 65 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 66 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/mips32/ |
vp9_rtcd.h | 65 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 66 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/mips32-dspr2/ |
vp9_rtcd.h | 65 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 66 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/mips64/ |
vp9_rtcd.h | 65 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 66 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/arm-neon/ |
vp9_rtcd.h | 68 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 69 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/config/arm64/ |
vp9_rtcd.h | 68 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 69 #define vp9_fwht4x4 vp9_fwht4x4_c
|
/external/libvpx/libvpx/test/ |
fdct4x4_test.cc | 53 vp9_fwht4x4_c(in, out, stride); 464 make_tuple(&vp9_fwht4x4_c, &vpx_iwht4x4_16_add_c, 0, VPX_BITS_8))); 469 make_tuple(&vp9_fwht4x4_c, &vpx_iwht4x4_16_add_c, 0, VPX_BITS_8))); 503 make_tuple(&vp9_fwht4x4_c, &vpx_iwht4x4_16_add_sse2, 0, VPX_BITS_8)));
|
/external/libvpx/config/x86/ |
vp9_rtcd.h | 75 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
vp9_rtcd.h | 75 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 706 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride) { function 803 vp9_fwht4x4_c(input, output, stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_dct.c | 603 void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride) { function [all...] |