FFmpeg
Data Fields
FLACDSPContext Struct Reference

#include <flacdsp.h>

Data Fields

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(* 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)
 

Detailed Description

Definition at line 26 of file flacdsp.h.

Field Documentation

◆ decorrelate

void(* FLACDSPContext::decorrelate[4])(uint8_t **out, int32_t **in, int channels, int len, int shift)

Definition at line 27 of file flacdsp.h.

◆ lpc16

void(* FLACDSPContext::lpc16) (int32_t *samples, const int coeffs[32], int order, int qlevel, int len)

Definition at line 29 of file flacdsp.h.

◆ lpc32

void(* FLACDSPContext::lpc32) (int32_t *samples, const int coeffs[32], int order, int qlevel, int len)

Definition at line 31 of file flacdsp.h.

◆ lpc16_encode

void(* FLACDSPContext::lpc16_encode) (int32_t *res, const int32_t *smp, int len, int order, const int32_t coefs[32], int shift)

Definition at line 33 of file flacdsp.h.

◆ lpc32_encode

void(* FLACDSPContext::lpc32_encode) (int32_t *res, const int32_t *smp, int len, int order, const int32_t coefs[32], int shift)

Definition at line 35 of file flacdsp.h.


The documentation for this struct was generated from the following file: