Home
last modified time | relevance | path

Searched refs:wideband (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeex/
Dnb_celp.c1094 int wideband; in nb_decode() local
1129 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()
Dsb_celp.c877 int wideband; in sb_decode() local
919 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()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h260 int GetSendCNPayloadType(int channel, bool wideband) { in GetSendCNPayloadType() argument
261 return (wideband) ? in GetSendCNPayloadType()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz