Lines Matching defs:height
73 ptrdiff_t stride, int width, int height);
78 int width, int height)
89 for (j = 1; j < height; j++) {
102 int width, int height)
113 for (j = 1; j < height; j++) {
130 int width, int height)
141 for (j = 1; j < height; j++) {
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) +
245 bytestream2_put_le32(&pb, avctx->height);
247 bytestream2_put_le32(&pb, avctx->height);
267 int height, PTable *counts)
271 for (j = 0; j < height; j++) {
356 int width, int height,
363 count_usage(dst, width, height, counts);
383 int width, int height, HuffEntry *he, int prediction)
394 for (j = 0; j < height; j++) {
418 const int width = avctx->width, height = avctx->height;
421 ret = ff_alloc_packet(avctx, pkt, (256 + 4 * s->nb_slices + width * height) *
440 bytestream2_put_le32(&pb, avctx->height);
442 bytestream2_put_le32(&pb, avctx->height);
473 for (i = 0; i < height; i++) {
486 frame->width, frame->height);
494 AV_CEIL_RSHIFT(frame->height, s->vshift[i]));
504 AV_CEIL_RSHIFT(frame->height, s->vshift[i]),
517 AV_CEIL_RSHIFT(frame->height, s->vshift[i]),