Searched defs:vp9_fwht4x4 (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp9_rtcd.h225 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp9_rtcd.h235 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp9_rtcd.h235 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp9_rtcd.h227 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp9_rtcd.h225 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp9_rtcd.h274 RTCD_EXTERN void (*vp9_fwht4x4)(const int16_t *input, tran_low_t *output, int stride); variable
974 vp9_fwht4x4 = vp9_fwht4x4_c;
975 if (flags & HAS_MMX) vp9_fwht4x4 = vp9_fwht4x4_mmx;
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
H A Dvp9_rtcd.h225 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp9_rtcd.h225 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvp9_rtcd.h275 #define vp9_fwht4x4 vp9_fwht4x4_mmx macro
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp9_rtcd.h251 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvp9_rtcd.h275 #define vp9_fwht4x4 vp9_fwht4x4_mmx macro
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvp9_rtcd.h225 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvp9_rtcd.h274 RTCD_EXTERN void (*vp9_fwht4x4)(const int16_t *input, tran_low_t *output, int stride); variable
974 vp9_fwht4x4 = vp9_fwht4x4_c;
975 if (flags & HAS_MMX) vp9_fwht4x4 = vp9_fwht4x4_mmx;
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvp9_rtcd.h275 #define vp9_fwht4x4 vp9_fwht4x4_mmx macro
/external/libvpx/armv7a/
H A Dvp9_rtcd.h222 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h230 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/generic/
H A Dvp9_rtcd.h222 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/mips/
H A Dvp9_rtcd.h222 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h233 #define vp9_fwht4x4 vp9_fwht4x4_c macro

Completed in 3994 milliseconds