Home
last modified time | relevance | path

Searched refs:first_step (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/remoting/
Dsetup_flow.cc123 SetupFlowStep* first_step) in SetupFlow() argument
127 current_step_(first_step) { in SetupFlow()
Dsetup_flow.h178 SetupFlowStep* first_step);
/external/chromium/chrome/browser/sync/engine/
Dsyncer.cc91 const SyncerStep first_step, in SyncShare() argument
100 SyncerStep current_step = first_step; in SyncShare()
Dsyncer.h96 SyncerStep first_step,
/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c182 step_param = cpi->sf.first_step + (cpi->Speed > 5); in vp8_temporal_filter_find_matching_mb_c()
186 step_param = cpi->sf.first_step + 2; in vp8_temporal_filter_find_matching_mb_c()
Donyx_int.h188 int first_step; member
Donyx_if.c781 sf->first_step = 0; in vp8_set_speed_features()
868 sf->first_step = 0; in vp8_set_speed_features()
880 sf->first_step = 1; in vp8_set_speed_features()
924 sf->first_step = 1; in vp8_set_speed_features()
Dpickinter.c878 step_param = cpi->sf.first_step + speed_adjust; in vp8_pick_inter_mode()
Drdopt.c2237 int step_param = cpi->sf.first_step; in vp8_rd_pick_inter_mode()