Class encapsulating parameters for drawing the picture.
#include <draw_overlay.h>
|
| | DrawPictureMotionParams () |
| | Default constuctor, does nothing.
|
| |
| | ~DrawPictureMotionParams () |
| | Default destructor, does nothing.
|
| |
| int | MvYBlockY () const |
| | Gets... Returns luma motion vector block height.
|
| |
| int | MvYBlockX () const |
| | Returns luma motion vector block width.
|
| |
| int | MvUVBlockY () const |
| | Returns chroma motion vector height.
|
| |
| int | MvUVBlockX () const |
| | Returns chroma motion vector width.
|
| |
| int | ChromaFactorY () const |
| | Returns chroma - luma vertical smaple ratio.
|
| |
| int | ChromaFactorX () const |
| | Returns chroma - luma horizontal sample ratio.
|
| |
| int | PicY () const |
| | Returns original picture height.
|
| |
| int | PicX () const |
| | Returns original picture width.
|
| |
| void | SetMvYBlockY (int y) |
| | Sets... Set luma motion vector block height
|
| |
| void | SetMvYBlockX (int x) |
| | Set luma motion vector block width.
|
| |
| void | SetMvUVBlockY (int y) |
| | Set chroma motion vector block height.
|
| |
| void | SetMvUVBlockX (int x) |
| | Set chroma motion vector block width.
|
| |
| void | SetChromaFactorY (int y) |
| | Set chroma - luma vertical sample ratio.
|
| |
| void | SetChromaFactorX (int x) |
| | Set chroma - luma horizontal sample ratio.
|
| |
| void | SetPicY (int y) |
| | Set original picture height.
|
| |
| void | SetPicX (int x) |
| | Set original picture width.
|
| |
◆ DrawPictureMotionParams()
| dirac_instr::DrawPictureMotionParams::DrawPictureMotionParams |
( |
| ) |
|
|
inline |
◆ ~DrawPictureMotionParams()
| dirac_instr::DrawPictureMotionParams::~DrawPictureMotionParams |
( |
| ) |
|
|
inline |
◆ ChromaFactorX()
| int dirac_instr::DrawPictureMotionParams::ChromaFactorX |
( |
| ) |
const |
|
inline |
◆ ChromaFactorY()
| int dirac_instr::DrawPictureMotionParams::ChromaFactorY |
( |
| ) |
const |
|
inline |
◆ MvUVBlockX()
| int dirac_instr::DrawPictureMotionParams::MvUVBlockX |
( |
| ) |
const |
|
inline |
◆ MvUVBlockY()
| int dirac_instr::DrawPictureMotionParams::MvUVBlockY |
( |
| ) |
const |
|
inline |
◆ MvYBlockX()
| int dirac_instr::DrawPictureMotionParams::MvYBlockX |
( |
| ) |
const |
|
inline |
◆ MvYBlockY()
| int dirac_instr::DrawPictureMotionParams::MvYBlockY |
( |
| ) |
const |
|
inline |
◆ PicX()
| int dirac_instr::DrawPictureMotionParams::PicX |
( |
| ) |
const |
|
inline |
◆ PicY()
| int dirac_instr::DrawPictureMotionParams::PicY |
( |
| ) |
const |
|
inline |
◆ SetChromaFactorX()
| void dirac_instr::DrawPictureMotionParams::SetChromaFactorX |
( |
int | x | ) |
|
|
inline |
◆ SetChromaFactorY()
| void dirac_instr::DrawPictureMotionParams::SetChromaFactorY |
( |
int | y | ) |
|
|
inline |
◆ SetMvUVBlockX()
| void dirac_instr::DrawPictureMotionParams::SetMvUVBlockX |
( |
int | x | ) |
|
|
inline |
◆ SetMvUVBlockY()
| void dirac_instr::DrawPictureMotionParams::SetMvUVBlockY |
( |
int | y | ) |
|
|
inline |
◆ SetMvYBlockX()
| void dirac_instr::DrawPictureMotionParams::SetMvYBlockX |
( |
int | x | ) |
|
|
inline |
◆ SetMvYBlockY()
| void dirac_instr::DrawPictureMotionParams::SetMvYBlockY |
( |
int | y | ) |
|
|
inline |
◆ SetPicX()
| void dirac_instr::DrawPictureMotionParams::SetPicX |
( |
int | x | ) |
|
|
inline |
◆ SetPicY()
| void dirac_instr::DrawPictureMotionParams::SetPicY |
( |
int | y | ) |
|
|
inline |
◆ m_chroma_factor_x
| int dirac_instr::DrawPictureMotionParams::m_chroma_factor_x |
|
private |
◆ m_chroma_factor_y
| int dirac_instr::DrawPictureMotionParams::m_chroma_factor_y |
|
private |
◆ m_mv_UV_block_x
| int dirac_instr::DrawPictureMotionParams::m_mv_UV_block_x |
|
private |
◆ m_mv_UV_block_y
| int dirac_instr::DrawPictureMotionParams::m_mv_UV_block_y |
|
private |
◆ m_mv_Y_block_x
| int dirac_instr::DrawPictureMotionParams::m_mv_Y_block_x |
|
private |
◆ m_mv_Y_block_y
| int dirac_instr::DrawPictureMotionParams::m_mv_Y_block_y |
|
private |
◆ m_pic_x
| int dirac_instr::DrawPictureMotionParams::m_pic_x |
|
private |
◆ m_pic_y
| int dirac_instr::DrawPictureMotionParams::m_pic_y |
|
private |
The documentation for this class was generated from the following file: