Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dav1_common_int.h331 bool switchable_motion_mode; member
/external/libaom/libaom/av1/decoder/
Ddecodemv.c227 if (cm->features.switchable_motion_mode == 0) return SIMPLE_TRANSLATION; in read_motion_mode()
Ddecodeframe.c4873 features->switchable_motion_mode = aom_rb_read_bit(rb); in read_uncompressed_header()
/external/libaom/libaom/av1/encoder/
Dbitstream.c272 cm->features.switchable_motion_mode in write_motion_mode()
3050 aom_wb_write_bit(wb, features->switchable_motion_mode); in write_uncompressed_header_obu()
Dencodeframe.c1348 cm->features.switchable_motion_mode in update_stats()
1665 cm->features.switchable_motion_mode in encode_b()
6112 features->switchable_motion_mode = 1; in av1_encode_frame()
Dencoder.c2918 cm->features.switchable_motion_mode = 1; in av1_change_config()
4071 cm->features.switchable_motion_mode = 1; in set_size_independent_vars()
Drdopt.c1256 if (features->switchable_motion_mode) { in motion_mode_rd()