Searched refs:enable_restoration (Results 1 – 8 of 8) sorted by relevance
375 AV1C_READ_BIT_OR_RETURN_ERROR(enable_restoration); in parse_sequence_header()
55 unsigned int enable_restoration; member618 oxcf->enable_restoration = extra_cfg->enable_restoration; in set_encoder_config()1060 extra_cfg.enable_restoration = CAST(AV1E_SET_ENABLE_RESTORATION, args); in ctrl_set_enable_restoration()
241 int enable_restoration; member
1075 seq->enable_restoration = oxcf->enable_restoration; in init_seq_coding_tools()4028 const int use_restoration = cm->seq_params.enable_restoration && in loopfilter_frame()
1724 if (!cm->seq_params.enable_restoration) return; in encode_restoration_mode()2634 aom_wb_write_bit(wb, seq_params->enable_restoration); in write_sequence_header()
258 uint8_t enable_restoration; // To turn on/off loop restoration member
435 static const arg_def_t enable_restoration = variable794 &enable_restoration,
4616 seq_params->enable_restoration = aom_rb_read_bit(rb); in av1_read_sequence_header()5403 if (cm->all_lossless || !seq_params->enable_restoration) { in read_uncompressed_header()5413 if (!cm->all_lossless && seq_params->enable_restoration) { in read_uncompressed_header()