FFmpeg
|
FLACDSPContext Struct Reference
#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, int shift) |
Detailed Description
Field Documentation
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(), and flac_decode_frame().
void(* FLACDSPContext::lpc) (int32_t *samples, const int coeffs[32], int order, int qlevel, int len) |
Definition at line 28 of file flacdsp.h.
Referenced by decode_subframe_lpc(), ff_flacdsp_init(), and ff_flacdsp_init_arm().
void(* FLACDSPContext::lpc_encode) (int32_t *res, const int32_t *smp, int len, int order, const int32_t *coefs, int shift) |
Definition at line 30 of file flacdsp.h.
Referenced by encode_residual_ch(), and ff_flacdsp_init().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11