Searched refs:step_sign (Results 1 – 2 of 2) sorted by relevance
146 const int step_sign = *bestp > oldp ? -1 : 1; in vp9_prob_diff_update_savings_search_model() local147 const int step = stepsize * step_sign; in vp9_prob_diff_update_savings_search_model()162 for (newp = *bestp; (newp - oldp) * step_sign < 0; newp += step) { in vp9_prob_diff_update_savings_search_model()
387 int step_sign; in _PySlice_GetLongIndices() local391 step_sign = _PyLong_Sign(step); in _PySlice_GetLongIndices()392 if (step_sign == 0) { in _PySlice_GetLongIndices()397 step_is_negative = step_sign < 0; in _PySlice_GetLongIndices()