Searched refs:vp9_diamond_search_sad_c (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 44 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/ |
D | vp9_rtcd.h | 44 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/ |
D | vp9_rtcd.h | 44 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/ |
D | vp9_rtcd.h | 44 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/ |
D | vp9_rtcd.h | 44 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/ |
D | vp9_rtcd.h | 46 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/ |
D | vp9_rtcd.h | 46 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/ |
D | vp9_rtcd.h | 48 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/ |
D | vp9_rtcd.h | 48 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/ |
D | vp9_mcomp.c | 1599 int vp9_diamond_search_sad_c(const MACROBLOCK *x, in vp9_diamond_search_sad_c() function
|