net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_decode_pulses
java.lang.Object
net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_decode_pulses
public class Silk_decode_pulses
- extends Object
Decode quantization indices of excitation.
- Author:
- Jing Dai, Dingxin Xu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Silk_decode_pulses
public Silk_decode_pulses()
SKP_Silk_decode_pulses
static void SKP_Silk_decode_pulses(SKP_Silk_range_coder_state psRC,
SKP_Silk_decoder_control psDecCtrl,
int[] q,
int frame_length)
- Decode quantization indices of excitation.
- Parameters:
psRC - Range coder state.psDecCtrl - Decoder control.q - Excitation signal.frame_length - Frame length (preliminary).
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.