Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c12301 SingleInterModeState this_state_s = { simple_rd, ref_frame, 1 }; in collect_single_states() local
12304 for (j = i; j > 0 && state_s[j - 1].rd > this_state_s.rd; --j) in collect_single_states()
12306 state_s[j] = this_state_s; in collect_single_states()