Home
last modified time | relevance | path

Searched refs:vp9_highbd_fwht4x4_c (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/config/generic/
Dvp9_rtcd.h70 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-neon/
Dvp9_rtcd.h71 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/arm64/
Dvp9_rtcd.h71 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/
Dvp9_rtcd.h79 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
80 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
/external/libvpx/config/x86_64/
Dvp9_rtcd.h79 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
80 #define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
/external/libvpx/libvpx/test/
Ddct_test.cc723 { &fdct_wrapper<vp9_highbd_fwht4x4_c>,
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c781 void vp9_highbd_fwht4x4_c(const int16_t *input, tran_low_t *output, in vp9_highbd_fwht4x4_c() function