Home
last modified time | relevance | path

Searched refs:coded_error (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c135 stats->frame, stats->intra_error, stats->coded_error, in output_stats()
149 section->coded_error = 0.0; in zero_stats()
170 section->coded_error += frame->coded_error; in accumulate_stats()
191 section->coded_error -= frame->coded_error; in subtract_stats()
213 section->coded_error /= section->count; in avg_stats()
481 int64_t coded_error = 0; in vp8_first_pass() local
721 coded_error += (int64_t)this_error; in vp8_first_pass()
751 fps.coded_error = (double)(coded_error >> 8); in vp8_first_pass()
756 fps.ssim_weighted_pred_err = fps.coded_error * weight; in vp8_first_pass()
806 DOUBLE_DIVIDE_CHECK(cpi->twopass.this_frame_stats.coded_error)) > in vp8_first_pass()
[all …]
Donyx_int.h98 double coded_error; member
Donyx_if.c4608 if (cpi->twopass.total_left_stats.coded_error != 0.0) in encode_frame_to_data_rate()
4625 cpi->twopass.total_left_stats.coded_error, in encode_frame_to_data_rate()
4627 cpi->twopass.total_left_stats.coded_error, in encode_frame_to_data_rate()
4646 cpi->twopass.total_left_stats.coded_error, in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c101 stats->frame, stats->weight, stats->intra_error, stats->coded_error, in output_stats()
129 section->coded_error = 0.0; in zero_stats()
160 section->coded_error += frame->coded_error; in accumulate_stats()
189 section->coded_error -= frame->coded_error; in subtract_stats()
236 return (twopass->total_stats.coded_error * av_weight) / in get_distribution_av_err()
248 av_err * pow(this_frame->coded_error * this_frame->weight / in calculate_mod_frame_score()
268 av_err * pow(this_frame->coded_error * this_frame->weight / in calc_norm_frame_score()
732 fps->coded_error = in first_pass_stat_calc()
733 ((double)(fp_acc_data->coded_error >> 8) + min_err) / num_mbs; in first_pass_stat_calc()
785 this_tile->fp_data.coded_error += fp_acc_data->coded_error; in accumulate_fp_mb_row_stat()
[all …]
Dvp9_firstpass.h59 int64_t coded_error; member
85 double coded_error; member
Dvp9_ethread.c234 tile_data->fp_data.coded_error += tile_data_t->fp_data.coded_error; in accumulate_fp_tile_stat()
Dvp9_encoder.c3525 if (cpi->twopass.total_left_stats.coded_error != 0.0) {
3598 cpi->twopass.total_left_stats.coded_error,
3600 (1 + cpi->twopass.total_left_stats.coded_error),
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c63 const double av_err = (stats->coded_error * av_weight) / stats->count; in calculate_modified_err()
65 av_err * pow(this_frame->coded_error * this_frame->weight / in calculate_modified_err()
123 section->coded_error -= frame->coded_error; in subtract_stats()
262 double sr_diff = (frame->sr_coded_error - frame->coded_error) / num_mbs; in get_sr_decay_rate()
270 if ((frame->intra_error / DOUBLE_DIVIDE_CHECK(frame->coded_error)) < in get_sr_decay_rate()
381 gf_stats->gf_group_raw_error += stats->coded_error; in accumulate_this_frame_stats()
515 DOUBLE_DIVIDE_CHECK(this_frame->coded_error); in calc_frame_boost()
548 (this_frame->coded_error + *sr_accumulator) * active_area); in calc_kf_frame_boost()
553 *sr_accumulator += (this_frame->sr_coded_error - this_frame->coded_error); in calc_kf_frame_boost()
686 double coded_error = 0.0; in calculate_section_intra_ratio() local
[all …]
Dfirstpass.c74 stats->frame, stats->weight, stats->intra_error, stats->coded_error, in output_stats()
91 section->coded_error = 0.0; in av1_twopass_zero_stats()
118 section->coded_error += frame->coded_error; in accumulate_stats()
300 int64_t coded_error; member
766 fps.coded_error = (double)(stats->coded_error >> 8) + min_err; in update_firstpass_stats()
977 stats.coded_error += this_inter_error; in av1_first_pass()
982 stats.coded_error += this_intra_error; in av1_first_pass()
1035 DOUBLE_DIVIDE_CHECK(this_frame_stats->coded_error)) > 2.0))) { in av1_first_pass()
Dfirstpass.h46 double coded_error; member