FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
strip_info Struct Reference

Data Fields

int v1_codebook [CODEBOOK_MAX *VECTOR_MAX]
 
int v4_codebook [CODEBOOK_MAX *VECTOR_MAX]
 
int v1_size
 
int v4_size
 
CinepakMode mode
 

Detailed Description

Definition at line 128 of file cinepakenc.c.

Field Documentation

int strip_info::v1_codebook[CODEBOOK_MAX *VECTOR_MAX]

Definition at line 129 of file cinepakenc.c.

Referenced by decode_v1_vector(), encode_mode(), and quantize().

int strip_info::v4_codebook[CODEBOOK_MAX *VECTOR_MAX]

Definition at line 130 of file cinepakenc.c.

Referenced by decode_v4_vector(), encode_mode(), and quantize().

int strip_info::v1_size

Definition at line 131 of file cinepakenc.c.

Referenced by calculate_mode_score(), encode_mode(), quantize(), and rd_strip().

int strip_info::v4_size

Definition at line 132 of file cinepakenc.c.

Referenced by calculate_mode_score(), encode_mode(), quantize(), and rd_strip().

CinepakMode strip_info::mode

Definition at line 133 of file cinepakenc.c.

Referenced by calculate_mode_score(), encode_mode(), and rd_strip().


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