Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dtimers.c322 struct sys_timeo *prev_t, *t; in sys_untimeout() local
328 for (t = next_timeout, prev_t = NULL; t != NULL; prev_t = t, t = t->next) { in sys_untimeout()
332 if (prev_t == NULL) { in sys_untimeout()
335 prev_t->next = t->next; in sys_untimeout()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c387 int16_t prev_t; in cost_coeffs() local
388 cost = vp9_get_token_cost(v, &prev_t, cat6_high_cost); in cost_coeffs()
389 cost += (*token_costs)[0][pt][prev_t]; in cost_coeffs()
391 token_cache[0] = vp9_pt_energy_class[prev_t]; in cost_coeffs()
401 cost += (*token_costs)[!prev_t][!prev_t][t]; in cost_coeffs()
402 prev_t = t; in cost_coeffs()
410 if (band_left) cost += (*token_costs)[0][!prev_t][EOB_TOKEN]; in cost_coeffs()