| 
    FFmpeg
    
   | 
 
H.261 tables. More...
Go to the source code of this file.
Variables | |
| const uint8_t | ff_h261_mba_code [35] | 
| const uint8_t | ff_h261_mba_bits [35] | 
| const uint8_t | ff_h261_mtype_code [10] | 
| const uint8_t | ff_h261_mtype_bits [10] | 
| const int | ff_h261_mtype_map [10] | 
| const uint8_t | ff_h261_mv_tab [17][2] | 
| const uint8_t | ff_h261_cbp_tab [63][2] | 
| static const uint16_t | h261_tcoeff_vlc [65][2] | 
| static const int8_t | h261_tcoeff_level [64] | 
| static const int8_t | h261_tcoeff_run [64] | 
| RLTable | ff_h261_rl_tcoeff | 
H.261 tables.
Definition in file h261data.c.
| const uint8_t ff_h261_mba_code[35] | 
Definition at line 34 of file h261data.c.
Referenced by ff_h261_encode_mb(), and h261_decode_init_vlc().
| const uint8_t ff_h261_mba_bits[35] | 
Definition at line 48 of file h261data.c.
Referenced by ff_h261_encode_mb(), and h261_decode_init_vlc().
| const uint8_t ff_h261_mtype_code[10] | 
Definition at line 63 of file h261data.c.
Referenced by ff_h261_encode_mb(), and h261_decode_init_vlc().
| const uint8_t ff_h261_mtype_bits[10] | 
Definition at line 69 of file h261data.c.
Referenced by ff_h261_encode_mb(), and h261_decode_init_vlc().
| const int ff_h261_mtype_map[10] | 
Definition at line 75 of file h261data.c.
Referenced by ff_h261_encode_mb(), and h261_decode_mb().
| const uint8_t ff_h261_mv_tab[17][2] | 
Definition at line 89 of file h261data.c.
Referenced by h261_decode_init_vlc(), and h261_encode_motion().
| const uint8_t ff_h261_cbp_tab[63][2] | 
Definition at line 95 of file h261data.c.
Referenced by ff_h261_encode_mb(), and h261_decode_init_vlc().
      
  | 
  static | 
Definition at line 107 of file h261data.c.
      
  | 
  static | 
Definition at line 127 of file h261data.c.
      
  | 
  static | 
Definition at line 138 of file h261data.c.
| RLTable ff_h261_rl_tcoeff | 
Definition at line 150 of file h261data.c.
Referenced by ff_h261_common_init(), ff_h261_encode_init(), h261_decode_block(), h261_decode_init_vlc(), and h261_encode_block().
 1.8.2