Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c12317 SingleInterModeState this_state_m = { modelled_rd, ref_frame, 1 }; 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()
12323 state_m[j] = this_state_m; in collect_single_states()