Searched refs:allow_ref_frame_mvs (Results 1 – 9 of 9) sorted by relevance
108 int allow_ref_frame_mvs; // frame level member652 oxcf->allow_ref_frame_mvs = in set_encoder_config()653 extra_cfg->allow_ref_frame_mvs && !cfg->large_scale_tile; in set_encoder_config()1251 extra_cfg.allow_ref_frame_mvs = CAST(AV1E_SET_ALLOW_REF_FRAME_MVS, args); in ctrl_set_allow_ref_frame_mvs()
360 unsigned int allow_ref_frame_mvs; member
231 cm->allow_ref_frame_mvs = cpi->ext_use_ref_frame_mvs; in set_ext_overrides()
4822 cm->allow_ref_frame_mvs &= frame_might_allow_ref_frame_mvs(cm); in encode_frame_to_data_rate()4826 cm->allow_ref_frame_mvs &= !cm->large_scale_tile; in encode_frame_to_data_rate()5686 cpi->ext_use_ref_frame_mvs = cpi->oxcf.allow_ref_frame_mvs & in av1_apply_encoding_flags()
3021 aom_wb_write_bit(wb, cm->allow_ref_frame_mvs); in write_uncompressed_header_obu()3023 assert(cm->allow_ref_frame_mvs == 0); in write_uncompressed_header_obu()
5481 cm->prev_mi = cm->allow_ref_frame_mvs ? cm->prev_mip : NULL; in encode_frame_internal()
445 int allow_ref_frame_mvs; member
559 if (cm->allow_ref_frame_mvs) { in setup_ref_mv_list()
5161 cm->allow_ref_frame_mvs = 0; in read_uncompressed_header()5164 cm->allow_ref_frame_mvs = 0; in read_uncompressed_header()5268 cm->allow_ref_frame_mvs = aom_rb_read_bit(rb); in read_uncompressed_header()5270 cm->allow_ref_frame_mvs = 0; in read_uncompressed_header()5433 if (cm->allow_ref_frame_mvs && !frame_might_allow_ref_frame_mvs(cm)) { in read_uncompressed_header()