svq1.h File Reference


Detailed Description

Sorenson Vector Quantizer #1 (SVQ1) video codec.

For more information of the SVQ1 algorithm, visit: http://www.pcisys.net/~melanson/codecs/

Definition in file svq1.h.

Go to the source code of this file.

Classes

struct  svq1_frame_size_t

Variables

const int8_t *const ff_svq1_inter_codebooks [6]
const int8_t *const ff_svq1_intra_codebooks [6]
const uint8_t ff_svq1_block_type_vlc [4][2]
const uint8_t ff_svq1_intra_multistage_vlc [6][8][2]
const uint8_t ff_svq1_inter_multistage_vlc [6][8][2]
const uint16_t ff_svq1_intra_mean_vlc [256][2]
const uint16_t ff_svq1_inter_mean_vlc [512][2]
svq1_frame_size_t ff_svq1_frame_size_table [8]


Variable Documentation

Definition at line 774 of file svq1_cb.h.

Referenced by encode_block(), and svq1_decode_block_non_intra().

Definition at line 1517 of file svq1_cb.h.

Referenced by encode_block(), and svq1_decode_block_intra().

const uint8_t ff_svq1_block_type_vlc[4][2]

Definition at line 27 of file svq1_vlc.h.

Referenced by svq1_decode_init(), and svq1_encode_plane().

const uint8_t ff_svq1_intra_multistage_vlc[6][8][2]

Definition at line 34 of file svq1_vlc.h.

Referenced by encode_block(), and svq1_decode_init().

const uint8_t ff_svq1_inter_multistage_vlc[6][8][2]

Definition at line 58 of file svq1_vlc.h.

Referenced by encode_block(), and svq1_decode_init().

const uint16_t ff_svq1_intra_mean_vlc[256][2]

Definition at line 82 of file svq1_vlc.h.

Referenced by encode_block(), and svq1_decode_init().

const uint16_t ff_svq1_inter_mean_vlc[512][2]

Definition at line 151 of file svq1_vlc.h.

Referenced by encode_block(), and svq1_decode_init().

Definition at line 40 of file svq1.c.

Referenced by svq1_decode_frame_header(), and svq1_write_header().


Generated on Sat Dec 18 05:15:56 2010 for MythTV by  doxygen 1.5.5