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

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 153 stats->pcnt_inter,
178 section->pcnt_inter = 0.0;
200 section->pcnt_inter += frame->pcnt_inter;
222 section->pcnt_inter -= frame->pcnt_inter;
246 section->pcnt_inter /= section->count;
811 fps.pcnt_inter = 0.0;
823 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
859 (cpi->twopass.this_frame_stats.pcnt_inter > 0.20) &
    [all...]
onyx_int.h 103 double pcnt_inter; member in struct:__anon10982

Completed in 2039 milliseconds