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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 89 double intra_smooth_pct; // % of blocks that are smooth member in struct:__anon24784
vp9_firstpass.c 115 stats->intra_skip_pct, stats->intra_smooth_pct,
147 section->intra_smooth_pct = 0.0;
178 section->intra_smooth_pct += frame->intra_smooth_pct;
207 section->intra_smooth_pct -= frame->intra_smooth_pct;
754 fps->intra_smooth_pct = (double)(fp_acc_data->intra_smooth_count) / num_mbs;
    [all...]

Completed in 566 milliseconds