Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c3845 SingleInterModeState *state_m = in collect_single_states() local
3848 for (j = i; j > 0 && state_m[j - 1].rd > this_state_m.rd; --j) in collect_single_states()
3849 state_m[j] = state_m[j - 1]; in collect_single_states()
3850 state_m[j] = this_state_m; in collect_single_states()
3901 SingleInterModeState *state_m = in analyze_single_states() local
3915 if (state_m[i].rd == INT64_MAX) break; in analyze_single_states()
3916 if (!state_m[i].valid) continue; in analyze_single_states()
3917 const int ref_frame = state_m[i].ref_frame; in analyze_single_states()