HomeSort by relevance Sort by last modified time
    Searched refs:shift_inc1 (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_processing/util/
denoiser_filter_c.cc 73 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/
denoising.c 69 int shift_inc1 = 0; local
81 shift_inc1 = 1;
100 // When |diff| <= |3 + shift_inc1|, use pixel value from
102 if (absdiff <= 3 + shift_inc1)
109 if (absdiff >= 4 + shift_inc1 && absdiff <= 7)
241 int shift_inc1 = 0; local
248 shift_inc1 = 1;
277 // When |diff| <= |3 + shift_inc1|, use pixel value from
279 if (absdiff <= 3 + shift_inc1) {
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
denoising_msa.c 28 int32_t shift_inc1 = 3; local
58 shift_inc1 = 4;
67 shift_inc1_vec = __msa_fill_h(shift_inc1);
349 int32_t shift_inc1 = 3; local
414 shift_inc1 = 4;
423 shift_inc1_vec = __msa_fill_h(shift_inc1);

Completed in 87 milliseconds