Home
last modified time | relevance | path

Searched refs:vpx_hadamard_32x32 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h238 #define vpx_hadamard_32x32 vpx_hadamard_32x32_c macro
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h290 #define vpx_hadamard_32x32 vpx_hadamard_32x32_c macro
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h290 #define vpx_hadamard_32x32 vpx_hadamard_32x32_c macro
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h305 #define vpx_hadamard_32x32 vpx_hadamard_32x32_sse2 macro
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h305 #define vpx_hadamard_32x32 vpx_hadamard_32x32_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6230 case TX_32X32: vpx_hadamard_32x32(src_diff, bw, coeff); break;