Home
last modified time | relevance | path

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

/external/libvpx/armv7a/
Dvp9_rtcd.h187 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
188 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/mips/
Dvp9_rtcd.h187 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
188 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/generic/
Dvp9_rtcd.h187 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
188 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/mips-dspr2/
Dvp9_rtcd.h198 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
199 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/armv7a-neon/
Dvp9_rtcd.h195 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
196 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/x86/
Dvp9_rtcd.h200 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
201 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c851 int vp9_diamond_search_sad_c(const MACROBLOCK *x, in vp9_diamond_search_sad_c() function