Lines Matching refs:coded_error

137             stats->frame, stats->intra_error, stats->coded_error,  in output_stats()
151 section->coded_error = 0.0; in zero_stats()
172 section->coded_error += frame->coded_error; in accumulate_stats()
193 section->coded_error -= frame->coded_error; in subtract_stats()
215 section->coded_error /= section->count; in avg_stats()
484 int64_t coded_error = 0; in vp8_first_pass() local
724 coded_error += (int64_t)this_error; in vp8_first_pass()
754 fps.coded_error = (double)(coded_error >> 8); in vp8_first_pass()
759 fps.ssim_weighted_pred_err = fps.coded_error * weight; in vp8_first_pass()
809 DOUBLE_DIVIDE_CHECK(cpi->twopass.this_frame_stats.coded_error)) > in vp8_first_pass()
906 double section_err = (fpstats->coded_error / fpstats->count); in estimate_max_q()
1020 double section_err = (fpstats->coded_error / fpstats->count); in estimate_cq()
1048 DOUBLE_DIVIDE_CHECK(cpi->twopass.total_stats.coded_error); in estimate_cq()
1265 this_frame.intra_error / DOUBLE_DIVIDE_CHECK(this_frame.coded_error); in vp8_init_second_pass()
1458 DOUBLE_DIVIDE_CHECK(this_frame->coded_error)); in calc_frame_boost()
1461 DOUBLE_DIVIDE_CHECK(this_frame->coded_error)); in calc_frame_boost()
2140 DOUBLE_DIVIDE_CHECK(sectionstats.coded_error)); in define_gf_group()
2143 DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in define_gf_group()
2234 this_frame_coded_error = this_frame.coded_error; in vp8_second_pass()
2315 DOUBLE_DIVIDE_CHECK(next_frame.coded_error)); in vp8_second_pass()
2414 DOUBLE_DIVIDE_CHECK(this_frame->coded_error)) < 2.5) && in test_candidate_kf()
2415 ((fabs(last_frame->coded_error - this_frame->coded_error) / in test_candidate_kf()
2416 DOUBLE_DIVIDE_CHECK(this_frame->coded_error) > in test_candidate_kf()
2422 DOUBLE_DIVIDE_CHECK(next_frame->coded_error)) > 3.5))))) { in test_candidate_kf()
2441 DOUBLE_DIVIDE_CHECK(local_next_frame.coded_error)); in test_candidate_kf()
2545 kf_group_coded_err += this_frame->coded_error; in find_next_key_frame()
2625 kf_group_coded_err += tmp_frame.coded_error; in find_next_key_frame()
2650 kf_group_coded_err += this_frame->coded_error; in find_next_key_frame()
2735 DOUBLE_DIVIDE_CHECK(next_frame.coded_error)); in find_next_key_frame()
2738 DOUBLE_DIVIDE_CHECK(next_frame.coded_error)); in find_next_key_frame()
2774 DOUBLE_DIVIDE_CHECK(sectionstats.coded_error)); in find_next_key_frame()
2777 DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in find_next_key_frame()
2956 (kf_group_coded_err - first_frame.coded_error); in find_next_key_frame()