Searched refs:wideband (Results 1 – 2 of 2) sorted by relevance
1094 int wideband; in nb_decode() local1129 wideband = speex_bits_unpack_unsigned(bits, 1); in nb_decode()1130 if (wideband) /* Skip wideband block (for compatibility) */ in nb_decode()1147 wideband = speex_bits_unpack_unsigned(bits, 1); in nb_decode()1148 if (wideband) in nb_decode()1160 wideband = speex_bits_unpack_unsigned(bits, 1); in nb_decode()1161 if (wideband) in nb_decode()
877 int wideband; in sb_decode() local919 wideband = speex_bits_peek(bits); in sb_decode()921 wideband = 0; in sb_decode()922 if (wideband) in sb_decode()925 wideband = speex_bits_unpack_unsigned(bits, 1); in sb_decode()