Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c568 int dn_diff; in fp_estimate_point_noise() local
599 dn_diff = (int)*src_ptr - (int)dn_val; in fp_estimate_point_noise()
600 return dn_diff * dn_diff; in fp_estimate_point_noise()
609 int dn_diff; in fp_highbd_estimate_point_noise() local
642 dn_diff = (int)(*CONVERT_TO_SHORTPTR(src_ptr)) - (int)dn_val; in fp_highbd_estimate_point_noise()
643 return dn_diff * dn_diff; in fp_highbd_estimate_point_noise()