Searched defs:IVIBandDesc (Results 1 – 1 of 1) sorted by relevance
144 typedef struct IVIBandDesc { struct145 int plane; ///< plane number this band belongs to146 int band_num; ///< band number147 int width;148 int height;149 int aheight; ///< aligned band height150 const uint8_t *data_ptr; ///< ptr to the first byte of the band data151 int data_size; ///< size of the band data152 int16_t *buf; ///< pointer to the output buffer for this band153 …nt16_t *ref_buf; ///< pointer to the reference frame buffer (for motion compensation)[all …]