Home
last modified time | relevance | path

Searched defs:IVIBandDesc (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Divi.h144 typedef struct IVIBandDesc { struct
145 int plane; ///< plane number this band belongs to
146 int band_num; ///< band number
147 int width;
148 int height;
149 int aheight; ///< aligned band height
150 const uint8_t *data_ptr; ///< ptr to the first byte of the band data
151 int data_size; ///< size of the band data
152 int16_t *buf; ///< pointer to the output buffer for this band
153 …nt16_t *ref_buf; ///< pointer to the reference frame buffer (for motion compensation)
[all …]