public class LPCPredictor extends Object
| Constructor and Description |
|---|
LPCPredictor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
restoreSignal(int[] residual,
int dataLen,
int[] qlpCoeff,
int order,
int lpQuantization,
int[] data,
int startAt)
Restore the signal from the LPC compression.
|
static void |
restoreSignalWide(int[] residual,
int dataLen,
int[] qlpCoeff,
int order,
int lpQuantization,
int[] data,
int startAt)
Restore the signal from the LPC compression.
|
public static void restoreSignal(int[] residual,
int dataLen,
int[] qlpCoeff,
int order,
int lpQuantization,
int[] data,
int startAt)
residual - The residual signaldataLen - The length of the residual dataqlpCoeff - order - The predicate orderlpQuantization - data - The restored signal (output)startAt - The starting position in the data arraypublic static void restoreSignalWide(int[] residual,
int dataLen,
int[] qlpCoeff,
int order,
int lpQuantization,
int[] data,
int startAt)
residual - The residual signaldataLen - The length of the residual dataqlpCoeff - order - The predicate orderlpQuantization - data - The restored signal (output)startAt - The starting position in the data arrayCopyright © 2004–2017. All rights reserved.