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.h59 int64_t frame_noise_energy; member
85 double frame_noise_energy; member
Dvp9_firstpass.c109 stats->sr_coded_error, stats->frame_noise_energy, stats->pcnt_inter, in output_stats()
138 section->frame_noise_energy = 0.0; in zero_stats()
169 section->frame_noise_energy += frame->frame_noise_energy; in accumulate_stats()
198 section->frame_noise_energy -= frame->frame_noise_energy; in subtract_stats()
738 fps->frame_noise_energy = in first_pass_stat_calc()
739 (double)(fp_acc_data->frame_noise_energy) / (double)num_mbs; in first_pass_stat_calc()
786 this_tile->fp_data.frame_noise_energy += fp_acc_data->frame_noise_energy; in accumulate_fp_mb_row_stat()
958 fp_acc_data->frame_noise_energy += fp_estimate_block_noise(x, bsize); in vp9_first_pass_encode_tile_mb_row()
960 fp_acc_data->frame_noise_energy += (int64_t)SECTION_NOISE_DEF; in vp9_first_pass_encode_tile_mb_row()
1283 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()