Searched refs:allow_warped_motion (Results 1 – 13 of 13) sorted by relevance
511 bool allow_warped_motion; member
1168 const MB_MODE_INFO *mbmi, int allow_warped_motion) { in motion_mode_allowed() argument1179 (allow_warped_motion && in motion_mode_allowed()
324 bool allow_warped_motion; member
119 int allow_warped_motion; // frame level member943 oxcf->allow_warped_motion = in set_encoder_config()946 : (extra_cfg->allow_warped_motion & extra_cfg->enable_warped_motion); in set_encoder_config()1512 extra_cfg.allow_warped_motion = CAST(AV1E_SET_ALLOW_WARPED_MOTION, args); in ctrl_set_allow_warped_motion()
408 int allow_warped_motion; member
1350 cm->features.allow_warped_motion) in update_stats()1658 (cm->features.allow_warped_motion && in encode_b()1667 cm->features.allow_warped_motion) in encode_b()5662 if (features->allow_warped_motion && in encode_frame_internal()5667 features->allow_warped_motion = 0; in encode_frame_internal()5985 if (features->allow_warped_motion && in encode_frame_internal()
274 cm->features.allow_warped_motion) in write_motion_mode()3120 aom_wb_write_bit(wb, features->allow_warped_motion); in write_uncompressed_header_obu()3122 assert(!features->allow_warped_motion); in write_uncompressed_header_obu()
6273 features->allow_warped_motion = in encode_frame_to_data_rate()6274 cpi->oxcf.allow_warped_motion && frame_might_allow_warped_motion(cm); in encode_frame_to_data_rate()
1258 xd->global_motion, xd, mbmi, features->allow_warped_motion); in motion_mode_rd()
1060 !frame_header_.allow_warped_motion || IsScaled(bp.reference_frame[0])) { in ReadMotionMode()
231 xd->global_motion, xd, mbmi, cm->features.allow_warped_motion); in read_motion_mode()
5047 features->allow_warped_motion = aom_rb_read_bit(rb); in read_uncompressed_header()5049 features->allow_warped_motion = 0; in read_uncompressed_header()
1762 frame_header_.allow_warped_motion = static_cast<bool>(scratch); in ReadAllowWarpedMotion()