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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 258 const double av_weight = stats->weight / stats->count; local
259 const double av_err = (stats->coded_error * av_weight) / stats->count;
    [all...]

Completed in 294 milliseconds