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()
340 int64_t sr_coded_error = 0; in av1_first_pass() local
619 sr_coded_error += gf_motion_error; in av1_first_pass()
621 sr_coded_error += this_error; in av1_first_pass()
623 sr_coded_error += motion_error; in av1_first_pass()
626 sr_coded_error += motion_error; in av1_first_pass()
708 sr_coded_error += (int64_t)this_error; in av1_first_pass()
764 fps.sr_coded_error = (double)(sr_coded_error >> 8) + min_err; in av1_first_pass()
Dfirstpass.h48 double sr_coded_error; member
Dpass2_strategy.c100 section->sr_coded_error -= frame->sr_coded_error; in subtract_stats()
252 double sr_diff = (frame->sr_coded_error - frame->coded_error) / num_mbs; in get_sr_decay_rate()
841 avg_sr_coded_error += next_frame.sr_coded_error; in define_gf_group()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h58 int64_t sr_coded_error; member
84 double sr_coded_error; member
Dvp9_firstpass.c109 stats->sr_coded_error, stats->frame_noise_energy, stats->pcnt_inter, in output_stats()
137 section->sr_coded_error = 0.0; in zero_stats()
168 section->sr_coded_error += frame->sr_coded_error; in accumulate_stats()
197 section->sr_coded_error -= frame->sr_coded_error; in subtract_stats()
733 fps->sr_coded_error = in first_pass_stat_calc()
734 ((double)(fp_acc_data->sr_coded_error >> 8) + min_err) / num_mbs; in first_pass_stat_calc()
785 this_tile->fp_data.sr_coded_error += fp_acc_data->sr_coded_error; in accumulate_fp_mb_row_stat()
1144 fp_acc_data->sr_coded_error += gf_motion_error; in vp9_first_pass_encode_tile_mb_row()
1146 fp_acc_data->sr_coded_error += this_error; in vp9_first_pass_encode_tile_mb_row()
1148 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()