Lines Matching defs:width
477 unsigned stride, unsigned width, unsigned height, uint16_t *dst,
481 int box_width = FFMIN(width - x, dst_width);
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,
661 int mb_width = (avctx->width + 15) >> 4;
698 unsafe_right = (avctx->width & 0xf) && (mb_x + slice_mb_count == mb_width);
729 int frame_size = FFALIGN(avctx->width, 16) * FFALIGN(avctx->height, 16)*16 + 500 + AV_INPUT_BUFFER_MIN_SIZE; //FIXME choose tighter limit
744 bytestream_put_be16(&buf, avctx->width);
826 if (avctx->width & 0x1) {
828 "frame width needs to be multiple of 2\n");
832 if (avctx->width > 65534 || avctx->height > 65535) {
878 if ((avctx->height & 0xf) || (avctx->width & 0xf)) {
887 if ((avctx->height & 0xf) || (avctx->width & 0xf)) {