#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] |
For more information of the SVQ1 algorithm, visit: http://www.pcisys.net/~melanson/codecs/
Definition in file svq1.c.
struct svq1_frame_size ff_svq1_frame_size_table[7] |
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().