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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
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_int.h 675 double sum_weights[VPX_TS_MAX_LAYERS]; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp8/encoder/
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_int.h 676 double sum_weights[VPX_TS_MAX_LAYERS]; member in struct:VP8_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
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_int.h 676 double sum_weights[VPX_TS_MAX_LAYERS]; member in struct:VP8_COMP

Completed in 425 milliseconds