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

  /external/libvpx/vp8/encoder/
firstpass.c 271 stats->pcnt_inter,
302 section->pcnt_inter = 0.0;
321 section->pcnt_inter += frame->pcnt_inter;
342 section->pcnt_inter /= section->count;
806 fps.pcnt_inter = 0.0;
817 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
849 (cpi->this_frame_stats.pcnt_inter > 0.20) &&
    [all...]
onyx_int.h 95 double pcnt_inter; member in struct:__anon5289

Completed in 29 milliseconds