FFmpeg
Data Fields
AlacEncodeContext Struct Reference

Data Fields

int  frame_size
  current frame size More...
 
int  verbatim
  current frame verbatim mode flag More...
 
 
 
 
 
 
int  extra_bits
 
 
 
 
 
 
 
 
 
 

Detailed Description

Definition at line 59 of file alacenc.c.

Field Documentation

int AlacEncodeContext::frame_size

current frame size

Definition at line 60 of file alacenc.c.

Referenced by alac_encode_frame(), alac_encode_init(), alac_entropy_coder(), alac_linear_predictor(), alac_stereo_decorrelation(), calc_predictor_params(), write_element(), and write_element_header().

int AlacEncodeContext::verbatim

current frame verbatim mode flag

Definition at line 61 of file alacenc.c.

Referenced by alac_encode_frame(), write_element(), and write_element_header().

int AlacEncodeContext::compression_level

Definition at line 62 of file alacenc.c.

Referenced by alac_encode_frame(), alac_encode_init(), and calc_predictor_params().

int AlacEncodeContext::min_prediction_order

Definition at line 63 of file alacenc.c.

Referenced by alac_encode_init(), and calc_predictor_params().

int AlacEncodeContext::max_prediction_order

Definition at line 64 of file alacenc.c.

Referenced by alac_encode_init(), and calc_predictor_params().

int AlacEncodeContext::max_coded_frame_size

Definition at line 65 of file alacenc.c.

Referenced by alac_encode_frame(), and alac_encode_init().

int AlacEncodeContext::write_sample_size

Definition at line 66 of file alacenc.c.

Referenced by alac_entropy_coder(), alac_linear_predictor(), and write_element().

int AlacEncodeContext::extra_bits

Definition at line 67 of file alacenc.c.

Referenced by alac_encode_frame(), alac_encode_init(), write_element(), and write_element_header().

int32_t AlacEncodeContext::sample_buf[2][DEFAULT_FRAME_SIZE]

Definition at line 68 of file alacenc.c.

Referenced by alac_linear_predictor(), alac_stereo_decorrelation(), calc_predictor_params(), and write_element().

int32_t AlacEncodeContext::predictor_buf[2][DEFAULT_FRAME_SIZE]

Definition at line 69 of file alacenc.c.

Referenced by alac_entropy_coder(), alac_linear_predictor(), and write_element().

int AlacEncodeContext::interlacing_shift

Definition at line 70 of file alacenc.c.

Referenced by alac_stereo_decorrelation(), and write_element().

int AlacEncodeContext::interlacing_leftweight

Definition at line 71 of file alacenc.c.

Referenced by alac_stereo_decorrelation(), and write_element().

PutBitContext AlacEncodeContext::pbctx

Definition at line 72 of file alacenc.c.

Referenced by encode_scalar(), write_element(), write_element_header(), and write_frame().

RiceContext AlacEncodeContext::rc

Definition at line 73 of file alacenc.c.

Referenced by alac_encode_init(), alac_entropy_coder(), encode_scalar(), and write_element().

AlacLPCContext AlacEncodeContext::lpc[2]

Definition at line 74 of file alacenc.c.

Referenced by alac_linear_predictor(), calc_predictor_params(), and write_element().

LPCContext AlacEncodeContext::lpc_ctx

Definition at line 75 of file alacenc.c.

Referenced by alac_encode_close(), alac_encode_init(), and calc_predictor_params().

AVCodecContext* AlacEncodeContext::avctx

Definition at line 76 of file alacenc.c.

Referenced by alac_encode_init(), init_sample_buffers(), write_element(), and write_frame().


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

Generated on Wed Jun 10 2015 01:57:18 for FFmpeg by   doxygen 1.8.6

AltStyle によって変換されたページ (->オリジナル) /