Home
last modified time | relevance | path

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

/external/iproute2/bridge/
Dfdb.c102 const char *state_s; in print_fdb() local
299 state_s = state_n2a(r->ndm_state); in print_fdb()
301 if (state_s[0]) in print_fdb()
302 jsonw_string_field(jw_global, "state", state_s); in print_fdb()
306 fprintf(fp, "%s\n", state_s); in print_fdb()
/external/libaom/libaom/av1/encoder/
Drdopt.c3828 SingleInterModeState *state_s = search_state->single_state[dir][mode_offset]; in collect_single_states() local
3830 for (j = i; j > 0 && state_s[j - 1].rd > this_state_s.rd; --j) in collect_single_states()
3831 state_s[j] = state_s[j - 1]; in collect_single_states()
3832 state_s[j] = this_state_s; in collect_single_states()
3900 SingleInterModeState *state_s = search_state->single_state[dir][mode]; in analyze_single_states() local
3906 if (state_s[i].rd == INT64_MAX) break; in analyze_single_states()
3907 if (state_s[i].valid) { in analyze_single_states()
3909 state_s[i].ref_frame; in analyze_single_states()
3930 if (ref_frame == state_s[j].ref_frame) { in analyze_single_states()
3931 valid = state_s[j].valid; in analyze_single_states()