Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dfirstpass.c137 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()
[all …]
H A Donyx_int.h101 double coded_error; member
H A 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()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dpass2_strategy.c83 (total_stats->coded_error * av_weight) / total_stats->count; in calculate_modified_err_new()
85 av_err * pow(this_stats->coded_error * this_stats->weight / in calculate_modified_err_new()
386 double sr_diff = (frame->sr_coded_error - frame->coded_error); in get_sr_decay_rate()
392 if ((frame->coded_error > LOW_CODED_ERR_PER_MB) && in get_sr_decay_rate()
393 ((frame->intra_error / DOUBLE_DIVIDE_CHECK(frame->coded_error)) < in get_sr_decay_rate()
515 gf_stats->gf_group_raw_error += stats->coded_error; in accumulate_this_frame_stats()
592 DOUBLE_DIVIDE_CHECK(this_frame->coded_error); in calc_frame_boost()
621 (this_frame->coded_error + *sr_accumulator) * active_area); in calc_kf_frame_boost()
626 *sr_accumulator += (this_frame->sr_coded_error - this_frame->coded_error); in calc_kf_frame_boost()
766 double coded_error = 0.0; in calculate_section_intra_ratio() local
[all …]
H A Dfirstpass.c79 stats->frame, stats->weight, stats->intra_error, stats->coded_error, in output_stats()
96 section->coded_error = 0.0; in av1_twopass_zero_stats()
128 section->log_coded_error += log1p(frame->coded_error); in av1_accumulate_stats()
130 section->coded_error += frame->coded_error; in av1_accumulate_stats()
859 fps->coded_error /= num_mbs_16x16; in normalize_firstpass_stats()
863 fps->log_coded_error = log1p(fps->coded_error); in normalize_firstpass_stats()
914 fps.coded_error = (double)(stats->coded_error >> 8) + min_err; in update_firstpass_stats()
1020 stats.coded_error += mb_stat.coded_error; in accumulate_frame_stats()
1232 mb_stats->coded_error += this_inter_error; in av1_first_pass_row()
1236 mb_stats->coded_error += this_intra_error; in av1_first_pass_row()
[all …]
H A Dfirstpass.h66 double coded_error; member
480 int64_t coded_error; member
H A Dencodeframe_utils.h523 const double coded_error_per_mb = this_frame_stats->coded_error; in get_num_refs_to_disable()
H A Dsaliency_map.c1391 double inter_error = cur_stats->coded_error; in av1_setup_motion_ratio()
H A Dencoder.c3528 section->coded_error -= frame->coded_error; in subtract_stats()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_firstpass.c131 stats->frame, stats->weight, stats->intra_error, stats->coded_error, in output_stats()
148 section->coded_error = 0.0; in zero_stats()
180 section->coded_error += frame->coded_error; in accumulate_stats()
210 section->coded_error -= frame->coded_error; in subtract_stats()
258 return (twopass->total_stats.coded_error * av_weight) / in get_distribution_av_err()
270 av_err * pow(this_frame->coded_error * this_frame->weight / in calculate_mod_frame_score()
290 av_err * pow(this_frame->coded_error * this_frame->weight / in calc_norm_frame_score()
791 fps->coded_error = in first_pass_stat_calc()
792 ((double)(fp_acc_data->coded_error >> 8) + min_err) / num_mbs; in first_pass_stat_calc()
846 this_tile->fp_data.coded_error += fp_acc_data->coded_error; in accumulate_fp_mb_row_stat()
[all …]
H A Dvp9_ext_ratectrl.c90 rc_frame_stats->coded_error = stats->coded_error; in gen_rc_firstpass_stats()
H A Dvp9_firstpass_stats.h24 double coded_error; member
H A Dvp9_firstpass.h39 int64_t coded_error; member
H A Dvp9_ethread.c259 tile_data->fp_data.coded_error += tile_data_t->fp_data.coded_error; in accumulate_fp_tile_stat()
H A Dvp9_encoder.c3639 if (cpi->twopass.total_left_stats.coded_error != 0.0) {
3712 cpi->twopass.total_left_stats.coded_error,
3714 (1 + cpi->twopass.total_left_stats.coded_error),
/aosp_15_r20/external/libvpx/vpx/
H A Dvpx_ext_ratectrl.h223 double coded_error; member
/aosp_15_r20/external/libaom/doc/dev_guide/
H A Dav1_encoder.dox161 - \ref FIRSTPASS_STATS.coded_error