Searched refs:sr_coded_error (Results 1 – 10 of 10) sorted by relevance
70 double sr_coded_error; member482 int64_t sr_coded_error; member
80 stats->sr_coded_error, stats->pcnt_inter, stats->pcnt_motion, in output_stats()99 section->sr_coded_error = 0.0; in av1_twopass_zero_stats()131 section->sr_coded_error += frame->sr_coded_error; in av1_accumulate_stats()792 stats->sr_coded_error += AOMMIN(gf_motion_error, this_intra_error); in firstpass_inter_prediction()796 stats->sr_coded_error += motion_error; in firstpass_inter_prediction()860 fps->sr_coded_error /= num_mbs_16x16; in normalize_firstpass_stats()915 fps.sr_coded_error = (double)(stats->sr_coded_error >> 8) + min_err; in update_firstpass_stats()1034 stats.sr_coded_error += mb_stat.sr_coded_error; in accumulate_frame_stats()1235 mb_stats->sr_coded_error += this_intra_error; in av1_first_pass_row()
386 double sr_diff = (frame->sr_coded_error - frame->coded_error); in get_sr_decay_rate()529 gf_stats->avg_sr_coded_error += stats->sr_coded_error; in accumulate_next_frame_stats()626 *sr_accumulator += (this_frame->sr_coded_error - this_frame->coded_error); in calc_kf_frame_boost()1214 double max_sr = stats_start[i].sr_coded_error; in find_next_scenecut()1215 if (i < last) max_sr = AOMMAX(max_sr, stats_start[i + 1].sr_coded_error); in find_next_scenecut()1321 stats[i].sr_coded_error / AOMMAX(max_coded_error, 0.001); in analyze_region()1678 last_ratio = stats[regions[k - 1].last].sr_coded_error / in find_blending_regions()1685 last_ratio = stats[regions[k - 1].last].sr_coded_error / in find_blending_regions()3113 avg_frame_stat->sr_coded_error = avg_frame_stat->sr_coded_error / num_frames; in calc_avg_stats()3620 (this_stats->intra_error - this_stats->sr_coded_error); in estimate_noise()
3515 section->sr_coded_error -= frame->sr_coded_error; in subtract_stats()
25 double sr_coded_error; member
91 rc_frame_stats->sr_coded_error = stats->sr_coded_error; in gen_rc_firstpass_stats()
132 stats->sr_coded_error, stats->frame_noise_energy, stats->pcnt_inter, in output_stats()149 section->sr_coded_error = 0.0; in zero_stats()181 section->sr_coded_error += frame->sr_coded_error; in accumulate_stats()211 section->sr_coded_error -= frame->sr_coded_error; in subtract_stats()793 fps->sr_coded_error = in first_pass_stat_calc()794 ((double)(fp_acc_data->sr_coded_error >> 8) + min_err) / num_mbs; in first_pass_stat_calc()847 this_tile->fp_data.sr_coded_error += fp_acc_data->sr_coded_error; in accumulate_fp_mb_row_stat()1238 fp_acc_data->sr_coded_error += gf_motion_error; in vp9_first_pass_encode_tile_mb_row()1240 fp_acc_data->sr_coded_error += this_error; in vp9_first_pass_encode_tile_mb_row()1242 fp_acc_data->sr_coded_error += motion_error; in vp9_first_pass_encode_tile_mb_row()[all …]
40 int64_t sr_coded_error; member
260 tile_data->fp_data.sr_coded_error += tile_data_t->fp_data.sr_coded_error; in accumulate_fp_tile_stat()
227 double sr_coded_error; member