Lines Matching refs:size
321 * has the full size, if there are several bands each of them
322 * has only half size */
328 /* luma band buffers will be aligned on 16x16 (max macroblock size) */
329 /* chroma band buffers will be aligned on 8x8 (max macroblock size) */
450 * Decode size of the tile data.
451 * The size is stored as a variable-length field having the following format:
454 * where X1-X3 is size of the tile data
457 * @return size of the tile data in bytes
764 av_log(avctx, AV_LOG_ERROR, "Allocated tile size %d mismatches "
1011 av_log(avctx, AV_LOG_ERROR, "Tile data size is zero!\n");
1073 int buf_size = avpkt->size;
1182 pkt.size = get_bits_left(&ctx->gb) >> 3;