Home
last modified time | relevance | path

Searched refs:vp9_hadamard_16x16 (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/config/mips32/
Dvp9_rtcd.h69 #define vp9_hadamard_16x16 vp9_hadamard_16x16_c macro
/external/libvpx/config/generic/
Dvp9_rtcd.h69 #define vp9_hadamard_16x16 vp9_hadamard_16x16_c macro
/external/libvpx/config/mips64/
Dvp9_rtcd.h69 #define vp9_hadamard_16x16 vp9_hadamard_16x16_c macro
/external/libvpx/config/arm/
Dvp9_rtcd.h69 #define vp9_hadamard_16x16 vp9_hadamard_16x16_c macro
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h69 #define vp9_hadamard_16x16 vp9_hadamard_16x16_c macro
/external/libvpx/config/arm64/
Dvp9_rtcd.h72 #define vp9_hadamard_16x16 vp9_hadamard_16x16_c macro
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h72 #define vp9_hadamard_16x16 vp9_hadamard_16x16_c macro
/external/libvpx/config/x86/
Dvp9_rtcd.h81 #define vp9_hadamard_16x16 vp9_hadamard_16x16_sse2 macro
/external/libvpx/config/x86_64/
Dvp9_rtcd.h81 #define vp9_hadamard_16x16 vp9_hadamard_16x16_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c622 vp9_hadamard_16x16(src_diff, diff_stride, (int16_t *)coeff); in block_yrd()