Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c85 int total_adj = 0; in vp9_denoiser_filter_c() local
108 total_adj += diff; in vp9_denoiser_filter_c()
123 total_adj += adj; in vp9_denoiser_filter_c()
126 total_adj -= adj; in vp9_denoiser_filter_c()
136 if (abs(total_adj) <= total_adj_strong_thresh(bs, increase_denoising)) { in vp9_denoiser_filter_c()
141 delta = ((abs(total_adj) - total_adj_strong_thresh(bs, increase_denoising)) in vp9_denoiser_filter_c()
163 total_adj -= adj; in vp9_denoiser_filter_c()
169 total_adj += adj; in vp9_denoiser_filter_c()
178 if (abs(total_adj) <= total_adj_weak_thresh(bs, increase_denoising)) { in vp9_denoiser_filter_c()