Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c569 int sum_weight = 0; in fp_estimate_point_noise() local
589 sum_weight += *kernal_ptr; in fp_estimate_point_noise()
599 dn_val = (sum_val + (sum_weight >> 1)) / sum_weight; in fp_estimate_point_noise()
610 int sum_weight = 0; in fp_highbd_estimate_point_noise() local
632 sum_weight += *kernal_ptr; in fp_highbd_estimate_point_noise()
642 dn_val = (sum_val + (sum_weight >> 1)) / sum_weight; in fp_highbd_estimate_point_noise()
Dvp9_encoder.c4143 int *sum_weight) { argument
4145 *sum_weight += point_weight;
4152 int sum_weight = 0; local
4184 &sum_val, &sum_weight);
4191 *src_ptr = (uint8_t)((sum_val + (sum_weight >> 1)) / sum_weight);
4197 int sum_weight = 0; local
4229 &sum_val, &sum_weight);
4236 *src_ptr = (uint16_t)((sum_val + (sum_weight >> 1)) / sum_weight);
/external/ltp/utils/ffsb-6.0-rc2/
Dparser.c678 uint32_t sum_weight = get_weight_total(tg); in verify_tg() local
687 if (sum_weight == 0) { in verify_tg()