Home
last modified time | relevance | path

Searched refs:tr_coded_error (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dfirstpass.c304 int64_t tr_coded_error; member
668 stats->tr_coded_error += AOMMIN(alt_motion_error, this_intra_error); in firstpass_inter_prediction()
672 stats->tr_coded_error += motion_error; in firstpass_inter_prediction()
681 stats->tr_coded_error += motion_error; in firstpass_inter_prediction()
768 fps.tr_coded_error = (double)(stats->tr_coded_error >> 8) + min_err; in update_firstpass_stats()
981 stats.tr_coded_error += this_intra_error; in av1_first_pass()
Dfirstpass.h50 double tr_coded_error; member
Dpass2_strategy.c395 gf_stats->avg_tr_coded_error += stats->tr_coded_error; in accumulate_next_frame_stats()
1606 first_frame_stats.frame_tr_coded_error = this_frame->tr_coded_error; in define_gf_group()
1651 last_frame_stats.frame_tr_coded_error = next_frame.tr_coded_error; in define_gf_group()