Lines Matching defs:Options
40 struct Options { struct
41 const char* input_file_name = nullptr;
42 const char* output_file_name = nullptr;
43 const char* frame_timing_file_name = nullptr;
44 libgav1::FileWriter::FileType output_file_type =
46 uint8_t post_filter_mask = 0x1f;
47 int threads = 1;
48 bool frame_parallel = false;
49 bool output_all_layers = false;
50 int operating_point = 0;
51 int limit = 0;
52 int skip = 0;
53 int verbose = 0;