Lines Matching defs:height
477 unsigned stride, unsigned width, unsigned height, uint16_t *dst,
488 box_height = FFMIN(height - y, dst_height);
492 box_height = FFMIN(height/2 - y, dst_height);
525 unsigned stride, unsigned width, unsigned height, uint16_t *dst,
528 subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 0, is_interlaced, is_top_field);
533 unsigned stride, unsigned width, unsigned height, uint16_t *dst,
536 subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 1, is_interlaced, is_top_field);
581 luma_stride, avctx->width, avctx->height,
584 chroma_stride, avctx->width >> ctx->is_422, avctx->height,
587 chroma_stride, avctx->width >> ctx->is_422, avctx->height,
644 alpha_stride, avctx->width, avctx->height,
669 mb_height = (avctx->height + 15) >> 4;
673 picture_height = (avctx->height + 1) / 2;
675 picture_height = avctx->height / 2;
697 unsafe_bot = (avctx->height & 0xf) && (mb_y == unsafe_mb_height_limit - 1);
729 int frame_size = FFALIGN(avctx->width, 16) * FFALIGN(avctx->height, 16)*16 + 500 + AV_INPUT_BUFFER_MIN_SIZE; //FIXME choose tighter limit
745 bytestream_put_be16(&buf, avctx->height);
832 if (avctx->width > 65534 || avctx->height > 65535) {
878 if ((avctx->height & 0xf) || (avctx->width & 0xf)) {
887 if ((avctx->height & 0xf) || (avctx->width & 0xf)) {