Lines Matching defs:size
214 int x2, int y2, const int *stride1, const int *stride2, int size)
221 for (i=0; i<size; i++)
223 buf2[k] + (y2+i)*stride2[k] + x2, size);
230 int size)
245 if ((unsigned) mx > roq->width-size || (unsigned) my > roq->height-size)
251 size);
257 static inline int squared_diff_macroblock(uint8_t a[], uint8_t b[], int size)
263 sdiff += bias*eval_sse(a, b, size*size);
264 a += size*size;
265 b += size*size;
819 int size, int cbsize)
822 int c_size = size*size/4;
1059 int size, ret;
1072 size = ((roq->width * roq->height / 64) * 138 + 7) / 8 + 256 * (6 + 4) + 8;
1073 if ((ret = ff_alloc_packet(avctx, pkt, size)) < 0)
1099 pkt->size = enc->out_buf - pkt->data;