• Home
  • Raw
  • Download

Lines Matching refs:coded_error

277                 stats->coded_error,  in vp8_output_stats()
316 section->coded_error = 0.0; in vp8_zero_stats()
335 section->coded_error += frame->coded_error; in vp8_accumulate_stats()
356 section->coded_error /= section->count; in vp8_avg_stats()
527 int coded_error = 0; in vp8_first_pass() local
769 coded_error += this_error; in vp8_first_pass()
801 fps.coded_error = coded_error >> 8; in vp8_first_pass()
807 fps.ssim_weighted_pred_err = fps.coded_error * weight; in vp8_first_pass()
854 ((cpi->this_frame_stats->intra_error / cpi->this_frame_stats->coded_error) > 2.0)) in vp8_first_pass()
1132 cpi->total_coded_error_left = cpi->total_stats->coded_error; in vp8_init_second_pass()
1160 IIRatio = this_frame.intra_error / DOUBLE_DIVIDE_CHECK(this_frame.coded_error); in vp8_init_second_pass()
1309 r = (boost_factor * (next_frame.intra_error / DOUBLE_DIVIDE_CHECK(next_frame.coded_error))); in define_gf_group()
1751 …i->section_intra_rating = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in define_gf_group()
1753 Ratio = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in define_gf_group()
1860 this_frame_coded_error = this_frame.coded_error; in vp8_second_pass()
1957 DOUBLE_DIVIDE_CHECK(next_frame.coded_error); in vp8_second_pass()
2024 ((this_frame->intra_error / DOUBLE_DIVIDE_CHECK(this_frame->coded_error)) < 2.5) && in test_candidate_kf()
2025 …((fabs(last_frame->coded_error - this_frame->coded_error) / DOUBLE_DIVIDE_CHECK(this_frame->coded_… in test_candidate_kf()
2027 ((next_frame->intra_error / DOUBLE_DIVIDE_CHECK(next_frame->coded_error)) > 3.5) in test_candidate_kf()
2051 …= (IIKFACTOR1 * local_next_frame.intra_error / DOUBLE_DIVIDE_CHECK(local_next_frame.coded_error)) ; in test_candidate_kf()
2150 kf_group_coded_err += this_frame->coded_error; in vp8_find_next_key_frame()
2198 kf_group_coded_err += this_frame->coded_error; in vp8_find_next_key_frame()
2286 r = (IIKFACTOR2 * next_frame.intra_error / DOUBLE_DIVIDE_CHECK(next_frame.coded_error)) ; in vp8_find_next_key_frame()
2357 …i->section_intra_rating = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in vp8_find_next_key_frame()
2359 Ratio = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in vp8_find_next_key_frame()
2531 … = (kf_group_intra_err - first_frame.intra_error) / (kf_group_coded_err - first_frame.coded_error); in vp8_find_next_key_frame()