Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c61 static int total_adj_weak_thresh(BLOCK_SIZE bs, int increase_denoising) { in total_adj_weak_thresh() function
176 if (abs(total_adj) <= total_adj_weak_thresh(bs, increase_denoising)) { in vp9_denoiser_filter_c()