Searched refs:first_step (Results 1 - 12 of 12) sorted by relevance

/external/libunwind/tests/
H A DGperf-simple.c115 double step, min_step, first_step, sum_step; local
118 sum_step = first_step = 0.0;
130 first_step = step;
133 1e9*first_step, 1e9*min_step, 1e9*sum_step/iterations);
H A DGperf-trace.c101 double step, min_step, first_step, sum_step; local
104 sum_step = first_step = 0.0;
116 first_step = step;
119 1e9*first_step, 1e9*min_step, 1e9*sum_step/iterations);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dtemporal_filter.c182 step_param = cpi->sf.first_step + (cpi->Speed > 5);
186 step_param = cpi->sf.first_step + 2;
H A Donyx_int.h189 int first_step; member in struct:__anon13090
H A Donyx_if.c804 sf->first_step = 0;
891 sf->first_step = 0;
903 sf->first_step = 1;
947 sf->first_step = 1;
H A Dpickinter.c888 step_param = cpi->sf.first_step + speed_adjust;
H A Drdopt.c2234 int step_param = cpi->sf.first_step;
/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c181 step_param = cpi->sf.first_step + (cpi->Speed > 5);
185 step_param = cpi->sf.first_step + 2;
H A Donyx_int.h192 int first_step; member in struct:__anon24880
H A Donyx_if.c781 sf->first_step = 0;
868 sf->first_step = 0;
880 sf->first_step = 1;
924 sf->first_step = 1;
H A Dpickinter.c878 step_param = cpi->sf.first_step + speed_adjust;
H A Drdopt.c2234 int step_param = cpi->sf.first_step;

Completed in 1595 milliseconds