Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h91 double pcnt_intra_high; // Coded intra high variance member
Dvp9_firstpass.c111 stats->pcnt_intra_low, stats->pcnt_intra_high, in output_stats()
146 section->pcnt_intra_high = 0.0; in zero_stats()
177 section->pcnt_intra_high += frame->pcnt_intra_high; in accumulate_stats()
206 section->pcnt_intra_high -= frame->pcnt_intra_high; in subtract_stats()
745 fps->pcnt_intra_high = (double)(fp_acc_data->intra_count_high) / num_mbs; in first_pass_stat_calc()