ComputePQTable
API Definition
int ComputePQTable(VectorArray samples, PQParams *params);
Function
Calculates the PQ codebook.
Parameters
Parameter |
Data Type |
Description |
Value Range |
|---|---|---|---|
samples |
VectorArray |
For details, see the description of VectorArray in Structure Description. |
|
params |
PQParams |
For details, see the description of PQParams in Structure Description. The pqTable may also be used as an output value. |
|
Return Value
Data Type |
Description |
|---|---|
int |
The value 0 is returned when the system runs properly, and the value -1 is returned when the system exits abnormally. |
Parent topic: KVecTurbo Interface