Lines Matching defs:plane
264 * @param[in] planes pointer to the array of the plane descriptors
305 /* fill in the descriptor of the luminance plane */
336 band = &planes[p].bands[b]; /* select appropriate plane/band */
337 band->plane = p;
757 int clear_first = !band->qdelta_present && !band->plane && !band->band_num;
891 * Convert and output the current plane.
895 * @param[in] plane pointer to the descriptor of the plane being processed
899 static void ivi_output_plane(IVIPlaneDesc *plane, uint8_t *dst, ptrdiff_t dst_pitch)
902 const int16_t *src = plane->bands[0].buf;
903 ptrdiff_t pitch = plane->bands[0].pitch;
908 for (y = 0; y < plane->height; y++) {
910 int w = plane->width;
1058 band->plane, band->band_num, band->checksum, chksum);
1121 "Error while decoding band: %d, plane: %d\n", b, p);