API Reference
4-21
4.2.1.15
IVIDENC1_MbData
║
Description
This structure defines the structure that contains macro block related
encoding parameter estimates. This structure is not supported in this
version of H264 Encoder.
║
Fields
Field Datatype
Input/
Output
Description
mbMode
XDAS_Int32
Input MB
encoding
mode
0x00 for skip macro block
0x01 for I Frame macro block
0x02 for P Frame macro block
0x03 for B Frame macro block
0x04 for I Field macro block
0x05 for P Field macro block
0x06 for B Field macro block
0xFF for
mbMode
not specified
QP
XDAS_Int32
Output QP
estimate
Value of 0xFF for QP is not specified
mvFwdXY
XDAS_Int32
Output Forward
motion vector estimate.
If
MVx (XDAS_Int16)
and
MVy
(
XDAS
_
Int16
) are the motion vectors in the x
and y directions, in quarter pel units, then
mvFwdXY = ((MVx & 0x0000FFFF) <<
16) |
(MVy & 0x0000FFFF
)
mvBwdXY
XDAS_Int32
Output
Backward motion vector estimate
The format is the same as
IVIDENC1_MbData::mvFwdXY
.
Содержание DM6467
Страница 1: ...H 264 1080p 30 BP Encoder on DM6467 User s Guide Literature Number SPRUGN8 October 2009 ...
Страница 10: ...x This page is intentionally left blank ...
Страница 12: ...xii This page is intentionally left blank ...
Страница 18: ...Introduction 1 6 This page is intentionally left blank ...
Страница 36: ...Sample Usage 3 10 This page is intentionally left blank ...