Searched refs:centre_val (Results 1 – 2 of 2) sorted by relevance
578 uint8_t centre_val = *src_ptr; in fp_estimate_point_noise() local586 diff = abs((int)centre_val - (int)tmp_ptr[j]); in fp_estimate_point_noise()620 uint16_t centre_val = *CONVERT_TO_SHORTPTR(src_ptr); in fp_highbd_estimate_point_noise() local629 diff = abs((int)centre_val - (int)tmp_ptr16[j]); in fp_highbd_estimate_point_noise()
4141 static INLINE void add_denoise_point(int centre_val, int data_val, int thresh, argument4144 if (abs(centre_val - data_val) <= thresh) {