Searched refs:search_site_config (Results 1 – 16 of 16) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | mcomp.h | 46 typedef struct search_site_config { struct 50 } search_site_config; argument 57 void av1_init_dsmotion_compensation(search_site_config *cfg, int stride); 58 void av1_init3smotion_compensation(search_site_config *cfg, int stride); 127 MACROBLOCK *x, const search_site_config *cfg, MV *ref_mv, MV *best_mv, 142 const search_site_config *cfg); 149 const search_site_config *cfg);
|
D | mcomp.c | 121 void av1_init_dsmotion_compensation(search_site_config *cfg, int stride) { in av1_init_dsmotion_compensation() 142 void av1_init3smotion_compensation(search_site_config *cfg, int stride) { in av1_init3smotion_compensation() 1653 int av1_diamond_search_sad_c(MACROBLOCK *x, const search_site_config *cfg, in av1_diamond_search_sad_c() 1803 const MV *ref_mv, const search_site_config *cfg) { in full_pixel_diamond() 2315 const search_site_config *cfg) { in av1_full_pixel_search() 2802 const search_site_config *cfg, in obmc_diamond_search_sad() 2893 const search_site_config *cfg) { in obmc_full_pixel_diamond() 2956 const search_site_config *cfg) { in av1_obmc_full_pixel_search()
|
D | encoder.h | 905 search_site_config ss_cfg[SS_CFG_TOTAL];
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 33 typedef struct search_site_config { struct 39 } search_site_config; argument 41 void vp9_init_dsmotion_compensation(search_site_config *cfg, int stride); 42 void vp9_init3smotion_compensation(search_site_config *cfg, int stride); 99 const MACROBLOCK *x, const search_site_config *cfg, MV *ref_mv, MV *best_mv,
|
D | vp9_encoder.h | 763 search_site_config ss_cfg;
|
D | vp9_mcomp.c | 120 void vp9_init_dsmotion_compensation(search_site_config *cfg, int stride) { in vp9_init_dsmotion_compensation() 138 void vp9_init3smotion_compensation(search_site_config *cfg, int stride) { in vp9_init3smotion_compensation() 1761 const search_site_config *cfg, in vp9_diamond_search_sad_new() 1912 int vp9_diamond_search_sad_c(const MACROBLOCK *x, const search_site_config *cfg, in vp9_diamond_search_sad_c()
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 25 struct search_site_config; 40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 25 struct search_site_config; 40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 25 struct search_site_config; 40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 25 struct search_site_config; 42 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 25 struct search_site_config; 42 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_diamond_search_sad_avx.c | 74 const search_site_config *cfg, MV *ref_mv, in vp9_diamond_search_sad_avx()
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 32 struct search_site_config;
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 32 struct search_site_config;
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 32 struct search_site_config;
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 32 struct search_site_config;
|