HomeSort by relevance Sort by last modified time
    Searched refs:pcnt_intra_high (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 87 double pcnt_intra_high; // Coded intra high variance member in struct:__anon24784
vp9_firstpass.c 114 stats->pcnt_intra_low, stats->pcnt_intra_high,
149 section->pcnt_intra_high = 0.0;
180 section->pcnt_intra_high += frame->pcnt_intra_high;
209 section->pcnt_intra_high -= frame->pcnt_intra_high;
752 fps->pcnt_intra_high = (double)(fp_acc_data->intra_count_high) / num_mbs;
    [all...]

Completed in 70 milliseconds