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

Data Fields

ElsDecCtx els_ctx
 
int next_run_pos
 
ElsUnsignedRung unsigned_rung
 
uint8_t W_flag_rung
 
uint8_t N_flag_rung
 
uint8_t W_ctx_rung [256]
 
uint8_t N_ctx_rung [512]
 
uint8_t nw_pred_rung [256]
 
uint8_t ne_pred_rung [256]
 
uint8_t prev_row_rung [14]
 
uint8_t runlen_zeroes [14]
 
uint8_t runlen_one
 
int stack_pos
 
uint32_t stack [EPIC_PIX_STACK_SIZE]
 
ePICPixHash hash
 

Detailed Description

Definition at line 100 of file g2meet.c.

Field Documentation

ElsDecCtx ePICContext::els_ctx
int ePICContext::next_run_pos

Definition at line 102 of file g2meet.c.

Referenced by epic_decode_run_length(), and epic_decode_tile().

ElsUnsignedRung ePICContext::unsigned_rung
uint8_t ePICContext::W_flag_rung

Definition at line 104 of file g2meet.c.

Referenced by epic_handle_edges().

uint8_t ePICContext::N_flag_rung

Definition at line 105 of file g2meet.c.

Referenced by epic_handle_edges().

uint8_t ePICContext::W_ctx_rung[256]

Definition at line 106 of file g2meet.c.

Referenced by epic_decode_run_length().

uint8_t ePICContext::N_ctx_rung[512]

Definition at line 107 of file g2meet.c.

Referenced by epic_decode_run_length().

uint8_t ePICContext::nw_pred_rung[256]

Definition at line 108 of file g2meet.c.

Referenced by epic_predict_from_NW_NE().

uint8_t ePICContext::ne_pred_rung[256]

Definition at line 109 of file g2meet.c.

Referenced by epic_predict_from_NW_NE().

uint8_t ePICContext::prev_row_rung[14]

Definition at line 110 of file g2meet.c.

Referenced by epic_decode_run_length().

uint8_t ePICContext::runlen_zeroes[14]

Definition at line 111 of file g2meet.c.

Referenced by epic_decode_run_length().

uint8_t ePICContext::runlen_one

Definition at line 112 of file g2meet.c.

Referenced by epic_decode_run_length().

int ePICContext::stack_pos
uint32_t ePICContext::stack[EPIC_PIX_STACK_SIZE]
ePICPixHash ePICContext::hash

Definition at line 115 of file g2meet.c.

Referenced by epic_decode_from_cache(), epic_decode_tile(), and epic_jb_decode_tile().


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