Home
last modified time | relevance | path

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

/external/libvpx/config/mips32/
Dvp9_rtcd.h44 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
45 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/config/generic/
Dvp9_rtcd.h44 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
45 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/config/arm/
Dvp9_rtcd.h44 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
45 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/config/mips64/
Dvp9_rtcd.h44 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
45 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h44 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
45 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h46 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
47 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h46 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
47 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/config/x86/
Dvp9_rtcd.h48 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
49 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/config/x86_64/
Dvp9_rtcd.h48 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
49 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1599 int vp9_diamond_search_sad_c(const MACROBLOCK *x, in vp9_diamond_search_sad_c() function