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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 82 double pcnt_inter; member in struct:__anon26230
vp9_firstpass.c 112 stats->sr_coded_error, stats->frame_noise_energy, stats->pcnt_inter,
142 section->pcnt_inter = 0.0;
173 section->pcnt_inter += frame->pcnt_inter;
202 section->pcnt_inter -= frame->pcnt_inter;
757 fps->pcnt_inter = (double)(fp_acc_data->intercount) / num_mbs;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 138 stats->ssim_weighted_pred_err, stats->pcnt_inter,
153 section->pcnt_inter = 0.0;
174 section->pcnt_inter += frame->pcnt_inter;
195 section->pcnt_inter -= frame->pcnt_inter;
217 section->pcnt_inter /= section->count;
763 fps.pcnt_inter = 0.0;
775 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
809 (cpi->twopass.this_frame_stats.pcnt_inter > 0.20) &
    [all...]
onyx_int.h 97 double pcnt_inter; member in struct:__anon26149

Completed in 788 milliseconds