Home
last modified time | relevance | path

Searched refs:dn_val (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c577 uint8_t dn_val; in fp_estimate_point_noise() local
599 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() local
642 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()
/external/v8/src/arm/
Dsimulator-arm.cc3377 const double dn_val = get_double_from_d_register(vn); in DecodeTypeVFP() local
3382 set_d_register_from_double(vd, dn_val * dm_val); in DecodeTypeVFP()