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

  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c 3514 __m128i temp_mm, min_input, max_input; local
3629 __m128i min_input, max_input, temp1, temp2, sign_bits; local
3730 __m128i min_input, max_input, temp1, temp2, sign_bits; local
3834 __m128i min_input, max_input, temp1, temp2, sign_bits; local
3948 __m128i min_input, max_input, temp1, temp2, sign_bits; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c 350 const float32x4_t min_input = vdupq_n_f32(-126.99999f); local
352 const float32x4_t x_max = vmaxq_f32(x_min, min_input);
aec_core_sse2.c 332 static const ALIGN16_BEG float min_input[4] ALIGN16_END = {
335 const __m128 x_max = _mm_max_ps(x_min, *((__m128*)min_input));

Completed in 785 milliseconds