Searched refs:state_s (Results 1 – 2 of 2) sorted by relevance
102 const char *state_s; in print_fdb() local299 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()
12302 SingleInterModeState *state_s = search_state->single_state[dir][mode_offset]; in collect_single_states() local12304 for (j = i; j > 0 && state_s[j - 1].rd > this_state_s.rd; --j) in collect_single_states()12305 state_s[j] = state_s[j - 1]; in collect_single_states()12306 state_s[j] = this_state_s; in collect_single_states()12374 SingleInterModeState *state_s = search_state->single_state[dir][mode]; in analyze_single_states() local12380 if (state_s[i].rd == INT64_MAX) break; in analyze_single_states()12381 if (state_s[i].valid) in analyze_single_states()12383 state_s[i].ref_frame; in analyze_single_states()12402 if (ref_frame == state_s[j].ref_frame && !state_s[j].valid) { in analyze_single_states()