Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Drdopt.c301 typedef struct SingleInterModeState { struct
305 } SingleInterModeState; argument
338 SingleInterModeState single_state[2][SINGLE_INTER_MODE_NUM][FWD_REFS];
340 SingleInterModeState single_state_modelled[2][SINGLE_INTER_MODE_NUM]
4101 SingleInterModeState *state; in init_single_inter_mode_search_state()
4464 const SingleInterModeState this_state_s = { simple_rd, ref_frame, 1 }; in collect_single_states()
4465 SingleInterModeState *state_s = search_state->single_state[dir][mode_offset]; in collect_single_states()
4481 const SingleInterModeState this_state_m = { modelled_rd, ref_frame, 1 }; in collect_single_states()
4482 SingleInterModeState *state_m = in collect_single_states()
4499 SingleInterModeState(*state)[FWD_REFS]; in analyze_single_states()
[all …]