summaryrefslogtreecommitdiffstats
path: root/thirdparties/win32/include/BroadVoice16/bv16/bv16.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/win32/include/BroadVoice16/bv16/bv16.h')
-rwxr-xr-xthirdparties/win32/include/BroadVoice16/bv16/bv16.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/thirdparties/win32/include/BroadVoice16/bv16/bv16.h b/thirdparties/win32/include/BroadVoice16/bv16/bv16.h
index 90f7973..685a476 100755
--- a/thirdparties/win32/include/BroadVoice16/bv16/bv16.h
+++ b/thirdparties/win32/include/BroadVoice16/bv16/bv16.h
@@ -20,28 +20,28 @@
/*****************************************************************************
- bv16.h :
+ bv16.h :
$Log$
******************************************************************************/
void Reset_BV16_Encoder(
-struct BV16_Encoder_State *cs);
+ struct BV16_Encoder_State *cs);
void BV16_Encode(
-struct BV16_Bit_Stream *bs,
-struct BV16_Encoder_State *cs,
-Word16 *inx);
+ struct BV16_Bit_Stream *bs,
+ struct BV16_Encoder_State *cs,
+ Word16 *inx);
void Reset_BV16_Decoder(
-struct BV16_Decoder_State *ds);
+ struct BV16_Decoder_State *ds);
void BV16_Decode(
-struct BV16_Bit_Stream *bs,
-struct BV16_Decoder_State *ds,
-Word16 *xq);
+ struct BV16_Bit_Stream *bs,
+ struct BV16_Decoder_State *ds,
+ Word16 *xq);
void BV16_PLC(
-struct BV16_Decoder_State *ds,
-Word16 *x);
+ struct BV16_Decoder_State *ds,
+ Word16 *x);
OpenPOWER on IntegriCloud