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

  /external/speex/libspeex/
speex_callbacks.c 111 spx_int32_t enh; local
112 enh = speex_bits_unpack_unsigned(bits, 1);
113 speex_decoder_ctl(data, SPEEX_SET_ENH, &enh);
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/test/
intelligibility_proc.cc 117 IntelligibilityEnhancer enh(config);
125 enh.AnalyzeCaptureAudio(&noise_cursor, FLAGS_sample_rate, kNumChannels);
126 enh.ProcessRenderAudio(&clear_cursor, FLAGS_sample_rate, kNumChannels);
  /external/tcpdump/
print-ip6.c 211 int enh, padlen; local
212 advance = esp_print(ndo, cp, len, (const u_char *)ip6, &enh, &padlen);
213 nh = enh & 0xff;
219 int enh; local
220 advance = ipcomp_print(ndo, cp, &enh);
221 nh = enh & 0xff;
print-ip.c 343 int enh, padlen; local
346 &enh, &padlen);
351 ipds->nh = enh & 0xff;
357 int enh; local
358 ipds->advance = ipcomp_print(ndo, ipds->cp, &enh);
363 ipds->nh = enh & 0xff;
print-isakmp.c 2965 int nh, enh, padlen; local
    [all...]

Completed in 110 milliseconds