FFmpeg
|
#include <flacencdsp.h>
Data Fields | |
void(* | lpc16_encode )(int32_t *res, const int32_t *smp, int len, int order, const int32_t coefs[32], int shift) |
void(* | lpc32_encode )(int32_t *res, const int32_t *smp, int len, int order, const int32_t coefs[32], int shift) |
Definition at line 24 of file flacencdsp.h.
void(* FLACEncDSPContext::lpc16_encode) (int32_t *res, const int32_t *smp, int len, int order, const int32_t coefs[32], int shift) |
Definition at line 25 of file flacencdsp.h.
void(* FLACEncDSPContext::lpc32_encode) (int32_t *res, const int32_t *smp, int len, int order, const int32_t coefs[32], int shift) |
Definition at line 27 of file flacencdsp.h.