Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c9385 SimpleRDState *const simple_states = &args->simple_rd_state[mbmi->ref_mv_idx]; in motion_mode_rd() local
9432 if (simple_states->early_skipped) { in motion_mode_rd()
9433 assert(simple_states->rd_stats.rdcost == INT64_MAX); in motion_mode_rd()
9436 if (simple_states->rd_stats.rdcost != INT64_MAX) { in motion_mode_rd()
9437 best_rd = simple_states->rd_stats.rdcost; in motion_mode_rd()
9438 best_rd_stats = simple_states->rd_stats; in motion_mode_rd()
9439 best_rd_stats_y = simple_states->rd_stats_y; in motion_mode_rd()
9440 best_rd_stats_uv = simple_states->rd_stats_uv; in motion_mode_rd()
9441 memcpy(best_blk_skip, simple_states->blk_skip, in motion_mode_rd()
9443 best_xskip = simple_states->skip; in motion_mode_rd()
[all …]