|
FFmpeg
|
#include <swscale_internal.h>
Data Fields | |
| int | available_lines |
| max number of lines that can be hold by this plane | |
| int | sliceY |
| index of first line | |
| int | sliceH |
| number of lines | |
| uint8_t ** | line |
| line buffer | |
| uint8_t ** | tmp |
| Tmp line buffer used by mmx code. | |
Slice plane.
Definition at line 1106 of file swscale_internal.h.
| int SwsPlane::available_lines |
max number of lines that can be hold by this plane
Definition at line 1108 of file swscale_internal.h.
Referenced by ff_swscale().
| int SwsPlane::sliceY |
index of first line
Definition at line 1109 of file swscale_internal.h.
Referenced by ff_swscale(), and ff_updateMMXDitherTables().
| int SwsPlane::sliceH |
| uint8_t** SwsPlane::line |
line buffer
Definition at line 1111 of file swscale_internal.h.
Referenced by ff_updateMMXDitherTables().
| uint8_t** SwsPlane::tmp |
Tmp line buffer used by mmx code.
Definition at line 1112 of file swscale_internal.h.
Referenced by ff_updateMMXDitherTables().