Home
last modified time | relevance | path

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

/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_tg.c65 tg->sum_weights = 0; in tg_run()
67 tg->sum_weights += tg->op_weights[i]; in tg_run()
104 num = 1 + getrandom(rd, tg->sum_weights); in tg_get_op()
Dffsb_fs.h115 unsigned sum_weights; member
Dffsb_tg.h89 unsigned sum_weights; member
Dffsb_fs.c120 int num = 1 + getrandom(&rd, fs->sum_weights); in add_files()
595 (float)fs->sum_weights) * 100); in fs_print_config()
Dfileops.c433 int num = 1 + getrandom(rd, fs->sum_weights); in ffsb_createfile_core()
Dparser.c951 fs->sum_weights += sizew->weight; in init_filesys()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h662 double sum_weights[VPX_TS_MAX_LAYERS]; member
Dfirstpass.c294 double sum_weights = 0.0; in simple_weight() local
303 sum_weights += weight_table[*src]; in simple_weight()
310 sum_weights /= (source->y_height * source->y_width); in simple_weight()
312 return sum_weights; in simple_weight()
Donyx_if.c2120 100 * pow(cpi->sum_ssim[i] / cpi->sum_weights[i], 8.0); in vp8_remove_compressor()
5257 cpi->sum_weights[i] += weight; in vp8_get_compressed_data()