Home | History | Annotate | Download | only in libspeex

Lines Matching defs:wideband

1080 /* Just so we don't need to carry the complete wideband mode information */
1094 int wideband;
1125 /* Search for next narrowband block (handle requests, skip wideband blocks) */
1129 wideband = speex_bits_unpack_unsigned(bits, 1);
1130 if (wideband) /* Skip wideband block (for compatibility) */
1147 wideband = speex_bits_unpack_unsigned(bits, 1);
1148 if (wideband)
1160 wideband = speex_bits_unpack_unsigned(bits, 1);
1161 if (wideband)
1163 speex_notify("More than two wideband layers found. The stream is corrupted.");