Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h55 int64_t frame_noise_energy; member
81 double frame_noise_energy; member
Dvp9_firstpass.c112 stats->sr_coded_error, stats->frame_noise_energy, stats->pcnt_inter, in output_stats()
141 section->frame_noise_energy = 0.0; in zero_stats()
172 section->frame_noise_energy += frame->frame_noise_energy; in accumulate_stats()
201 section->frame_noise_energy -= frame->frame_noise_energy; in subtract_stats()
754 fps->frame_noise_energy = in first_pass_stat_calc()
755 (double)(fp_acc_data->frame_noise_energy) / (double)num_mbs; in first_pass_stat_calc()
802 this_tile->fp_data.frame_noise_energy += fp_acc_data->frame_noise_energy; in accumulate_fp_mb_row_stat()
994 fp_acc_data->frame_noise_energy += fp_estimate_block_noise(x, bsize); in vp9_first_pass_encode_tile_mb_row()
996 fp_acc_data->frame_noise_energy += (int64_t)SECTION_NOISE_DEF; in vp9_first_pass_encode_tile_mb_row()
1309 fp_acc_data->frame_noise_energy += (int64_t)SECTION_NOISE_DEF; in vp9_first_pass_encode_tile_mb_row()
[all …]
Dvp9_ethread.c236 tile_data->fp_data.frame_noise_energy += in accumulate_fp_tile_stat()
237 tile_data_t->fp_data.frame_noise_energy; in accumulate_fp_tile_stat()