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

/external/webrtc/webrtc/modules/video_processing/util/
H A Ddenoiser_filter_c.cc73 int shift_inc1 = 0; local
78 shift_inc1 = 1;
95 // When |diff| <= |3 + shift_inc1|, use pixel value from
97 if (absdiff <= 3 + shift_inc1) {
101 if (absdiff >= 4 + shift_inc1 && absdiff <= 7)
/external/libvpx/libvpx/vp8/encoder/
H A Ddenoising.c68 int shift_inc1 = 0; local
76 shift_inc1 = 1;
93 // When |diff| <= |3 + shift_inc1|, use pixel value from
95 if (absdiff <= 3 + shift_inc1) {
99 if (absdiff >= 4 + shift_inc1 && absdiff <= 7) {
229 int shift_inc1 = 0; local
236 shift_inc1 = 1;
265 // When |diff| <= |3 + shift_inc1|, use pixel value from
267 if (absdiff <= 3 + shift_inc1) {
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Ddenoising_msa.c26 int32_t shift_inc1 = 3; local
54 shift_inc1 = 4;
63 shift_inc1_vec = __msa_fill_h(shift_inc1);
315 int32_t shift_inc1 = 3; local
376 shift_inc1 = 4;
385 shift_inc1_vec = __msa_fill_h(shift_inc1);

Completed in 234 milliseconds