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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 86 double pcnt_intra_low; // Coded intra but low variance member in struct:__anon24784
vp9_firstpass.c 114 stats->pcnt_intra_low, stats->pcnt_intra_high,
148 section->pcnt_intra_low = 0.0;
179 section->pcnt_intra_low += frame->pcnt_intra_low;
208 section->pcnt_intra_low -= frame->pcnt_intra_low;
751 fps->pcnt_intra_low = (double)(fp_acc_data->intra_count_low) / num_mbs;
    [all...]

Completed in 66 milliseconds