Searched refs:vp9_diamond_search_sad_c (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 41 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 41 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 41 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 42 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 43 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 42 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 43 #define vp9_diamond_search_sad vp9_diamond_search_sad_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 1912 int vp9_diamond_search_sad_c(const MACROBLOCK *x, const search_site_config *cfg, in vp9_diamond_search_sad_c() function
|