Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c12318 SingleInterModeState *state_m = in collect_single_states() local
12321 for (j = i; j > 0 && state_m[j - 1].rd > this_state_m.rd; --j) in collect_single_states()
12322 state_m[j] = state_m[j - 1]; in collect_single_states()
12323 state_m[j] = this_state_m; in collect_single_states()
12375 SingleInterModeState *state_m = in analyze_single_states() local
12387 if (state_m[i].rd == INT64_MAX) break; in analyze_single_states()
12388 if (state_m[i].valid) { in analyze_single_states()
12389 int ref_frame = state_m[i].ref_frame; in analyze_single_states()