Lines Matching defs:width
73 ptrdiff_t stride, int width, int height);
78 int width, int height)
83 for (i = 0; i < width; i++) {
87 dst += width;
91 for (i = 0; i < width; i++) {
95 dst += width;
102 int width, int height)
107 for (i = 0; i < width; i++) {
111 dst += width;
117 for (i = 1; i < width; i++) {
123 dst += width;
130 int width, int height)
135 for (i = 0; i < width; i++) {
139 dst += width;
143 s->llvidencdsp.sub_median_pred(dst, src - stride, src, width, &left, &lefttop);
144 dst += width;
194 s->decorrelate_buf[0] = av_calloc(2U * avctx->height, FFALIGN(avctx->width, 16));
197 s->decorrelate_buf[1] = s->decorrelate_buf[0] + avctx->height * FFALIGN(avctx->width, 16);
207 s->slices[i] = av_malloc(avctx->width * (avctx->height + 2) +
244 bytestream2_put_le32(&pb, avctx->width);
246 bytestream2_put_le32(&pb, avctx->width);
266 static void count_usage(uint8_t *src, int width,
272 for (i = 0; i < width; i++) {
275 src += width;
356 int width, int height,
363 count_usage(dst, width, height, counts);
383 int width, int height, HuffEntry *he, int prediction)
395 for (i = 0; i < width; i++) {
400 src += width;
418 const int width = avctx->width, height = avctx->height;
421 ret = ff_alloc_packet(avctx, pkt, (256 + 4 * s->nb_slices + width * height) *
439 bytestream2_put_le32(&pb, avctx->width);
441 bytestream2_put_le32(&pb, avctx->width);
463 const int decorrelate_linesize = FFALIGN(width, 16);
474 s->llvidencdsp.diff_bytes(decorrelated[0], b, g, width);
475 s->llvidencdsp.diff_bytes(decorrelated[1], r, g, width);
486 frame->width, frame->height);
493 AV_CEIL_RSHIFT(frame->width, s->hshift[i]),
503 AV_CEIL_RSHIFT(frame->width, s->hshift[i]),
516 AV_CEIL_RSHIFT(frame->width, s->hshift[i]),