Lines Matching defs:astcenc_config
421 struct astcenc_config struct
424 astcenc_profile profile;
427 unsigned int flags;
430 unsigned int block_x;
433 unsigned int block_y;
436 unsigned int block_z;
439 float cw_r_weight;
442 float cw_g_weight;
445 float cw_b_weight;
448 float cw_a_weight;
457 unsigned int a_scale_radius;
460 float rgbm_m_scale;
467 unsigned int tune_partition_count_limit;
474 unsigned int tune_partition_index_limit;
481 unsigned int tune_block_mode_limit;
489 unsigned int tune_refinement_limit;
496 unsigned int tune_candidate_limit;
503 float tune_db_limit;
513 float tune_mode0_mse_overshoot;
524 float tune_refinement_mse_overshoot;
531 float tune_2_partition_early_out_limit_factor;
538 float tune_3_partition_early_out_limit_factor;
545 float tune_2_plane_early_out_limit_correlation;
550 unsigned int tune_low_weight_count_limit;
559 const char* trace_file_path;
561 QualityProfile privateProfile;