OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_adj_strong_thresh
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h
72
static int
total_adj_strong_thresh
(BLOCK_SIZE bs, int increase_denoising) {
function
vp9_denoiser.c
136
if (abs(total_adj) <=
total_adj_strong_thresh
(bs, increase_denoising)) {
141
delta = ((abs(total_adj) -
total_adj_strong_thresh
(bs, increase_denoising))
/external/libvpx/libvpx/vp9/encoder/x86/
vp9_denoiser_sse2.c
193
sum_diff_thresh =
total_adj_strong_thresh
(bs, increase_denoising);
298
sum_diff_thresh =
total_adj_strong_thresh
(bs, increase_denoising);
Completed in 453 milliseconds