• Home
  • Raw
  • Download

Lines Matching defs:AV1_PRIMARY

2469 typedef struct AV1_PRIMARY {  struct
2473 struct AV1_COMP *parallel_cpi[MAX_PARALLEL_FRAMES];
2479 struct AV1_COMP_DATA parallel_frames_data[MAX_PARALLEL_FRAMES - 1];
2486 FPMT_TEST_ENC_CFG fpmt_unit_test_cfg;
2491 FrameProbInfo temp_frame_probs;
2498 FrameProbInfo temp_frame_probs_simulation;
2504 int temp_valid_gm_model_found[FRAME_UPDATE_TYPES];
2511 RefCntBuffer *ref_frame_map_copy[REF_FRAMES];
2516 int64_t ts_start_last_show_frame;
2521 int64_t ts_end_last_show_frame;
2526 int num_fp_contexts;
2531 int filter_level[2];
2536 int filter_level_u;
2541 int filter_level_v;
2547 struct AV1_COMP *cpi;
2552 struct AV1_COMP *cpi_lap;
2557 struct lookahead_ctx *lookahead;
2564 int seq_params_locked;
2570 struct aom_codec_pkt_list *output_pkt_list;
2575 int internal_altref_allowed;
2580 int show_existing_alt_ref;
2585 GF_GROUP gf_group;
2590 GF_STATE gf_state;
2595 int lap_enabled;
2600 AV1LevelParams level_params;
2605 int b_calculate_psnr;
2610 int frames_left;
2615 TWO_PASS twopass;
2620 PRIMARY_RATE_CONTROL p_rc;
2625 TEMPORAL_FILTER_INFO tf_info;
2630 SequenceHeader seq_params;
2635 int use_svc;
2640 bool buffer_removal_time_present;
2645 unsigned int number_temporal_layers;
2650 unsigned int number_spatial_layers;
2655 struct aom_internal_error_info error;
2662 aom_variance_fn_ptr_t fn_ptr[BLOCK_SIZES_ALL];
2668 double *tpl_sb_rdmult_scaling_factors;
2673 TplParams tpl_data;
2678 MV_STATS mv_stats;
2682 uint64_t total_time_receive_data;
2683 uint64_t total_time_compress_data;
2685 unsigned int total_mode_chosen_counts[MAX_MODES];
2687 int count[2];
2688 uint64_t total_sq_error[2];
2689 uint64_t total_samples[2];
2690 ImageStat psnr[2];
2692 double total_blockiness;
2693 double worst_blockiness;
2695 int total_bytes;
2696 double summed_quality;
2697 double summed_weights;
2698 double summed_quality_hbd;
2699 double summed_weights_hbd;
2700 unsigned int total_recode_hits;
2701 double worst_ssim;
2702 double worst_ssim_hbd;
2704 ImageStat fastssim;
2705 ImageStat psnrhvs;
2707 int b_calculate_blockiness;
2708 int b_calculate_consistency;
2710 double total_inconsistency;
2711 double worst_consistency;
2712 Ssimv *ssim_vars;
2713 Metrics metrics;
2721 FRAME_COUNTS aggregate_fc;
2730 int fb_of_context_type[REF_FRAMES];
2754 } AV1_PRIMARY; argument