Home
last modified time | relevance | path

Searched refs:vpx_sad16x8 (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h335 #define vpx_sad16x8 vpx_sad16x8_c macro
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h337 #define vpx_sad16x8 vpx_sad16x8_c macro
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h335 #define vpx_sad16x8 vpx_sad16x8_c macro
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h335 #define vpx_sad16x8 vpx_sad16x8_c macro
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h371 #define vpx_sad16x8 vpx_sad16x8_c macro
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h392 #define vpx_sad16x8 vpx_sad16x8_neon macro
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h400 #define vpx_sad16x8 vpx_sad16x8_neon macro
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h439 #define vpx_sad16x8 vpx_sad16x8_sse2 macro
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h444 #define vpx_sad16x8 vpx_sad16x8_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c1869 BFP(BLOCK_16X8, vpx_sad16x8, vpx_sad16x8_avg, in vp9_create_compressor()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2124 cpi->fn_ptr[BLOCK_16X8].sdf = vpx_sad16x8; in vp8_create_compressor()