Variables | |
attribute_deprecated int | AVCodecContext::lpc_coeff_precision |
LPC coefficient precision - used by FLAC encoder
| |
attribute_deprecated int | AVCodecContext::prediction_order_method |
search method for selecting prediction order
| |
attribute_deprecated int | AVCodecContext::min_partition_order |
| |
attribute_deprecated int | AVCodecContext::max_partition_order |
|
attribute_deprecated int AVCodecContext::lpc_coeff_precision [inherited] |
LPC coefficient precision - used by FLAC encoder
Definition at line 2366 of file avcodec.h.
Referenced by flac_encode_init().
attribute_deprecated int AVCodecContext::max_partition_order [inherited] |
Definition at line 2385 of file avcodec.h.
Referenced by flac_encode_init().
attribute_deprecated int AVCodecContext::min_partition_order [inherited] |
Definition at line 2379 of file avcodec.h.
Referenced by flac_encode_init().
attribute_deprecated int AVCodecContext::prediction_order_method [inherited] |
search method for selecting prediction order
Definition at line 2373 of file avcodec.h.
Referenced by flac_encode_init().