Home | History | Annotate | Download | only in libspeex

Lines Matching refs:wideband

68    speex_fatal("Wideband and Ultra-wideband are disabled");
73 speex_fatal("Wideband and Ultra-wideband are disabled");
77 speex_fatal("Wideband and Ultra-wideband are disabled");
82 speex_fatal("Wideband and Ultra-wideband are disabled");
87 speex_fatal("Wideband and Ultra-wideband are disabled");
91 speex_fatal("Wideband and Ultra-wideband are disabled");
96 speex_fatal("Wideband and Ultra-wideband are disabled");
101 speex_fatal("Wideband and Ultra-wideband are disabled");
578 /* Compute mid-band (4000 Hz for wideband) response of low-band and high-band
877 int wideband;
917 /*Check "wideband bit"*/
919 wideband = speex_bits_peek(bits);
921 wideband = 0;
922 if (wideband)
924 /*Regular wideband frame, read the submode*/
925 wideband = speex_bits_unpack_unsigned(bits, 1);