Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c578 uint8_t centre_val = *src_ptr; in fp_estimate_point_noise() local
586 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() local
629 diff = abs((int)centre_val - (int)tmp_ptr16[j]); in fp_highbd_estimate_point_noise()
Dvp9_encoder.c4141 static INLINE void add_denoise_point(int centre_val, int data_val, int thresh, argument
4144 if (abs(centre_val - data_val) <= thresh) {