FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
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

const uint16_t ff_svq1_frame_size_table [7][2]
 

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

const uint16_t ff_svq1_frame_size_table[7][2]
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().