FFmpeg
|
#include <flacdsp.h>
Data Fields | |
void(* | decorrelate [4])(uint8_t **out, int32_t **in, int channels, int len, int shift) |
void(* | lpc )(int32_t *samples, const int coeffs[32], int order, int qlevel, int len) |
void(* | lpc_encode )(int32_t *res, const int32_t *smp, int len, int order, const int32_t coefs[32], int shift) |
void(* FLACDSPContext::decorrelate[4])(uint8_t **out, int32_t **in, int channels, int len, int shift) |
Definition at line 26 of file flacdsp.h.
Referenced by ff_flacdsp_init(), ff_flacdsp_init_x86(), and flac_decode_frame().
Definition at line 28 of file flacdsp.h.
Referenced by decode_subframe_lpc(), ff_flacdsp_init(), ff_flacdsp_init_arm(), and ff_flacdsp_init_x86().
void(* FLACDSPContext::lpc_encode)(int32_t *res, const int32_t *smp, int len, int order, const int32_t coefs[32], int shift) |
Definition at line 30 of file flacdsp.h.
Referenced by encode_residual_ch(), ff_flacdsp_init(), and ff_flacdsp_init_x86().