#include <mnt_mpeg1_seq.h>
Public Member Functions | |
| int | parse (BitParser *bp) |
| int | find (BitParser *bp) |
| int | dump (BitParser *inbp, BitParser *outbp) |
| int | skip (BitParser *bp) |
| int | encode (BitParser *bp) |
| double | get_pic_rate () |
| double | get_aspect_ratio () |
Public Attributes | |
| short | width_ |
| short | height_ |
| short | mb_width_ |
| short | mb_height_ |
| int | bitrate_ |
| int | vbv_buffer_size_ |
| char | pel_aspect_ratio_ |
| char | picture_rate_ |
| char | constrained_ |
| char | default_qt_ |
| unsigned char | iqt_ [64] |
| unsigned char | niqt_ [64] |
|
||||||||||||
|
Dump a sequence header from
|
|
|
Advance the BitParser bp to the beginning of a sequence header (by finding SEQ_START_CODE in the corrsponding bitstream).
|
|
|
Assuming the BitParser
|
|
|
Assuming that the input BitParser
|
|
|
In units of 400 bits/second |
|
|
Boolean - true if a constrained param mpeg |
|
|
0 - both, 1 - iqt, 2 - niqt, 3 - none |
|
|
height of each frame |
|
|
Intra quantization table - 64 elements |
|
|
height of each frame in macroblocks |
|
|
width of each frame in macroblocks |
|
|
Non intra quantization table |
|
|
Index to aspect ratio table |
|
|
Index to picture rate table |
|
|
Decoding verifier buffer size |
|
|
width of each frame |
1.4.4