Searched refs:force_screen_content_tools (Results 1 – 4 of 4) sorted by relevance
2611 if (seq_params->force_screen_content_tools == 2) { in write_sequence_header()2615 aom_wb_write_bit(wb, seq_params->force_screen_content_tools); in write_sequence_header()2617 if (seq_params->force_screen_content_tools > 0) { in write_sequence_header()2847 if (seq_params->force_screen_content_tools == 2) { in write_uncompressed_header_obu()2851 seq_params->force_screen_content_tools); in write_uncompressed_header_obu()
1035 seq->force_screen_content_tools = 2; in init_seq_coding_tools()1043 seq->force_screen_content_tools = 2; in init_seq_coding_tools()3468 if (cm->seq_params.force_screen_content_tools != 2) { in set_screen_content_options()3470 cm->seq_params.force_screen_content_tools; in set_screen_content_options()3620 if (cm->seq_params.force_screen_content_tools) { in init_ref_frame_bufs()
4577 seq_params->force_screen_content_tools = 2; // SELECT_SCREEN_CONTENT_TOOLS in av1_read_sequence_header()4593 seq_params->force_screen_content_tools = in av1_read_sequence_header()4596 seq_params->force_screen_content_tools = aom_rb_read_bit(rb); in av1_read_sequence_header()4599 if (seq_params->force_screen_content_tools > 0) { in av1_read_sequence_header()4978 if (seq_params->force_screen_content_tools == 2) { in read_uncompressed_header()4981 cm->allow_screen_content_tools = seq_params->force_screen_content_tools; in read_uncompressed_header()
237 uint8_t force_screen_content_tools; // 0 - force off member