Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Donyxc_int.h451 int switchable_motion_mode; member
/external/libaom/libaom/av1/decoder/
Ddecodemv.c210 if (cm->switchable_motion_mode == 0) return SIMPLE_TRANSLATION; in read_motion_mode()
Ddecodeframe.c5254 cm->switchable_motion_mode = aom_rb_read_bit(rb); in read_uncompressed_header()
/external/libaom/libaom/av1/encoder/
Dbitstream.c270 cm->switchable_motion_mode in write_motion_mode()
3019 aom_wb_write_bit(wb, cm->switchable_motion_mode); in write_uncompressed_header_obu()
Dencoder.c2500 cm->switchable_motion_mode = 1; in av1_change_config()
3544 cm->switchable_motion_mode = 1; in set_size_independent_vars()
Dencodeframe.c1244 cm->switchable_motion_mode in update_stats()
5736 cm->switchable_motion_mode = 1; in av1_encode_frame()
Drdopt.c9371 if (cm->switchable_motion_mode) { in motion_mode_rd()