|
TUT HEVC Encoder
|
#include <cu.h>
Data Fields | |
| struct cu_array_t * | base |
| base cu array or NULL | |
| cu_info_t * | data |
| cu array | |
| int32_t | width |
| width of the array in pixels | |
| int32_t | height |
| height of the array in pixels | |
| int32_t | stride |
| stride of the array in pixels | |
| int32_t | refcount |
| number of references to this cu_array | |
| struct cu_array_t* cu_array_t::base |
| cu_info_t* cu_array_t::data |
| int32_t cu_array_t::height |
| int32_t cu_array_t::refcount |
| int32_t cu_array_t::stride |
| int32_t cu_array_t::width |