Searched refs:search_site_config (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 40 typedef struct search_site_config { struct 44 } search_site_config; typedef 46 void vp9_init_dsmotion_compensation(search_site_config *cfg, int stride); 47 void vp9_init3smotion_compensation(search_site_config *cfg, int stride); 113 const search_site_config *cfg,
|
D | vp9_encoder.h | 468 search_site_config ss_cfg;
|
D | vp9_mcomp.c | 103 void vp9_init_dsmotion_compensation(search_site_config *cfg, int stride) { in vp9_init_dsmotion_compensation() 124 void vp9_init3smotion_compensation(search_site_config *cfg, int stride) { in vp9_init3smotion_compensation() 1527 const search_site_config *cfg, in vp9_full_range_search_c() 1600 const search_site_config *cfg, in vp9_diamond_search_sad_c()
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 23 struct search_site_config; 44 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 59 int vp9_full_range_search_c(const struct macroblock *x, const struct search_site_config *cfg, struc…
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 23 struct search_site_config; 44 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 59 int vp9_full_range_search_c(const struct macroblock *x, const struct search_site_config *cfg, struc…
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 23 struct search_site_config; 44 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 59 int vp9_full_range_search_c(const struct macroblock *x, const struct search_site_config *cfg, struc…
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 23 struct search_site_config; 44 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 59 int vp9_full_range_search_c(const struct macroblock *x, const struct search_site_config *cfg, struc…
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 23 struct search_site_config; 44 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 59 int vp9_full_range_search_c(const struct macroblock *x, const struct search_site_config *cfg, struc…
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 23 struct search_site_config; 46 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 62 int vp9_full_range_search_c(const struct macroblock *x, const struct search_site_config *cfg, struc…
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 23 struct search_site_config; 46 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 62 int vp9_full_range_search_c(const struct macroblock *x, const struct search_site_config *cfg, struc…
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 23 struct search_site_config; 48 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 68 int vp9_full_range_search_c(const struct macroblock *x, const struct search_site_config *cfg, struc…
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 23 struct search_site_config; 48 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str… 68 int vp9_full_range_search_c(const struct macroblock *x, const struct search_site_config *cfg, struc…
|