FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
SwsPlane Struct Reference

Slice plane. More...

#include <swscale_internal.h>

Data Fields

int available_lines
 max number of lines that can be hold by this plane More...
 
int sliceY
 index of first line More...
 
int sliceH
 number of lines More...
 
uint8_t ** line
 line buffer More...
 
uint8_t ** tmp
 Tmp line buffer used by mmx code. More...
 

Detailed Description

Slice plane.

Definition at line 952 of file swscale_internal.h.

Field Documentation

int SwsPlane::available_lines

max number of lines that can be hold by this plane

Definition at line 954 of file swscale_internal.h.

Referenced by alloc_lines(), alloc_slice(), ff_init_slice_from_src(), ff_rotate_slice(), fill_ones(), free_lines(), and no_chr_scale().

int SwsPlane::sliceY
int SwsPlane::sliceH
uint8_t** SwsPlane::line
uint8_t** SwsPlane::tmp

Tmp line buffer used by mmx code.

Definition at line 958 of file swscale_internal.h.

Referenced by alloc_slice(), and free_slice().


The documentation for this struct was generated from the following file: