Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/
Dprofile_context_test.py54 total_steps = 101
55 for i in range(total_steps):
/external/fonttools/Tests/cu2qu/
Dcu2qu_test.py123 def curve_spline_dist(cls, bezier, spline, total_steps=20): argument
128 steps = total_steps // n
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.h41 int total_steps; member
Dvp9_mcomp.c130 cfg->total_steps = ss_count / cfg->searches_per_step; in vp9_init_dsmotion_compensation()
150 cfg->total_steps = ss_count / cfg->searches_per_step; in vp9_init3smotion_compensation()
1957 const int tot_steps = cfg->total_steps - search_param; in diamond_search_sad_new()
2114 const int tot_steps = cfg->total_steps - search_param; in vp9_diamond_search_sad_c()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c95 const int tot_steps = cfg->total_steps - search_param; in vp9_diamond_search_sad_avx()