FFmpeg
|
svq1.c File Reference
Sorenson Vector Quantizer #1 (SVQ1) video codec. More...
Include dependency graph for svq1.c:
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().
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11