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

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

Completed in 50 milliseconds