FFmpeg
|
#include <cfhd.h>
Data Fields | |
int | width |
int | height |
ptrdiff_t | stride |
int16_t * | idwt_buf |
int16_t * | idwt_tmp |
int | idwt_size |
int16_t * | subband [SUBBAND_COUNT_3D] |
int16_t * | l_h [10] |
SubBand | band [DWT_LEVELS_3D][4] |
DWTPlane | idwt |
uint8_t | xblen |
uint8_t | yblen |
uint8_t | xbsep |
uint8_t | ybsep |
uint8_t | xoffset |
uint8_t | yoffset |
uint8_t * | buffers [2] |
uint8_t * | pixels [2] |
pointer to the actual pixel data of the buffers above More... | |
uint32_t | width |
uint32_t | height |
ptrdiff_t | pitch |
int | htaps |
int8_t | hcoeff [HTAPS_MAX/2] |
int | diag_mc |
int | fast_mc |
int | last_htaps |
int8_t | last_hcoeff [HTAPS_MAX/2] |
int | last_diag_mc |
dwtcoef * | coef_buf |
int | dwt_width |
int | dwt_height |
ptrdiff_t | coef_stride |
int Plane::width |
Definition at line 117 of file cfhd.h.
Referenced by copy_cell(), decode_cell(), decode_plane(), and output_plane().
int Plane::height |
Definition at line 118 of file cfhd.h.
Referenced by copy_cell(), decode_cell(), decode_plane(), and output_plane().
int16_t* Plane::subband[SUBBAND_COUNT_3D] |
DWTPlane Plane::idwt |
Definition at line 110 of file diracdec.c.
uint8_t Plane::xblen |
Definition at line 117 of file diracdec.c.
uint8_t Plane::yblen |
Definition at line 118 of file diracdec.c.
uint8_t Plane::xbsep |
Definition at line 120 of file diracdec.c.
uint8_t Plane::ybsep |
Definition at line 121 of file diracdec.c.
uint8_t Plane::xoffset |
Definition at line 123 of file diracdec.c.
uint8_t Plane::yoffset |
Definition at line 124 of file diracdec.c.
uint8_t* Plane::pixels[2] |
pointer to the actual pixel data of the buffers above
Definition at line 69 of file indeo3.c.
Referenced by copy_cell(), decode_cell(), and output_plane().
ptrdiff_t Plane::pitch |
Definition at line 72 of file indeo3.c.
Referenced by copy_cell(), decode_cell(), and output_plane().