Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h33 } search_site; typedef
86 search_site *ss;
Dmcomp.c1077 search_site *ss; in vp8_diamond_search_sad_c()
1201 search_site *ss; in vp8_diamond_search_sadx4()
Donyx_if.c1810 CHECK_MEM_ERROR(cpi->mb.ss, vpx_calloc(sizeof(search_site), (MAX_MVSEARCH_STEPS * 8) + 1)); in vp8_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h27 } search_site; typedef
99 search_site *ss;
Dvp9_mcomp.c116 search_site *const ss = &x->ss[ss_count++]; in vp9_init_dsmotion_compensation()
140 search_site *const ss = &x->ss[ss_count++]; in vp9_init3smotion_compensation()
1003 const search_site *const ss = &x->ss[search_param * x->searches_per_step]; in vp9_diamond_search_sad_c()
1114 const search_site *ss = &x->ss[search_param * x->searches_per_step]; in vp9_diamond_search_sadx4()
Dvp9_onyx_if.c1176 CHECK_MEM_ERROR(cm, cpi->mb.ss, vpx_calloc(sizeof(search_site), in vp9_create_compressor()