rdopt_coding_state.h File Reference

Headerfile for storing/restoring coding state (for rd-optimized mode decision). More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  coding_state

Typedefs

typedef struct coding_state CSobj

Functions

void delete_coding_state (CSobj *)
CSobj * create_coding_state (InputParameters *p_Inp)
void init_coding_state_methods (Slice *currSlice)


Detailed Description

Headerfile for storing/restoring coding state (for rd-optimized mode decision).

rdopt_coding_state.h

Author:
Heiko Schwarz
Date:
17. April 2001

Definition in file rdopt_coding_state.h.


Function Documentation

CSobj* create_coding_state ( InputParameters p_Inp  ) 

create structure

Definition at line 54 of file rdopt_coding_state.c.

References create_contexts_MotionInfo(), create_contexts_TextureInfo(), no_mem_exit(), inp_par_enc::partition_mode, and inp_par_enc::symbol_mode.

Referenced by init_rdopt().

Here is the call graph for this function:

void delete_coding_state ( CSobj *  cs  ) 

delete structure

Definition at line 29 of file rdopt_coding_state.c.

References delete_contexts_MotionInfo(), and delete_contexts_TextureInfo().

Referenced by clear_rdopt().

Here is the call graph for this function:

void init_coding_state_methods ( Slice currSlice  ) 

Init methods given entropy coding.

Definition at line 259 of file rdopt_coding_state.c.

References reset_coding_state_cabac(), reset_coding_state_cavlc(), reset_coding_state_nordo(), store_coding_state_cabac(), store_coding_state_cavlc(), and store_coding_state_nordo().

Referenced by init_slice().

Here is the call graph for this function:


Documentation generated with DoxyGen