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

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 920 double av_pct_inter = fpstats->pcnt_inter \/ fpstats->count; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 857 double av_pct_inter = fpstats->pcnt_inter / fpstats->count;
859 double av_intra = (1.0 - av_pct_inter);
865 zz_cost = bitcost(av_pct_inter - av_pct_motion);
876 (int)((((av_pct_inter - av_pct_motion) * zz_cost) +
    [all...]

Completed in 46 milliseconds