Home
last modified time | relevance | path

Searched refs:sr_coded_error (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dfirstpass.c75 stats->sr_coded_error, stats->pcnt_inter, stats->pcnt_motion, in output_stats()
92 section->sr_coded_error = 0.0; in av1_twopass_zero_stats()
119 section->sr_coded_error += frame->sr_coded_error; in accumulate_stats()
302 int64_t sr_coded_error; member
642 stats->sr_coded_error += AOMMIN(gf_motion_error, this_intra_error); in firstpass_inter_prediction()
646 stats->sr_coded_error += motion_error; in firstpass_inter_prediction()
680 stats->sr_coded_error += motion_error; in firstpass_inter_prediction()
767 fps.sr_coded_error = (double)(stats->sr_coded_error >> 8) + min_err; in update_firstpass_stats()
980 stats.sr_coded_error += this_intra_error; in av1_first_pass()
Dfirstpass.h48 double sr_coded_error; member
Dpass2_strategy.c124 section->sr_coded_error -= frame->sr_coded_error; in subtract_stats()
262 double sr_diff = (frame->sr_coded_error - frame->coded_error) / num_mbs; in get_sr_decay_rate()
394 gf_stats->avg_sr_coded_error += stats->sr_coded_error; in accumulate_next_frame_stats()
553 *sr_accumulator += (this_frame->sr_coded_error - this_frame->coded_error); in calc_kf_frame_boost()
1605 first_frame_stats.frame_sr_coded_error = this_frame->sr_coded_error; in define_gf_group()
1650 last_frame_stats.frame_sr_coded_error = next_frame.sr_coded_error; in define_gf_group()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h60 int64_t sr_coded_error; member
86 double sr_coded_error; member
Dvp9_firstpass.c102 stats->sr_coded_error, stats->frame_noise_energy, stats->pcnt_inter, in output_stats()
130 section->sr_coded_error = 0.0; in zero_stats()
161 section->sr_coded_error += frame->sr_coded_error; in accumulate_stats()
190 section->sr_coded_error -= frame->sr_coded_error; in subtract_stats()
734 fps->sr_coded_error = in first_pass_stat_calc()
735 ((double)(fp_acc_data->sr_coded_error >> 8) + min_err) / num_mbs; in first_pass_stat_calc()
786 this_tile->fp_data.sr_coded_error += fp_acc_data->sr_coded_error; in accumulate_fp_mb_row_stat()
1146 fp_acc_data->sr_coded_error += gf_motion_error; in vp9_first_pass_encode_tile_mb_row()
1148 fp_acc_data->sr_coded_error += this_error; in vp9_first_pass_encode_tile_mb_row()
1150 fp_acc_data->sr_coded_error += motion_error; in vp9_first_pass_encode_tile_mb_row()
[all …]
Dvp9_ethread.c235 tile_data->fp_data.sr_coded_error += tile_data_t->fp_data.sr_coded_error; in accumulate_fp_tile_stat()