libavcodec/svq1.c File Reference

Sorenson Vector Quantizer #1 (SVQ1) video codec. More...

#include "svq1.h"
#include "svq1_cb.h"
#include "svq1_vlc.h"

Go to the source code of this file.

Variables

struct svq1_frame_size ff_svq1_frame_size_table [7]


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.c.


Variable Documentation

Initial value:

 {
  { 160, 120 }, { 128,  96 }, { 176, 144 }, { 352, 288 },
  { 704, 576 }, { 240, 180 }, { 320, 240 }
}

Definition at line 40 of file svq1.c.

Referenced by svq1_decode_frame_header(), and svq1_write_header().


Generated on Fri Oct 26 02:47:59 2012 for FFmpeg by  doxygen 1.5.8