Searched refs:switchable_motion_mode (Results 1 – 7 of 7) sorted by relevance
451 int switchable_motion_mode; member
210 if (cm->switchable_motion_mode == 0) return SIMPLE_TRANSLATION; in read_motion_mode()
5254 cm->switchable_motion_mode = aom_rb_read_bit(rb); in read_uncompressed_header()
270 cm->switchable_motion_mode in write_motion_mode()3019 aom_wb_write_bit(wb, cm->switchable_motion_mode); in write_uncompressed_header_obu()
2500 cm->switchable_motion_mode = 1; in av1_change_config()3544 cm->switchable_motion_mode = 1; in set_size_independent_vars()
1244 cm->switchable_motion_mode in update_stats()5736 cm->switchable_motion_mode = 1; in av1_encode_frame()
9371 if (cm->switchable_motion_mode) { in motion_mode_rd()