#include <lpc.hpp>
lpc::LinearPredictor::LinearPredictor |
( |
| ) |
|
lpc::LinearPredictor::LinearPredictor |
( |
std::vector< int32_t > |
quantizedReflectionCoefficients, |
|
|
uint8_t |
optimalLpcOrder |
|
) |
| |
void lpc::LinearPredictor::dequantizeReflectionCoefficients |
( |
| ) |
|
void lpc::LinearPredictor::generatelinearPredictionCoefficients |
( |
| ) |
|
std::vector<int64_t> lpc::LinearPredictor::linearPredictionCoefficients |
uint8_t lpc::LinearPredictor::optimalLpcOrder = 1 |
std::vector<int32_t> lpc::LinearPredictor::quantizedReflectionCoefficients |
std::vector<double> lpc::LinearPredictor::reflectionCoefficients |
The documentation for this class was generated from the following files: