Home
last modified time | relevance | path

Searched refs:tot_steps (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c1065 int tot_steps; in vp8_diamond_search_sad_c() local
1109 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sad_c()
1113 for (step = 0; step < tot_steps ; step++) in vp8_diamond_search_sad_c()
1189 int tot_steps; in vp8_diamond_search_sadx4() local
1233 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sadx4()
1237 for (step = 0; step < tot_steps ; step++) in vp8_diamond_search_sadx4()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c1004 const int tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp9_diamond_search_sad_c() local
1029 for (step = 0; step < tot_steps; step++) { in vp9_diamond_search_sad_c()
1115 const int tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp9_diamond_search_sadx4() local
1140 for (step = 0; step < tot_steps; step++) { in vp9_diamond_search_sadx4()