Home
last modified time | relevance | path

Searched refs:search_site (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmcomp.h41 typedef struct search_site { struct
44 } search_site; typedef
47 search_site ss[8 * MAX_MVSEARCH_STEPS + 1];
Dmcomp.c132 search_site *const ss = &cfg->ss[ss_count++]; in av1_init_dsmotion_compensation()
155 search_site *const ss = &cfg->ss[ss_count++]; in av1_init3smotion_compensation()
1679 const search_site *ss = &cfg->ss[search_param * cfg->searches_per_step]; in av1_diamond_search_sad_c()
2814 const search_site *const ss = &cfg->ss[search_param * cfg->searches_per_step]; in obmc_diamond_search_sad()
/external/libvpx/libvpx/vp8/encoder/
Dblock.h31 } search_site; typedef
80 search_site *ss;
Dmcomp.c1046 search_site *ss; in vp8_diamond_search_sad_c()
1159 search_site *ss; in vp8_diamond_search_sadx4()
Donyx_if.c1770 CHECK_MEM_ERROR(cpi->mb.ss, vpx_calloc(sizeof(search_site), in vp8_create_compressor()