FFmpeg
Data Fields
AlacLPCContext Struct Reference

Data Fields

int lpc_order
 
int lpc_coeff [ALAC_MAX_LPC_ORDER+1]
 
int lpc_quant
 

Detailed Description

Definition at line 58 of file alacenc.c.

Field Documentation

◆ lpc_order

int AlacLPCContext::lpc_order

Definition at line 59 of file alacenc.c.

Referenced by alac_linear_predictor().

◆ lpc_coeff

int AlacLPCContext::lpc_coeff[ALAC_MAX_LPC_ORDER+1]

Definition at line 60 of file alacenc.c.

Referenced by alac_linear_predictor().

◆ lpc_quant

int AlacLPCContext::lpc_quant

Definition at line 61 of file alacenc.c.

Referenced by alac_linear_predictor().


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