FFmpeg
|
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 |
ElsDecCtx ePICContext::els_ctx |
Definition at line 101 of file g2meet.c.
Referenced by epic_decode_component_pred(), epic_decode_from_cache(), epic_decode_pixel_pred(), epic_decode_run_length(), epic_decode_tile(), epic_handle_edges(), epic_jb_decode_tile(), epic_predict_pixel(), and epic_predict_pixel2().
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 |
Definition at line 103 of file g2meet.c.
Referenced by epic_decode_component_pred(), epic_decode_pixel_pred(), epic_handle_edges(), and epic_jb_decode_tile().
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 |
Definition at line 113 of file g2meet.c.
Referenced by epic_decode_from_cache(), epic_decode_run_length(), epic_decode_tile(), epic_handle_edges(), epic_predict_pixel(), epic_predict_pixel2(), and is_pixel_on_stack().
uint32_t ePICContext::stack[EPIC_PIX_STACK_SIZE] |
Definition at line 114 of file g2meet.c.
Referenced by epic_decode_from_cache(), epic_decode_run_length(), epic_handle_edges(), epic_predict_pixel(), epic_predict_pixel2(), and is_pixel_on_stack().
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().