Searched refs:dn_val (Results 1 – 2 of 2) sorted by relevance
577 uint8_t dn_val; in fp_estimate_point_noise() local599 dn_val = (sum_val + (sum_weight >> 1)) / sum_weight; in fp_estimate_point_noise()601 dn_val = *src_ptr; in fp_estimate_point_noise()605 dn_diff = (int)*src_ptr - (int)dn_val; in fp_estimate_point_noise()619 uint16_t dn_val; in fp_highbd_estimate_point_noise() local642 dn_val = (sum_val + (sum_weight >> 1)) / sum_weight; in fp_highbd_estimate_point_noise()644 dn_val = *CONVERT_TO_SHORTPTR(src_ptr); in fp_highbd_estimate_point_noise()648 dn_diff = (int)(*CONVERT_TO_SHORTPTR(src_ptr)) - (int)dn_val; in fp_highbd_estimate_point_noise()
3377 const double dn_val = get_double_from_d_register(vn); in DecodeTypeVFP() local3382 set_d_register_from_double(vd, dn_val * dm_val); in DecodeTypeVFP()