Lines Matching defs:size
425 /* if different size, realloc/alloc picture */
764 int size = bw * bh * s->h_count[i] * s->v_count[i];
767 s->blocks[i] = av_calloc(size, sizeof(**s->blocks));
768 s->last_nnz[i] = av_calloc(size, sizeof(**s->last_nnz));
1420 int size = 8 >> s->avctx->lowres;
1422 for (block_y=0; block_y<size; block_y++)
1423 for (block_x=0; block_x<size; block_x++)
1426 for (block_y=0; block_y<size; block_y++)
1427 for (block_x=0; block_x<size; block_x++)
2061 4bytes field size
2062 4bytes pad field size
2404 s->buf_size = s->pkt->size;
2439 buf_end = s->pkt->data + s->pkt->size;
2451 start_code, unescaped_buf_size, s->pkt->size);
2862 /* Sum size of all parts. */