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

  /external/libvpx/vp8/encoder/
firstpass.c 219 double sum_weights = 0.0; local
228 sum_weights += weight_table[ *src];
235 sum_weights /= (source->y_height * source->y_width);
237 return sum_weights;
    [all...]

Completed in 1073 milliseconds