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.c574 int dn_diff; in fp_estimate_point_noise() local
605 dn_diff = (int)*src_ptr - (int)dn_val; in fp_estimate_point_noise()
606 return dn_diff * dn_diff; in fp_estimate_point_noise()
615 int dn_diff; in fp_highbd_estimate_point_noise() local
648 dn_diff = (int)(*CONVERT_TO_SHORTPTR(src_ptr)) - (int)dn_val; in fp_highbd_estimate_point_noise()
649 return dn_diff * dn_diff; in fp_highbd_estimate_point_noise()