| 
    FFmpeg
    
   | 
 
DV codec. More...
#include "libavutil/internal.h"#include "libavutil/pixdesc.h"#include "avcodec.h"#include "get_bits.h"#include "internal.h"#include "put_bits.h"#include "simple_idct.h"#include "dvdata.h"#include "dv.h"Go to the source code of this file.
Functions | |
| static void | dv_calc_mb_coordinates (const DVprofile *d, int chan, int seq, int slot, uint16_t *tbl) | 
| int | ff_dv_init_dynamic_tables (const DVprofile *d) | 
| av_cold int | ff_dvvideo_init (AVCodecContext *avctx) | 
Variables | |
| RL_VLC_ELEM | ff_dv_rl_vlc [1184] | 
| static const uint8_t | dv100_qstep [16] | 
| static const uint8_t | dv_quant_areas [4] = { 6, 21, 43, 64 } | 
DV codec.
Definition in file dv.c.
      
  | 
  inlinestatic | 
Definition at line 54 of file dv.c.
Referenced by ff_dv_init_dynamic_tables().
| int ff_dv_init_dynamic_tables | ( | const DVprofile * | d | ) | 
Definition at line 178 of file dv.c.
Referenced by dvvideo_decode_frame(), and dvvideo_encode_frame().
| av_cold int ff_dvvideo_init | ( | AVCodecContext * | avctx | ) | 
Definition at line 239 of file dv.c.
Referenced by dvvideo_encode_init().
| RL_VLC_ELEM ff_dv_rl_vlc[1184] | 
Definition at line 52 of file dv.c.
Referenced by dv_decode_ac().
      
  | 
  static | 
Definition at line 170 of file dv.c.
Referenced by ff_dv_init_dynamic_tables().
      
  | 
  static | 
Definition at line 176 of file dv.c.
Referenced by ff_dv_init_dynamic_tables().
 1.8.2