Searched refs:centre_val (Results 1 – 2 of 2) sorted by relevance
571 uint8_t centre_val = *src_ptr; in fp_estimate_point_noise() local579 diff = abs((int)centre_val - (int)tmp_ptr[j]); in fp_estimate_point_noise()613 uint16_t centre_val = *CONVERT_TO_SHORTPTR(src_ptr); in fp_highbd_estimate_point_noise() local622 diff = abs((int)centre_val - (int)tmp_ptr16[j]); in fp_highbd_estimate_point_noise()
4490 static INLINE void add_denoise_point(int centre_val, int data_val, int thresh, argument4493 if (abs(centre_val - data_val) <= thresh) {