Searched refs:force_screen_content_tools (Results 1 – 6 of 6) sorted by relevance
172 int8_t force_screen_content_tools; member
418 sequence_header.force_screen_content_tools = kSelectScreenContentTools; in ParseSequenceHeader()440 sequence_header.force_screen_content_tools = kSelectScreenContentTools; in ParseSequenceHeader()443 sequence_header.force_screen_content_tools = scratch; in ParseSequenceHeader()445 if (sequence_header.force_screen_content_tools > 0) { in ParseSequenceHeader()1881 if (sequence_header_.force_screen_content_tools == in ParseFrameParameters()1887 static_cast<bool>(sequence_header_.force_screen_content_tools); in ParseFrameParameters()
2640 if (seq_params->force_screen_content_tools == 2) { in write_sequence_header()2644 aom_wb_write_bit(wb, seq_params->force_screen_content_tools); in write_sequence_header()2646 if (seq_params->force_screen_content_tools > 0) { in write_sequence_header()2877 if (seq_params->force_screen_content_tools == 2) { in write_uncompressed_header_obu()2881 seq_params->force_screen_content_tools); in write_uncompressed_header_obu()
1328 seq->force_screen_content_tools = (oxcf->mode == REALTIME) ? 0 : 2; in init_seq_coding_tools()1336 seq->force_screen_content_tools = 2; in init_seq_coding_tools()3998 if (cm->seq_params.force_screen_content_tools != 2) { in av1_set_screen_content_options()4000 cm->seq_params.force_screen_content_tools; in av1_set_screen_content_options()
4207 seq_params->force_screen_content_tools = 2; // SELECT_SCREEN_CONTENT_TOOLS in av1_read_sequence_header()4223 seq_params->force_screen_content_tools = in av1_read_sequence_header()4226 seq_params->force_screen_content_tools = aom_rb_read_bit(rb); in av1_read_sequence_header()4229 if (seq_params->force_screen_content_tools > 0) { in av1_read_sequence_header()4580 if (seq_params->force_screen_content_tools == 2) { in read_uncompressed_header()4584 seq_params->force_screen_content_tools; in read_uncompressed_header()
242 uint8_t force_screen_content_tools; // 0 - force off member