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.h61 int64_t frame_noise_energy; member
87 double frame_noise_energy; member
Dvp9_firstpass.c102 stats->sr_coded_error, stats->frame_noise_energy, stats->pcnt_inter, in output_stats()
131 section->frame_noise_energy = 0.0; in zero_stats()
162 section->frame_noise_energy += frame->frame_noise_energy; in accumulate_stats()
191 section->frame_noise_energy -= frame->frame_noise_energy; in subtract_stats()
739 fps->frame_noise_energy = in first_pass_stat_calc()
740 (double)(fp_acc_data->frame_noise_energy) / (double)num_mbs; in first_pass_stat_calc()
787 this_tile->fp_data.frame_noise_energy += fp_acc_data->frame_noise_energy; in accumulate_fp_mb_row_stat()
960 fp_acc_data->frame_noise_energy += fp_estimate_block_noise(x, bsize); in vp9_first_pass_encode_tile_mb_row()
962 fp_acc_data->frame_noise_energy += (int64_t)SECTION_NOISE_DEF; in vp9_first_pass_encode_tile_mb_row()
1286 fp_acc_data->frame_noise_energy += fp_estimate_block_noise(x, bsize); 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()