Home
last modified time | relevance | path

Searched refs:pcnt_intra_low (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h92 double pcnt_intra_low; // Coded intra but low variance member
Dvp9_firstpass.c104 stats->pcnt_intra_low, stats->pcnt_intra_high, in output_stats()
138 section->pcnt_intra_low = 0.0; in zero_stats()
169 section->pcnt_intra_low += frame->pcnt_intra_low; in accumulate_stats()
198 section->pcnt_intra_low -= frame->pcnt_intra_low; in subtract_stats()
745 fps->pcnt_intra_low = (double)(fp_acc_data->intra_count_low) / num_mbs; in first_pass_stat_calc()
1768 frame->pcnt_inter + frame->pcnt_intra_low - frame->pcnt_neutral; in get_sr_decay_rate()