Home
last modified time | relevance | path

Searched refs:sum_weights (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h676 double sum_weights[VPX_TS_MAX_LAYERS]; member
Dfirstpass.c319 double sum_weights = 0.0; in simple_weight() local
330 sum_weights += weight_table[ *src]; in simple_weight()
337 sum_weights /= (source->y_height * source->y_width); in simple_weight()
339 return sum_weights; in simple_weight()
Donyx_if.c2182 cpi->sum_weights[i], 8.0); in vp8_remove_compressor()
5352 cpi->sum_weights[i] += weight; in vp8_get_compressed_data()