Searched refs:sum_weights (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h675 double sum_weights[VPX_TS_MAX_LAYERS]; member in struct:VP8_COMP
H A Dfirstpass.c319 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;
H A Donyx_if.c2231 cpi->sum_weights[i], 8.0);
5518 cpi->sum_weights[i] += weight;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h676 double sum_weights[VPX_TS_MAX_LAYERS]; member in struct:VP8_COMP
H A Dfirstpass.c319 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;
H A Donyx_if.c2181 cpi->sum_weights[i], 8.0);
5350 cpi->sum_weights[i] += weight;

Completed in 168 milliseconds