Searched refs:vpx_sad4x4x3 (Results 1 - 14 of 14) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl841 add_proto qw/void vpx_sad4x4x3/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_array";
842 specialize qw/vpx_sad4x4x3 sse3 msa/;
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h428 #define vpx_sad4x4x3 vpx_sad4x4x3_c macro
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h428 #define vpx_sad4x4x3 vpx_sad4x4x3_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h428 #define vpx_sad4x4x3 vpx_sad4x4x3_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h428 #define vpx_sad4x4x3 vpx_sad4x4x3_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h467 #define vpx_sad4x4x3 vpx_sad4x4x3_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h509 #define vpx_sad4x4x3 vpx_sad4x4x3_c macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h509 #define vpx_sad4x4x3 vpx_sad4x4x3_c macro
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h533 #define vpx_sad4x4x3 vpx_sad4x4x3_msa macro
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h533 #define vpx_sad4x4x3 vpx_sad4x4x3_msa macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h575 #define vpx_sad4x4x3 vpx_sad4x4x3_sse3 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h579 #define vpx_sad4x4x3 vpx_sad4x4x3_sse3 macro
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c2015 cpi->fn_ptr[BLOCK_4X4].sdx3f = vpx_sad4x4x3;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c2310 vpx_sub_pixel_variance4x4, vpx_sub_pixel_avg_variance4x4, vpx_sad4x4x3,

Completed in 182 milliseconds