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 279 stats->pcnt_inter,
318 section->pcnt_inter = 0.0;
337 section->pcnt_inter += frame->pcnt_inter;
358 section->pcnt_inter /= section->count;
809 fps.pcnt_inter = 0.0;
820 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
853 (cpi->this_frame_stats->pcnt_inter > 0.20) &&
    [all...]
onyx_int.h 94 double pcnt_inter; member in struct:__anon5125

Completed in 49 milliseconds