#include <flacdsp.h>
|
void(* | decorrelate [4])(uint8_t **out, int32_t **in, int channels, int len, int shift) |
|
void(* | lpc16 )(int32_t *samples, const int coeffs[32], int order, int qlevel, int len) |
|
void(* | lpc32 )(int32_t *samples, const int coeffs[32], int order, int qlevel, int len) |
|
void(* | lpc33 )(int64_t *samples, const int32_t *residual, const int coeffs[32], int pred_order, int qlevel, int len) |
|
void(* | wasted32 )(int32_t *decoded, int wasted, int len) |
|
void(* | wasted33 )(int64_t *decoded, const int32_t *residual, int wasted, int len) |
|
Definition at line 26 of file flacdsp.h.
◆ decorrelate
◆ lpc16
void(* FLACDSPContext::lpc16) (int32_t *samples, const int coeffs[32], int order, int qlevel, int len) |
◆ lpc32
void(* FLACDSPContext::lpc32) (int32_t *samples, const int coeffs[32], int order, int qlevel, int len) |
◆ lpc33
void(* FLACDSPContext::lpc33) (int64_t *samples, const int32_t *residual, const int coeffs[32], int pred_order, int qlevel, int len) |
◆ wasted32
void(* FLACDSPContext::wasted32) (int32_t *decoded, int wasted, int len) |
◆ wasted33
void(* FLACDSPContext::wasted33) (int64_t *decoded, const int32_t *residual, int wasted, int len) |
The documentation for this struct was generated from the following file: