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

  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 672 double sum_weights[VPX_TS_MAX_LAYERS]; member in struct:VP8_COMP
firstpass.c 319 double sum_weights = 0.0; local
330 sum_weights += weight_table[ *src];
337 sum_weights /= (source->y_height * source->y_width);
339 return sum_weights;
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 310 double sum_weights = 0.0; local
318 sum_weights += weight_table[ *src];
325 sum_weights /= (source->y_height * source->y_width);
327 return sum_weights;
    [all...]

Completed in 233 milliseconds