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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 59 int shift_inc = (increase_denoising && local
62 (motion_magnitude <= MOTION_MAGNITUDE_THRESHOLD) ? 4 + shift_inc : 3);
65 const uint8x16_t v_level1_threshold = vmovq_n_u8(4 + shift_inc);
255 int shift_inc = (increase_denoising && local
258 (motion_magnitude <= MOTION_MAGNITUDE_THRESHOLD_UV) ? 4 + shift_inc : 3);
262 const uint8x16_t v_level1_threshold = vmovq_n_u8(4 + shift_inc);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
denoising_sse2.c 49 int shift_inc = (increase_denoising && local
53 const __m128i k_4 = _mm_set1_epi8(4 + shift_inc);
59 7 + shift_inc : 6);
196 int shift_inc = (increase_denoising && local
200 const __m128i k_4 = _mm_set1_epi8(4 + shift_inc);
206 7 + shift_inc : 6);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_denoiser.c 90 int shift_inc = 1; local
97 shift_inc = 2;
99 adj_val[0] += shift_inc;
100 adj_val[1] += shift_inc;
101 adj_val[2] += shift_inc;

Completed in 704 milliseconds