Lines Matching refs:bands
262 * Free planes, bands and macroblocks buffers.
271 if (planes[p].bands) {
273 IVIBandDesc *band = &planes[p].bands[b];
286 av_freep(&planes[p].bands);
316 planes[p].bands = av_calloc(planes[p].num_bands, sizeof(*planes[p].bands));
317 if (!planes[p].bands)
321 * has the full size, if there are several bands each of them
336 band = &planes[p].bands[b]; /* select appropriate plane/band */
349 planes[p].bands[0].blk_vlc.cust_desc.num_rows = 0;
417 band = &planes[p].bands[b];
439 ret = ivi_init_tiles(band, planes[0].bands[0].tiles,
902 const int16_t *src = plane->bands[0].buf;
903 ptrdiff_t pitch = plane->bands[0].pitch;
1004 (ctx->planes[0].bands[0].mb_size >> 3) - (band->mb_size >> 3));
1107 if (!ctx->planes[0].bands) {
1118 result = decode_band(ctx, &ctx->planes[p].bands[b], avctx);
1132 if (!ctx->planes[p].bands[0].buf)