width              79 doc/examples/decode_video.c                  frame->width, frame->height, buf);
width              39 doc/examples/demuxing_decoding.c static int width, height;
width              60 doc/examples/demuxing_decoding.c     if (frame->width != width || frame->height != height ||
width              69 doc/examples/demuxing_decoding.c                 width, height, av_get_pix_fmt_name(pix_fmt),
width              70 doc/examples/demuxing_decoding.c                 frame->width, frame->height,
width              82 doc/examples/demuxing_decoding.c                   pix_fmt, width, height);
width             268 doc/examples/demuxing_decoding.c         width = video_dec_ctx->width;
width             272 doc/examples/demuxing_decoding.c                              width, height, pix_fmt, 1);
width             340 doc/examples/demuxing_decoding.c                av_get_pix_fmt_name(pix_fmt), width, height,
width             107 doc/examples/encode_video.c     c->width = 352;
width             145 doc/examples/encode_video.c     frame->width  = c->width;
width             166 doc/examples/encode_video.c             for (x = 0; x < c->width; x++) {
width             173 doc/examples/encode_video.c             for (x = 0; x < c->width/2; x++) {
width             112 doc/examples/filtering_video.c             dec_ctx->width, dec_ctx->height, dec_ctx->pix_fmt,
width             202 doc/examples/filtering_video.c         for (x = 0; x < frame->width; x++)
width             118 doc/examples/hw_decode.c         size = av_image_get_buffer_size(tmp_frame->format, tmp_frame->width,
width             129 doc/examples/hw_decode.c                                       tmp_frame->width, tmp_frame->height, 1);
width             182 doc/examples/muxing.c         c->width    = 352;
width             385 doc/examples/muxing.c static AVFrame *alloc_picture(enum AVPixelFormat pix_fmt, int width, int height)
width             395 doc/examples/muxing.c     picture->width  = width;
width             425 doc/examples/muxing.c     ost->frame = alloc_picture(c->pix_fmt, c->width, c->height);
width             436 doc/examples/muxing.c         ost->tmp_frame = alloc_picture(AV_PIX_FMT_YUV420P, c->width, c->height);
width             453 doc/examples/muxing.c                            int width, int height)
width             461 doc/examples/muxing.c         for (x = 0; x < width; x++)
width             466 doc/examples/muxing.c         for (x = 0; x < width / 2; x++) {
width             491 doc/examples/muxing.c             ost->sws_ctx = sws_getContext(c->width, c->height,
width             493 doc/examples/muxing.c                                           c->width, c->height,
width             502 doc/examples/muxing.c         fill_yuv_image(ost->tmp_frame, ost->next_pts, c->width, c->height);
width             507 doc/examples/muxing.c         fill_yuv_image(ost->frame, ost->next_pts, c->width, c->height);
width              69 doc/examples/qsvdec.c             frames_ctx->width             = FFALIGN(avctx->coded_width,  32);
width             124 doc/examples/qsvdec.c                 avio_write(output_ctx, sw_frame->data[i] + j * sw_frame->linesize[i], sw_frame->width);
width              34 doc/examples/scaling_video.c                            int width, int height, int frame_index)
width              40 doc/examples/scaling_video.c         for (x = 0; x < width; x++)
width              45 doc/examples/scaling_video.c         for (x = 0; x < width / 2; x++) {
width             157 doc/examples/transcoding.c                 enc_ctx->width = dec_ctx->width;
width             255 doc/examples/transcoding.c                 dec_ctx->width, dec_ctx->height, dec_ctx->pix_fmt,
width              41 doc/examples/vaapi_encode.c static int width, height;
width              57 doc/examples/vaapi_encode.c     frames_ctx->width     = width;
width             116 doc/examples/vaapi_encode.c     width  = atoi(argv[1]);
width             118 doc/examples/vaapi_encode.c     size   = width * height;
width             148 doc/examples/vaapi_encode.c     avctx->width     = width;
width             172 doc/examples/vaapi_encode.c         sw_frame->width  = width;
width             186 doc/examples/vaapi_transcode.c             encoder_ctx->width     = decoder_ctx->width;
width             182 fftools/ffmpeg.c     ist->sub2video.frame->width  = ist->dec_ctx->width  ? ist->dec_ctx->width  : ist->sub2video.w;
width             274 fftools/ffmpeg.c         sub2video_copy_rect(dst, dst_linesize, frame->width, frame->height, sub->rects[i]);
width            1376 fftools/ffmpeg.c             fprintf(vstats_file, "PSNR= %6.2f ", psnr(ost->error[0] / (enc->width * enc->height * 255.0 * 255.0)));
width            1721 fftools/ffmpeg.c                         scale = enc->width * enc->height * 255.0 * 255.0 * frame_number;
width            1724 fftools/ffmpeg.c                         scale = enc->width * enc->height * 255.0 * 255.0;
width            1841 fftools/ffmpeg.c     ifilter->width                  = par->width;
width            2121 fftools/ffmpeg.c         need_reinit |= ifilter->width  != frame->width ||
width            2383 fftools/ffmpeg.c         if (ist->dec_ctx->width  != decoded_frame->width ||
width            2387 fftools/ffmpeg.c                 decoded_frame->width,
width            2390 fftools/ffmpeg.c                 ist->dec_ctx->width,
width            3118 fftools/ffmpeg.c                          (AVRational){ par_dst->height, par_dst->width });
width            3350 fftools/ffmpeg.c         enc_ctx->width  = av_buffersink_get_w(ost->filter->filter);
width            3354 fftools/ffmpeg.c             av_mul_q(ost->frame_aspect_ratio, (AVRational){ enc_ctx->height, enc_ctx->width }) :
width            3367 fftools/ffmpeg.c             enc_ctx->width   != dec_ctx->width  ||
width            3402 fftools/ffmpeg.c         if (!enc_ctx->width) {
width            3403 fftools/ffmpeg.c             enc_ctx->width     = input_streams[ost->source_index]->st->codecpar->width;
width             246 fftools/ffmpeg.h     int width, height;
width             269 fftools/ffmpeg.h     int width, height;
width             473 fftools/ffmpeg_filter.c     if (ofilter->width || ofilter->height) {
width             479 fftools/ffmpeg_filter.c                  ofilter->width, ofilter->height);
width             714 fftools/ffmpeg_filter.c     w = ifilter->width;
width             719 fftools/ffmpeg_filter.c                 w = FFMAX(w, avf->streams[i]->codecpar->width);
width             729 fftools/ffmpeg_filter.c     ist->sub2video.w = ifilter->width  = w;
width             732 fftools/ffmpeg_filter.c     ifilter->width  = ist->dec_ctx->width  ? ist->dec_ctx->width  : ist->sub2video.w;
width             797 fftools/ffmpeg_filter.c              ifilter->width, ifilter->height, ifilter->format,
width            1118 fftools/ffmpeg_filter.c         ofilter->width  = av_buffersink_get_w(sink);
width            1189 fftools/ffmpeg_filter.c     ifilter->width               = frame->width;
width             853 fftools/ffmpeg_opt.c                 ist->dec_ctx->width  = st->codec->width;
width             959 fftools/ffmpeg_opt.c                 av_parse_video_size(&ist->dec_ctx->width, &ist->dec_ctx->height, canvas_size) < 0) {
width            1711 fftools/ffmpeg_opt.c         if (frame_size && av_parse_video_size(&video_enc->width, &video_enc->height, frame_size) < 0) {
width            1991 fftools/ffmpeg_opt.c         if (frame_size && av_parse_video_size(&subtitle_enc->width, &subtitle_enc->height, frame_size) < 0) {
width            2213 fftools/ffmpeg_opt.c                 new_area = ist->st->codecpar->width * ist->st->codecpar->height + 100000000*!!ist->st->codec_info_nb_frames
width            2496 fftools/ffmpeg_opt.c                 f->width      = ost->enc_ctx->width;
width              93 fftools/ffmpeg_qsv.c     frames_ctx->width             = FFALIGN(s->coded_width,  32);
width              68 fftools/ffmpeg_videotoolbox.c     vt->tmp_frame->width  = frame->width;
width              94 fftools/ffmpeg_videotoolbox.c                   frame->width, frame->height);
width             162 fftools/ffplay.c     int width;
width             293 fftools/ffplay.c     int width, height, xleft, ytop;
width             871 fftools/ffplay.c     int64_t width, height, x, y;
width             880 fftools/ffplay.c     width = av_rescale(height, aspect_ratio.num, aspect_ratio.den) & ~1;
width             881 fftools/ffplay.c     if (width > scr_width) {
width             882 fftools/ffplay.c         width = scr_width;
width             883 fftools/ffplay.c         height = av_rescale(width, aspect_ratio.den, aspect_ratio.num) & ~1;
width             885 fftools/ffplay.c     x = (scr_width - width) / 2;
width             889 fftools/ffplay.c     rect->w = FFMAX((int)width,  1);
width             916 fftools/ffplay.c     if (realloc_texture(tex, sdl_pix_fmt == SDL_PIXELFORMAT_UNKNOWN ? SDL_PIXELFORMAT_ARGB8888 : sdl_pix_fmt, frame->width, frame->height, sdl_blendmode, 0) < 0)
width             922 fftools/ffplay.c                 frame->width, frame->height, frame->format, frame->width, frame->height,
width             994 fftools/ffplay.c                     if (!sp->width || !sp->height) {
width             995 fftools/ffplay.c                         sp->width = vp->width;
width             998 fftools/ffplay.c                     if (realloc_texture(&is->sub_texture, SDL_PIXELFORMAT_ARGB8888, sp->width, sp->height, SDL_BLENDMODE_BLEND, 1) < 0)
width            1004 fftools/ffplay.c                         sub_rect->x = av_clip(sub_rect->x, 0, sp->width );
width            1006 fftools/ffplay.c                         sub_rect->w = av_clip(sub_rect->w, 0, sp->width  - sub_rect->x);
width            1030 fftools/ffplay.c     calculate_display_rect(&rect, is->xleft, is->ytop, is->width, is->height, vp->width, vp->height, vp->sar);
width            1047 fftools/ffplay.c         double xratio = (double)rect.w / (double)sp->width;
width            1081 fftools/ffplay.c         int data_used= s->show_mode == SHOW_MODE_WAVES ? s->width : (2*nb_freq);
width            1129 fftools/ffplay.c             for (x = 0; x < s->width; x++) {
width            1148 fftools/ffplay.c             fill_rectangle(s->xleft, y, s->width, 1);
width            1151 fftools/ffplay.c         if (realloc_texture(&s->vis_texture, SDL_PIXELFORMAT_ARGB8888, s->width, s->height, SDL_BLENDMODE_NONE, 1) < 0)
width            1203 fftools/ffplay.c         if (s->xpos >= s->width)
width            1328 fftools/ffplay.c static void set_default_window_size(int width, int height, AVRational sar)
width            1335 fftools/ffplay.c     calculate_display_rect(&rect, 0, 0, max_width, max_height, width, height, sar);
width            1357 fftools/ffplay.c     is->width  = w;
width            1366 fftools/ffplay.c     if (!is->width)
width            1762 fftools/ffplay.c     vp->width = src_frame->width;
width            1771 fftools/ffplay.c     set_default_window_size(vp->width, vp->height, vp->sar);
width            1891 fftools/ffplay.c              frame->width, frame->height, frame->format,
width            2166 fftools/ffplay.c         if (   last_w != frame->width
width            2175 fftools/ffplay.c                    frame->width, frame->height,
width            2193 fftools/ffplay.c             last_w = frame->width;
width            2263 fftools/ffplay.c             sp->width = is->subdec.avctx->width;
width            2901 fftools/ffplay.c         if (codecpar->width)
width            2902 fftools/ffplay.c             set_default_window_size(codecpar->width, codecpar->height, sar);
width            3291 fftools/ffplay.c             if (!cur_stream->width)
width            3429 fftools/ffplay.c                     stream_seek(cur_stream, size*x/cur_stream->width, 0, 1);
width            3438 fftools/ffplay.c                     frac = x / cur_stream->width;
width            3455 fftools/ffplay.c                     screen_width  = cur_stream->width  = event.window.data1;
width            1893 fftools/ffprobe.c                 av_spherical_tile_bounds(spherical, par->width, par->height,
width            2162 fftools/ffprobe.c         print_int("width",                  frame->width);
width            2544 fftools/ffprobe.c         print_int("width",        par->width);
width            2558 fftools/ffprobe.c                       par->width  * sar.num,
width            2622 fftools/ffprobe.c         if (par->width)
width            2623 fftools/ffprobe.c             print_int("width",       par->width);
width              42 libavcodec/012v.c     const int width = avctx->width;
width              46 libavcodec/012v.c     int stride = avctx->width * 8 / 3;
width              48 libavcodec/012v.c     if (width <= 1 || avctx->height <= 0) {
width              49 libavcodec/012v.c         av_log(avctx, AV_LOG_ERROR, "Dimensions %dx%d not supported.\n", width, avctx->height);
width              55 libavcodec/012v.c         && avpkt->size / avctx->height * 3 >= width * 8)
width              80 libavcodec/012v.c         for (x = 0; x < width; x += 6) {
width              83 libavcodec/012v.c             if (width - x < 6 || line_end - src < 16) {
width             125 libavcodec/012v.c             if (width - x < 6)
width             129 libavcodec/012v.c         if (x < width) {
width             133 libavcodec/012v.c             memcpy(y, y_temp, sizeof(*y) * (width - x));
width             134 libavcodec/012v.c             memcpy(u, u_temp, sizeof(*u) * (width - x + 1) / 2);
width             135 libavcodec/012v.c             memcpy(v, v_temp, sizeof(*v) * (width - x + 1) / 2);
width             432 libavcodec/4xm.c     const int width  = f->avctx->width;
width             480 libavcodec/4xm.c     init_mv(f, width * 2);
width             483 libavcodec/4xm.c         for (x = 0; x < width; x += 8)
width             484 libavcodec/4xm.c             if ((ret = decode_p_block(f, dst + x, src + x, 3, 3, width)) < 0)
width             486 libavcodec/4xm.c         src += 8 * width;
width             487 libavcodec/4xm.c         dst += 8 * width;
width             559 libavcodec/4xm.c     int stride           = f->avctx->width;
width             725 libavcodec/4xm.c     const int width  = f->avctx->width;
width             727 libavcodec/4xm.c     const int mbs    = (FFALIGN(width, 16) >> 4) * (FFALIGN(height, 16) >> 4);
width             739 libavcodec/4xm.c         for (x = 0; x < width; x += 16) {
width             759 libavcodec/4xm.c                     dst[y2 * width + x2] = color[(bits >> index) & 3];
width             764 libavcodec/4xm.c         dst += 16 * width - x;
width             773 libavcodec/4xm.c     const int width  = f->avctx->width;
width             820 libavcodec/4xm.c         for (x = 0; x < width; x += 16) {
width             846 libavcodec/4xm.c     av_assert0(avctx->width % 16 == 0 && avctx->height % 16 == 0);
width             959 libavcodec/4xm.c                         (const uint8_t*)f->frame_buffer,  avctx->width * 2,
width             960 libavcodec/4xm.c                         avctx->width * 2, avctx->height);
width             997 libavcodec/4xm.c     if((avctx->width % 16) || (avctx->height % 16)) {
width            1002 libavcodec/4xm.c     ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
width            1006 libavcodec/4xm.c     f->frame_buffer      = av_mallocz(avctx->width * avctx->height * 2);
width            1007 libavcodec/4xm.c     f->last_frame_buffer = av_mallocz(avctx->width * avctx->height * 2);
width              75 libavcodec/a64multienc.c     int width  = FFMIN(avctx->width , C64XRES);
width              82 libavcodec/a64multienc.c                     if(x < width && y < height) {
width              83 libavcodec/a64multienc.c                         if (x + 1 < width) {
width             294 libavcodec/a64multienc.c         b_width  = FFMIN(avctx->width ,C64XRES) >> 3;
width             939 libavcodec/aacps.c             INTFLOAT width = Q30(1.f) / ((stop - start) ? (stop - start) : 1);
width             941 libavcodec/aacps.c             width = FFMIN(2U*width, INT_MAX);
width             963 libavcodec/aacps.c             h_step[0][0] = AAC_MSUB31_V3(H11[0][e+1][b], h[0][0], width);
width             964 libavcodec/aacps.c             h_step[0][1] = AAC_MSUB31_V3(H12[0][e+1][b], h[0][1], width);
width             965 libavcodec/aacps.c             h_step[0][2] = AAC_MSUB31_V3(H21[0][e+1][b], h[0][2], width);
width             966 libavcodec/aacps.c             h_step[0][3] = AAC_MSUB31_V3(H22[0][e+1][b], h[0][3], width);
width             968 libavcodec/aacps.c                 h_step[1][0] = AAC_MSUB31_V3(H11[1][e+1][b], h[1][0], width);
width             969 libavcodec/aacps.c                 h_step[1][1] = AAC_MSUB31_V3(H12[1][e+1][b], h[1][1], width);
width             970 libavcodec/aacps.c                 h_step[1][2] = AAC_MSUB31_V3(H21[1][e+1][b], h[1][2], width);
width             971 libavcodec/aacps.c                 h_step[1][3] = AAC_MSUB31_V3(H22[1][e+1][b], h[1][3], width);
width             109 libavcodec/aasc.c         stride = (avctx->width * psize + psize) & ~psize;
width             113 libavcodec/aasc.c             memcpy(s->frame->data[0] + i * s->frame->linesize[0], buf, avctx->width * psize);
width             576 libavcodec/agm.c     if (bytestream2_get_bytes_left(gbyte) < 3 * avctx->width * avctx->height)
width             580 libavcodec/agm.c         for (int x = 0; x < avctx->width; x++) {
width             682 libavcodec/agm.c                     if (x >= frame->width * 3) {
width             698 libavcodec/agm.c                 if (x >= frame->width * 3) {
width             740 libavcodec/agm.c                                 avctx->width / 2,
width             753 libavcodec/agm.c                             avctx->width / 2,
width             771 libavcodec/agm.c         for (int x = 0; x < avctx->width / 2; x++) {
width            1055 libavcodec/agm.c     if (s->output_size > avctx->width * avctx->height * 9LL + 10000)
width            1101 libavcodec/agm.c     int w, h, width, height, header;
width            1158 libavcodec/agm.c         width  = avctx->width;
width            1160 libavcodec/agm.c         if (w < width || h < height || w & 7 || h & 7)
width            1166 libavcodec/agm.c         avctx->width = width;
width            1199 libavcodec/agm.c         if (s->prev_frame-> width != frame->width ||
width            1225 libavcodec/agm.c     frame->crop_left = avctx->coded_width  - avctx->width;
width            1246 libavcodec/agm.c         if ((avctx->width & 1) || (avctx->height & 1))
width             162 libavcodec/aic.c     int width, height;
width             173 libavcodec/aic.c     width      = AV_RB16(src + 6);
width             180 libavcodec/aic.c     if (width != ctx->avctx->width || height != ctx->avctx->height) {
width             183 libavcodec/aic.c                ctx->avctx->width, ctx->avctx->height, width, height);
width             460 libavcodec/aic.c     ctx->mb_width  = FFALIGN(avctx->width,  16) >> 4;
width              35 libavcodec/aliaspixdec.c     int width, height, ret, bits_pixel, pixel;
width              47 libavcodec/aliaspixdec.c     width  = bytestream2_get_be16u(&gb);
width              61 libavcodec/aliaspixdec.c     ret = ff_set_dimensions(avctx, width, height);
width              65 libavcodec/aliaspixdec.c     if (bytestream2_get_bytes_left(&gb) < width*height / 255)
width              82 libavcodec/aliaspixdec.c         if (x == avctx->width) {
width              95 libavcodec/aliaspixdec.c         if (!count || x + count > avctx->width) {
width             115 libavcodec/aliaspixdec.c     if (x != width || y != height) {
width              33 libavcodec/aliaspixenc.c     int width, height, bits_pixel, i, j, length, ret;
width              43 libavcodec/aliaspixenc.c     width  = avctx->width;
width              46 libavcodec/aliaspixenc.c     if (width > 65535 || height > 65535 ||
width              47 libavcodec/aliaspixenc.c         width * height >= INT_MAX / 4 - ALIAS_HEADER_SIZE) {
width              48 libavcodec/aliaspixenc.c         av_log(avctx, AV_LOG_ERROR, "Invalid image size %dx%d.\n", width, height);
width              63 libavcodec/aliaspixenc.c     length = ALIAS_HEADER_SIZE + 4 * width * height; // max possible
width              72 libavcodec/aliaspixenc.c     bytestream_put_be16(&buf, width);
width              79 libavcodec/aliaspixenc.c         for (i = 0; i < width; ) {
width              85 libavcodec/aliaspixenc.c                 while (count < 255 && count + i < width && pixel == *in_buf) {
width              93 libavcodec/aliaspixenc.c                 while (count < 255 && count + i < width &&
width             429 libavcodec/amfenc.c         avctx->width, avctx->height);
width             660 libavcodec/amfenc.c                 res = ctx->context->pVtbl->AllocSurface(ctx->context, AMF_MEMORY_HOST, ctx->format, avctx->width, avctx->height, &surface);
width             671 libavcodec/amfenc.c             surface->pVtbl->SetCrop(surface, 0, 0, frame->width, frame->height);
width             138 libavcodec/amfenc_h264.c     AMFSize                          framesize = AMFConstructSize(avctx->width, avctx->height);
width             279 libavcodec/amfenc_h264.c     res = ctx->encoder->pVtbl->Init(ctx->encoder, ctx->format, avctx->width, avctx->height);
width             105 libavcodec/amfenc_hevc.c     AMFSize             framesize = AMFConstructSize(avctx->width, avctx->height);
width             225 libavcodec/amfenc_hevc.c     res = ctx->encoder->pVtbl->Init(ctx->encoder, ctx->format, avctx->width, avctx->height);
width              78 libavcodec/anm.c                      int *x, int width, int linesize)
width              80 libavcodec/anm.c     int remaining = width - *x;
width              93 libavcodec/anm.c             *dst      += linesize - width;
width              94 libavcodec/anm.c             remaining  = width;
width             102 libavcodec/anm.c     *x = width - remaining;
width             106 libavcodec/anm.c     *x = width - remaining;
width             143 libavcodec/anm.c     op(&dst, dst_end, (gb), (pixel), (count), &x, avctx->width, s->frame->linesize[0])
width              90 libavcodec/ansi.c     if (!avctx->width || !avctx->height) {
width              94 libavcodec/ansi.c     } else if (avctx->width % FONT_WIDTH || avctx->height % s->font_height) {
width              95 libavcodec/ansi.c         av_log(avctx, AV_LOG_ERROR, "Invalid dimensions %d %d\n", avctx->width, avctx->height);
width             135 libavcodec/ansi.c                avctx->width);
width             138 libavcodec/ansi.c             DEFAULT_BG_COLOR, avctx->width);
width             155 libavcodec/ansi.c         memset(s->frame->data[0] + i * s->frame->linesize[0], DEFAULT_BG_COLOR, avctx->width);
width             179 libavcodec/ansi.c     if (s->x > avctx->width - FONT_WIDTH) {
width             193 libavcodec/ansi.c     int width  = avctx->width;
width             204 libavcodec/ansi.c         s->x = FFMIN(s->x + (s->nb_args > 0 ? s->args[0]*FONT_WIDTH : FONT_WIDTH), avctx->width  - FONT_WIDTH);
width             212 libavcodec/ansi.c         s->x = s->nb_args > 1 ? av_clip((s->args[1] - 1)*FONT_WIDTH,     0, avctx->width  - FONT_WIDTH) : 0;
width             222 libavcodec/ansi.c             width  = 40<<3;
width             228 libavcodec/ansi.c             width  = 80<<3;
width             234 libavcodec/ansi.c             width  = 80<<3;
width             242 libavcodec/ansi.c             width  = 80<<3;
width             248 libavcodec/ansi.c             width  = 80<<3;
width             254 libavcodec/ansi.c         s->x = av_clip(s->x, 0, width  - FONT_WIDTH);
width             256 libavcodec/ansi.c         if (width != avctx->width || height != avctx->height) {
width             258 libavcodec/ansi.c             ret = ff_set_dimensions(avctx, width, height);
width             275 libavcodec/ansi.c             erase_line(avctx, s->x, avctx->width - s->x);
width             292 libavcodec/ansi.c             erase_line(avctx, s->x, avctx->width - s->x);
width             298 libavcodec/ansi.c             erase_line(avctx, 0, avctx->width);
width             344 libavcodec/ansi.c         s->x = av_clip(s->sx, 0, avctx->width  - FONT_WIDTH);
width             351 libavcodec/ansi.c     s->x = av_clip(s->x, 0, avctx->width  - FONT_WIDTH);
width             370 libavcodec/ansi.c             memset(s->frame->data[0]+ i*s->frame->linesize[0], 0, avctx->width);
width              49 libavcodec/arbc.c     if ((avctx->width / 4 + 1) * (avctx->height / 4 + 1) < nb_tiles)
width              62 libavcodec/arbc.c                     if (j >= avctx->height || k >= avctx->width) {
width              87 libavcodec/arbc.c     if ((avctx->width / tile_width + 1) * (avctx->height / tile_height + 1) < nb_tiles)
width              97 libavcodec/arbc.c         if (start_x >= avctx->width || start_y >= avctx->height)
width             105 libavcodec/arbc.c                             if (j + m >= avctx->height || k + n >= avctx->width)
width             110 libavcodec/arbc.c                     pixels_overwritten += FFMIN(step_h, avctx->height - j) * FFMIN(step_w, avctx->width - k);
width             125 libavcodec/arbc.c     int prev_pixels = avctx->width * avctx->height;
width              30 libavcodec/arm/hevcdsp_init_neon.c                                   int width, int height);
width              32 libavcodec/arm/hevcdsp_init_neon.c                                   int eo, int width, int height);
width              75 libavcodec/arm/hevcdsp_init_neon.c                                 intptr_t mx, intptr_t my, int width)
width              89 libavcodec/arm/hevcdsp_init_neon.c                                    int height, int width);
width              91 libavcodec/arm/hevcdsp_init_neon.c                                    int width, int height, int16_t* src2, ptrdiff_t src2stride);
width              93 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width);
width              95 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width);
width              98 libavcodec/arm/hevcdsp_init_neon.c                                        int height, intptr_t mx, intptr_t my, int width);
width             101 libavcodec/arm/hevcdsp_init_neon.c                                    int height, int width)
width             122 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width);
width             134 libavcodec/arm/hevcdsp_init_neon.c                                    int width, int height, int16_t* src2, ptrdiff_t src2stride);
width             153 libavcodec/arm/hevcdsp_init_neon.c void ff_hevc_sao_band_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int height, int16_t *offset_table);
width             158 libavcodec/arm/hevcdsp_init_neon.c                                   int width, int height) {
width             168 libavcodec/arm/hevcdsp_init_neon.c     ff_hevc_sao_band_filter_neon_8(dst, src, stride_dst, stride_src, width, height, offset_table);
width             171 libavcodec/arm/hevcdsp_init_neon.c void ff_hevc_sao_edge_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int height,
width             175 libavcodec/arm/hevcdsp_init_neon.c                                   int eo, int width, int height) {
width             191 libavcodec/arm/hevcdsp_init_neon.c     ff_hevc_sao_edge_filter_neon_8(dst, src, stride_dst, stride_src, width, height, a_stride, b_stride, sao_offset_val, edge_idx);
width             195 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width) {
width             197 libavcodec/arm/hevcdsp_init_neon.c     put_hevc_qpel_neon[my][mx](dst, MAX_PB_SIZE, src, srcstride, height, width);
width             201 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width) {
width             203 libavcodec/arm/hevcdsp_init_neon.c     put_hevc_qpel_uw_neon[my][mx](dst, dststride, src, srcstride, width, height, NULL, 0);
width             208 libavcodec/arm/hevcdsp_init_neon.c                                        int height, intptr_t mx, intptr_t my, int width) {
width             209 libavcodec/arm/hevcdsp_init_neon.c     put_hevc_qpel_uw_neon[my][mx](dst, dststride, src, srcstride, width, height, src2, MAX_PB_SIZE);
width              89 libavcodec/asv.c     a->mb_width   = (avctx->width  + 15) / 16;
width              91 libavcodec/asv.c     a->mb_width2  = (avctx->width  +  0) / 16;
width             222 libavcodec/asvenc.c     if (pict->width % 16 || pict->height % 16) {
width             229 libavcodec/asvenc.c         clone->width  = FFALIGN(pict->width, 16);
width             245 libavcodec/asvenc.c             int w  = AV_CEIL_RSHIFT(pict->width, !!i);
width             247 libavcodec/asvenc.c             int w2 = AV_CEIL_RSHIFT(clone->width, !!i);
width              33 libavcodec/aura.c     if (avctx->width & 0x3)
width              53 libavcodec/aura.c     if (pkt->size != 48 + avctx->height * avctx->width) {
width              55 libavcodec/aura.c                pkt->size, 48 + avctx->height * avctx->width);
width              81 libavcodec/aura.c         for (x = 1; x < (avctx->width >> 1); x++) {
width              90 libavcodec/aura.c         Y += frame->linesize[0] -  avctx->width;
width              91 libavcodec/aura.c         U += frame->linesize[1] - (avctx->width >> 1);
width              92 libavcodec/aura.c         V += frame->linesize[2] - (avctx->width >> 1);
width             122 libavcodec/av1_parser.c             ctx->width  = ref->frame_width;
width             130 libavcodec/av1_parser.c             ctx->width  = av1->frame_width;
width             184 libavcodec/av1_parser.c     if (ctx->width != avctx->width || ctx->height != avctx->height) {
width             185 libavcodec/av1_parser.c         ret = ff_set_dimensions(avctx, ctx->width, ctx->height);
width             432 libavcodec/avcodec.h     int width;
width             699 libavcodec/avcodec.h     int width, height;
width            2936 libavcodec/avcodec.h void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
width            2945 libavcodec/avcodec.h void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
width            3500 libavcodec/avcodec.h     int width;
width            3712 libavcodec/avcodec.h int avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height);
width            3725 libavcodec/avcodec.h                    enum AVPixelFormat pix_fmt, int width, int height);
width            3732 libavcodec/avcodec.h                      int width, int height,
width            3739 libavcodec/avcodec.h int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height);
width            3746 libavcodec/avcodec.h                      enum AVPixelFormat pix_fmt, int width, int height);
width            3759 libavcodec/avcodec.h int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat pix_fmt,
width              38 libavcodec/avpicture.c                    enum AVPixelFormat pix_fmt, int width, int height)
width              41 libavcodec/avpicture.c                                 ptr, pix_fmt, width, height, 1);
width              44 libavcodec/avpicture.c int avpicture_layout(const AVPicture* src, enum AVPixelFormat pix_fmt, int width, int height,
width              49 libavcodec/avpicture.c                                    pix_fmt, width, height, 1);
width              52 libavcodec/avpicture.c int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height)
width              54 libavcodec/avpicture.c     return av_image_get_buffer_size(pix_fmt, width, height, 1);
width              58 libavcodec/avpicture.c                     enum AVPixelFormat pix_fmt, int width, int height)
width              61 libavcodec/avpicture.c                              width, height, pix_fmt, 1);
width              76 libavcodec/avpicture.c                      enum AVPixelFormat pix_fmt, int width, int height)
width              79 libavcodec/avpicture.c                   src->linesize, pix_fmt, width, height);
width              63 libavcodec/avrndec.c         a->mjpeg_avctx->width = avctx->width;
width              74 libavcodec/avrndec.c     if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
width             112 libavcodec/avrndec.c         if (ret >= 0 && *got_frame && avctx->width <= p->width && avctx->height <= p->height) {
width             124 libavcodec/avrndec.c             p->width  = avctx->width;
width             131 libavcodec/avrndec.c     true_height    = buf_size / (2*avctx->width);
width             133 libavcodec/avrndec.c     if(buf_size < 2*avctx->width * avctx->height) {
width             144 libavcodec/avrndec.c         buf += (true_height - avctx->height)*avctx->width;
width             146 libavcodec/avrndec.c             memcpy(p->data[0] + (y+ a->tff)*p->linesize[0], buf                             , 2*avctx->width);
width             147 libavcodec/avrndec.c             memcpy(p->data[0] + (y+!a->tff)*p->linesize[0], buf + avctx->width*true_height+4, 2*avctx->width);
width             148 libavcodec/avrndec.c             buf += 2*avctx->width;
width             151 libavcodec/avrndec.c         buf += (true_height - avctx->height)*avctx->width*2;
width             153 libavcodec/avrndec.c             memcpy(p->data[0] + y*p->linesize[0], buf, 2*avctx->width);
width             154 libavcodec/avrndec.c             buf += 2*avctx->width;
width              62 libavcodec/avuidec.c     opaque_length = 2 * avctx->width * (avctx->height + skip) + 4 * interlaced;
width              78 libavcodec/avuidec.c         src  += avctx->width * skip;
width              79 libavcodec/avuidec.c         srca += avctx->width * skip;
width              83 libavcodec/avuidec.c         src  += avctx->width * skip;
width              84 libavcodec/avuidec.c         srca += avctx->width * skip;
width              98 libavcodec/avuidec.c             for (k = 0; k < avctx->width >> 1; k++) {
width              29 libavcodec/avuienc.c     if (avctx->width != 720 || avctx->height != 486 && avctx->height != 576) {
width              43 libavcodec/avuienc.c     AV_WB32(avctx->extradata + 44, avctx->width);
width              64 libavcodec/avuienc.c     size = 2 * avctx->width * (avctx->height + skip) + 8 * interlaced;
width              69 libavcodec/avuienc.c         memset(dst, 0, avctx->width * skip);
width              70 libavcodec/avuienc.c         dst += avctx->width * skip;
width              80 libavcodec/avuienc.c         memset(dst, 0, avctx->width * skip + 4 * i);
width              81 libavcodec/avuienc.c         dst += avctx->width * skip + 4 * i;
width              83 libavcodec/avuienc.c             memcpy(dst, src, avctx->width * 2);
width              85 libavcodec/avuienc.c             dst += avctx->width * 2;
width              77 libavcodec/bethsoftvideo.c     int remaining = avctx->width;          // number of bytes remaining on a line
width              84 libavcodec/bethsoftvideo.c     wrap_to_next_line = vid->frame->linesize[0] - avctx->width;
width             131 libavcodec/bethsoftvideo.c             remaining = avctx->width;
width              44 libavcodec/bfi.c     bfi->dst        = av_mallocz(avctx->width * avctx->height);
width              59 libavcodec/bfi.c     uint8_t *frame_end = bfi->dst + avctx->width * avctx->height;
width             162 libavcodec/bfi.c         memcpy(dst, src, avctx->width);
width             163 libavcodec/bfi.c         src += avctx->width;
width             153 libavcodec/bink.c static void init_lengths(BinkContext *c, int width, int bw)
width             155 libavcodec/bink.c     width = FFALIGN(width, 8);
width             157 libavcodec/bink.c     c->bundle[BINK_SRC_BLOCK_TYPES].len = av_log2((width >> 3) + 511) + 1;
width             159 libavcodec/bink.c     c->bundle[BINK_SRC_SUB_BLOCK_TYPES].len = av_log2((width >> 4) + 511) + 1;
width             166 libavcodec/bink.c     c->bundle[BINK_SRC_Y_OFF].len = av_log2((width >> 3) + 511) + 1;
width             183 libavcodec/bink.c     bw = (c->avctx->width  + 7) >> 3;
width             865 libavcodec/bink.c     int bw = is_chroma ? (c->avctx->width  + 15) >> 4 : (c->avctx->width  + 7) >> 3;
width            1031 libavcodec/bink.c     int bw = is_chroma ? (c->avctx->width  + 15) >> 4 : (c->avctx->width  + 7) >> 3;
width            1033 libavcodec/bink.c     int width = c->avctx->width >> is_chroma;
width            1042 libavcodec/bink.c             memset(dst + i * stride, fill, width);
width            1046 libavcodec/bink.c     init_lengths(c, FFMAX(width, 8), bw);
width            1370 libavcodec/bink.c     if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
width             175 libavcodec/binkaudio.c     int width, coeff;
width             223 libavcodec/binkaudio.c             width = get_bits(gb, 4);
width             224 libavcodec/binkaudio.c             if (width == 0) {
width             233 libavcodec/binkaudio.c                     coeff = get_bits(gb, width);
width             100 libavcodec/bintext.c     if (avctx->width < FONT_WIDTH || avctx->height < s->font_height) {
width             134 libavcodec/bintext.c     if (s->x > avctx->width - FONT_WIDTH) {
width             150 libavcodec/bintext.c     if ((avctx->width / FONT_WIDTH) * (avctx->height / s->font_height) / 256 > buf_size)
width              49 libavcodec/bitpacked.c                                avctx->pix_fmt, avctx->width, avctx->height, 1);
width              61 libavcodec/bitpacked.c     uint64_t frame_size = (uint64_t)avctx->width * (uint64_t)avctx->height * 20;
width              74 libavcodec/bitpacked.c     if (avctx->width % 2)
width              77 libavcodec/bitpacked.c     ret = init_get_bits(&bc, avpkt->data, avctx->width * avctx->height * 20);
width              86 libavcodec/bitpacked.c         for (j = 0; j < avctx->width; j += 2) {
width             101 libavcodec/bitpacked.c     if (!avctx->codec_tag || !avctx->width || !avctx->height)
width              38 libavcodec/bmp.c     int width, height;
width              95 libavcodec/bmp.c         width  = bytestream_get_le32(&buf);
width              99 libavcodec/bmp.c         width  = bytestream_get_le16(&buf);
width             136 libavcodec/bmp.c     ret = ff_set_dimensions(avctx, width, height > 0 ? height : -(unsigned)height);
width             138 libavcodec/bmp.c         av_log(avctx, AV_LOG_ERROR, "Failed to set dimensions %d %d\n", width, height);
width             220 libavcodec/bmp.c     n = ((avctx->width * depth + 31) / 8) & ~3;
width             223 libavcodec/bmp.c         n = (avctx->width * depth + 7) / 8;
width             294 libavcodec/bmp.c                 for (j = 0; j < avctx->width >> 3; j++) {
width             304 libavcodec/bmp.c                 for (j = 0; j < (avctx->width & 7); j++) {
width             305 libavcodec/bmp.c                     ptr[avctx->width - (avctx->width & 7) + j] = buf[avctx->width >> 3] >> (7 - j) & 1;
width             336 libavcodec/bmp.c                 for (j = 0; j < avctx->width; j++)
width             352 libavcodec/bmp.c             for (j = 0; j < avctx->width; j++) {
width             356 libavcodec/bmp.c             if (j < avctx->width)
width             111 libavcodec/bmpenc.c     n_bytes_per_row = ((int64_t)avctx->width * (int64_t)bit_count + 7LL) >> 3LL;
width             131 libavcodec/bmpenc.c     bytestream_put_le32(&buf, avctx->width);          // BITMAPINFOHEADER.biWidth
width             150 libavcodec/bmpenc.c             for(n = 0; n < avctx->width; n++)
width             260 libavcodec/bmvvideo.c         memcpy(outptr, srcptr, avctx->width);
width             261 libavcodec/bmvvideo.c         srcptr += avctx->width;
width             278 libavcodec/bmvvideo.c     if (avctx->width != SCREEN_WIDE || avctx->height != SCREEN_HIGH) {
width             279 libavcodec/bmvvideo.c         av_log(avctx, AV_LOG_ERROR, "Invalid dimension %dx%d\n", avctx->width, avctx->height);
width             108 libavcodec/brenderpix.c     int width;
width             119 libavcodec/brenderpix.c     out->width  = bytestream2_get_be16(pgb);
width             207 libavcodec/brenderpix.c     bytes_per_scanline = bytes_pp * hdr.width;
width             212 libavcodec/brenderpix.c     if ((ret = ff_set_dimensions(avctx, hdr.width, hdr.height)) < 0)
width              78 libavcodec/c93.c     int width = height;
width              81 libavcodec/c93.c     int overflow = from_x + width - WIDTH;
width              95 libavcodec/c93.c         width -= overflow;
width              97 libavcodec/c93.c             memcpy(&to[i*stride+width], &from[(from_y+i)*stride], overflow);
width             102 libavcodec/c93.c         memcpy(&to[i*stride], &from[(from_y+i)*stride+from_x], width);
width             108 libavcodec/c93.c static inline void draw_n_color(uint8_t *out, int stride, int width,
width             115 libavcodec/c93.c         for (x = 0; x < width; x++) {
width             178 libavcodec/cavs.h     int width, height;
width            1173 libavcodec/cavsdec.c     int width, height;
width            1180 libavcodec/cavsdec.c     width  = get_bits(&h->gb, 14);
width            1182 libavcodec/cavsdec.c     if ((h->width || h->height) && (h->width != width || h->height != height)) {
width            1187 libavcodec/cavsdec.c     if (width <= 0 || height <= 0) {
width            1206 libavcodec/cavsdec.c     ret = ff_set_dimensions(h->avctx, width, height);
width            1210 libavcodec/cavsdec.c     h->width  = width;
width            1212 libavcodec/cavsdec.c     h->mb_width  = (h->width  + 15) >> 4;
width             486 libavcodec/cbs.c                          int width, const char *name,
width             493 libavcodec/cbs.c     av_assert0(width > 0 && width <= 32);
width             495 libavcodec/cbs.c     if (get_bits_left(gbc) < width) {
width             504 libavcodec/cbs.c     value = get_bits_long(gbc, width);
width             509 libavcodec/cbs.c         for (i = 0; i < width; i++)
width             510 libavcodec/cbs.c             bits[i] = value >> (width - i - 1) & 1 ? '1' : '0';
width             529 libavcodec/cbs.c                           int width, const char *name,
width             533 libavcodec/cbs.c     av_assert0(width > 0 && width <= 32);
width             542 libavcodec/cbs.c     if (put_bits_left(pbc) < width)
width             548 libavcodec/cbs.c         for (i = 0; i < width; i++)
width             549 libavcodec/cbs.c             bits[i] = value >> (width - i - 1) & 1 ? '1' : '0';
width             556 libavcodec/cbs.c     if (width < 32)
width             557 libavcodec/cbs.c         put_bits(pbc, width, value);
width             565 libavcodec/cbs.c                        int width, const char *name,
width             572 libavcodec/cbs.c     av_assert0(width > 0 && width <= 32);
width             574 libavcodec/cbs.c     if (get_bits_left(gbc) < width) {
width             583 libavcodec/cbs.c     value = get_sbits_long(gbc, width);
width             588 libavcodec/cbs.c         for (i = 0; i < width; i++)
width             589 libavcodec/cbs.c             bits[i] = value & (1U << (width - i - 1)) ? '1' : '0';
width             608 libavcodec/cbs.c                         int width, const char *name,
width             612 libavcodec/cbs.c     av_assert0(width > 0 && width <= 32);
width             621 libavcodec/cbs.c     if (put_bits_left(pbc) < width)
width             627 libavcodec/cbs.c         for (i = 0; i < width; i++)
width             628 libavcodec/cbs.c             bits[i] = value & (1U << (width - i - 1)) ? '1' : '0';
width             635 libavcodec/cbs.c     if (width < 32)
width             636 libavcodec/cbs.c         put_sbits(pbc, width, value);
width             553 libavcodec/cbs_av1.c #define fb(width, name) \
width             554 libavcodec/cbs_av1.c         xf(width, name, current->name, 0, MAX_UINT_BITS(width), 0, )
width             555 libavcodec/cbs_av1.c #define fc(width, name, range_min, range_max) \
width             556 libavcodec/cbs_av1.c         xf(width, name, current->name, range_min, range_max, 0, )
width             558 libavcodec/cbs_av1.c #define su(width, name) \
width             559 libavcodec/cbs_av1.c         xsu(width, name, current->name, 0, )
width             561 libavcodec/cbs_av1.c #define fbs(width, name, subs, ...) \
width             562 libavcodec/cbs_av1.c         xf(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__)
width             563 libavcodec/cbs_av1.c #define fcs(width, name, range_min, range_max, subs, ...) \
width             564 libavcodec/cbs_av1.c         xf(width, name, current->name, range_min, range_max, subs, __VA_ARGS__)
width             567 libavcodec/cbs_av1.c #define sus(width, name, subs, ...) \
width             568 libavcodec/cbs_av1.c         xsu(width, name, current->name, subs, __VA_ARGS__)
width             570 libavcodec/cbs_av1.c #define fixed(width, name, value) do { \
width             572 libavcodec/cbs_av1.c         xf(width, name, fixed_value, value, value, 0, ); \
width             580 libavcodec/cbs_av1.c #define xf(width, name, var, range_min, range_max, subs, ...) do { \
width             582 libavcodec/cbs_av1.c         CHECK(ff_cbs_read_unsigned(ctx, rw, width, #name, \
width             588 libavcodec/cbs_av1.c #define xsu(width, name, var, subs, ...) do { \
width             590 libavcodec/cbs_av1.c         CHECK(ff_cbs_read_signed(ctx, rw, width, #name, \
width             592 libavcodec/cbs_av1.c                                  MIN_INT_BITS(width), \
width             593 libavcodec/cbs_av1.c                                  MAX_INT_BITS(width))); \
width             668 libavcodec/cbs_av1.c #define xf(width, name, var, range_min, range_max, subs, ...) do { \
width             669 libavcodec/cbs_av1.c         CHECK(ff_cbs_write_unsigned(ctx, rw, width, #name, \
width             674 libavcodec/cbs_av1.c #define xsu(width, name, var, subs, ...) do { \
width             675 libavcodec/cbs_av1.c         CHECK(ff_cbs_write_signed(ctx, rw, width, #name, \
width             677 libavcodec/cbs_av1.c                                   MIN_INT_BITS(width), \
width             678 libavcodec/cbs_av1.c                                   MAX_INT_BITS(width))); \
width             262 libavcodec/cbs_h2645.c #define u(width, name, range_min, range_max) \
width             263 libavcodec/cbs_h2645.c         xu(width, name, current->name, range_min, range_max, 0, )
width             264 libavcodec/cbs_h2645.c #define ub(width, name) \
width             265 libavcodec/cbs_h2645.c         xu(width, name, current->name, 0, MAX_UINT_BITS(width), 0, )
width             269 libavcodec/cbs_h2645.c #define i(width, name, range_min, range_max) \
width             270 libavcodec/cbs_h2645.c         xi(width, name, current->name, range_min, range_max, 0, )
width             271 libavcodec/cbs_h2645.c #define ib(width, name) \
width             272 libavcodec/cbs_h2645.c         xi(width, name, current->name, MIN_INT_BITS(width), MAX_INT_BITS(width), 0, )
width             276 libavcodec/cbs_h2645.c #define us(width, name, range_min, range_max, subs, ...) \
width             277 libavcodec/cbs_h2645.c         xu(width, name, current->name, range_min, range_max, subs, __VA_ARGS__)
width             278 libavcodec/cbs_h2645.c #define ubs(width, name, subs, ...) \
width             279 libavcodec/cbs_h2645.c         xu(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__)
width             284 libavcodec/cbs_h2645.c #define is(width, name, range_min, range_max, subs, ...) \
width             285 libavcodec/cbs_h2645.c         xi(width, name, current->name, range_min, range_max, subs, __VA_ARGS__)
width             286 libavcodec/cbs_h2645.c #define ibs(width, name, subs, ...) \
width             287 libavcodec/cbs_h2645.c         xi(width, name, current->name, MIN_INT_BITS(width), MAX_INT_BITS(width), subs, __VA_ARGS__)
width             291 libavcodec/cbs_h2645.c #define fixed(width, name, value) do { \
width             293 libavcodec/cbs_h2645.c         xu(width, name, fixed_value, value, value, 0, ); \
width             301 libavcodec/cbs_h2645.c #define xu(width, name, var, range_min, range_max, subs, ...) do { \
width             303 libavcodec/cbs_h2645.c         CHECK(ff_cbs_read_unsigned(ctx, rw, width, #name, \
width             315 libavcodec/cbs_h2645.c #define xi(width, name, var, range_min, range_max, subs, ...) do { \
width             317 libavcodec/cbs_h2645.c         CHECK(ff_cbs_read_signed(ctx, rw, width, #name, \
width             384 libavcodec/cbs_h2645.c #define xu(width, name, var, range_min, range_max, subs, ...) do { \
width             386 libavcodec/cbs_h2645.c         CHECK(ff_cbs_write_unsigned(ctx, rw, width, #name, \
width             396 libavcodec/cbs_h2645.c #define xi(width, name, var, range_min, range_max, subs, ...) do { \
width             398 libavcodec/cbs_h2645.c         CHECK(ff_cbs_write_signed(ctx, rw, width, #name, \
width              77 libavcodec/cbs_internal.h                          int width, const char *name,
width              82 libavcodec/cbs_internal.h                           int width, const char *name,
width              87 libavcodec/cbs_internal.h                        int width, const char *name,
width              92 libavcodec/cbs_internal.h                         int width, const char *name,
width              36 libavcodec/cbs_jpeg.c #define u(width, name, range_min, range_max) \
width              37 libavcodec/cbs_jpeg.c     xu(width, name, range_min, range_max, 0, )
width              38 libavcodec/cbs_jpeg.c #define us(width, name, sub, range_min, range_max) \
width              39 libavcodec/cbs_jpeg.c     xu(width, name, range_min, range_max, 1, sub)
width              47 libavcodec/cbs_jpeg.c #define xu(width, name, range_min, range_max, subs, ...) do { \
width              49 libavcodec/cbs_jpeg.c         CHECK(ff_cbs_read_unsigned(ctx, rw, width, #name, \
width              68 libavcodec/cbs_jpeg.c #define xu(width, name, range_min, range_max, subs, ...) do { \
width              70 libavcodec/cbs_jpeg.c         CHECK(ff_cbs_write_unsigned(ctx, rw, width, #name, \
width              43 libavcodec/cbs_mpeg2.c #define ui(width, name) \
width              44 libavcodec/cbs_mpeg2.c         xui(width, name, current->name, 0, MAX_UINT_BITS(width), 0, )
width              45 libavcodec/cbs_mpeg2.c #define uir(width, name) \
width              46 libavcodec/cbs_mpeg2.c         xui(width, name, current->name, 1, MAX_UINT_BITS(width), 0, )
width              47 libavcodec/cbs_mpeg2.c #define uis(width, name, subs, ...) \
width              48 libavcodec/cbs_mpeg2.c         xui(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__)
width              49 libavcodec/cbs_mpeg2.c #define uirs(width, name, subs, ...) \
width              50 libavcodec/cbs_mpeg2.c         xui(width, name, current->name, 1, MAX_UINT_BITS(width), subs, __VA_ARGS__)
width              51 libavcodec/cbs_mpeg2.c #define xui(width, name, var, range_min, range_max, subs, ...) \
width              52 libavcodec/cbs_mpeg2.c         xuia(width, #name, var, range_min, range_max, subs, __VA_ARGS__)
width              53 libavcodec/cbs_mpeg2.c #define sis(width, name, subs, ...) \
width              54 libavcodec/cbs_mpeg2.c         xsi(width, name, current->name, subs, __VA_ARGS__)
width              68 libavcodec/cbs_mpeg2.c #define xuia(width, string, var, range_min, range_max, subs, ...) do { \
width              70 libavcodec/cbs_mpeg2.c         CHECK(ff_cbs_read_unsigned(ctx, rw, width, string, \
width              76 libavcodec/cbs_mpeg2.c #define xsi(width, name, var, subs, ...) do { \
width              78 libavcodec/cbs_mpeg2.c         CHECK(ff_cbs_read_signed(ctx, rw, width, #name, \
width              80 libavcodec/cbs_mpeg2.c                                  MIN_INT_BITS(width), \
width              81 libavcodec/cbs_mpeg2.c                                  MAX_INT_BITS(width))); \
width              85 libavcodec/cbs_mpeg2.c #define nextbits(width, compare, var) \
width              86 libavcodec/cbs_mpeg2.c     (get_bits_left(rw) >= width && \
width              87 libavcodec/cbs_mpeg2.c      (var = show_bits(rw, width)) == (compare))
width             108 libavcodec/cbs_mpeg2.c #define xuia(width, string, var, range_min, range_max, subs, ...) do { \
width             109 libavcodec/cbs_mpeg2.c         CHECK(ff_cbs_write_unsigned(ctx, rw, width, string, \
width             114 libavcodec/cbs_mpeg2.c #define xsi(width, name, var, subs, ...) do { \
width             115 libavcodec/cbs_mpeg2.c         CHECK(ff_cbs_write_signed(ctx, rw, width, #name, \
width             117 libavcodec/cbs_mpeg2.c                                   MIN_INT_BITS(width), \
width             118 libavcodec/cbs_mpeg2.c                                   MAX_INT_BITS(width))); \
width             121 libavcodec/cbs_mpeg2.c #define nextbits(width, compare, var) (var)
width              28 libavcodec/cbs_vp9.c                           int width, const char *name,
width              38 libavcodec/cbs_vp9.c     if (get_bits_left(gbc) < width + 1) {
width              44 libavcodec/cbs_vp9.c     magnitude = get_bits(gbc, width);
width              51 libavcodec/cbs_vp9.c         for (i = 0; i < width; i++)
width              52 libavcodec/cbs_vp9.c             bits[i] = magnitude >> (width - i - 1) & 1 ? '1' : '0';
width              65 libavcodec/cbs_vp9.c                            int width, const char *name,
width              71 libavcodec/cbs_vp9.c     if (put_bits_left(pbc) < width + 1)
width              80 libavcodec/cbs_vp9.c         for (i = 0; i < width; i++)
width              81 libavcodec/cbs_vp9.c             bits[i] = magnitude >> (width - i - 1) & 1 ? '1' : '0';
width              89 libavcodec/cbs_vp9.c     put_bits(pbc, width, magnitude);
width             173 libavcodec/cbs_vp9.c                            int width, const char *name,
width             179 libavcodec/cbs_vp9.c     av_assert0(width % 8 == 0);
width             184 libavcodec/cbs_vp9.c     if (get_bits_left(gbc) < width) {
width             191 libavcodec/cbs_vp9.c     for (b = 0; b < width; b += 8)
width             197 libavcodec/cbs_vp9.c         for (b = 0; b < width; b += 8)
width             211 libavcodec/cbs_vp9.c                             int width, const char *name,
width             216 libavcodec/cbs_vp9.c     av_assert0(width % 8 == 0);
width             218 libavcodec/cbs_vp9.c     if (put_bits_left(pbc) < width)
width             224 libavcodec/cbs_vp9.c         for (b = 0; b < width; b += 8)
width             233 libavcodec/cbs_vp9.c     for (b = 0; b < width; b += 8)
width             255 libavcodec/cbs_vp9.c #define f(width, name) \
width             256 libavcodec/cbs_vp9.c         xf(width, name, current->name, 0, )
width             257 libavcodec/cbs_vp9.c #define s(width, name) \
width             258 libavcodec/cbs_vp9.c         xs(width, name, current->name, 0, )
width             259 libavcodec/cbs_vp9.c #define fs(width, name, subs, ...) \
width             260 libavcodec/cbs_vp9.c         xf(width, name, current->name, subs, __VA_ARGS__)
width             261 libavcodec/cbs_vp9.c #define ss(width, name, subs, ...) \
width             262 libavcodec/cbs_vp9.c         xs(width, name, current->name, subs, __VA_ARGS__)
width             268 libavcodec/cbs_vp9.c #define xf(width, name, var, subs, ...) do { \
width             270 libavcodec/cbs_vp9.c         CHECK(ff_cbs_read_unsigned(ctx, rw, width, #name, \
width             272 libavcodec/cbs_vp9.c                                    &value, 0, (1 << width) - 1)); \
width             275 libavcodec/cbs_vp9.c #define xs(width, name, var, subs, ...) do { \
width             277 libavcodec/cbs_vp9.c         CHECK(cbs_vp9_read_s(ctx, rw, width, #name, \
width             289 libavcodec/cbs_vp9.c #define fle(width, name, subs, ...) do { \
width             290 libavcodec/cbs_vp9.c         CHECK(cbs_vp9_read_le(ctx, rw, width, #name, \
width             316 libavcodec/cbs_vp9.c #define fixed(width, name, value) do { \
width             318 libavcodec/cbs_vp9.c         CHECK(ff_cbs_read_unsigned(ctx, rw, width, #name, \
width             348 libavcodec/cbs_vp9.c #define xf(width, name, var, subs, ...) do { \
width             349 libavcodec/cbs_vp9.c         CHECK(ff_cbs_write_unsigned(ctx, rw, width, #name, \
width             351 libavcodec/cbs_vp9.c                                     var, 0, (1 << width) - 1)); \
width             353 libavcodec/cbs_vp9.c #define xs(width, name, var, subs, ...) do { \
width             354 libavcodec/cbs_vp9.c         CHECK(cbs_vp9_write_s(ctx, rw, width, #name, \
width             362 libavcodec/cbs_vp9.c #define fle(width, name, subs, ...) do { \
width             363 libavcodec/cbs_vp9.c         CHECK(cbs_vp9_write_le(ctx, rw, width, #name, \
width             379 libavcodec/cbs_vp9.c #define fixed(width, name, value) do { \
width             380 libavcodec/cbs_vp9.c         CHECK(ff_cbs_write_unsigned(ctx, rw, width, #name, \
width              60 libavcodec/cdtoons.c                                  int dst_x, int dst_y, int width, int height)
width              69 libavcodec/cdtoons.c     if (dst_x + width > avctx->width)
width              70 libavcodec/cdtoons.c         width = avctx->width - dst_x;
width              77 libavcodec/cdtoons.c         if (width <= skip)
width              98 libavcodec/cdtoons.c         while (x < width - skip) {
width             131 libavcodec/cdtoons.c             if (x + size >= width - skip)
width             132 libavcodec/cdtoons.c                 size = width - skip - x;
width             262 libavcodec/cdtoons.c                 uint16_t diff_size, width, height;
width             273 libavcodec/cdtoons.c                 width      = bytestream_get_be16(&buf);
width             280 libavcodec/cdtoons.c                                       left, top, width, height)) {
width             305 libavcodec/cdtoons.c         uint16_t sprite_id, width, height;
width             345 libavcodec/cdtoons.c         width       = bytestream_get_be16(&block_data);
width             349 libavcodec/cdtoons.c                               left, top, width, height)) {
width              88 libavcodec/cdxl.c             for (x = 0; x < c->avctx->width; x++)
width             104 libavcodec/cdxl.c             for (x = 0; x < c->avctx->width; x++)
width             118 libavcodec/cdxl.c         bytestream2_get_buffer(&gb, out + linesize * y, c->avctx->width * 3);
width             164 libavcodec/cdxl.c     import_format(c, avctx->width, c->new_video);
width             170 libavcodec/cdxl.c         for (x = 0; x < avctx->width; x++) {
width             207 libavcodec/cdxl.c     import_format(c, avctx->width, c->new_video);
width             213 libavcodec/cdxl.c         for (x = 0; x < avctx->width; x++) {
width             274 libavcodec/cdxl.c         aligned_width = avctx->width;
width             276 libavcodec/cdxl.c         aligned_width = FFALIGN(c->avctx->width, 16);
width             277 libavcodec/cdxl.c     c->padded_bits  = aligned_width - c->avctx->width;
width             119 libavcodec/cfhd.c static inline void difference_coding(int16_t *band, int width, int height)
width             124 libavcodec/cfhd.c         for (j = 1; j < width; j++) {
width             127 libavcodec/cfhd.c         band += width;
width             139 libavcodec/cfhd.c static inline void process_alpha(int16_t *alpha, int width)
width             142 libavcodec/cfhd.c     for (i = 0; i < width; i++) {
width             163 libavcodec/cfhd.c         for (int x = 0; x < frame->width; x += 2) {
width             240 libavcodec/cfhd.c                          int width, int linesize, int plane)
width             244 libavcodec/cfhd.c     for (i = 0; i < width; i++) {
width             252 libavcodec/cfhd.c                          int width)
width             254 libavcodec/cfhd.c     filter(output, 1, low, 1, high, 1, width, 0);
width             258 libavcodec/cfhd.c                               int width, int clip)
width             260 libavcodec/cfhd.c     filter(output, 1, low, 1, high, 1, width, clip);
width             264 libavcodec/cfhd.c                                     int width, int clip)
width             266 libavcodec/cfhd.c     filter(output, 2, low, 1, high, 1, width, clip);
width             323 libavcodec/cfhd.c         int width  = i ? avctx->width  >> chroma_x_shift : avctx->width;
width             325 libavcodec/cfhd.c         ptrdiff_t stride = FFALIGN(width  / 8, 8) * 8;
width             328 libavcodec/cfhd.c         s->plane[i].width  = width;
width             332 libavcodec/cfhd.c         w8 = FFALIGN(s->plane[i].width  / 8, 8);
width             489 libavcodec/cfhd.c             s->plane[s->channel_num].band[0][0].width  = data;
width             537 libavcodec/cfhd.c             s->plane[s->channel_num].band[s->level][s->subband_num].width  = data;
width             554 libavcodec/cfhd.c             s->plane[s->channel_num].band[s->level][s->subband_num].width  = data;
width             634 libavcodec/cfhd.c             frame.f->width =
width             650 libavcodec/cfhd.c             int lowpass_width  = s->plane[s->channel_num].band[0][0].width;
width             690 libavcodec/cfhd.c             int highpass_width  = s->plane[s->channel_num].band[s->level][s->subband_num].width;
width             812 libavcodec/cfhd.c         int lowpass_width   = s->plane[plane].band[0][0].width;
width             826 libavcodec/cfhd.c             !highpass_stride || s->plane[plane].band[0][1].width > s->plane[plane].band[0][1].a_width) {
width             877 libavcodec/cfhd.c         lowpass_width   = s->plane[plane].band[1][1].width;
width             881 libavcodec/cfhd.c             !highpass_stride || s->plane[plane].band[1][1].width > s->plane[plane].band[1][1].a_width) {
width             929 libavcodec/cfhd.c         lowpass_width   = s->plane[plane].band[2][1].width;
width             933 libavcodec/cfhd.c             !highpass_stride || s->plane[plane].band[2][1].width > s->plane[plane].band[2][1].a_width) {
width              49 libavcodec/cfhd.h     int width;
width              58 libavcodec/cfhd.h     int width;
width              66 libavcodec/cinepak.c     int width, height;
width             273 libavcodec/cinepak.c     if (strip->x2 > s->width   ||
width             429 libavcodec/cinepak.c     s->width = (avctx->width + 3) & ~3;
width             159 libavcodec/cinepakenc.c     if (avctx->width & 3 || avctx->height & 3) {
width             161 libavcodec/cinepakenc.c                avctx->width, avctx->height);
width             181 libavcodec/cinepakenc.c     if (!(s->codebook_input = av_malloc_array((avctx->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4) * (avctx->width * avctx->height) >> 2, sizeof(*s->codebook_input))))
width             184 libavcodec/cinepakenc.c     if (!(s->codebook_closest = av_malloc_array((avctx->width * avctx->height) >> 2, sizeof(*s->codebook_closest))))
width             188 libavcodec/cinepakenc.c         if (!(s->pict_bufs[x] = av_malloc((avctx->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4) * (avctx->width * avctx->height) >> 2)))
width             191 libavcodec/cinepakenc.c     mb_count = avctx->width * avctx->height / MB_AREA;
width             212 libavcodec/cinepakenc.c     s->w              = avctx->width;
width             466 libavcodec/clearvideo.c         int w = buf->width  >> shift;
width             674 libavcodec/clearvideo.c     w = avctx->width;
width             679 libavcodec/clearvideo.c     avctx->width  = w;
width             683 libavcodec/clearvideo.c     c->mb_width        = FFALIGN(avctx->width,  16) >> 4;
width              41 libavcodec/cljrdec.c     if (avctx->height <= 0 || avctx->width <= 0) {
width              46 libavcodec/cljrdec.c     if (buf_size / avctx->height < avctx->width) {
width              63 libavcodec/cljrdec.c         for (x = 0; x < avctx->width; x += 4) {
width              52 libavcodec/cljrenc.c     if (avctx->width%4 && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) {
width              55 libavcodec/cljrenc.c                 "use vstrict=-1 / -strict -1 to use %d anyway.\n", avctx->width);
width              59 libavcodec/cljrenc.c     if ((ret = ff_alloc_packet2(avctx, pkt, 32*avctx->height*avctx->width/4, 0)) < 0)
width              69 libavcodec/cljrenc.c         for (x = 0; x < avctx->width; x += 4) {
width              75 libavcodec/cljrenc.c             if (x+3 >= avctx->width) {
width              77 libavcodec/cljrenc.c                 memcpy(luma_tmp, luma, avctx->width - x);
width             117 libavcodec/cllc.c     for (i = 0; i < ctx->avctx->width; i++) {
width             183 libavcodec/cllc.c     for (i = 0; i < ctx->avctx->width; i++) {
width             212 libavcodec/cllc.c     for (i = 0; i < ctx->avctx->width >> is_chroma; i++) {
width             432 libavcodec/cllc.c     if(get_bits_left(&gb) < avctx->height * avctx->width)
width             126 libavcodec/codec_par.h     int width;
width             152 libavcodec/crystalhd.c            output->PicInfo.width);
width             310 libavcodec/crystalhd.c         .width       = avctx->width,
width             436 libavcodec/crystalhd.c     int width    = output->PicInfo.width;
width             481 libavcodec/crystalhd.c     bwidth = av_image_get_linesize(avctx->pix_fmt, width, 0);
width             488 libavcodec/crystalhd.c         if (width <= 720)
width             490 libavcodec/crystalhd.c         else if (width <= 1280)
width             565 libavcodec/crystalhd.c         .PicInfo.width  = avctx->width,
width             577 libavcodec/crystalhd.c         avctx->width  = output.PicInfo.width;
width             146 libavcodec/cscd.c     c->linelen = avctx->width * avctx->bits_per_coded_sample / 8;
width              66 libavcodec/cuviddec.c         int width;
width             116 libavcodec/cuviddec.c     int old_width = avctx->width;
width             140 libavcodec/cuviddec.c         avctx->width = ctx->resize.width;
width             143 libavcodec/cuviddec.c         avctx->width = cuinfo.display_area.right - cuinfo.display_area.left;
width             148 libavcodec/cuviddec.c     cuinfo.ulTargetWidth = avctx->width = (avctx->width + 1) & ~1;
width             212 libavcodec/cuviddec.c         (AVRational){ avctx->width, avctx->height }));
width             245 libavcodec/cuviddec.c             && avctx->width == old_width
width             260 libavcodec/cuviddec.c             hwframe_ctx->width < avctx->width ||
width             265 libavcodec/cuviddec.c         av_log(avctx, AV_LOG_DEBUG, "width: %d <-> %d\n", hwframe_ctx->width, avctx->width);
width             316 libavcodec/cuviddec.c         hwframe_ctx->width = avctx->width;
width             552 libavcodec/cuviddec.c             tmp_frame->width         = avctx->width;
width             586 libavcodec/cuviddec.c         frame->width = avctx->width;
width             822 libavcodec/cuviddec.c                                    &ctx->resize.width, &ctx->resize.height) != 2) {
width              42 libavcodec/cyuv.c     int width, height;
width              50 libavcodec/cyuv.c     s->width = avctx->width;
width              52 libavcodec/cyuv.c     if (s->width & 0x3)
width              84 libavcodec/cyuv.c     int rawsize = s->height * FFALIGN(s->width,2) * 2;
width              95 libavcodec/cyuv.c     if (buf_size == 48 + s->height * (s->width * 3 / 4)) {
width             101 libavcodec/cyuv.c                buf_size, 48 + s->height * (s->width * 3 / 4));
width             116 libavcodec/cyuv.c         int linesize = FFALIGN(s->width,2) * 2;
width             127 libavcodec/cyuv.c          y_ptr += frame->linesize[0] - s->width,
width             128 libavcodec/cyuv.c          u_ptr += frame->linesize[1] - s->width / 4,
width             129 libavcodec/cyuv.c          v_ptr += frame->linesize[2] - s->width / 4) {
width             148 libavcodec/cyuv.c         pixel_groups = s->width / 4 - 1;
width             616 libavcodec/dds.c     int width, height;
width             636 libavcodec/dds.c     width  = bytestream2_get_le32(gbc);
width             637 libavcodec/dds.c     ret = ff_set_dimensions(avctx, width, height);
width             640 libavcodec/dds.c                avctx->width, avctx->height);
width             645 libavcodec/dds.c     avctx->coded_width  = FFALIGN(avctx->width,  TEXTURE_BLOCK_W);
width             696 libavcodec/dds.c         if (bytestream2_get_bytes_left(gbc) < frame->height * frame->width / 2) {
width             698 libavcodec/dds.c                    bytestream2_get_bytes_left(gbc), frame->height * frame->width / 2);
width             703 libavcodec/dds.c             for (x = 0; x < frame->width; x += 2) {
width             711 libavcodec/dds.c         int linesize = av_image_get_linesize(avctx->pix_fmt, frame->width, 0);
width              59 libavcodec/decode.c     int width, height;
width             124 libavcodec/decode.c         avctx->width  = bytestream_get_le32(&data);
width             127 libavcodec/decode.c         ret = ff_set_dimensions(avctx, avctx->width, avctx->height);
width             195 libavcodec/decode.c     frame->width          = avci->to_free->width;
width             353 libavcodec/decode.c                 if (!frame->width)                    frame->width               = avctx->width;
width             627 libavcodec/decode.c         (frame->crop_left + frame->crop_right) >= frame->width ||
width             634 libavcodec/decode.c                frame->width, frame->height);
width             683 libavcodec/decode.c                 avci->initial_width  = frame->width;
width             700 libavcodec/decode.c                 changed |= avci->initial_width  != frame->width ||
width            1460 libavcodec/decode.c             pool->width == frame->width && pool->height == frame->height)
width            1477 libavcodec/decode.c         int w = frame->width;
width            1522 libavcodec/decode.c         pool->width  = frame->width;
width            1655 libavcodec/decode.c         frame->width  = avctx->coded_width;
width            1755 libavcodec/decode.c         if (frame->width && frame->height &&
width            1756 libavcodec/decode.c             av_image_check_sar(frame->width, frame->height,
width            1861 libavcodec/decode.c         if ((ret = av_image_check_size2(FFALIGN(avctx->width, STRIDE_ALIGN), avctx->height, avctx->max_pixels, AV_PIX_FMT_NONE, 0, avctx)) < 0 || avctx->pix_fmt<0) {
width            1867 libavcodec/decode.c         if (frame->width <= 0 || frame->height <= 0) {
width            1868 libavcodec/decode.c             frame->width  = FFMAX(avctx->width,  AV_CEIL_RSHIFT(avctx->coded_width,  avctx->lowres));
width            1910 libavcodec/decode.c         frame->width  = avctx->width;
width            1930 libavcodec/decode.c     if (frame->data[0] && (frame->width != avctx->width || frame->height != avctx->height || frame->format != avctx->pix_fmt)) {
width            1932 libavcodec/decode.c                frame->width, frame->height, av_get_pix_fmt_name(frame->format), avctx->width, avctx->height, av_get_pix_fmt_name(avctx->pix_fmt));
width              44 libavcodec/dfa.c     if (!avctx->width || !avctx->height || FFMAX(avctx->width, avctx->height) >= (1<<16))
width              47 libavcodec/dfa.c     av_assert0(av_image_check_size(avctx->width, avctx->height, 0, avctx) >= 0);
width              49 libavcodec/dfa.c     s->frame_buf = av_mallocz(avctx->width * avctx->height);
width              56 libavcodec/dfa.c static int decode_copy(GetByteContext *gb, uint8_t *frame, int width, int height)
width              58 libavcodec/dfa.c     const int size = width * height;
width              65 libavcodec/dfa.c static int decode_tsw1(GetByteContext *gb, uint8_t *frame, int width, int height)
width              68 libavcodec/dfa.c     const uint8_t *frame_end   = frame + width * height;
width             108 libavcodec/dfa.c static int decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height)
width             111 libavcodec/dfa.c     const uint8_t *frame_end   = frame + width * height;
width             145 libavcodec/dfa.c static int decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height)
width             148 libavcodec/dfa.c     const uint8_t *frame_end   = frame + width * height;
width             152 libavcodec/dfa.c     if ((width | height) & 1)
width             167 libavcodec/dfa.c             if (frame - frame_start < offset || frame_end - frame < count*2 + width)
width             171 libavcodec/dfa.c                 frame[width] = frame[width + 1] = frame[-offset];
width             181 libavcodec/dfa.c             if (width < 4 || frame_end - frame < width + 4)
width             184 libavcodec/dfa.c             frame[width] = frame[width + 1] =  bytestream2_get_byte(gb);
width             187 libavcodec/dfa.c             frame[width] = frame[width + 1] =  bytestream2_get_byte(gb);
width             196 libavcodec/dfa.c static int decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
width             204 libavcodec/dfa.c     frame += width * count;
width             213 libavcodec/dfa.c         frame += width;
width             238 libavcodec/dfa.c static int decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
width             240 libavcodec/dfa.c     const uint8_t *frame_end   = frame + width * height;
width             255 libavcodec/dfa.c             int64_t delta = -((int16_t)segments * (int64_t)width);
width             266 libavcodec/dfa.c             frame[width - 1] = segments & 0xFF;
width             270 libavcodec/dfa.c         if (frame_end - frame < width)
width             272 libavcodec/dfa.c         frame += width;
width             299 libavcodec/dfa.c static int decode_tdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
width             301 libavcodec/dfa.c     const uint8_t *frame_end = frame + width * height;
width             321 libavcodec/dfa.c static int decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height)
width             323 libavcodec/dfa.c     memset(frame, 0, width * height);
width             328 libavcodec/dfa.c typedef int (*chunk_decoder)(GetByteContext *gb, uint8_t *frame, int width, int height);
width             373 libavcodec/dfa.c             if (decoder[chunk_type - 2](&gb, s->frame_buf, avctx->width, avctx->height)) {
width             391 libavcodec/dfa.c             for(j = 0; j < avctx->width; j++) {
width             392 libavcodec/dfa.c                 dst[j] = buf[ (i&3)*(avctx->width /4) + (j/4) +
width             393 libavcodec/dfa.c                              ((j&3)*(avctx->height/4) + (i/4))*avctx->width];
width             396 libavcodec/dfa.c             memcpy(dst, buf, avctx->width);
width             397 libavcodec/dfa.c             buf += avctx->width;
width              40 libavcodec/dirac.c     unsigned width;
width             155 libavcodec/dirac.c         dsh->width  = get_interleaved_ue_golomb(gb); /* [DIRAC_STD] FRAME_WIDTH  */
width             277 libavcodec/dirac.c     if ((dsh->width % (1<<chroma_x_shift)) || (dsh->height % (1<<chroma_y_shift))) {
width             362 libavcodec/dirac.c     dsh->width              = dirac_source_parameters_defaults[video_format].width;
width              82 libavcodec/dirac.h     unsigned width;
width              42 libavcodec/dirac_dwt.c     d->width  = p->width;
width              72 libavcodec/dirac_dwt.c         int wl = d->width  >> level;
width              38 libavcodec/dirac_dwt.h     int width;
width              49 libavcodec/dirac_dwt.h typedef void (*vertical_compose_2tap)(uint8_t *b0, uint8_t *b1, int width);
width              50 libavcodec/dirac_dwt.h typedef void (*vertical_compose_3tap)(uint8_t *b0, uint8_t *b1, uint8_t *b2, int width);
width              51 libavcodec/dirac_dwt.h typedef void (*vertical_compose_5tap)(uint8_t *b0, uint8_t *b1, uint8_t *b2, uint8_t *b3, uint8_t *b4, int width);
width              52 libavcodec/dirac_dwt.h typedef void (*vertical_compose_9tap)(uint8_t *dst, uint8_t *b[8], int width);
width              57 libavcodec/dirac_dwt.h     int width;
width              63 libavcodec/dirac_dwt.h     void (*spatial_compose)(struct DWTContext *cs, int level, int width, int height, int stride);
width              69 libavcodec/dirac_dwt.h     void (*horizontal_compose)(uint8_t *b, uint8_t *tmp, int width);
width              45 libavcodec/dirac_dwt_template.c                                           int width)
width              51 libavcodec/dirac_dwt_template.c     for (i = 0; i < width; i++)
width             205 libavcodec/dirac_dwt_template.c                                                 int width)
width             211 libavcodec/dirac_dwt_template.c     for(i=0; i<width; i++){
width             217 libavcodec/dirac_dwt_template.c                                              uint8_t *_b3, uint8_t *_b4, int width)
width             225 libavcodec/dirac_dwt_template.c     for(i=0; i<width; i++){
width             231 libavcodec/dirac_dwt_template.c                                               uint8_t *_b3, uint8_t *_b4, int width)
width             239 libavcodec/dirac_dwt_template.c     for(i=0; i<width; i++){
width             244 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_haar)(uint8_t *_b0, uint8_t *_b1, int width)
width             250 libavcodec/dirac_dwt_template.c     for (i = 0; i < width; i++) {
width             256 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_fidelityiH0)(uint8_t *_dst, uint8_t *_b[8], int width)
width             268 libavcodec/dirac_dwt_template.c     for(i=0; i<width; i++){
width             273 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_fidelityiL0)(uint8_t *_dst, uint8_t *_b[8], int width)
width             286 libavcodec/dirac_dwt_template.c     for(i=0; i<width; i++){
width             291 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_daub97iH0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width)
width             298 libavcodec/dirac_dwt_template.c     for(i=0; i<width; i++){
width             303 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_daub97iH1)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width)
width             310 libavcodec/dirac_dwt_template.c     for(i=0; i<width; i++){
width             315 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_daub97iL0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width)
width             322 libavcodec/dirac_dwt_template.c     for(i=0; i<width; i++){
width             327 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_daub97iL1)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width)
width             334 libavcodec/dirac_dwt_template.c     for(i=0; i<width; i++){
width             339 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd97i_dy)(DWTContext *d, int level, int width, int height, int stride)
width             352 libavcodec/dirac_dwt_template.c     if(y+5<(unsigned)height) vertical_compose_l0(      b[5], b[6], b[7],       width);
width             353 libavcodec/dirac_dwt_template.c     if(y+1<(unsigned)height) vertical_compose_h0(b[0], b[2], b[3], b[4], b[6], width);
width             355 libavcodec/dirac_dwt_template.c     if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
width             356 libavcodec/dirac_dwt_template.c     if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
width             363 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dirac53i_dy)(DWTContext *d, int level, int width, int height, int stride)
width             374 libavcodec/dirac_dwt_template.c     if(y+1<(unsigned)height) vertical_compose_l0(b[1], b[2], b[3], width);
width             375 libavcodec/dirac_dwt_template.c     if(y+0<(unsigned)height) vertical_compose_h0(b[0], b[1], b[2], width);
width             377 libavcodec/dirac_dwt_template.c     if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
width             378 libavcodec/dirac_dwt_template.c     if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
width             385 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd137i_dy)(DWTContext *d, int level, int width, int height, int stride)
width             398 libavcodec/dirac_dwt_template.c     if(y+5<(unsigned)height) vertical_compose_l0(b[3], b[5], b[6], b[7], b[9], width);
width             399 libavcodec/dirac_dwt_template.c     if(y+1<(unsigned)height) vertical_compose_h0(b[0], b[2], b[3], b[4], b[6], width);
width             401 libavcodec/dirac_dwt_template.c     if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
width             402 libavcodec/dirac_dwt_template.c     if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
width             410 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_haari_dy)(DWTContext *d, int level, int width, int height, int stride)
width             417 libavcodec/dirac_dwt_template.c     vertical_compose(b0, b1, width);
width             418 libavcodec/dirac_dwt_template.c     d->horizontal_compose(b0, d->temp, width);
width             419 libavcodec/dirac_dwt_template.c     d->horizontal_compose(b1, d->temp, width);
width             426 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_fidelity)(DWTContext *d, int level, int width, int height, int stride)
width             436 libavcodec/dirac_dwt_template.c         vertical_compose_h0(d->buffer + y*stride, b, width);
width             442 libavcodec/dirac_dwt_template.c         vertical_compose_l0(d->buffer + y*stride, b, width);
width             446 libavcodec/dirac_dwt_template.c         d->horizontal_compose(d->buffer + y*stride, d->temp, width);
width             451 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_daub97i_dy)(DWTContext *d, int level, int width, int height, int stride)
width             466 libavcodec/dirac_dwt_template.c     if(y+3<(unsigned)height) vertical_compose_l1(b[3], b[4], b[5], width);
width             467 libavcodec/dirac_dwt_template.c     if(y+2<(unsigned)height) vertical_compose_h1(b[2], b[3], b[4], width);
width             468 libavcodec/dirac_dwt_template.c     if(y+1<(unsigned)height) vertical_compose_l0(b[1], b[2], b[3], width);
width             469 libavcodec/dirac_dwt_template.c     if(y+0<(unsigned)height) vertical_compose_h0(b[0], b[1], b[2], width);
width             471 libavcodec/dirac_dwt_template.c     if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
width             472 libavcodec/dirac_dwt_template.c     if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
width              94 libavcodec/diracdec.c     int width;
width             109 libavcodec/diracdec.c     int width;
width             183 libavcodec/diracdec.c         unsigned width;
width             286 libavcodec/diracdec.c     int sbwidth  = DIVRNDUP(s->seq.width,  4);
width             294 libavcodec/diracdec.c         w = s->seq.width  >> (i ? s->chroma_x_shift : 0);
width             324 libavcodec/diracdec.c     int w = s->seq.width;
width             575 libavcodec/diracdec.c         for (x = 1; x < b->width; x++) \
width             582 libavcodec/diracdec.c             for (x = 1; x < b->width; x++) { \
width             602 libavcodec/diracdec.c     int cb_width  = s->codeblock[b->level + (b->orientation != subband_ll)].width;
width             620 libavcodec/diracdec.c             right = (b->width * (cb_x+1LL)) / cb_width;
width             726 libavcodec/diracdec.c     int left   = b1->width  * slice_x    / s->num_x;
width             727 libavcodec/diracdec.c     int right  = b1->width  *(slice_x+1) / s->num_x;
width             828 libavcodec/diracdec.c         o->left  = b->width  * x / s->num_x;
width             829 libavcodec/diracdec.c         o->tot_h = ((b->width  * (x + 1)) / s->num_x) - o->left;
width            1055 libavcodec/diracdec.c         p->width       = s->seq.width  >> (i ? s->chroma_x_shift : 0);
width            1057 libavcodec/diracdec.c         p->idwt.width  = w = CALC_PADDING(p->width , s->wavelet_depth);
width            1059 libavcodec/diracdec.c         p->idwt.stride = FFALIGN(p->idwt.width, 8) << (1 + s->pshift);
width            1071 libavcodec/diracdec.c                 b->width  = w;
width            1259 libavcodec/diracdec.c                 CHECKEDREAD(s->codeblock[i].width , tmp < 1 || tmp > (s->avctx->width >>s->wavelet_depth-i), "codeblock width invalid\n")
width            1267 libavcodec/diracdec.c                 s->codeblock[i].width = s->codeblock[i].height = 1;
width            1274 libavcodec/diracdec.c             s->num_x * (uint64_t)s->avctx->width  > INT_MAX ||
width            1276 libavcodec/diracdec.c             s->num_x > s->avctx->width ||
width            1510 libavcodec/diracdec.c     s->sbwidth  = DIVRNDUP(s->seq.width,  4*s->plane[0].xbsep);
width            1726 libavcodec/diracdec.c     if (x + p->xblen > p->width +EDGE_WIDTH/2 ||
width            1733 libavcodec/diracdec.c                                      p->width+EDGE_WIDTH/2, p->height+EDGE_WIDTH/2);
width            1808 libavcodec/diracdec.c static void select_dsp_funcs(DiracContext *s, int width, int height, int xblen, int yblen)
width            1828 libavcodec/diracdec.c static int interpolate_refplane(DiracContext *s, DiracFrame *ref, int plane, int width, int height)
width            1836 libavcodec/diracdec.c     s->mpvencdsp.draw_edges(ref->hpel[plane][0], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM); /* EDGE_TOP | EDGE_BOTTOM values just copied to make it build, this needs to be ensured */
width            1855 libavcodec/diracdec.c                                       ref->avframe->linesize[plane], width, height);
width            1856 libavcodec/diracdec.c         s->mpvencdsp.draw_edges(ref->hpel[plane][1], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM);
width            1857 libavcodec/diracdec.c         s->mpvencdsp.draw_edges(ref->hpel[plane][2], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM);
width            1858 libavcodec/diracdec.c         s->mpvencdsp.draw_edges(ref->hpel[plane][3], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM);
width            1895 libavcodec/diracdec.c             s->edge_emu_buffer[i] = s->edge_emu_buffer_base + i*FFALIGN(p->width, 16);
width            1916 libavcodec/diracdec.c                                                          p->idwt.stride, p->width, 16);
width            1921 libavcodec/diracdec.c             select_dsp_funcs(s, p->width, p->height, p->xblen, p->yblen);
width            1924 libavcodec/diracdec.c                 int ret = interpolate_refplane(s, s->ref_pics[i], comp, p->width, p->height);
width            1955 libavcodec/diracdec.c                                              (int16_t*)(p->idwt.buf) + start*(p->idwt.stride >> 1), (p->idwt.stride >> 1), p->width, h);
width            1975 libavcodec/diracdec.c     f->width  = avctx->width  + 2 * EDGE_WIDTH;
width            1986 libavcodec/diracdec.c     f->width  = avctx->width;
width            2146 libavcodec/diracdec.c         if (CALC_PADDING((int64_t)dsh->width, MAX_DWT_LEVELS) * CALC_PADDING((int64_t)dsh->height, MAX_DWT_LEVELS) * 5LL > avctx->max_pixels)
width            2149 libavcodec/diracdec.c             ret = ff_set_dimensions(avctx, dsh->width, dsh->height);
width              31 libavcodec/diracdsp.c                               int stride, int width, int height)
width              36 libavcodec/diracdsp.c         for (x = -3; x < width+5; x++)
width              39 libavcodec/diracdsp.c         for (x = 0; x < width; x++)
width              42 libavcodec/diracdsp.c         for (x = 0; x < width; x++)
width             137 libavcodec/diracdsp.c static void put_signed_rect_clamped_8bit_c(uint8_t *dst, int dst_stride, const uint8_t *_src, int src_stride, int width, int height)
width             142 libavcodec/diracdsp.c         for (x = 0; x < width; x+=4) {
width             155 libavcodec/diracdsp.c                                                   int src_stride, int width, int height)                \
width             161 libavcodec/diracdsp.c         for (x = 0; x < width; x+=4) {                                                                  \
width             177 libavcodec/diracdsp.c                                int width, int height)
width             182 libavcodec/diracdsp.c         for (x = 0; x < width; x+=2) {
width              31 libavcodec/diracdsp.h     void (*dirac_hpel_filter)(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, int stride, int width, int height);
width              45 libavcodec/diracdsp.h     void (*put_signed_rect_clamped[3])(uint8_t *dst/*align 16*/, int dst_stride, const uint8_t *src/*align 16*/, int src_stride, int width, int height/*mod 2*/);
width              46 libavcodec/diracdsp.h     void (*put_rect_clamped)(uint8_t *dst/*align 16*/, int dst_stride, const uint8_t *src/*align 16*/, int src_stride, int width, int height/*mod 2*/);
width              47 libavcodec/diracdsp.h     void (*add_rect_clamped)(uint8_t *dst/*align 16*/, const uint16_t *src/*align 16*/, int stride, const int16_t *idwt/*align 16*/, int idwt_stride, int width, int height/*mod 2*/);
width            1146 libavcodec/dnxhddata.c         if (cid->width == avctx->width && cid->height == avctx->height &&
width            1173 libavcodec/dnxhddata.c                    cid->width, cid->height, cid->flags & DNXHD_INTERLACED ? 'i' : 'p', cid->bit_rates[j],
width              44 libavcodec/dnxhddata.h     unsigned int width, height;
width              57 libavcodec/dnxhddec.c     unsigned int width, height;
width             101 libavcodec/dnxhddec.c     avctx->coded_width  = FFALIGN(avctx->width,  16);
width             200 libavcodec/dnxhddec.c     ctx->width  = AV_RB16(buf + 0x1a);
width             272 libavcodec/dnxhddec.c     if (ctx->width != ctx->cid_table->width &&
width             273 libavcodec/dnxhddec.c         ctx->cid_table->width != DNXHD_VARIABLE) {
width             276 libavcodec/dnxhddec.c                   ctx->width, ctx->cid_table->width, 255);
width             277 libavcodec/dnxhddec.c         ctx->width = ctx->cid_table->width;
width             286 libavcodec/dnxhddec.c     ctx->mb_width  = (ctx->width + 15)>> 4;
width             293 libavcodec/dnxhddec.c            ctx->width, ctx->height, ctx->is_444 ? "4:4" : "2:2",
width             624 libavcodec/dnxhddec.c     if ((avctx->width || avctx->height) &&
width             625 libavcodec/dnxhddec.c         (ctx->width != avctx->width || ctx->height != avctx->height)) {
width             627 libavcodec/dnxhddec.c                avctx->width, avctx->height, ctx->width, ctx->height);
width             637 libavcodec/dnxhddec.c     ret = ff_set_dimensions(avctx, ctx->width, ctx->height);
width             422 libavcodec/dnxhdenc.c     if (avctx->width < 256 || avctx->height < 120) {
width             469 libavcodec/dnxhdenc.c     ctx->m.mb_width  = (avctx->width  + 15) / 16;
width             486 libavcodec/dnxhdenc.c                                                      avctx->width, avctx->height);
width             573 libavcodec/dnxhdenc.c     AV_WB16(buf + 0x1a, avctx->width);  // SPL
width             727 libavcodec/dnxhdenc.c     if (ctx->bit_depth != 10 && vdsp->emulated_edge_mc && ((mb_x << 4) + 16 > ctx->m.avctx->width ||
width             729 libavcodec/dnxhdenc.c         int y_w = ctx->m.avctx->width  - (mb_x << 4);
width             754 libavcodec/dnxhdenc.c     } else if (ctx->bit_depth == 10 && vdsp->emulated_edge_mc && ((mb_x << 4) + 16 > ctx->m.avctx->width ||
width             756 libavcodec/dnxhdenc.c         int y_w = ctx->m.avctx->width  - (mb_x << 4);
width             981 libavcodec/dnxhdenc.c             if (!partial_last_row && mb_x * 16 <= avctx->width - 16 && (avctx->width % 16) == 0) {
width             985 libavcodec/dnxhdenc.c                 int bw = FFMIN(avctx->width - 16 * mb_x, 16);
width            1009 libavcodec/dnxhdenc.c             int bw = FFMIN(avctx->width - 16 * mb_x, 16);
width             252 libavcodec/dpx.c         stride = avctx->width * elements;
width             259 libavcodec/dpx.c         stride = (avctx->width * elements + 2) / 3 * 4;
width             262 libavcodec/dpx.c         stride = avctx->width * elements;
width             276 libavcodec/dpx.c         stride = 2 * avctx->width * elements;
width             407 libavcodec/dpx.c             for (y = 0; y < avctx->width; y++) {
width             438 libavcodec/dpx.c             for (y = 0; y < avctx->width; y++) {
width             478 libavcodec/dpx.c                 for (y = 0; y < avctx->width; y++) {
width             489 libavcodec/dpx.c                             elements * avctx->width, avctx->height);
width             101 libavcodec/dpxenc.c         for (x = 0; x < avctx->width; x++) {
width             126 libavcodec/dpxenc.c         for (x = 0; x < avctx->width; x++) {
width             152 libavcodec/dpxenc.c     pad = avctx->width*6;
width             155 libavcodec/dpxenc.c         for (x = 0; x < avctx->width; x++) {
width             185 libavcodec/dpxenc.c         size = avctx->height * avctx->width * 4;
width             188 libavcodec/dpxenc.c         len  = avctx->width*6;
width             194 libavcodec/dpxenc.c         len = avctx->width * s->num_components * s->bits_per_component >> 3;
width             218 libavcodec/dpxenc.c     write32(buf + 772, avctx->width);
width             250 libavcodec/dpxenc.c                                            avctx->width, avctx->height, 1);
width              80 libavcodec/dsicinvideo.c     cin->bitmap_size = avctx->width * avctx->height;
width             300 libavcodec/dsicinvideo.c                cin->bitmap_table[CIN_CUR_BMP] + y * cin->avctx->width,
width             301 libavcodec/dsicinvideo.c                cin->avctx->width);
width              98 libavcodec/dv.c         switch (d->width) {
width              82 libavcodec/dv_profile.c       .width              = 720,
width              99 libavcodec/dv_profile.c       .width              = 720,
width             116 libavcodec/dv_profile.c       .width              = 720,
width             133 libavcodec/dv_profile.c       .width              = 720,
width             150 libavcodec/dv_profile.c       .width              = 720,
width             167 libavcodec/dv_profile.c       .width              = 1280,
width             184 libavcodec/dv_profile.c       .width              = 1440,
width             201 libavcodec/dv_profile.c       .width              = 960,
width             218 libavcodec/dv_profile.c       .width              = 960,
width             235 libavcodec/dv_profile.c       .width              = 720,
width             253 libavcodec/dv_profile.c                p->width, p->height, av_get_pix_fmt_name(p->pix_fmt),
width             306 libavcodec/dv_profile.c const AVDVProfile *av_dv_codec_profile(int width, int height,
width             310 libavcodec/dv_profile.c     return av_dv_codec_profile2(width, height, pix_fmt, (AVRational){0, 0});
width             316 libavcodec/dv_profile.c const AVDVProfile *av_dv_codec_profile2(int width, int height,
width             329 libavcodec/dv_profile.c             width   == dv_profiles[i].width)
width              48 libavcodec/dv_profile.h     int              width;                 /* picture width in pixels */
width              75 libavcodec/dv_profile.h const AVDVProfile *av_dv_codec_profile(int width, int height, enum AVPixelFormat pix_fmt);
width              81 libavcodec/dv_profile.h const AVDVProfile *av_dv_codec_profile2(int width, int height, enum AVPixelFormat pix_fmt, AVRational frame_rate);
width             287 libavcodec/dvbsub.c     if (avctx->width > 0 && avctx->height > 0) {
width             297 libavcodec/dvbsub.c         bytestream_put_be16(&q, avctx->width - 1); /* display width */
width              92 libavcodec/dvbsubdec.c     int width;
width             116 libavcodec/dvbsubdec.c     int width;
width             787 libavcodec/dvbsubdec.c             rect->w = region->width;
width             791 libavcodec/dvbsubdec.c             rect->linesize[0] = region->width;
width             914 libavcodec/dvbsubdec.c         if ((*buf!=0xf0 && x_pos >= region->width) || y_pos >= region->height) {
width             915 libavcodec/dvbsubdec.c             av_log(avctx, AV_LOG_ERROR, "Invalid object location! %d-%d %d-%d %02x\n", x_pos, region->width, y_pos, region->height, *buf);
width             928 libavcodec/dvbsubdec.c             x_pos = dvbsub_read_2bit_string(avctx, pbuf + (y_pos * region->width),
width             929 libavcodec/dvbsubdec.c                                             region->width, &buf, buf_end - buf,
width             943 libavcodec/dvbsubdec.c             x_pos = dvbsub_read_4bit_string(avctx, pbuf + (y_pos * region->width),
width             944 libavcodec/dvbsubdec.c                                             region->width, &buf, buf_end - buf,
width             953 libavcodec/dvbsubdec.c             x_pos = dvbsub_read_8bit_string(avctx, pbuf + (y_pos * region->width),
width             954 libavcodec/dvbsubdec.c                                             region->width, &buf, buf_end - buf,
width            1180 libavcodec/dvbsubdec.c     region->width = AV_RB16(buf);
width            1185 libavcodec/dvbsubdec.c     ret = av_image_check_size2(region->width, region->height, avctx->max_pixels, AV_PIX_FMT_PAL8, 0, avctx);
width            1186 libavcodec/dvbsubdec.c     if (ret >= 0 && region->width * region->height * 2 > 320 * 1024 * 8) {
width            1191 libavcodec/dvbsubdec.c         region->width= region->height= 0;
width            1195 libavcodec/dvbsubdec.c     if (region->width * region->height != region->buf_size) {
width            1198 libavcodec/dvbsubdec.c         region->buf_size = region->width * region->height;
width            1203 libavcodec/dvbsubdec.c             region->width =
width            1231 libavcodec/dvbsubdec.c     ff_dlog(avctx, "Region %d, (%dx%d)\n", region_id, region->width, region->height);
width            1270 libavcodec/dvbsubdec.c         if (display->x_pos >= region->width ||
width            1455 libavcodec/dvbsubdec.c     int x_pos, y_pos, width, height;
width            1463 libavcodec/dvbsubdec.c     width = 0;
width            1475 libavcodec/dvbsubdec.c             width = region->width;
width            1479 libavcodec/dvbsubdec.c                 width += (x_pos - display->x_pos);
width            1488 libavcodec/dvbsubdec.c             if (display->x_pos + region->width > x_pos + width) {
width            1489 libavcodec/dvbsubdec.c                 width = display->x_pos + region->width - x_pos;
width            1500 libavcodec/dvbsubdec.c         pbuf = av_malloc(width * height * 4);
width            1532 libavcodec/dvbsubdec.c                 for (x = 0; x < region->width; x++) {
width            1533 libavcodec/dvbsubdec.c                     pbuf[((y + y_off) * width) + x_off + x] =
width            1534 libavcodec/dvbsubdec.c                         clut_table[region->pbuf[y * region->width + x]];
width            1542 libavcodec/dvbsubdec.c         png_save(ctx, filename, pbuf, width, height);
width            1578 libavcodec/dvbsubdec.c     display_def->width   = bytestream_get_be16(&buf) + 1;
width            1580 libavcodec/dvbsubdec.c     if (!avctx->width || !avctx->height) {
width            1581 libavcodec/dvbsubdec.c         int ret = ff_set_dimensions(avctx, display_def->width, display_def->height);
width            1591 libavcodec/dvbsubdec.c         display_def->width  = bytestream_get_be16(&buf) - display_def->x + 1;
width            1694 libavcodec/dvbsubdec.c                 if (got_segment == 15 && !got_dds && !avctx->width && !avctx->height) {
width            1696 libavcodec/dvbsubdec.c                     avctx->width  = 720;
width             579 libavcodec/dvdec.c     ret = ff_set_dimensions(avctx, s->sys->width, s->sys->height);
width             447 libavcodec/dvdsubenc.c     if (avctx->width && avctx->height)
width             448 libavcodec/dvdsubenc.c         av_bprintf(&extradata, "size: %dx%d\n", avctx->width, avctx->height);
width              55 libavcodec/dvenc.c     s->sys = av_dv_codec_profile2(avctx->width, avctx->height, avctx->pix_fmt, avctx->time_base);
width              59 libavcodec/dvenc.c                avctx->width, avctx->height, av_get_pix_fmt_name(avctx->pix_fmt));
width            1029 libavcodec/dvenc.c               c->avctx->width / c->avctx->height * 10) >= 17)
width              62 libavcodec/dxa.c     if (12ULL  + ((avctx->width * avctx->height) >> 4) + AV_RB32(src + 0) + AV_RB32(src + 4) > srcsize)
width              66 libavcodec/dxa.c     data = code + ((avctx->width * avctx->height) >> 4);
width              71 libavcodec/dxa.c         for(i = 0; i < avctx->width; i += 4){
width              81 libavcodec/dxa.c                 if (i < -x || avctx->width  - i - 4 < x ||
width             143 libavcodec/dxa.c                         if (i + 2*(k & 1) < -x || avctx->width  - i - 2*(k & 1) - 2 < x ||
width             278 libavcodec/dxa.c                 memcpy(outptr, srcptr, avctx->width);
width             280 libavcodec/dxa.c             srcptr += avctx->width;
width             294 libavcodec/dxa.c                 for(i = 0; i < avctx->width; i++)
width             298 libavcodec/dxa.c                 memcpy(outptr, srcptr, avctx->width);
width             300 libavcodec/dxa.c             srcptr += avctx->width;
width             332 libavcodec/dxa.c     if (avctx->width%4 || avctx->height%4) {
width             343 libavcodec/dxa.c     c->dsize = avctx->width * avctx->height * 2;
width              43 libavcodec/dxtory.c     if (src_size < avctx->width * avctx->height * (int64_t)bpp) {
width              54 libavcodec/dxtory.c         memcpy(dst, src, avctx->width * bpp);
width              55 libavcodec/dxtory.c         src += avctx->width * bpp;
width              69 libavcodec/dxtory.c     if (src_size < FFALIGN(avctx->width, 4) * FFALIGN(avctx->height, 4) * 9LL / 8) {
width              85 libavcodec/dxtory.c         for (w = 0; w < avctx->width; w += 4) {
width             112 libavcodec/dxtory.c     if (src_size < FFALIGN(avctx->width, 2) * FFALIGN(avctx->height, 2) * 3LL / 2) {
width             126 libavcodec/dxtory.c         for (w = 0; w < avctx->width; w += 2) {
width             149 libavcodec/dxtory.c     if (src_size < avctx->width * avctx->height * 3LL) {
width             162 libavcodec/dxtory.c         for (w = 0; w < avctx->width; w++) {
width             239 libavcodec/dxtory.c                               avctx->width, avctx->height);
width             292 libavcodec/dxtory.c         if (slice_size <= 16 + (avctx->height * avctx->width / (8 * nslices)))
width             335 libavcodec/dxtory.c     int width    = frame->width;
width             339 libavcodec/dxtory.c     for (y = 0; y < left && get_bits_left(gb) > 6 * width; y++) {
width             340 libavcodec/dxtory.c         for (x = 0; x < width; x++) {
width             401 libavcodec/dxtory.c     int width    = frame->width;
width             405 libavcodec/dxtory.c     for (y = 0; y < left && get_bits_left(gb) > 6 * width; y++) {
width             406 libavcodec/dxtory.c         for (x = 0; x < width; x++) {
width             440 libavcodec/dxtory.c     int width   = frame->width;
width             450 libavcodec/dxtory.c     for (y = 0; y < left - 3 && get_bits_left(gb) > 9 * width; y += 4) {
width             451 libavcodec/dxtory.c         for (x = 0; x < width; x += 4) {
width             483 libavcodec/dxtory.c     int width    = frame->width;
width             494 libavcodec/dxtory.c     for (y = 0; y < left - 1 && get_bits_left(gb) > 6 * width; y += 2) {
width             495 libavcodec/dxtory.c         for (x = 0; x < width; x += 2) {
width             527 libavcodec/dxtory.c     int width   = frame->width;
width             537 libavcodec/dxtory.c     for (y = 0; y < left && get_bits_left(gb) > 6 * width; y++) {
width             538 libavcodec/dxtory.c         for (x = 0; x < width; x++) {
width            1234 libavcodec/dxv.c     int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
width            1238 libavcodec/dxv.c                avctx->width, avctx->height);
width            1243 libavcodec/dxv.c     avctx->coded_width  = FFALIGN(avctx->width,  16);
width             625 libavcodec/dxva2.c     frames_ctx->width = FFALIGN(avctx->coded_width, surface_alignment);
width              68 libavcodec/dxva2_vc1.c         pp->wPicWidthInMBminus1 = avctx->width  - 1;
width              71 libavcodec/dxva2_vp9.c     pp->width  = avctx->width;
width              82 libavcodec/dxva2_vp9.c             pp->ref_frame_coded_width[i]  = h->refs[i].f->width;
width              41 libavcodec/eacmv.c     int width, height;
width              68 libavcodec/eacmv.c     for (i=0; i < s->avctx->height && buf_end - buf >= s->avctx->width; i++) {
width              69 libavcodec/eacmv.c         memcpy(dst, buf, s->avctx->width);
width              71 libavcodec/eacmv.c         buf += s->avctx->width;
width              79 libavcodec/eacmv.c                         int width, int height){
width              85 libavcodec/eacmv.c         if (i+xoffset>=0 && i+xoffset<width &&
width              97 libavcodec/eacmv.c     const uint8_t *raw = buf + (s->avctx->width*s->avctx->height/16);
width             102 libavcodec/eacmv.c     for(x=0; x<s->avctx->width/4 && buf_end - buf > i; x++) {
width             118 libavcodec/eacmv.c                                 x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height);
width             127 libavcodec/eacmv.c                             x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height);
width             142 libavcodec/eacmv.c     s->width  = AV_RL16(&buf[4]);
width             145 libavcodec/eacmv.c     if (s->width  != s->avctx->width ||
width             151 libavcodec/eacmv.c     ret = ff_set_dimensions(s->avctx, s->width, s->height);
width             198 libavcodec/eacmv.c     if ((ret = av_image_check_size(s->width, s->height, 0, s->avctx)) < 0)
width             256 libavcodec/eamad.c     int width, height;
width             269 libavcodec/eamad.c     width  = bytestream2_get_le16(&gb);
width             280 libavcodec/eamad.c     if (width < 16 || height < 16) {
width             285 libavcodec/eamad.c     if (avctx->width != width || avctx->height != height) {
width             287 libavcodec/eamad.c         if((width * (int64_t)height)/2048*7 > bytestream2_get_bytes_left(&gb))
width             289 libavcodec/eamad.c         if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
width             319 libavcodec/eamad.c         for (s->mb_x=0; s->mb_x < (avctx->width +15)/16; s->mb_x++)
width              42 libavcodec/eatgq.c     int width, height;
width             218 libavcodec/eatgq.c         s->width  = bytestream2_get_be16u(&s->gb);
width             221 libavcodec/eatgq.c         s->width  = bytestream2_get_le16u(&s->gb);
width             225 libavcodec/eatgq.c     ret = ff_set_dimensions(s->avctx, s->width, s->height);
width             238 libavcodec/eatgq.c         for (x = 0; x < FFALIGN(avctx->width, 16) >> 4; x++)
width              46 libavcodec/eatgv.c     int width,height;
width              74 libavcodec/eatgv.c                   uint8_t *dst, int width, int height)
width              76 libavcodec/eatgv.c     uint8_t *dst_end = dst + width*height;
width             222 libavcodec/eatgv.c         (s->avctx->height / 4) * (s->avctx->width / 4))
width             227 libavcodec/eatgv.c         for (x = 0; x < s->avctx->width / 4; x++) {
width             236 libavcodec/eatgv.c                 if (mx < 0 || mx + 4 > s->avctx->width ||
width             288 libavcodec/eatgv.c         s->width  = AV_RL16(&buf[0]);
width             290 libavcodec/eatgv.c         if (s->avctx->width != s->width || s->avctx->height != s->height) {
width             293 libavcodec/eatgv.c             if ((ret = ff_set_dimensions(s->avctx, s->width, s->height)) < 0)
width             319 libavcodec/eatgv.c             !(s->frame_buffer = av_mallocz(s->width * s->height)))
width             322 libavcodec/eatgv.c         if (unpack(buf, buf_end, s->frame_buffer, s->avctx->width, s->avctx->height) < 0) {
width             328 libavcodec/eatgv.c                    s->frame_buffer + y * s->width,
width             329 libavcodec/eatgv.c                    s->width);
width             285 libavcodec/encode.c     if (av_image_check_size2(avctx->width, avctx->height, avctx->max_pixels, AV_PIX_FMT_NONE, 0, avctx))
width             290 libavcodec/encode.c     if (frame && (frame->width == 0 || frame->height == 0))
width              97 libavcodec/error_resilience.c static void filter181(int16_t *data, int width, int height, ptrdiff_t stride)
width             105 libavcodec/error_resilience.c         for (x = 1; x < width - 1; x++) {
width             117 libavcodec/error_resilience.c     for (x = 1; x < width - 1; x++) {
width             936 libavcodec/error_resilience.c         if (s->last_pic.f->width  != s->cur_pic.f->width  ||
width             944 libavcodec/error_resilience.c         if (s->next_pic.f->width  != s->cur_pic.f->width  ||
width              62 libavcodec/escape124.c     s->num_superblocks = ((unsigned)avctx->width / 8) *
width             212 libavcodec/escape124.c              superblocks_per_row = avctx->width / 8, skip = -1;
width             121 libavcodec/escape130.c     if ((avctx->width & 1) || (avctx->height & 1)) {
width             127 libavcodec/escape130.c     s->old_y_avg = av_malloc(avctx->width * avctx->height / 4);
width             128 libavcodec/escape130.c     s->buf1      = av_malloc(avctx->width * avctx->height * 3 / 2);
width             129 libavcodec/escape130.c     s->buf2      = av_malloc(avctx->width * avctx->height * 3 / 2);
width             138 libavcodec/escape130.c     s->linesize[0] = avctx->width;
width             140 libavcodec/escape130.c     s->linesize[2] = avctx->width / 2;
width             143 libavcodec/escape130.c     s->new_u = s->new_y + avctx->width * avctx->height;
width             144 libavcodec/escape130.c     s->new_v = s->new_u + avctx->width * avctx->height / 4;
width             146 libavcodec/escape130.c     s->old_u = s->old_y + avctx->width * avctx->height;
width             147 libavcodec/escape130.c     s->old_v = s->old_u + avctx->width * avctx->height / 4;
width             148 libavcodec/escape130.c     memset(s->old_y, 0,    avctx->width * avctx->height);
width             149 libavcodec/escape130.c     memset(s->old_u, 0x10, avctx->width * avctx->height / 4);
width             150 libavcodec/escape130.c     memset(s->old_v, 0x10, avctx->width * avctx->height / 4);
width             206 libavcodec/escape130.c     unsigned total_blocks = avctx->width * avctx->height / 4,
width             303 libavcodec/escape130.c         if (block_x * 2 == avctx->width) {
width             305 libavcodec/escape130.c             old_y  += old_y_stride * 2  - avctx->width;
width             306 libavcodec/escape130.c             old_cb += old_cb_stride     - avctx->width / 2;
width             307 libavcodec/escape130.c             old_cr += old_cr_stride     - avctx->width / 2;
width             308 libavcodec/escape130.c             new_y  += new_y_stride * 2  - avctx->width;
width             309 libavcodec/escape130.c             new_cb += new_cb_stride     - avctx->width / 2;
width             310 libavcodec/escape130.c             new_cr += new_cr_stride     - avctx->width / 2;
width             323 libavcodec/escape130.c         for (i = 0; i < avctx->width; i++)
width             329 libavcodec/escape130.c         for (i = 0; i < avctx->width / 2; i++) {
width            1002 libavcodec/exr.c     int axmax = (avctx->width - (s->xmax + 1)) * step; /* nb pixel to add at the right of the datawindow */
width            1751 libavcodec/exr.c         out_line_size    = avctx->width * 4;
width            1754 libavcodec/exr.c         out_line_size    = avctx->width * 2 * s->desc->nb_components;
width             246 libavcodec/faxcompr.c                                  unsigned int width, int *runs,
width             253 libavcodec/faxcompr.c     while (offs < width) {
width             260 libavcodec/faxcompr.c             if (run_off < width)
width             264 libavcodec/faxcompr.c             if (run_off < width)
width             266 libavcodec/faxcompr.c             if (offs > width) {
width             292 libavcodec/faxcompr.c                 if (offs > width || run > width) {
width             302 libavcodec/faxcompr.c                 int pix_left = width - offs;
width             309 libavcodec/faxcompr.c                 offs = width - pix_left;
width             322 libavcodec/faxcompr.c             if (offs > width || run > width) {
width             335 libavcodec/faxcompr.c         while (offs < width && run_off <= offs) {
width             351 libavcodec/faxcompr.c static void put_line(uint8_t *dst, int size, int width, const int *runs)
width             354 libavcodec/faxcompr.c     int run, mode = ~0, pix_left = width, run_idx = 0;
width             389 libavcodec/faxcompr.c     int runsize = avctx->width + 2;
width             398 libavcodec/faxcompr.c     ref[0] = avctx->width;
width             408 libavcodec/faxcompr.c             ret = decode_group3_2d_line(avctx, &gb, avctx->width, runs, runend,
width             419 libavcodec/faxcompr.c                 ret = decode_group3_1d_line(avctx, &gb, avctx->width, runs,
width             422 libavcodec/faxcompr.c                 ret = decode_group3_2d_line(avctx, &gb, avctx->width, runs,
width             431 libavcodec/faxcompr.c             put_line(dst, stride, avctx->width, ref);
width             433 libavcodec/faxcompr.c             put_line(dst, stride, avctx->width, runs);
width              45 libavcodec/ffv1.c     if (!avctx->width || !avctx->height)
width              56 libavcodec/ffv1.c     s->width  = avctx->width;
width             126 libavcodec/ffv1.c         int sxs         = f->avctx->width  *  sx      / f->num_h_slices;
width             127 libavcodec/ffv1.c         int sxe         = f->avctx->width  * (sx + 1) / f->num_h_slices;
width             144 libavcodec/ffv1.c         fs->sample_buffer = av_malloc_array((fs->width + 6), 3 * MAX_PLANES *
width             146 libavcodec/ffv1.c         fs->sample_buffer32 = av_malloc_array((fs->width + 6), 3 * MAX_PLANES *
width              88 libavcodec/ffv1.h     int width, height;
width             173 libavcodec/ffv1dec.c     fs->slice_x      =  get_symbol(c, state, 0)      * f->width ;
width             175 libavcodec/ffv1dec.c     fs->slice_width  = (get_symbol(c, state, 0) + 1) * f->width  + fs->slice_x;
width             182 libavcodec/ffv1dec.c     if ((unsigned)fs->slice_width > f->width || (unsigned)fs->slice_height > f->height)
width             184 libavcodec/ffv1dec.c     if (    (unsigned)fs->slice_x + (uint64_t)fs->slice_width  > f->width
width             219 libavcodec/ffv1dec.c     if (av_image_check_sar(f->width, f->height,
width             247 libavcodec/ffv1dec.c     int width, height, x, y, ret;
width             304 libavcodec/ffv1dec.c     width  = fs->slice_width;
width             318 libavcodec/ffv1dec.c     av_assert1(width && height);
width             320 libavcodec/ffv1dec.c         const int chroma_width  = AV_CEIL_RSHIFT(width,  f->chroma_h_shift);
width             324 libavcodec/ffv1dec.c         decode_plane(fs, p->data[0] + ps*x + y*p->linesize[0], width, height, p->linesize[0], 0, 1);
width             331 libavcodec/ffv1dec.c             decode_plane(fs, p->data[3] + ps*x + y*p->linesize[3], width, height, p->linesize[3], (f->version >= 4 && !f->chroma_planes) ? 1 : 2, 1);
width             333 libavcodec/ffv1dec.c          decode_plane(fs, p->data[0] + ps*x + y*p->linesize[0]    , width, height, p->linesize[0], 0, 2);
width             334 libavcodec/ffv1dec.c          decode_plane(fs, p->data[0] + ps*x + y*p->linesize[0] + 1, width, height, p->linesize[0], 1, 2);
width             340 libavcodec/ffv1dec.c         decode_rgb_frame32(fs, planes, width, height, p->linesize);
width             346 libavcodec/ffv1dec.c         decode_rgb_frame(fs, planes, width, height, p->linesize);
width             458 libavcodec/ffv1dec.c     if (f->num_h_slices > (unsigned)f->width  || !f->num_h_slices ||
width             767 libavcodec/ffv1dec.c             fs->slice_x      =  get_symbol(c, state, 0)      * f->width ;
width             769 libavcodec/ffv1dec.c             fs->slice_width  = (get_symbol(c, state, 0) + 1) * f->width  + fs->slice_x;
width             776 libavcodec/ffv1dec.c             if ((unsigned)fs->slice_width  > f->width ||
width             779 libavcodec/ffv1dec.c             if (   (unsigned)fs->slice_x + (uint64_t)fs->slice_width  > f->width
width             376 libavcodec/ffv1enc.c                        (fs->slice_x      + 1) * f->num_h_slices / f->width, 0);
width             380 libavcodec/ffv1enc.c                        (fs->slice_width  + 1) * f->num_h_slices / f->width - 1,
width             530 libavcodec/ffv1enc.c     if (avctx->slices == 0 && avctx->level < 0 && avctx->width * avctx->height > 720*576)
width             874 libavcodec/ffv1enc.c         int max_h_slices = AV_CEIL_RSHIFT(avctx->width , s->chroma_h_shift);
width             876 libavcodec/ffv1enc.c         s->num_v_slices = (avctx->width > 352 || avctx->height > 288 || !avctx->slices) ? 2 : 1;
width             882 libavcodec/ffv1enc.c                 int maxw = (avctx->width  + s->num_h_slices - 1) / s->num_h_slices;
width             934 libavcodec/ffv1enc.c     put_symbol(c, state, (fs->slice_x     +1)*f->num_h_slices / f->width   , 0);
width             936 libavcodec/ffv1enc.c     put_symbol(c, state, (fs->slice_width +1)*f->num_h_slices / f->width -1, 0);
width            1046 libavcodec/ffv1enc.c     int width        = fs->slice_width;
width            1061 libavcodec/ffv1enc.c         choose_rct_params(fs, planes, p->linesize, width, height);
width            1081 libavcodec/ffv1enc.c         const int chroma_width  = AV_CEIL_RSHIFT(width,  f->chroma_h_shift);
width            1086 libavcodec/ffv1enc.c         ret = encode_plane(fs, p->data[0] + ps*x + y*p->linesize[0], width, height, p->linesize[0], 0, 1);
width            1093 libavcodec/ffv1enc.c             ret |= encode_plane(fs, p->data[3] + ps*x + y*p->linesize[3], width, height, p->linesize[3], 2, 1);
width            1095 libavcodec/ffv1enc.c         ret  = encode_plane(fs, p->data[0] +     ps*x + y*p->linesize[0], width, height, p->linesize[0], 0, 2);
width            1096 libavcodec/ffv1enc.c         ret |= encode_plane(fs, p->data[0] + 1 + ps*x + y*p->linesize[0], width, height, p->linesize[0], 1, 2);
width            1098 libavcodec/ffv1enc.c         ret = encode_rgb_frame32(fs, planes, width, height, p->linesize);
width            1100 libavcodec/ffv1enc.c         ret = encode_rgb_frame(fs, planes, width, height, p->linesize);
width            1129 libavcodec/ffv1enc.c                       + avctx->width*avctx->height*37LL*4;
width            1178 libavcodec/ffv1enc.c         maxsize = AV_INPUT_BUFFER_MIN_SIZE + avctx->width*avctx->height*3LL*4;
width             250 libavcodec/fic.c         int lsize = FFMIN(32, avctx->width - cur_x);
width             333 libavcodec/fic.c     if (!skip_cursor && (cur_x > avctx->width || cur_y > avctx->height)) {
width             460 libavcodec/fic.c     ctx->aligned_width    = FFALIGN(avctx->width,  16);
width             249 libavcodec/fitsdec.c                 for (j = 0; j < avctx->width; j++) { \
width             279 libavcodec/fitsdec.c             for (j = 0; j < avctx->width; j++) { \
width              80 libavcodec/fitsenc.c     data_size = (bitpix >> 3) * avctx->height * avctx->width * naxis3;
width              93 libavcodec/fitsenc.c                 for (j = 0; j < avctx->width; j++) {
width              99 libavcodec/fitsenc.c                 memcpy(bytestream, ptr, avctx->width);
width             100 libavcodec/fitsenc.c                 bytestream += avctx->width;
width             184 libavcodec/flashsv.c                                 int width, int height, int x_pos, int y_pos,
width             230 libavcodec/flashsv.c                    line, width * 3);
width             232 libavcodec/flashsv.c             line += width * 3;
width             239 libavcodec/flashsv.c                       x_pos, s->diff_height, width,
width             341 libavcodec/flashsv.c     if (avctx->width == 0 && avctx->height == 0) {
width             347 libavcodec/flashsv.c     if (avctx->width != s->image_width || avctx->height != s->image_height) {
width             351 libavcodec/flashsv.c                avctx->height, avctx->width, s->image_height, s->image_width);
width              77 libavcodec/flashsv2enc.c     uint8_t col, row, width, height;
width             148 libavcodec/flashsv2enc.c             b->width = (col < s->cols - 1) ?
width             160 libavcodec/flashsv2enc.c             encbuf  += b->width * b->height * 3;
width             161 libavcodec/flashsv2enc.c             databuf += !databuf ? 0 : b->width * b->height * 6;
width             193 libavcodec/flashsv2enc.c     if ((avctx->width > 4095) || (avctx->height > 4095)) {
width             198 libavcodec/flashsv2enc.c     if ((avctx->width < 16) || (avctx->height < 16)) {
width             204 libavcodec/flashsv2enc.c     if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0)
width             210 libavcodec/flashsv2enc.c     s->image_width  = avctx->width;
width             397 libavcodec/flashsv2enc.c         memcpy(ptr + i * b->width * 3, src + i * stride, b->width * 3);
width             398 libavcodec/flashsv2enc.c     b->sl_begin = ptr + i * b->width * 3;
width             400 libavcodec/flashsv2enc.c         memcpy(ptr + i * b->width * 3, src + i * stride, b->width * 3);
width             401 libavcodec/flashsv2enc.c     b->sl_end = ptr + i * b->width * 3;
width             403 libavcodec/flashsv2enc.c         memcpy(ptr + i * b->width * 3, src + i * stride, b->width * 3);
width             404 libavcodec/flashsv2enc.c     b->enc_size = ptr + i * b->width * 3 - b->enc;
width             520 libavcodec/flashsv2enc.c                                    int width, int height, int stride)
width             527 libavcodec/flashsv2enc.c                                  const uint8_t * src, int width, int dist)
width             530 libavcodec/flashsv2enc.c     for (x = 0; x < width; x++) {
width             542 libavcodec/flashsv2enc.c         ptr += encode_15_7_sl(palette, ptr, src + i * stride, b->width, dist);
width             545 libavcodec/flashsv2enc.c         ptr += encode_15_7_sl(palette, ptr, src + i * stride, b->width, dist);
width             548 libavcodec/flashsv2enc.c         ptr += encode_15_7_sl(palette, ptr, src + i * stride, b->width, dist);
width             557 libavcodec/flashsv2enc.c     unsigned buf_size = b->width * b->height * 6;
width             593 libavcodec/flashsv2enc.c     if (memcmp(src, frame, b->width * 3) != 0) {
width             595 libavcodec/flashsv2enc.c         memcpy(frame, src, b->width * 3);
width             600 libavcodec/flashsv2enc.c     if (memcmp(src, key, b->width * 3) != 0) {
width             746 libavcodec/flashsv2enc.c     double width = block_size_fraction * sqrt(0.5 * save * s->rows * s->cols) * s->image_width;
width             747 libavcodec/flashsv2enc.c     int pwidth = ((int) width);
width             110 libavcodec/flashsvenc.c     if (avctx->width > 4095 || avctx->height > 4095) {
width             121 libavcodec/flashsvenc.c     s->image_width  = avctx->width;
width             295 libavcodec/flicvideo.c                     pixel_countdown = s->avctx->width;
width             340 libavcodec/flicvideo.c                 pixel_countdown = s->avctx->width;
width             391 libavcodec/flicvideo.c                 pixel_countdown = s->avctx->width;
width             432 libavcodec/flicvideo.c             if (chunk_size - 6 != FFALIGN(s->avctx->width, 4) * s->avctx->height) {
width             440 libavcodec/flicvideo.c                                            s->avctx->width);
width             441 libavcodec/flicvideo.c                     if (s->avctx->width & 3)
width             442 libavcodec/flicvideo.c                         bytestream2_skip(&g2, 4 - (s->avctx->width & 3));
width             585 libavcodec/flicvideo.c                     pixel_countdown = s->avctx->width;
width             636 libavcodec/flicvideo.c                 pixel_countdown = (s->avctx->width * 2);
width             675 libavcodec/flicvideo.c                 pixel_countdown = s->avctx->width;
width             692 libavcodec/flicvideo.c                 pixel_countdown = s->avctx->width; /* Width is in pixels, not bytes */
width             732 libavcodec/flicvideo.c             if (chunk_size - 6 > (unsigned int)(FFALIGN(s->avctx->width, 2) * s->avctx->height)*2) {
width             741 libavcodec/flicvideo.c                     pixel_countdown = s->avctx->width;
width             748 libavcodec/flicvideo.c                     if (s->avctx->width & 1)
width             883 libavcodec/flicvideo.c                     pixel_countdown = s->avctx->width;
width             935 libavcodec/flicvideo.c                 pixel_countdown = (s->avctx->width * 3);
width             978 libavcodec/flicvideo.c                 pixel_countdown = s->avctx->width; /* Width is in pixels, not bytes */
width            1019 libavcodec/flicvideo.c             if (chunk_size - 6 > (unsigned int)(FFALIGN(s->avctx->width, 2) * s->avctx->height)*3) {
width            1027 libavcodec/flicvideo.c                     bytestream2_get_buffer(&g2, pixels + y_ptr, 3*s->avctx->width);
width            1028 libavcodec/flicvideo.c                     if (s->avctx->width & 1)
width              30 libavcodec/flvdec.c     int format, width, height;
width              47 libavcodec/flvdec.c         width  = get_bits(&s->gb, 8);
width              51 libavcodec/flvdec.c         width  = get_bits(&s->gb, 16);
width              55 libavcodec/flvdec.c         width  = 352;
width              59 libavcodec/flvdec.c         width  = 176;
width              63 libavcodec/flvdec.c         width  = 128;
width              67 libavcodec/flvdec.c         width  = 320;
width              71 libavcodec/flvdec.c         width  = 160;
width              75 libavcodec/flvdec.c         width = height = 0;
width              78 libavcodec/flvdec.c     if (av_image_check_size(width, height, 0, s->avctx))
width              80 libavcodec/flvdec.c     s->width  = width;
width              39 libavcodec/flvenc.c     if (s->width == 352 && s->height == 288)
width              41 libavcodec/flvenc.c     else if (s->width == 176 && s->height == 144)
width              43 libavcodec/flvenc.c     else if (s->width == 128 && s->height == 96)
width              45 libavcodec/flvenc.c     else if (s->width == 320 && s->height == 240)
width              47 libavcodec/flvenc.c     else if (s->width == 160 && s->height == 120)
width              49 libavcodec/flvenc.c     else if (s->width <= 255 && s->height <= 255)
width              55 libavcodec/flvenc.c         put_bits(&s->pb, 8, s->width);
width              58 libavcodec/flvenc.c         put_bits(&s->pb, 16, s->width);
width             440 libavcodec/fmvc.c             memcpy(dst, src, avctx->width * s->bpp);
width             518 libavcodec/fmvc.c             memcpy(ddst, ssrc, avctx->width * s->bpp);
width             550 libavcodec/fmvc.c     s->stride = (avctx->width * avctx->bits_per_coded_sample + 31) / 32;
width             606 libavcodec/fmvc.c     s->buffer_size  = avctx->width * avctx->height * 4;
width             607 libavcodec/fmvc.c     s->pbuffer_size = avctx->width * avctx->height * 4;
width             170 libavcodec/fraps.c         unsigned needed_size = avctx->width * avctx->height + 1024;
width             179 libavcodec/fraps.c         unsigned needed_size = avctx->width * avctx->height * 3;
width             233 libavcodec/fraps.c         if (((avctx->width % 8) != 0) || ((avctx->height % 2) != 0)) {
width             235 libavcodec/fraps.c                    avctx->width, avctx->height);
width             245 libavcodec/fraps.c             for (x = 0; x < avctx->width; x += 8) {
width             267 libavcodec/fraps.c                        &buf[y * avctx->width],
width             268 libavcodec/fraps.c                        avctx->width);
width             273 libavcodec/fraps.c                        &buf[y * avctx->width * 3],
width             274 libavcodec/fraps.c                        3 * avctx->width);
width             287 libavcodec/fraps.c                                            avctx->width  >> is_chroma,
width             301 libavcodec/fraps.c                                            -f->linesize[0], avctx->width, avctx->height,
width             310 libavcodec/fraps.c             uint8_t *line_end = out + 3*avctx->width;
width             316 libavcodec/fraps.c             out += f->linesize[0] - 3*avctx->width;
width              35 libavcodec/frwu.c     if (avctx->width & 1) {
width              53 libavcodec/frwu.c     if (avpkt->size < avctx->width * 2 * avctx->height + 4 + 2*8) {
width              71 libavcodec/frwu.c         int field_size, min_field_size = avctx->width * 2 * field_h;
width              93 libavcodec/frwu.c             memcpy(dst, buf, avctx->width * 2);
width              94 libavcodec/frwu.c             buf += avctx->width * 2;
width             138 libavcodec/g2meet.c     int        width, height, bpp;
width             287 libavcodec/g2meet.c static int jpg_decode_data(JPGContext *c, int width, int height,
width             308 libavcodec/g2meet.c     width = FFALIGN(width, 16);
width             309 libavcodec/g2meet.c     mb_w  =  width        >> 4;
width             915 libavcodec/g2meet.c     tile_width  = FFMIN(c->width  - tile_x * c->tile_width,  c->tile_width);
width            1035 libavcodec/g2meet.c                               int width, int height,
width            1041 libavcodec/g2meet.c     int align_width = FFALIGN(width, 16);
width            1054 libavcodec/g2meet.c         for (i = 0; i < width; i++) {
width            1061 libavcodec/g2meet.c         skip_bits_long(&gb, nb * (align_width - width));
width            1070 libavcodec/g2meet.c     int width, height;
width            1085 libavcodec/g2meet.c     width  = FFMIN(c->width  - tile_x * c->tile_width,  c->tile_width);
width            1095 libavcodec/g2meet.c             for (i = 0; i < width; i++)
width            1099 libavcodec/g2meet.c         return jpg_decode_data(&c->jc, width, height, src, src_end - src,
width            1136 libavcodec/g2meet.c                           NULL, 0, width, height, pal, npal, tidx);
width            1142 libavcodec/g2meet.c     bstride = FFALIGN(width, 16) >> 3;
width            1146 libavcodec/g2meet.c         for (j = 0; j < (FFALIGN(width, 16) >> 4); j++) {
width            1167 libavcodec/g2meet.c     jpg_decode_data(&c->jc, width, height, src, src_end - src,
width            1173 libavcodec/g2meet.c                       width, height, pal, npal, tidx);
width            1182 libavcodec/g2meet.c     if (!c->framebuf || c->old_width < c->width || c->old_height < c->height) {
width            1183 libavcodec/g2meet.c         c->framebuf_stride = FFALIGN(c->width + 15, 16) * 3;
width            1360 libavcodec/g2meet.c     if (x + w > c->width)
width            1361 libavcodec/g2meet.c         w = c->width - x;
width            1444 libavcodec/g2meet.c             c->width  = bytestream2_get_be32(&bc);
width            1446 libavcodec/g2meet.c             if (c->width < 16 || c->height < 16) {
width            1449 libavcodec/g2meet.c                        c->width, c->height);
width            1453 libavcodec/g2meet.c             if (c->width != avctx->width || c->height != avctx->height) {
width            1454 libavcodec/g2meet.c                 ret = ff_set_dimensions(avctx, c->width, c->height);
width            1478 libavcodec/g2meet.c             c->tiles_x = (c->width  + c->tile_width  - 1) / c->tile_width;
width            1579 libavcodec/g2meet.c     if (c->width && c->height && c->framebuf) {
width            1589 libavcodec/g2meet.c                    c->width * 3);
width            1598 libavcodec/g2meet.c     c->width   =
width            1621 libavcodec/g2meet.c     c->orig_width  = avctx->width;
width              49 libavcodec/g723_1.c int ff_g723_1_normalize_bits(int num, int width)
width              51 libavcodec/g723_1.c     return width - av_log2(num) - 1;
width             178 libavcodec/g723_1.h int ff_g723_1_normalize_bits(int num, int width);
width             517 libavcodec/g723_1dec.c #define iir_filter(fir_coef, iir_coef, src, dest, width)\
width             520 libavcodec/g723_1dec.c     int res_shift = 16 & ~-(width);\
width              59 libavcodec/gdv.c     gdv->frame_size = avctx->width * avctx->height + PREAMBLE_SIZE;
width             486 libavcodec/gdv.c     rescale(gdv, gdv->frame, avctx->width, avctx->height,
width             528 libavcodec/gdv.c             memcpy(dst + didx, gdv->frame + sidx, avctx->width);
width             529 libavcodec/gdv.c             sidx += avctx->width;
width             538 libavcodec/gdv.c                 memcpy(dst + didx, gdv->frame + sidx, avctx->width);
width             543 libavcodec/gdv.c                 scaleup(dst2, src2, avctx->width);
width             546 libavcodec/gdv.c                 sidx += !gdv->scale_v ? avctx->width : avctx->width/2;
width              75 libavcodec/gif.c         for (int x = 0; x < avctx->width; x++) {
width             122 libavcodec/gif.c                                  int *width, int *height,
width             130 libavcodec/gif.c         const int w = avctx->width;
width             193 libavcodec/gif.c         *width  = x_end + 1 - *x_start;
width             195 libavcodec/gif.c                *width, *height, *x_start, *y_start, avctx->width, avctx->height);
width             202 libavcodec/gif.c                             int *width, int *height, int *x_start, int *y_start)
width             210 libavcodec/gif.c         int x_end = avctx->width  - 1,
width             215 libavcodec/gif.c             if (memcmp(ref + *y_start*ref_linesize, buf + *y_start*linesize, *width))
width             220 libavcodec/gif.c             if (memcmp(ref + y_end*ref_linesize, buf + y_end*linesize, *width))
width             251 libavcodec/gif.c         *width = x_end + 1 - *x_start;
width             254 libavcodec/gif.c                *width, *height, *x_start, *y_start, avctx->width, avctx->height);
width             265 libavcodec/gif.c     int disposal, len = 0, height = avctx->height, width = avctx->width, x, y;
width             271 libavcodec/gif.c         gif_crop_translucent(avctx, buf, linesize, &width, &height, &x_start, &y_start);
width             275 libavcodec/gif.c         gif_crop_opaque(avctx, palette, buf, linesize, &width, &height, &x_start, &y_start);
width             291 libavcodec/gif.c         bytestream_put_le16(bytestream, avctx->width);
width             307 libavcodec/gif.c                                    linesize, width, height);
width             330 libavcodec/gif.c     bytestream_put_le16(bytestream, width);
width             355 libavcodec/gif.c             memcpy(s->tmpl, ptr, width);
width             356 libavcodec/gif.c             for (x = 0; x < width; x++)
width             359 libavcodec/gif.c             len += ff_lzw_encode(s->lzw, s->tmpl, width);
width             365 libavcodec/gif.c             len += ff_lzw_encode(s->lzw, ptr, width);
width             389 libavcodec/gif.c     if (avctx->width > 65535 || avctx->height > 65535) {
width             397 libavcodec/gif.c     s->buf_size = avctx->width*avctx->height*2 + 1000;
width             399 libavcodec/gif.c     s->tmpl = av_malloc(avctx->width);
width             417 libavcodec/gif.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*7/5 + AV_INPUT_BUFFER_MIN_SIZE, 0)) < 0)
width             132 libavcodec/gifdec.c     int left, top, width, height, bits_per_pixel, code_size, flags, pw;
width             144 libavcodec/gifdec.c     width  = bytestream2_get_le16u(&s->gb);
width             151 libavcodec/gifdec.c     ff_dlog(s->avctx, "image x=%d y=%d w=%d h=%d\n", left, top, width, height);
width             182 libavcodec/gifdec.c     if (!width || width > s->screen_width) {
width             183 libavcodec/gifdec.c         av_log(s->avctx, AV_LOG_WARNING, "Invalid image width: %d, truncating.\n", width);
width             184 libavcodec/gifdec.c         width = s->screen_width;
width             198 libavcodec/gifdec.c     if (left + width > s->screen_width) {
width             202 libavcodec/gifdec.c                left + width - s->screen_width);
width             204 libavcodec/gifdec.c         pw = width;
width             261 libavcodec/gifdec.c         int count = ff_lzw_decode(s->lzw, s->idx_line, width);
width             262 libavcodec/gifdec.c         if (count != width) {
width              65 libavcodec/h261.h int ff_h261_get_picture_format(int width, int height);
width             513 libavcodec/h261dec.c         s->width     = 176;
width             518 libavcodec/h261dec.c         s->width     = 352;
width             615 libavcodec/h261dec.c     if (s->width != avctx->coded_width || s->height != avctx->coded_height) {
width             626 libavcodec/h261dec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width              40 libavcodec/h261enc.c int ff_h261_get_picture_format(int width, int height)
width              43 libavcodec/h261enc.c     if (width == 176 && height == 144)
width              46 libavcodec/h261enc.c     else if (width == 352 && height == 288)
width              73 libavcodec/h261enc.c     format = ff_h261_get_picture_format(s->width, s->height);
width              94 libavcodec/h261enc.c     if (ff_h261_get_picture_format(s->width, s->height) == 0) {
width             121 libavcodec/h261enc.c     if (ff_h261_get_picture_format(s->width, s->height) == 1) { // CIF
width              92 libavcodec/h263.h int av_const h263_get_picture_format(int width, int height);
width             515 libavcodec/h263dec.c         if (   s->width  != avctx->coded_width
width             518 libavcodec/h263dec.c                 s->width = avctx->coded_width;
width             557 libavcodec/h263dec.c     if (s->width  != avctx->coded_width  ||
width             563 libavcodec/h263dec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width             710 libavcodec/h263dec.c                 int w = AV_CEIL_RSHIFT(pict-> width, !!p);
width              93 libavcodec/h264_levels.c                                                int width, int height,
width              96 libavcodec/h264_levels.c     int width_mbs  = (width  + 15) / 16;
width              50 libavcodec/h264_levels.h                                                int width, int height,
width             218 libavcodec/h264_metadata_bsf.c             int width, height, dpb_frames;
width             237 libavcodec/h264_metadata_bsf.c             width  = 16 * (sps->pic_width_in_mbs_minus1 + 1);
width             247 libavcodec/h264_metadata_bsf.c                                        width, height, dpb_frames);
width             381 libavcodec/h264_parser.c             s->width        = s->coded_width  - (sps->crop_right + sps->crop_left);
width             383 libavcodec/h264_parser.c             if (s->width <= 0 || s->height <= 0) {
width             384 libavcodec/h264_parser.c                 s->width  = s->coded_width;
width             531 libavcodec/h264_ps.c         int width  = 16 * sps->mb_width;
width             554 libavcodec/h264_ps.c                 (crop_left + crop_right ) * step_x >= width ||
width             557 libavcodec/h264_ps.c                 av_log(avctx, AV_LOG_ERROR, "crop values invalid %d %d %d %d / %d %d\n", crop_left, crop_right, crop_top, crop_bottom, width, height);
width             130 libavcodec/h264_refs.c     return (h->cur_pic_ptr->f->width  != f->width ||
width             216 libavcodec/h264_slice.c                    0x80, AV_CEIL_RSHIFT(pic->f->width, h_chroma_shift));
width             218 libavcodec/h264_slice.c                    0x80, AV_CEIL_RSHIFT(pic->f->width, h_chroma_shift));
width             312 libavcodec/h264_slice.c         (h->width                 != h1->width                 ||
width             356 libavcodec/h264_slice.c         h->width     = h1->width;
width             378 libavcodec/h264_slice.c     h->avctx->width         = h1->avctx->width;
width             877 libavcodec/h264_slice.c     int width  = h->width  - (cr + cl);
width             879 libavcodec/h264_slice.c     av_assert0(sps->crop_right + sps->crop_left < (unsigned)h->width);
width             885 libavcodec/h264_slice.c         FFALIGN(h->width_from_caller,  16) == FFALIGN(width,  16) &&
width             887 libavcodec/h264_slice.c         h->width_from_caller  <= width &&
width             889 libavcodec/h264_slice.c         width  = h->width_from_caller;
width             893 libavcodec/h264_slice.c         cr = h->width - width;
width             900 libavcodec/h264_slice.c     h->avctx->coded_width  = h->width;
width             902 libavcodec/h264_slice.c     h->avctx->width        = width;
width            1064 libavcodec/h264_slice.c         h->width  = 16 * h->mb_width;
width            1096 libavcodec/h264_slice.c                    h->width, h->avctx->coded_width,
width            1112 libavcodec/h264_slice.c                "pix_fmt: %s\n", h->width, h->height, av_get_pix_fmt_name(h->avctx->pix_fmt));
width            1589 libavcodec/h264_slice.c                 h->short_ref[0]->f->width == prev->f->width &&
width            1600 libavcodec/h264_slice.c                               prev->f->width,
width             310 libavcodec/h264dec.c     h->width_from_caller     = avctx->width;
width             927 libavcodec/h264dec.c                           f->format, f->width, f->height>>1);
width             365 libavcodec/h264dec.h     int width, height;
width              83 libavcodec/h265_metadata_bsf.c     int width = 0, height = 0;
width             106 libavcodec/h265_metadata_bsf.c             width  = sps->pic_width_in_luma_samples;
width             134 libavcodec/h265_metadata_bsf.c     desc = ff_h265_guess_level(ptl, bit_rate, width, height,
width             176 libavcodec/h265_profile_level.c                                                int width, int height,
width             194 libavcodec/h265_profile_level.c     pic_size = width * height;
width             223 libavcodec/h265_profile_level.c         if (width  * width  > 8 * level->max_luma_ps)
width              85 libavcodec/h265_profile_level.h                                                int width, int height,
width             406 libavcodec/hapdec.c     int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
width             410 libavcodec/hapdec.c                avctx->width, avctx->height);
width             415 libavcodec/hapdec.c     avctx->coded_width  = FFALIGN(avctx->width,  TEXTURE_BLOCK_W);
width              64 libavcodec/hapenc.c         for (i = 0; i < avctx->width; i += 4) {
width             241 libavcodec/hapenc.c     int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
width             245 libavcodec/hapenc.c                avctx->width, avctx->height);
width             249 libavcodec/hapenc.c     if (avctx->width % 4 || avctx->height % 4) {
width             251 libavcodec/hapenc.c                avctx->width, avctx->height);
width             283 libavcodec/hapenc.c     ctx->tex_size   = FFALIGN(avctx->width,  TEXTURE_BLOCK_W) *
width             141 libavcodec/hevc_filter.c static void copy_CTB(uint8_t *dst, const uint8_t *src, int width, int height,
width             148 libavcodec/hevc_filter.c             for (j = 0; j < width; j+=8)
width             155 libavcodec/hevc_filter.c             for (j = 0; j < width; j+=16)
width             192 libavcodec/hevc_filter.c                            ptrdiff_t stride_src, int x, int y, int width, int height,
width             196 libavcodec/hevc_filter.c     int w = s->ps.sps->width >> s->ps.sps->hshift[c_idx];
width             201 libavcodec/hevc_filter.c         src, width << sh);
width             203 libavcodec/hevc_filter.c         src + stride_src * (height - 1), width << sh);
width             208 libavcodec/hevc_filter.c     copy_vert(s->sao_pixel_buffer_v[c_idx] + (((2 * x_ctb + 1) * h + y) << sh), src + ((width - 1) << sh), sh, height, 1 << sh, stride_src);
width             214 libavcodec/hevc_filter.c                                int x0, int y0, int width, int height, int c_idx)
width             224 libavcodec/hevc_filter.c         int x_max        = ((x0 + width ) >> s->ps.sps->log2_min_pu_size);
width             312 libavcodec/hevc_filter.c         int width    = FFMIN(ctb_size_h, (s->ps.sps->width  >> s->ps.sps->hshift[c_idx]) - x0);
width             314 libavcodec/hevc_filter.c         int tab      = sao_tab[(FFALIGN(width, 8) >> 3) - 1];
width             321 libavcodec/hevc_filter.c             copy_CTB_to_hv(s, src, stride_src, x0, y0, width, height, c_idx,
width             327 libavcodec/hevc_filter.c             copy_CTB(dst, src, width << s->ps.sps->pixel_shift, height, stride_dst, stride_src);
width             330 libavcodec/hevc_filter.c                                             width, height);
width             332 libavcodec/hevc_filter.c                                x, y, width, height, c_idx);
width             336 libavcodec/hevc_filter.c                                             width, height);
width             342 libavcodec/hevc_filter.c             int w = s->ps.sps->width >> s->ps.sps->hshift[c_idx];
width             373 libavcodec/hevc_filter.c                 memcpy(dst1 + pos, src1[src_idx] + pos, width << sh);
width             375 libavcodec/hevc_filter.c                     pos += width << sh;
width             400 libavcodec/hevc_filter.c                 memcpy(dst1 + pos, src1[src_idx] + pos, width << sh);
width             402 libavcodec/hevc_filter.c                     pos += width << sh;
width             421 libavcodec/hevc_filter.c                     copy_vert(dst + (width << sh),
width             431 libavcodec/hevc_filter.c                      (width + left_pixels + right_pixels) << sh,
width             434 libavcodec/hevc_filter.c             copy_CTB_to_hv(s, src, stride_src, x0, y0, width, height, c_idx,
width             437 libavcodec/hevc_filter.c                                             sao->eo_class[c_idx], width, height);
width             441 libavcodec/hevc_filter.c                                                 edges, width,
width             447 libavcodec/hevc_filter.c                                x, y, width, height, c_idx);
width             507 libavcodec/hevc_filter.c     if (x_end > s->ps.sps->width)
width             508 libavcodec/hevc_filter.c         x_end = s->ps.sps->width;
width             517 libavcodec/hevc_filter.c     if (x_end2 != s->ps.sps->width)
width             619 libavcodec/hevc_filter.c                 if (x_end != s->ps.sps->width)
width             844 libavcodec/hevc_filter.c     int x_end = x >= s->ps.sps->width  - ctb_size;
width             880 libavcodec/hevc_filter.c     int x_end = x_ctb >= s->ps.sps->width  - ctb_size;
width             246 libavcodec/hevc_mvs.c         x < s->ps.sps->width) {
width             369 libavcodec/hevc_mvs.c                       xB0 < s->ps.sps->width &&
width             684 libavcodec/hevc_mvs.c                        xB0 < s->ps.sps->width &&
width              93 libavcodec/hevc_parser.c     s->coded_width  = ps->sps->width;
width              95 libavcodec/hevc_parser.c     s->width        = ps->sps->width  - ow->left_offset - ow->right_offset;
width             953 libavcodec/hevc_ps.c     sps->width  = get_ue_golomb_long(gb);
width             955 libavcodec/hevc_ps.c     if ((ret = av_image_check_size(sps->width,
width            1169 libavcodec/hevc_ps.c         ow->left_offset + ow->right_offset  >= sps->width ||
width            1200 libavcodec/hevc_ps.c     sps->ctb_width  = (sps->width  + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size;
width            1204 libavcodec/hevc_ps.c     sps->min_cb_width  = sps->width  >> sps->log2_min_cb_size;
width            1206 libavcodec/hevc_ps.c     sps->min_tb_width  = sps->width  >> sps->log2_min_tb_size;
width            1208 libavcodec/hevc_ps.c     sps->min_pu_width  = sps->width  >> sps->log2_min_pu_size;
width            1214 libavcodec/hevc_ps.c     if (av_mod_uintp2(sps->width, sps->log2_min_cb_size) ||
width            1284 libavcodec/hevc_ps.c                sps_id, sps->width, sps->height,
width            1285 libavcodec/hevc_ps.c                sps->width - (sps->output_window.left_offset + sps->output_window.right_offset),
width             227 libavcodec/hevc_ps.h     int width;
width             405 libavcodec/hevc_refs.c                     av_memcpy_backptr(dst + 2, 2, 2*(s->ps.sps->width >> s->ps.sps->hshift[i]) - 2);
width              90 libavcodec/hevcdec.c     int width            = sps->width;
width              92 libavcodec/hevcdec.c     int pic_size_in_ctb  = ((width  >> log2_min_cb_size) + 1) *
width              97 libavcodec/hevcdec.c     s->bs_width  = (width  >> 2) + 1;
width             325 libavcodec/hevcdec.c     avctx->coded_width         = sps->width;
width             327 libavcodec/hevcdec.c     avctx->width               = sps->width  - ow->left_offset - ow->right_offset;
width             484 libavcodec/hevcdec.c             int w = sps->width >> sps->hshift[c_idx];
width             549 libavcodec/hevcdec.c             if (sps->width != last_sps->width || sps->height != last_sps->height ||
width            1249 libavcodec/hevcdec.c     int x_end = FFMIN(x0 + cb_size, s->ps.sps->width);
width            1445 libavcodec/hevcdec.c     int pic_width        = s->ps.sps->width;
width            1506 libavcodec/hevcdec.c     int pic_width        = s->ps.sps->width;
width            1595 libavcodec/hevcdec.c     int pic_width        = s->ps.sps->width >> s->ps.sps->hshift[1];
width            1665 libavcodec/hevcdec.c     int pic_width        = s->ps.sps->width >> s->ps.sps->hshift[1];
width            2286 libavcodec/hevcdec.c     if (x0 + cb_size <= s->ps.sps->width  &&
width            2316 libavcodec/hevcdec.c         if (more_data && x1 < s->ps.sps->width) {
width            2326 libavcodec/hevcdec.c         if (more_data && x1 < s->ps.sps->width &&
width            2338 libavcodec/hevcdec.c             return ((x1 + cb_size_split) < s->ps.sps->width ||
width            2348 libavcodec/hevcdec.c              (x0 + cb_size >= s->ps.sps->width)) &&
width            2375 libavcodec/hevcdec.c         lc->end_of_tiles_x = s->ps.sps->width;
width            2383 libavcodec/hevcdec.c         lc->end_of_tiles_x = s->ps.sps->width;
width            2437 libavcodec/hevcdec.c         x_ctb = (ctb_addr_rs % ((s->ps.sps->width + ctb_size - 1) >> s->ps.sps->log2_ctb_size)) << s->ps.sps->log2_ctb_size;
width            2438 libavcodec/hevcdec.c         y_ctb = (ctb_addr_rs / ((s->ps.sps->width + ctb_size - 1) >> s->ps.sps->log2_ctb_size)) << s->ps.sps->log2_ctb_size;
width            2465 libavcodec/hevcdec.c     if (x_ctb + ctb_size >= s->ps.sps->width &&
width            2491 libavcodec/hevcdec.c     int ctb_addr_rs = s1->sh.slice_ctb_addr_rs + ctb_row * ((s1->ps.sps->width + ctb_size - 1) >> s1->ps.sps->log2_ctb_size);
width            2536 libavcodec/hevcdec.c         if (!more_data && (x_ctb+ctb_size) < s->ps.sps->width && ctb_row != s->sh.num_entry_point_offsets) {
width            2542 libavcodec/hevcdec.c         if ((x_ctb+ctb_size) >= s->ps.sps->width && (y_ctb+ctb_size) >= s->ps.sps->height ) {
width            2550 libavcodec/hevcdec.c         if(x_ctb >= s->ps.sps->width) {
width            2803 libavcodec/hevcdec.c     int pic_size_in_ctb  = ((s->ps.sps->width  >> s->ps.sps->log2_min_cb_size) + 1) *
width            3139 libavcodec/hevcdec.c         int width  = s->avctx->coded_width;
width            3141 libavcodec/hevcdec.c         int w = (i == 1 || i == 2) ? (width  >> desc->log2_chroma_w) : width;
width              74 libavcodec/hevcdec.h #define SAMPLE(tab, x, y) ((tab)[(y) * s->sps->width + (x)])
width             479 libavcodec/hevcdec.h     int                 width;
width              46 libavcodec/hevcdsp.h     void (*put_pcm)(uint8_t *_dst, ptrdiff_t _stride, int width, int height,
width              62 libavcodec/hevcdsp.h                                int16_t *sao_offset_val, int sao_left_class, int width, int height);
width              66 libavcodec/hevcdsp.h                                int16_t *sao_offset_val, int sao_eo_class, int width, int height);
width              73 libavcodec/hevcdsp.h                                     int height, intptr_t mx, intptr_t my, int width);
width              75 libavcodec/hevcdsp.h                                         int height, intptr_t mx, intptr_t my, int width);
width              77 libavcodec/hevcdsp.h                                           int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width);
width              81 libavcodec/hevcdsp.h                                        int height, intptr_t mx, intptr_t my, int width);
width              85 libavcodec/hevcdsp.h                                          int ox0, int ox1, intptr_t mx, intptr_t my, int width);
width              87 libavcodec/hevcdsp.h                                     int height, intptr_t mx, intptr_t my, int width);
width              90 libavcodec/hevcdsp.h                                         int height, intptr_t mx, intptr_t my, int width);
width              92 libavcodec/hevcdsp.h                                           int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width);
width              95 libavcodec/hevcdsp.h                                        int height, intptr_t mx, intptr_t my, int width);
width              99 libavcodec/hevcdsp.h                                          int ox1, intptr_t mx, intptr_t my, int width);
width              29 libavcodec/hevcdsp_template.c static void FUNC(put_pcm)(uint8_t *_dst, ptrdiff_t stride, int width, int height,
width              38 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             301 libavcodec/hevcdsp_template.c                                   int width, int height)
width             315 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             325 libavcodec/hevcdsp_template.c                                   int eo, int width, int height) {
width             344 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++) {
width             366 libavcodec/hevcdsp_template.c     int init_x = 0, width = _width, height = _height;
width             381 libavcodec/hevcdsp_template.c             int offset     = width - 1;
width             385 libavcodec/hevcdsp_template.c             width--;
width             391 libavcodec/hevcdsp_template.c             for (x = init_x; x < width; x++)
width             398 libavcodec/hevcdsp_template.c             for (x = init_x; x < width; x++)
width             416 libavcodec/hevcdsp_template.c     int init_x = 0, init_y = 0, width = _width, height = _height;
width             431 libavcodec/hevcdsp_template.c             int offset     = width - 1;
width             435 libavcodec/hevcdsp_template.c             width--;
width             441 libavcodec/hevcdsp_template.c             for (x = init_x; x < width; x++)
width             449 libavcodec/hevcdsp_template.c             for (x = init_x; x < width; x++)
width             468 libavcodec/hevcdsp_template.c                 dst[y*stride_dst+width-1] = src[y*stride_src+width-1];
width             472 libavcodec/hevcdsp_template.c             for(x = init_x+save_upper_left; x < width-save_upper_right; x++)
width             476 libavcodec/hevcdsp_template.c             for(x = init_x+save_lower_left; x < width-save_lower_right; x++)
width             482 libavcodec/hevcdsp_template.c             dst[width-1] = src[width-1];
width             484 libavcodec/hevcdsp_template.c             dst[stride_dst*(height-1)+width-1] = src[stride_src*(height-1)+width-1];
width             498 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
width             505 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             513 libavcodec/hevcdsp_template.c                                           int height, intptr_t mx, intptr_t my, int width)
width             522 libavcodec/hevcdsp_template.c         memcpy(dst, src, width * sizeof(pixel));
width             530 libavcodec/hevcdsp_template.c                                          int height, intptr_t mx, intptr_t my, int width)
width             546 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             555 libavcodec/hevcdsp_template.c                                             int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
width             571 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             581 libavcodec/hevcdsp_template.c                                            int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width             595 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++) {
width             619 libavcodec/hevcdsp_template.c                                   int height, intptr_t mx, intptr_t my, int width)
width             626 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             635 libavcodec/hevcdsp_template.c                                   int height, intptr_t mx, intptr_t my, int width)
width             642 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             653 libavcodec/hevcdsp_template.c                                    intptr_t my, int width)
width             665 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             674 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             683 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
width             700 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             709 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
width             727 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             737 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
width             754 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             764 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
width             782 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             792 libavcodec/hevcdsp_template.c                                        int height, intptr_t mx, intptr_t my, int width)
width             813 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             823 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             832 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
width             852 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             862 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             873 libavcodec/hevcdsp_template.c                                         intptr_t mx, intptr_t my, int width)
width             890 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             900 libavcodec/hevcdsp_template.c                                        int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width             916 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             928 libavcodec/hevcdsp_template.c                                         intptr_t mx, intptr_t my, int width)
width             945 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             955 libavcodec/hevcdsp_template.c                                        int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width             971 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             983 libavcodec/hevcdsp_template.c                                          intptr_t mx, intptr_t my, int width)
width            1003 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1014 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1024 libavcodec/hevcdsp_template.c                                         int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width            1040 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1052 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1072 libavcodec/hevcdsp_template.c                                   int height, intptr_t mx, intptr_t my, int width)
width            1079 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1088 libavcodec/hevcdsp_template.c                                   int height, intptr_t mx, intptr_t my, int width)
width            1096 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1105 libavcodec/hevcdsp_template.c                                    int height, intptr_t mx, intptr_t my, int width)
width            1117 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1127 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1135 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
width            1151 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1160 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
width            1176 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++) {
width            1186 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
width            1202 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1211 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
width            1227 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1236 libavcodec/hevcdsp_template.c                                        int height, intptr_t mx, intptr_t my, int width)
width            1256 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1266 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1275 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
width            1295 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1305 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1314 libavcodec/hevcdsp_template.c                                         int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
width            1331 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++) {
width            1342 libavcodec/hevcdsp_template.c                                        int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width            1356 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1366 libavcodec/hevcdsp_template.c                                         int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
width            1383 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++) {
width            1394 libavcodec/hevcdsp_template.c                                        int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width            1408 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1418 libavcodec/hevcdsp_template.c                                          int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
width            1438 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1449 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1459 libavcodec/hevcdsp_template.c                                         int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width            1475 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1487 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             114 libavcodec/hevcpred_template.c     int top_right_size   = (FFMIN(x0 + 2 * size_in_luma_h, s->ps.sps->width) -
width             188 libavcodec/hevcpred_template.c             int size_max_x = x0 + ((2 * size) << hshift) < s->ps.sps->width ?
width             189 libavcodec/hevcpred_template.c                                     2 * size : (s->ps.sps->width - x0) >> hshift;
width             194 libavcodec/hevcpred_template.c                 size_max_x = x0 + ((size) << hshift) < s->ps.sps->width ?
width             195 libavcodec/hevcpred_template.c                                                     size : (s->ps.sps->width - x0) >> hshift;
width              40 libavcodec/hnm4video.c     int width;
width              80 libavcodec/hnm4video.c             if (writeoffset >= hnm->width * hnm->height) {
width             102 libavcodec/hnm4video.c             if (offset < 0 || offset + count >= hnm->width * hnm->height) {
width             105 libavcodec/hnm4video.c             } else if (writeoffset + count >= hnm->width * hnm->height) {
width             121 libavcodec/hnm4video.c     int width = hnm->width;
width             124 libavcodec/hnm4video.c         uint8_t *dst = hnm->processed + y * width;
width             127 libavcodec/hnm4video.c         src += src_y * width + (y % 2);
width             128 libavcodec/hnm4video.c         for (x = 0; x < width; x++) {
width             143 libavcodec/hnm4video.c         memcpy(dst, src, hnm->width);
width             144 libavcodec/hnm4video.c         src += hnm->width;
width             166 libavcodec/hnm4video.c                 if (writeoffset + 2 > hnm->width * hnm->height) {
width             180 libavcodec/hnm4video.c                 if (writeoffset + count > hnm->width * hnm->height) {
width             192 libavcodec/hnm4video.c             if (writeoffset > hnm->width * hnm->height) {
width             208 libavcodec/hnm4video.c             if (!backward && offset + 2*count > hnm->width * hnm->height) {
width             211 libavcodec/hnm4video.c             } else if (backward && offset + 1 >= hnm->width * hnm->height) {
width             214 libavcodec/hnm4video.c             } else if (writeoffset + 2*count > hnm->width * hnm->height) {
width             221 libavcodec/hnm4video.c                 if (offset < (!!backline)*(2 * hnm->width - 1) + 2*(left-1)) {
width             226 libavcodec/hnm4video.c                 if (offset < (!!backline)*(2 * hnm->width - 1)) {
width             235 libavcodec/hnm4video.c                         hnm->current[writeoffset++] = hnm->previous[offset - (2 * hnm->width) + 1];
width             249 libavcodec/hnm4video.c                         hnm->current[writeoffset++] = hnm->current[offset - (2 * hnm->width) + 1];
width             296 libavcodec/hnm4video.c                 if (writeoffset + hnm->width >= hnm->width * hnm->height) {
width             301 libavcodec/hnm4video.c                 hnm->current[writeoffset + hnm->width] = bytestream2_get_byte(&gb);
width             304 libavcodec/hnm4video.c                 writeoffset += hnm->width;
width             308 libavcodec/hnm4video.c             if (writeoffset > hnm->width * hnm->height) {
width             328 libavcodec/hnm4video.c             if (offset + hnm->width + count >= hnm->width * hnm->height) {
width             331 libavcodec/hnm4video.c             } else if (writeoffset + hnm->width + count >= hnm->width * hnm->height) {
width             339 libavcodec/hnm4video.c                     hnm->current[writeoffset + hnm->width] = hnm->previous[offset + hnm->width];
width             347 libavcodec/hnm4video.c                     hnm->current[writeoffset + hnm->width] = hnm->current[offset + hnm->width];
width             425 libavcodec/hnm4video.c         memcpy(hnm->previous, hnm->current, hnm->width * hnm->height);
width             427 libavcodec/hnm4video.c             memcpy(hnm->processed, hnm->current, hnm->width * hnm->height);
width             441 libavcodec/hnm4video.c             memcpy(hnm->processed, hnm->current, hnm->width * hnm->height);
width             473 libavcodec/hnm4video.c     ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
width             479 libavcodec/hnm4video.c     hnm->width     = avctx->width;
width             481 libavcodec/hnm4video.c     hnm->buffer1   = av_mallocz(avctx->width * avctx->height);
width             482 libavcodec/hnm4video.c     hnm->buffer2   = av_mallocz(avctx->width * avctx->height);
width             483 libavcodec/hnm4video.c     hnm->processed = av_mallocz(avctx->width * avctx->height);
width             486 libavcodec/hnm4video.c         || avctx->width * avctx->height == 0
width             133 libavcodec/hq_hqa.c     ctx->avctx->coded_width         = FFALIGN(profile->width,  16);
width             135 libavcodec/hq_hqa.c     ctx->avctx->width               = profile->width;
width             248 libavcodec/hq_hqa.c     int width, height, quant;
width             254 libavcodec/hq_hqa.c     width  = bytestream2_get_be16(&ctx->gbc);
width             257 libavcodec/hq_hqa.c     ret = ff_set_dimensions(ctx->avctx, width, height);
width             261 libavcodec/hq_hqa.c     ctx->avctx->coded_width         = FFALIGN(width,  16);
width             295 libavcodec/hq_hqa.c         ret = hqa_decode_slice(ctx, pic, &gb, quant, slice, width, height);
width              47 libavcodec/hq_hqa.h     int width, height;
width             331 libavcodec/hqx.c     int mb_w = (ctx->width  + 15) >> 4;
width             452 libavcodec/hqx.c     ctx->width      = AV_RB16(src + 4);
width             461 libavcodec/hqx.c     ret = av_image_check_size(ctx->width, ctx->height, 0, avctx);
width             464 libavcodec/hqx.c                ctx->width, ctx->height);
width             468 libavcodec/hqx.c     avctx->coded_width         = FFALIGN(ctx->width,  16);
width             470 libavcodec/hqx.c     avctx->width               = ctx->width;
width              69 libavcodec/hqx.h     int format, dcb, width, height;
width              63 libavcodec/huffyuv.c         s->temp[i]= av_malloc(4*s->width + 16);
width              80 libavcodec/huffyuv.c     s->width = avctx->width;
width              83 libavcodec/huffyuv.c     av_assert1(s->width > 0 && s->height > 0);
width              75 libavcodec/huffyuv.h     int width, height;
width             296 libavcodec/huffyuvdec.c     ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
width             549 libavcodec/huffyuvdec.c     if ((avctx->pix_fmt == AV_PIX_FMT_YUV422P || avctx->pix_fmt == AV_PIX_FMT_YUV420P) && avctx->width & 1) {
width             555 libavcodec/huffyuvdec.c         avctx->width % 4) {
width             670 libavcodec/huffyuvdec.c static void decode_plane_bitstream(HYuvContext *s, int width, int plane)
width             672 libavcodec/huffyuvdec.c     int i, count = width/2;
width             685 libavcodec/huffyuvdec.c         if( width&1 && BITS_LEFT(re, &s->gb)>0 ) {
width             690 libavcodec/huffyuvdec.c             VLC_INTERN(s->temp[0][width-1], s->vlc[plane].table,
width             705 libavcodec/huffyuvdec.c         if( width&1 && BITS_LEFT(re, &s->gb)>0 ) {
width             710 libavcodec/huffyuvdec.c             VLC_INTERN(s->temp16[0][width-1], s->vlc[plane].table,
width             724 libavcodec/huffyuvdec.c         if( width&1 && get_bits_left(&s->gb)>0 ) {
width             726 libavcodec/huffyuvdec.c             s->temp16[0][width-1] = dst + get_bits(&s->gb, 2);
width             882 libavcodec/huffyuvdec.c     const int width  = s->width;
width             883 libavcodec/huffyuvdec.c     const int width2 = s->width >> 1;
width             897 libavcodec/huffyuvdec.c             int w = width;
width             988 libavcodec/huffyuvdec.c                 decode_422_bitstream(s, width - 2);
width             990 libavcodec/huffyuvdec.c                                                    width - 2, lefty);
width            1000 libavcodec/huffyuvdec.c                         decode_gray_bitstream(s, width);
width            1005 libavcodec/huffyuvdec.c                                                            width, lefty);
width            1008 libavcodec/huffyuvdec.c                                 s->llviddsp.add_bytes(ydst, ydst - fake_ystride, width);
width            1021 libavcodec/huffyuvdec.c                     decode_422_bitstream(s, width);
width            1023 libavcodec/huffyuvdec.c                                                        width, lefty);
width            1030 libavcodec/huffyuvdec.c                             s->llviddsp.add_bytes(ydst, ydst - fake_ystride, width);
width            1043 libavcodec/huffyuvdec.c                 decode_422_bitstream(s, width - 2);
width            1045 libavcodec/huffyuvdec.c                                                    width - 2, lefty);
width            1057 libavcodec/huffyuvdec.c                     decode_422_bitstream(s, width);
width            1059 libavcodec/huffyuvdec.c                                                        s->temp[0], width, lefty);
width            1081 libavcodec/huffyuvdec.c                 decode_422_bitstream(s, width - 4);
width            1084 libavcodec/huffyuvdec.c                                              width - 4, &lefty, &lefttopy);
width            1099 libavcodec/huffyuvdec.c                             decode_gray_bitstream(s, width);
width            1102 libavcodec/huffyuvdec.c                                                          s->temp[0], width,
width            1111 libavcodec/huffyuvdec.c                     decode_422_bitstream(s, width);
width            1118 libavcodec/huffyuvdec.c                                                  s->temp[0], width,
width            1152 libavcodec/huffyuvdec.c                 decode_bgr_bitstream(s, width - 1);
width            1154 libavcodec/huffyuvdec.c                                                  s->temp[0], width - 1, left);
width            1157 libavcodec/huffyuvdec.c                     decode_bgr_bitstream(s, width);
width            1160 libavcodec/huffyuvdec.c                                                      s->temp[0], width, left);
width            1167 libavcodec/huffyuvdec.c                                               fake_ystride, 4 * width);
width            1194 libavcodec/huffyuvdec.c     const int width  = s->width;
width            1202 libavcodec/huffyuvdec.c     if (buf_size < (width * height + 7)/8)
width             249 libavcodec/huffyuvenc.c         if (s->width & 1) {
width             418 libavcodec/huffyuvenc.c             int pels = s->width * s->height / (i ? 40 : 10);
width             494 libavcodec/huffyuvenc.c static int encode_plane_bitstream(HYuvContext *s, int width, int plane)
width             496 libavcodec/huffyuvenc.c     int i, count = width/2;
width             504 libavcodec/huffyuvenc.c             int y0 = s->temp[0][width-1];
width             506 libavcodec/huffyuvenc.c             int y0 = s->temp16[0][width-1] & mask;
width             508 libavcodec/huffyuvenc.c             int y0 = s->temp16[0][width-1];
width             549 libavcodec/huffyuvenc.c         if (width&1) {
width             563 libavcodec/huffyuvenc.c         if (width&1) {
width             573 libavcodec/huffyuvenc.c         if (width&1) {
width             585 libavcodec/huffyuvenc.c             if (width&1) {
width             599 libavcodec/huffyuvenc.c             if (width&1) {
width             609 libavcodec/huffyuvenc.c             if (width&1) {
width             620 libavcodec/huffyuvenc.c             if (width&1) {
width             634 libavcodec/huffyuvenc.c             if (width&1) {
width             644 libavcodec/huffyuvenc.c             if (width&1) {
width             756 libavcodec/huffyuvenc.c     const int width = s->width;
width             757 libavcodec/huffyuvenc.c     const int width2 = s->width>>1;
width             765 libavcodec/huffyuvenc.c     if ((ret = ff_alloc_packet2(avctx, pkt, width * height * 3 * 4 + AV_INPUT_BUFFER_MIN_SIZE, 0)) < 0)
width             789 libavcodec/huffyuvenc.c         lefty = sub_left_prediction(s, s->temp[0], p->data[0], width , 0);
width             793 libavcodec/huffyuvenc.c         encode_422_bitstream(s, 2, width-2);
width             799 libavcodec/huffyuvenc.c                 lefty = sub_left_prediction(s, s->temp[0], p->data[0] + p->linesize[0], width , lefty);
width             803 libavcodec/huffyuvenc.c                 encode_422_bitstream(s, 0, width);
width             816 libavcodec/huffyuvenc.c             s->llvidencdsp.sub_median_pred(s->temp[0], p->data[0] + 4, p->data[0] + fake_ystride + 4, width  - 4, &lefty, &lefttopy);
width             819 libavcodec/huffyuvenc.c             encode_422_bitstream(s, 0, width - 4);
width             828 libavcodec/huffyuvenc.c                         s->llvidencdsp.sub_median_pred(s->temp[0], ydst - fake_ystride, ydst, width, &lefty, &lefttopy);
width             829 libavcodec/huffyuvenc.c                         encode_gray_bitstream(s, width);
width             838 libavcodec/huffyuvenc.c                 s->llvidencdsp.sub_median_pred(s->temp[0], ydst - fake_ystride, ydst, width,  &lefty, &lefttopy);
width             842 libavcodec/huffyuvenc.c                 encode_422_bitstream(s, 0, width);
width             853 libavcodec/huffyuvenc.c                         s->llvidencdsp.diff_bytes(s->temp[1], ydst, ydst - fake_ystride, width);
width             855 libavcodec/huffyuvenc.c                         lefty = sub_left_prediction(s, s->temp[0], s->temp[1], width , lefty);
width             857 libavcodec/huffyuvenc.c                         lefty = sub_left_prediction(s, s->temp[0], ydst, width , lefty);
width             859 libavcodec/huffyuvenc.c                     encode_gray_bitstream(s, width);
width             869 libavcodec/huffyuvenc.c                     s->llvidencdsp.diff_bytes(s->temp[1],          ydst, ydst - fake_ystride, width);
width             873 libavcodec/huffyuvenc.c                     lefty = sub_left_prediction(s, s->temp[0], s->temp[1], width , lefty);
width             877 libavcodec/huffyuvenc.c                     lefty = sub_left_prediction(s, s->temp[0], ydst, width , lefty);
width             882 libavcodec/huffyuvenc.c                 encode_422_bitstream(s, 0, width);
width             897 libavcodec/huffyuvenc.c         sub_left_prediction_bgr32(s, s->temp[0], data + 4, width - 1,
width             899 libavcodec/huffyuvenc.c         encode_bgra_bitstream(s, width - 1, 4);
width             904 libavcodec/huffyuvenc.c                 s->llvidencdsp.diff_bytes(s->temp[1], dst, dst - fake_stride, width * 4);
width             905 libavcodec/huffyuvenc.c                 sub_left_prediction_bgr32(s, s->temp[0], s->temp[1], width,
width             908 libavcodec/huffyuvenc.c                 sub_left_prediction_bgr32(s, s->temp[0], dst, width,
width             911 libavcodec/huffyuvenc.c             encode_bgra_bitstream(s, width, 4);
width             925 libavcodec/huffyuvenc.c         sub_left_prediction_rgb24(s, s->temp[0], data + 3, width - 1,
width             927 libavcodec/huffyuvenc.c         encode_bgra_bitstream(s, width-1, 3);
width             933 libavcodec/huffyuvenc.c                                       width * 3);
width             934 libavcodec/huffyuvenc.c                 sub_left_prediction_rgb24(s, s->temp[0], s->temp[1], width,
width             937 libavcodec/huffyuvenc.c                 sub_left_prediction_rgb24(s, s->temp[0], dst, width,
width             940 libavcodec/huffyuvenc.c             encode_bgra_bitstream(s, width, 3);
width             946 libavcodec/huffyuvenc.c             int w = width;
width             183 libavcodec/idcinvideo.c         for (x = y; x < y + s->avctx->width; x++) {
width             432 libavcodec/iff.c     if ((err = av_image_check_size(avctx->width, avctx->height, 0, avctx)))
width             434 libavcodec/iff.c     s->planesize = FFALIGN(avctx->width, 16) >> 3; // Align plane size in bits to word-boundary
width             442 libavcodec/iff.c         s->video_size = FFALIGN(avctx->width, 2) * avctx->height * s->bpp;
width             445 libavcodec/iff.c         s->video[0] = av_calloc(FFALIGN(avctx->width, 2) * avctx->height, s->bpp);
width             446 libavcodec/iff.c         s->video[1] = av_calloc(FFALIGN(avctx->width, 2) * avctx->height, s->bpp);
width             539 libavcodec/iff.c                          const uint32_t *const pal, unsigned width)
width             543 libavcodec/iff.c     } while (--width);
width             664 libavcodec/iff.c         if (x >= width) { \
width             679 libavcodec/iff.c static void decode_rgb8(GetByteContext *gb, uint8_t *dst, int width, int height, int linesize)
width             696 libavcodec/iff.c static void decode_rgbn(GetByteContext *gb, uint8_t *dst, int width, int height, int linesize)
width             716 libavcodec/iff.c static void decode_deep_rle32(uint8_t *dst, const uint8_t *src, int src_size, int width, int height, int linesize)
width             726 libavcodec/iff.c                 int length = FFMIN(size - i, width - x);
width             733 libavcodec/iff.c                 if (x >= width) {
width             746 libavcodec/iff.c                 if (x >= width) {
width             768 libavcodec/iff.c static void decode_deep_tvdc32(uint8_t *dst, const uint8_t *src, int src_size, int width, int height, int linesize, const int16_t *tvdc)
width             787 libavcodec/iff.c             d = FFMIN(d, width - x);
width             793 libavcodec/iff.c         if (x >= width) {
width            1593 libavcodec/iff.c             int raw_width = avctx->width * (av_get_bits_per_pixel(desc) >> 3);
width            1600 libavcodec/iff.c                     for (x = 0; x < avctx->width; x++)
width            1611 libavcodec/iff.c                     memset(row, 0, avctx->width);
width            1630 libavcodec/iff.c                     memset(row, 0, avctx->width << 2);
width            1642 libavcodec/iff.c                     memcpy(row, buf, FFMIN(avctx->width, buf_end - buf));
width            1643 libavcodec/iff.c                     buf += avctx->width + (avctx->width % 2); // padding if odd
width            1648 libavcodec/iff.c                     memcpy(s->ham_buf, buf, FFMIN(avctx->width, buf_end - buf));
width            1649 libavcodec/iff.c                     buf += avctx->width + (avctx->width & 1); // padding if odd
width            1666 libavcodec/iff.c                     memset(row, 0, avctx->width);
width            1679 libavcodec/iff.c                     memset(s->mask_buf, 0, avctx->width * sizeof(uint32_t));
width            1684 libavcodec/iff.c                     lookup_pal_indicies((uint32_t *)row, s->mask_buf, s->mask_palbuf, avctx->width);
width            1704 libavcodec/iff.c                     memset(row, 0, avctx->width << 2);
width            1715 libavcodec/iff.c                     buf += decode_byterun(row, avctx->width, gb);
width            1720 libavcodec/iff.c                     buf += decode_byterun(s->ham_buf, avctx->width, gb);
width            1727 libavcodec/iff.c                 decode_deep_rle32(frame->data[0], buf, buf_size, avctx->width, avctx->height, frame->linesize[0]);
width            1775 libavcodec/iff.c             decode_rgb8(gb, frame->data[0], avctx->width, avctx->height, frame->linesize[0]);
width            1777 libavcodec/iff.c             decode_rgbn(gb, frame->data[0], avctx->width, avctx->height, frame->linesize[0]);
width            1784 libavcodec/iff.c                 decode_deep_tvdc32(frame->data[0], buf, buf_size, avctx->width, avctx->height, frame->linesize[0], s->tvdc);
width            1792 libavcodec/iff.c         decode_short_horizontal_delta(s->video[0], buf, buf_end, avctx->width, s->bpp, s->video_size);
width            1796 libavcodec/iff.c         decode_byte_vertical_delta(s->video[0], buf, buf_end, avctx->width, s->is_brush, s->bpp, s->video_size);
width            1801 libavcodec/iff.c             decode_short_vertical_delta(s->video[0], buf, buf_end, avctx->width, s->bpp, s->video_size);
width            1803 libavcodec/iff.c             decode_long_vertical_delta(s->video[0], buf, buf_end, avctx->width, s->bpp, s->video_size);
width            1808 libavcodec/iff.c             decode_short_vertical_delta2(s->video[0], buf, buf_end, avctx->width, s->bpp, s->video_size);
width            1810 libavcodec/iff.c             decode_long_vertical_delta2(s->video[0], buf, buf_end, avctx->width, s->bpp, s->video_size);
width            1814 libavcodec/iff.c         decode_delta_j(s->video[0], buf, buf_end, avctx->width, avctx->height, s->bpp, s->video_size);
width            1820 libavcodec/iff.c         decode_delta_d(s->video[0], buf, buf_end, avctx->width, s->is_interlaced, s->bpp, s->video_size);
width            1826 libavcodec/iff.c         decode_delta_e(s->video[0], buf, buf_end, avctx->width, s->is_interlaced, s->bpp, s->video_size);
width            1830 libavcodec/iff.c         decode_delta_l(s->video[0], buf, buf_end, avctx->width, s->is_short, s->bpp, s->video_size);
width            1845 libavcodec/iff.c                 memset(row, 0, avctx->width);
width             138 libavcodec/imgconvert.c int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width,
width             207 libavcodec/imgconvert.c             memcpy(optr, iptr, (width - padleft - padright) >> x_shift);
width             215 libavcodec/imgconvert.c                        (width - padleft - padright) >> x_shift);
width             234 libavcodec/imm4.c         for (x = 0; x < avctx->width; x += 16) {
width             286 libavcodec/imm4.c         for (x = 0; x < avctx->width; x += 16) {
width             373 libavcodec/imm4.c     int width, height;
width             395 libavcodec/imm4.c     width = avctx->width;
width             404 libavcodec/imm4.c             width = 352;
width             408 libavcodec/imm4.c             width = 704;
width             412 libavcodec/imm4.c             width = 480;
width             416 libavcodec/imm4.c             width = 352;
width             420 libavcodec/imm4.c             width = 704;
width             424 libavcodec/imm4.c             width = 704;
width             449 libavcodec/imm4.c     if (avctx->width  != width ||
width             458 libavcodec/imm4.c     ret = ff_set_dimensions(avctx, width, height);
width             149 libavcodec/imm5.c     avctx->width        = codec_avctx->width;
width              52 libavcodec/indeo2.c static int ir2_decode_plane(Ir2Context *ctx, int width, int height, uint8_t *dst,
width              59 libavcodec/indeo2.c     if ((width & 1) || width * height / (2*(IR2_CODES - 0x7F)) > get_bits_left(&ctx->gb))
width              63 libavcodec/indeo2.c     while (out < width) {
width              67 libavcodec/indeo2.c             if (out + c*2 > width)
width              82 libavcodec/indeo2.c         while (out < width) {
width              89 libavcodec/indeo2.c                 if (out + c*2 > width)
width             114 libavcodec/indeo2.c static int ir2_decode_plane_inter(Ir2Context *ctx, int width, int height, uint8_t *dst,
width             122 libavcodec/indeo2.c     if (width & 1)
width             127 libavcodec/indeo2.c         while (out < width) {
width             194 libavcodec/indeo2.c         if ((ret = ir2_decode_plane(s, avctx->width, avctx->height,
width             200 libavcodec/indeo2.c         if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2,
width             204 libavcodec/indeo2.c         if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2,
width             209 libavcodec/indeo2.c         if ((ret = ir2_decode_plane_inter(s, avctx->width, avctx->height,
width             214 libavcodec/indeo2.c         if ((ret = ir2_decode_plane_inter(s, avctx->width >> 2, avctx->height >> 2,
width             218 libavcodec/indeo2.c         if ((ret = ir2_decode_plane_inter(s, avctx->width >> 2, avctx->height >> 2,
width              67 libavcodec/indeo3.c     uint32_t        width;
width              77 libavcodec/indeo3.c     int16_t         width;      ///< cell width  in 4x4 blocks
width              95 libavcodec/indeo3.c     int16_t         width, height;
width             155 libavcodec/indeo3.c     ctx->width = ctx->height = 0;
width             180 libavcodec/indeo3.c     ctx->width  = luma_width ;
width             200 libavcodec/indeo3.c         ctx->planes[p].width  = !p ? luma_width  : chroma_width;
width             250 libavcodec/indeo3.c         ((cell->xpos + cell->width)  << 2) + mv_x > plane->width) {
width             261 libavcodec/indeo3.c     for (w = cell->width; w > 0;) {
width             442 libavcodec/indeo3.c     blk_row_offset = (row_offset << (2 + v_zoom)) - (cell->width << 2);
width             445 libavcodec/indeo3.c     if (cell->height & v_zoom || cell->width & h_zoom)
width             449 libavcodec/indeo3.c         for (x = 0; x < cell->width; x += 1 + h_zoom) {
width             620 libavcodec/indeo3.c             ((cell->xpos + cell->width)  << 2) + mv_x > plane->width) {
width             656 libavcodec/indeo3.c         for (x = 0; x < cell->width << 2; x++)
width             746 libavcodec/indeo3.c     if (curr_cell.xpos + curr_cell.width > (plane->width >> 2) ||               \
width             749 libavcodec/indeo3.c                curr_cell.xpos, curr_cell.ypos, curr_cell.width, curr_cell.height); \
width             774 libavcodec/indeo3.c         if (curr_cell.width > strip_width) {
width             776 libavcodec/indeo3.c             curr_cell.width = (curr_cell.width <= (strip_width << 1) ? 1 : 2) * strip_width;
width             778 libavcodec/indeo3.c             SPLIT_CELL(ref_cell->width, curr_cell.width);
width             779 libavcodec/indeo3.c         ref_cell->xpos  += curr_cell.width;
width             780 libavcodec/indeo3.c         ref_cell->width -= curr_cell.width;
width             781 libavcodec/indeo3.c         if (ref_cell->width <= 0 || curr_cell.width <= 0)
width             885 libavcodec/indeo3.c     curr_cell.width  = plane->width  >> 2;
width             904 libavcodec/indeo3.c     uint16_t        height, width;
width             941 libavcodec/indeo3.c     width  = bytestream2_get_le16(&gb);
width             942 libavcodec/indeo3.c     if (av_image_check_size(width, height, 0, avctx))
width             945 libavcodec/indeo3.c     if (width != ctx->width || height != ctx->height) {
width             950 libavcodec/indeo3.c         if (width  < 16 || width  > 640 ||
width             952 libavcodec/indeo3.c             width  &  3 || height &   3) {
width             954 libavcodec/indeo3.c                    "Invalid picture dimensions: %d x %d!\n", width, height);
width             958 libavcodec/indeo3.c         if ((res = allocate_frame_buffers(ctx, avctx, width, height)) < 0)
width             960 libavcodec/indeo3.c         if ((res = ff_set_dimensions(avctx, width, height)) < 0)
width            1037 libavcodec/indeo3.c         for (x = 0; x < plane->width >> 2; x++) {
width            1043 libavcodec/indeo3.c         for (x <<= 2; x < plane->width; x++)
width            1046 libavcodec/indeo3.c         src += pitch     - plane->width;
width            1047 libavcodec/indeo3.c         dst += dst_pitch - plane->width;
width            1063 libavcodec/indeo3.c     return allocate_frame_buffers(ctx, avctx, avctx->width, avctx->height);
width             488 libavcodec/indeo4.c     if (((tile->width + band->mb_size-1)/band->mb_size) * ((tile->height + band->mb_size-1)/band->mb_size) != tile->num_MBs) {
width             489 libavcodec/indeo4.c         av_log(avctx, AV_LOG_ERROR, "num_MBs mismatch %d %d %d %d\n", tile->width, tile->height, band->mb_size, tile->num_MBs);
width             496 libavcodec/indeo4.c         for (x = tile->xpos; x < tile->xpos + tile->width; x += band->mb_size) {
width             233 libavcodec/indeo5.c         band2->width         = band1->width;
width             470 libavcodec/indeo5.c     if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)) {
width             472 libavcodec/indeo5.c                tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size));
width             483 libavcodec/indeo5.c         for (x = tile->xpos; x < (tile->xpos + tile->width); x += band->mb_size) {
width             655 libavcodec/indeo5.c     ctx->pic_conf.pic_width     = avctx->width;
width             657 libavcodec/indeo5.c     ctx->pic_conf.chroma_width  = (avctx->width  + 3) >> 2;
width             659 libavcodec/indeo5.c     ctx->pic_conf.tile_width    = avctx->width;
width              73 libavcodec/intelh263dec.c         s->width = ff_h263_format[format][0];
width             324 libavcodec/internal.h int ff_set_dimensions(AVCodecContext *s, int width, int height);
width              80 libavcodec/interplayvideo.c     int width = dst->width;
width              84 libavcodec/interplayvideo.c     int dx = delta_x + x - ((delta_x + x >= width) - (delta_x + x < 0)) * width;
width              85 libavcodec/interplayvideo.c     int dy = delta_y + y + (delta_x + x >= width) - (delta_x + x < 0);
width             939 libavcodec/interplayvideo.c         off_x = ((uint16_t)opcode - 0xC000) % frame->width;
width             940 libavcodec/interplayvideo.c         off_y = ((uint16_t)opcode - 0xC000) / frame->width;
width             943 libavcodec/interplayvideo.c         off_x = ((uint16_t)opcode - 0x4000) % frame->width;
width             944 libavcodec/interplayvideo.c         off_y = ((uint16_t)opcode - 0x4000) / frame->width;
width             965 libavcodec/interplayvideo.c                                   + (s->avctx->width - 8) * (1 + s->is_16bpp);
width             972 libavcodec/interplayvideo.c             for (x = 0; x < s->avctx->width; x += 8) {
width            1009 libavcodec/interplayvideo.c         off_x = ((uint16_t)opcode - 0xC000) % s->cur_decode_frame->width;
width            1010 libavcodec/interplayvideo.c         off_y = ((uint16_t)opcode - 0xC000) / s->cur_decode_frame->width;
width            1013 libavcodec/interplayvideo.c         off_x = ((uint16_t)opcode - 0x4000) % s->cur_decode_frame->width;
width            1014 libavcodec/interplayvideo.c         off_y = ((uint16_t)opcode - 0x4000) / s->cur_decode_frame->width;
width            1038 libavcodec/interplayvideo.c                                   + (s->avctx->width - 8) * (1 + s->is_16bpp);
width            1049 libavcodec/interplayvideo.c             for (x = 0; x < s->avctx->width; x += 8) {
width            1070 libavcodec/interplayvideo.c         for (x = 0; x < s->avctx->width; x += 8) {
width            1124 libavcodec/interplayvideo.c                                   + (s->avctx->width - 8) * (1 + s->is_16bpp);
width            1128 libavcodec/interplayvideo.c         for (x = 0; x < s->avctx->width; x += 8) {
width            1182 libavcodec/interplayvideo.c     s->cur_decode_frame->width   = avctx->width;
width            1183 libavcodec/interplayvideo.c     s->prev_decode_frame->width  = avctx->width;
width            1257 libavcodec/interplayvideo.c         s->decoding_map_size = ((s->avctx->width / 8) * (s->avctx->height / 8)) * 2;
width            1001 libavcodec/ituh263dec.c     int format, width, height, i, ret;
width            1053 libavcodec/ituh263dec.c         width = ff_h263_format[format][0];
width            1055 libavcodec/ituh263dec.c         if (!width)
width            1073 libavcodec/ituh263dec.c         s->width = width;
width            1151 libavcodec/ituh263dec.c                 width = (get_bits(&s->gb, 9) + 1) * 4;
width            1154 libavcodec/ituh263dec.c                 ff_dlog(s->avctx, "\nH.263+ Custom picture: %dx%d\n",width,height);
width            1163 libavcodec/ituh263dec.c                 width = ff_h263_format[format][0];
width            1168 libavcodec/ituh263dec.c             if ((width == 0) || (height == 0))
width            1170 libavcodec/ituh263dec.c             s->width = width;
width            1218 libavcodec/ituh263dec.c     if ((ret = av_image_check_size(s->width, s->height, 0, s)) < 0)
width            1222 libavcodec/ituh263dec.c         if ((s->width * s->height / 256 / 8) > get_bits_left(&s->gb))
width            1226 libavcodec/ituh263dec.c     s->mb_width = (s->width  + 15) / 16;
width             142 libavcodec/ituh263enc.c     format = ff_match_2uint16(ff_h263_format, FF_ARRAY_ELEMS(ff_h263_format), s->width, s->height);
width             198 libavcodec/ituh263enc.c             put_bits(&s->pb,9,(s->width >> 2) - 1);
width             319 libavcodec/ivi.c     planes[0].width     = cfg->pic_width;
width             324 libavcodec/ivi.c     planes[1].width     = planes[2].width     = (cfg->pic_width  + 3) >> 2;
width             336 libavcodec/ivi.c         b_width  = planes[p].num_bands == 1 ? planes[p].width
width             337 libavcodec/ivi.c                                             : (planes[p].width  + 1) >> 1;
width             352 libavcodec/ivi.c             band->width    = b_width;
width             376 libavcodec/ivi.c         for (x = 0; x < band->width; x += t_width) {
width             380 libavcodec/ivi.c             tile->width    = FFMIN(band->width - x,  t_width);
width             384 libavcodec/ivi.c             tile->num_MBs  = IVI_MBs_PER_TILE(tile->width, tile->height,
width             439 libavcodec/ivi.c             x_tiles = IVI_NUM_TILES(band->width, t_width);
width             770 libavcodec/ivi.c     int             xend        = tile->xpos + tile->width;
width             774 libavcodec/ivi.c     if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, mb_size)) {
width             777 libavcodec/ivi.c                tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, mb_size));
width             874 libavcodec/ivi.c             memcpy(dst, src, tile->width*sizeof(band->buf[0]));
width             894 libavcodec/ivi.c         for (x = 0; x < band->width; x++)
width             921 libavcodec/ivi.c         int w = plane->width;
width            1154 libavcodec/ivi.c     result = ff_set_dimensions(avctx, ctx->planes[0].width, ctx->planes[0].height);
width             130 libavcodec/ivi.h     int         width;
width             147 libavcodec/ivi.h     int             width;
width             195 libavcodec/ivi.h     uint16_t    width;
width              88 libavcodec/ivi_dsp.c         for (x = 0, indx = 0; x < plane->width; x+=2, indx++) {
width              89 libavcodec/ivi_dsp.c             if (x+2 >= plane->width) {
width             207 libavcodec/ivi_dsp.c         for (x = 0, indx = 0; x < plane->width; x += 2, indx++) {
width             110 libavcodec/j2kenc.c     int width, height; ///< image width and height
width             158 libavcodec/j2kenc.c             s->width, s->height, s->tile_width, s->tile_height,
width             289 libavcodec/j2kenc.c     bytestream_put_be32(&s->buf, s->width); // width
width             410 libavcodec/j2kenc.c     s->numXtiles = ff_jpeg2000_ceildiv(s->width, s->tile_width);
width             428 libavcodec/j2kenc.c                 comp->coord[0][1] = comp->coord_o[0][1] = FFMIN((tilex+1)*s->tile_width, s->width);
width             550 libavcodec/j2kenc.c static void encode_sigpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno)
width             554 libavcodec/j2kenc.c         for (x = 0; x < width; x++)
width             572 libavcodec/j2kenc.c static void encode_refpass(Jpeg2000T1Context *t1, int width, int height, int *nmsedec, int bpno)
width             576 libavcodec/j2kenc.c         for (x = 0; x < width; x++)
width             586 libavcodec/j2kenc.c static void encode_clnpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno)
width             590 libavcodec/j2kenc.c         for (x = 0; x < width; x++){
width             642 libavcodec/j2kenc.c                         int width, int height, int bandpos, int lev)
width             650 libavcodec/j2kenc.c         for (x = 0; x < width; x++){
width             674 libavcodec/j2kenc.c             case 0: encode_sigpass(t1, width, height, bandpos, &nmsedec, bpno);
width             676 libavcodec/j2kenc.c             case 1: encode_refpass(t1, width, height, &nmsedec, bpno);
width             678 libavcodec/j2kenc.c             case 2: encode_clnpass(t1, width, height, bandpos, &nmsedec, bpno);
width            1007 libavcodec/j2kenc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*9 + AV_INPUT_BUFFER_MIN_SIZE, 0)) < 0)
width            1044 libavcodec/j2kenc.c         bytestream_put_be32(&s->buf, avctx->width);
width            1180 libavcodec/j2kenc.c     s->width = avctx->width;
width              99 libavcodec/jpeg2000dec.c     int             width, height;
width             279 libavcodec/jpeg2000dec.c     s->width          = bytestream2_get_be32u(&s->g); // Width
width             293 libavcodec/jpeg2000dec.c     if (av_image_check_size2(s->width, s->height, s->avctx->max_pixels, AV_PIX_FMT_NONE, 0, s->avctx)) {
width             348 libavcodec/jpeg2000dec.c     s->numXtiles = ff_jpeg2000_ceildiv(s->width  - s->tile_offset_x, s->tile_width);
width             375 libavcodec/jpeg2000dec.c             ff_jpeg2000_ceildivpow2(s->width  - s->image_offset_x,
width             957 libavcodec/jpeg2000dec.c     tile->coord[0][0] = av_clip(tilex       * (int64_t)s->tile_width  + s->tile_offset_x, s->image_offset_x, s->width);
width             958 libavcodec/jpeg2000dec.c     tile->coord[0][1] = av_clip((tilex + 1) * (int64_t)s->tile_width  + s->tile_offset_x, s->image_offset_x, s->width);
width            1533 libavcodec/jpeg2000dec.c static void decode_sigpass(Jpeg2000T1Context *t1, int width, int height,
width            1540 libavcodec/jpeg2000dec.c         for (x = 0; x < width; x++)
width            1563 libavcodec/jpeg2000dec.c static void decode_refpass(Jpeg2000T1Context *t1, int width, int height,
width            1573 libavcodec/jpeg2000dec.c         for (x = 0; x < width; x++)
width            1588 libavcodec/jpeg2000dec.c                            int width, int height, int bpno, int bandno,
width            1594 libavcodec/jpeg2000dec.c         for (x = 0; x < width; x++) {
width            1655 libavcodec/jpeg2000dec.c                        int width, int height, int bandpos, uint8_t roi_shift)
width            1663 libavcodec/jpeg2000dec.c     av_assert0(width <= 1024U && height <= 1024U);
width            1664 libavcodec/jpeg2000dec.c     av_assert0(width*height <= 4096);
width            1685 libavcodec/jpeg2000dec.c             decode_sigpass(t1, width, height, bpno + 1, bandpos,
width            1689 libavcodec/jpeg2000dec.c             decode_refpass(t1, width, height, bpno + 1, vert_causal_ctx_csty_symbol);
width            1693 libavcodec/jpeg2000dec.c             decode_clnpass(s, t1, width, height, bpno + 1, bandpos,
width             354 libavcodec/jpeglsdec.c     int off = 0, stride = 1, width, shift, ret = 0;
width             393 libavcodec/jpeglsdec.c                 s->width, s->height, state->near, state->maxval,
width             410 libavcodec/jpeglsdec.c         width  = s->width * stride;
width             415 libavcodec/jpeglsdec.c                 ret = ls_decode_line(state, s, last, cur, t, width, stride, off, 8);
width             418 libavcodec/jpeglsdec.c                 ret = ls_decode_line(state, s, last, cur, t, width, stride, off, 16);
width             437 libavcodec/jpeglsdec.c         width = s->width * stride;
width             442 libavcodec/jpeglsdec.c                                Rc[j], width, stride, j, 8);
width             471 libavcodec/jpeglsdec.c         w = s->width * s->nb_components;
width             518 libavcodec/jpeglsdec.c         w = s->width * s->nb_components;
width             284 libavcodec/jpeglsenc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width  *avctx->height * comps * 4 +
width             301 libavcodec/jpeglsenc.c     put_bits(&pb, 16, avctx->width);
width             341 libavcodec/jpeglsenc.c             ls_encode_line(state, &pb2, last, cur, t, avctx->width, 1, 0, 8);
width             350 libavcodec/jpeglsenc.c             ls_encode_line(state, &pb2, last, cur, t, avctx->width, 1, 0, 16);
width             356 libavcodec/jpeglsenc.c         int j, width;
width             359 libavcodec/jpeglsenc.c         width = avctx->width * 3;
width             363 libavcodec/jpeglsenc.c                                width, 3, j, 8);
width             370 libavcodec/jpeglsenc.c         int j, width;
width             373 libavcodec/jpeglsenc.c         width = avctx->width * 3;
width             377 libavcodec/jpeglsenc.c                                width, 3, j, 8);
width              46 libavcodec/jvdec.c     if (!avctx->width || !avctx->height ||
width              47 libavcodec/jvdec.c         (avctx->width & 7) || (avctx->height & 7)) {
width              49 libavcodec/jvdec.c                avctx->width, avctx->height);
width             174 libavcodec/jvdec.c             if (avctx->height/8 * (avctx->width/8) > 4 * video_size) {
width             180 libavcodec/jvdec.c                 for (i = 0; i < avctx->width; i += 8)
width             195 libavcodec/jvdec.c                        v, avctx->width);
width              68 libavcodec/kgv1dec.c     if (w != avctx->width || h != avctx->height) {
width              76 libavcodec/kgv1dec.c         c->frame_buffer      = av_mallocz(avctx->width * avctx->height * 2);
width              77 libavcodec/kgv1dec.c         c->last_frame_buffer = av_mallocz(avctx->width * avctx->height * 2);
width             157 libavcodec/kgv1dec.c                         (const uint8_t*)c->frame_buffer,  avctx->width * 2,
width             158 libavcodec/kgv1dec.c                         avctx->width * 2, avctx->height);
width             335 libavcodec/kmvc.c         kmvc_decode_intra_8x8(ctx, avctx->width, avctx->height);
width             338 libavcodec/kmvc.c         kmvc_decode_inter_8x8(ctx, avctx->width, avctx->height);
width             348 libavcodec/kmvc.c         memcpy(out, src, avctx->width);
width             380 libavcodec/kmvc.c     if (avctx->width > 320 || avctx->height > 200) {
width             266 libavcodec/lagarith.c                           int width, int stride, int line)
width             272 libavcodec/lagarith.c         L = l->llviddsp.add_left_pred(buf, buf, width, 0);
width             275 libavcodec/lagarith.c         L = buf[width - stride - 1];
width             283 libavcodec/lagarith.c             TL = buf[width - (2 * stride) - 1];
width             287 libavcodec/lagarith.c                                   width, &L, &TL);
width             292 libavcodec/lagarith.c                                int width, int stride, int line,
width             301 libavcodec/lagarith.c         l->llviddsp.add_left_pred(buf, buf, width, 0);
width             310 libavcodec/lagarith.c         L  = buf[width - stride - 1];
width             316 libavcodec/lagarith.c         for (; i < width; i++) {
width             322 libavcodec/lagarith.c         TL = buf[width - (2 * stride) - 1];
width             323 libavcodec/lagarith.c         L  = buf[width - stride - 1];
width             324 libavcodec/lagarith.c         l->llviddsp.add_median_pred(buf, buf - stride, buf, width, &L, &TL);
width             329 libavcodec/lagarith.c                            uint8_t *dst, int width, int stride,
width             341 libavcodec/lagarith.c         int count = FFMIN(l->zeros_rem, width - i);
width             347 libavcodec/lagarith.c     while (i < width) {
width             372 libavcodec/lagarith.c                                     int width, int esc_count)
width             380 libavcodec/lagarith.c     uint8_t *end = dst + (width - 2);
width             384 libavcodec/lagarith.c     memset(dst, 0, width);
width             388 libavcodec/lagarith.c         count = FFMIN(l->zeros_rem, width - i);
width             429 libavcodec/lagarith.c                                   int width, int height, int stride,
width             450 libavcodec/lagarith.c         length = width * height;
width             468 libavcodec/lagarith.c             read += lag_decode_line(l, &rac, dst + (i * stride), width,
width             484 libavcodec/lagarith.c                                                    src_end, width, esc_count);
width             490 libavcodec/lagarith.c             if (src_size < width * height)
width             494 libavcodec/lagarith.c                 memcpy(dst + (i * stride), src, width);
width             495 libavcodec/lagarith.c                 src += width;
width             501 libavcodec/lagarith.c             memset(dst + i * stride, src[1], width);
width             514 libavcodec/lagarith.c             lag_pred_line(l, dst, width, stride, i);
width             519 libavcodec/lagarith.c             lag_pred_line_yuy2(l, dst, width, stride, i,
width             520 libavcodec/lagarith.c                                width == l->avctx->width);
width             576 libavcodec/lagarith.c                 memset(p->data[0] + i * p->linesize[0], buf[2], avctx->width);
width             577 libavcodec/lagarith.c                 memset(p->data[1] + i * p->linesize[1], buf[1], avctx->width);
width             578 libavcodec/lagarith.c                 memset(p->data[2] + i * p->linesize[2], buf[3], avctx->width);
width             579 libavcodec/lagarith.c                 memset(p->data[3] + i * p->linesize[3], buf[4], avctx->width);
width             584 libavcodec/lagarith.c                     memset(p->data[j] + i * p->linesize[j], buf[1], avctx->width);
width             599 libavcodec/lagarith.c             memset(p->data[0] + i * p->linesize[0], buf[2], avctx->width);
width             600 libavcodec/lagarith.c             memset(p->data[1] + i * p->linesize[1], buf[1], avctx->width);
width             601 libavcodec/lagarith.c             memset(p->data[2] + i * p->linesize[2], buf[3], avctx->width);
width             603 libavcodec/lagarith.c                 memset(p->data[3] + i * p->linesize[3], 0xFFu, avctx->width);
width             634 libavcodec/lagarith.c                                    avctx->width, avctx->height,
width             638 libavcodec/lagarith.c             l->llviddsp.add_bytes(p->data[0] + i * p->linesize[0], p->data[1] + i * p->linesize[1], avctx->width);
width             639 libavcodec/lagarith.c             l->llviddsp.add_bytes(p->data[2] + i * p->linesize[2], p->data[1] + i * p->linesize[1], avctx->width);
width             660 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[0], avctx->width, avctx->height,
width             663 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[1], (avctx->width + 1) / 2,
width             666 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[2], (avctx->width + 1) / 2,
width             684 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[0], avctx->width, avctx->height,
width             687 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[2], (avctx->width + 1) / 2,
width             690 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[1], (avctx->width + 1) / 2,
width             169 libavcodec/lcldec.c     unsigned int width = avctx->width; // Real image width
width             188 libavcodec/lcldec.c             if (c->imgtype == IMGTYPE_RGB24 && len == FFALIGN(width * 3, 4) * height ||
width             189 libavcodec/lcldec.c                 c->imgtype == IMGTYPE_YUV111 && len == width * height * 3) {
width             244 libavcodec/lcldec.c             if (len < ((width * height * bppx2) >> 1))
width             259 libavcodec/lcldec.c             len == width * height * 3) {
width             296 libavcodec/lcldec.c                 pixel_ptr = row * width * 3;
width             300 libavcodec/lcldec.c                 for (col = 1; col < width; col++) {
width             310 libavcodec/lcldec.c                 pixel_ptr = row * width * 2;
width             312 libavcodec/lcldec.c                 for (col = 0; col < width/4; col++) {
width             327 libavcodec/lcldec.c                 pixel_ptr = row * width / 2 * 3;
width             329 libavcodec/lcldec.c                 for (col = 0; col < width/4; col++) {
width             342 libavcodec/lcldec.c                 pixel_ptr = row * width * 2;
width             344 libavcodec/lcldec.c                 for (col = 0; col < width/2; col++) {
width             355 libavcodec/lcldec.c                 pixel_ptr = row * width * 3;
width             357 libavcodec/lcldec.c                 for (col = 0; col < width/2; col++) {
width             381 libavcodec/lcldec.c             for (col = 0; col < width; col++) {
width             393 libavcodec/lcldec.c             for (col = 0; col < width - 3; col += 4) {
width             407 libavcodec/lcldec.c         linesize = len < FFALIGN(3 * width, 4) * height ? 3 * width : FFALIGN(3 * width, 4);
width             410 libavcodec/lcldec.c             memcpy(outptr + pixel_ptr, encoded, 3 * width);
width             416 libavcodec/lcldec.c             for (col = 0; col < width - 3; col += 4) {
width             429 libavcodec/lcldec.c             for (col = 0; col < width - 1; col += 2) {
width             444 libavcodec/lcldec.c             for (col = 0; col < width - 1; col += 2) {
width             474 libavcodec/lcldec.c     unsigned int basesize = avctx->width * avctx->height;
width             475 libavcodec/lcldec.c     unsigned int max_basesize = FFALIGN(avctx->width,  4) *
width             504 libavcodec/lcldec.c         if (avctx->width % 4) {
width             539 libavcodec/lcldec.c     if (avctx->width % (1<<subsample_h) || avctx->height % (1<<subsample_v)) {
width              71 libavcodec/lclenc.c     int max_size = deflateBound(&c->zstream, avctx->width * avctx->height * 3);
width              91 libavcodec/lclenc.c         c->zstream.avail_in = avctx->width*3;
width             118 libavcodec/lclenc.c     av_assert0(avctx->width && avctx->height);
width             191 libavcodec/libaomdec.c         if ((int)img->d_w != avctx->width || (int)img->d_h != avctx->height) {
width             193 libavcodec/libaomdec.c                    avctx->width, avctx->height, img->d_w, img->d_h);
width             154 libavcodec/libaomenc.c     int width = -30;
width             162 libavcodec/libaomenc.c            width, "g_usage:",           cfg->g_usage,
width             163 libavcodec/libaomenc.c            width, "g_threads:",         cfg->g_threads,
width             164 libavcodec/libaomenc.c            width, "g_profile:",         cfg->g_profile,
width             165 libavcodec/libaomenc.c            width, "g_w:",               cfg->g_w,
width             166 libavcodec/libaomenc.c            width, "g_h:",               cfg->g_h,
width             167 libavcodec/libaomenc.c            width, "g_bit_depth:",       cfg->g_bit_depth,
width             168 libavcodec/libaomenc.c            width, "g_input_bit_depth:", cfg->g_input_bit_depth,
width             169 libavcodec/libaomenc.c            width, "g_timebase:",        cfg->g_timebase.num, cfg->g_timebase.den,
width             170 libavcodec/libaomenc.c            width, "g_error_resilient:", cfg->g_error_resilient,
width             171 libavcodec/libaomenc.c            width, "g_pass:",            cfg->g_pass,
width             172 libavcodec/libaomenc.c            width, "g_lag_in_frames:",   cfg->g_lag_in_frames);
width             175 libavcodec/libaomenc.c            width, "rc_dropframe_thresh:", cfg->rc_dropframe_thresh,
width             176 libavcodec/libaomenc.c            width, "rc_end_usage:",        cfg->rc_end_usage,
width             177 libavcodec/libaomenc.c            width, "rc_twopass_stats_in:", cfg->rc_twopass_stats_in.buf, cfg->rc_twopass_stats_in.sz,
width             178 libavcodec/libaomenc.c            width, "rc_target_bitrate:",   cfg->rc_target_bitrate);
width             181 libavcodec/libaomenc.c            width, "rc_min_quantizer:", cfg->rc_min_quantizer,
width             182 libavcodec/libaomenc.c            width, "rc_max_quantizer:", cfg->rc_max_quantizer);
width             185 libavcodec/libaomenc.c            width, "rc_undershoot_pct:", cfg->rc_undershoot_pct,
width             186 libavcodec/libaomenc.c            width, "rc_overshoot_pct:",  cfg->rc_overshoot_pct);
width             189 libavcodec/libaomenc.c            width, "rc_buf_sz:",         cfg->rc_buf_sz,
width             190 libavcodec/libaomenc.c            width, "rc_buf_initial_sz:", cfg->rc_buf_initial_sz,
width             191 libavcodec/libaomenc.c            width, "rc_buf_optimal_sz:", cfg->rc_buf_optimal_sz);
width             194 libavcodec/libaomenc.c            width, "rc_2pass_vbr_bias_pct:",       cfg->rc_2pass_vbr_bias_pct,
width             195 libavcodec/libaomenc.c            width, "rc_2pass_vbr_minsection_pct:", cfg->rc_2pass_vbr_minsection_pct,
width             196 libavcodec/libaomenc.c            width, "rc_2pass_vbr_maxsection_pct:", cfg->rc_2pass_vbr_maxsection_pct);
width             199 libavcodec/libaomenc.c            width, "kf_mode:",     cfg->kf_mode,
width             200 libavcodec/libaomenc.c            width, "kf_min_dist:", cfg->kf_min_dist,
width             201 libavcodec/libaomenc.c            width, "kf_max_dist:", cfg->kf_max_dist);
width             204 libavcodec/libaomenc.c            width, "tile_width_count:",  cfg->tile_width_count,
width             205 libavcodec/libaomenc.c            width, "tile_height_count:", cfg->tile_height_count);
width             246 libavcodec/libaomenc.c     int width = -30;
width             250 libavcodec/libaomenc.c     av_log(avctx, AV_LOG_DEBUG, "  %*s%d\n", width, buf, val);
width             375 libavcodec/libaomenc.c         ctx->tile_cols = (avctx->width + AV1_MAX_TILE_WIDTH - 1) /
width             385 libavcodec/libaomenc.c             FFALIGN((FFALIGN(avctx->width, 128) +
width             397 libavcodec/libaomenc.c     if ((avctx->width  + 63) / 64 < ctx->tile_cols ||
width             410 libavcodec/libaomenc.c     if (avctx->width / ctx->tile_cols > AV1_MAX_TILE_WIDTH) {
width             425 libavcodec/libaomenc.c         (avctx->width  + 127) / 128 >= ctx->tile_cols &&
width             433 libavcodec/libaomenc.c     uniform_cols = count_uniform_tiling(avctx->width,
width             443 libavcodec/libaomenc.c         uniform_cols = count_uniform_tiling(avctx->width,
width             493 libavcodec/libaomenc.c     sb_width  = (avctx->width  + sb_size - 1) / sb_size;
width             551 libavcodec/libaomenc.c     enccfg.g_w            = avctx->width;
width             750 libavcodec/libaomenc.c     aom_img_wrap(&ctx->rawimg, img_fmt, avctx->width, avctx->height, 1,
width             262 libavcodec/libdav1d.c     frame->width = p->p.w;
width             264 libavcodec/libdav1d.c     if (c->width != p->p.w || c->height != p->p.h) {
width             273 libavcodec/libdav1d.c               frame->width  * (int64_t)p->frame_hdr->render_height,
width              75 libavcodec/libdavs2.c         avctx->width     = headerset->width;
width             123 libavcodec/libdavs2.c     frame->width     = cad->headerset.width;
width              59 libavcodec/libkvazaar.c     if (avctx->width % 8 || avctx->height % 8) {
width              62 libavcodec/libkvazaar.c                avctx->width, avctx->height);
width              79 libavcodec/libkvazaar.c     cfg->width  = avctx->width;
width             182 libavcodec/libkvazaar.c         if (frame->width != ctx->config->width ||
width             187 libavcodec/libkvazaar.c                    ctx->config->width, ctx->config->height,
width             188 libavcodec/libkvazaar.c                    frame->width, frame->height);
width             204 libavcodec/libkvazaar.c         input_pic = ctx->api->picture_alloc(frame->width, frame->height);
width             214 libavcodec/libkvazaar.c               frame->width,
width             215 libavcodec/libkvazaar.c               frame->width / 2,
width             216 libavcodec/libkvazaar.c               frame->width / 2,
width             221 libavcodec/libkvazaar.c                           frame->format, frame->width, frame->height);
width             143 libavcodec/libopenh264dec.c     av_image_copy(avframe->data, avframe->linesize, (const uint8_t **) ptrs, linesize, avctx->pix_fmt, avctx->width, avctx->height);
width             160 libavcodec/libopenh264enc.c     param.iPicWidth                  = avctx->width;
width             376 libavcodec/libopenh264enc.c     sp.iPicWidth  = avctx->width;
width             245 libavcodec/libopenjpegdec.c         index   = y * picture->width;
width             247 libavcodec/libopenjpegdec.c         for (x = 0; x < picture->width; x++, index++)
width             262 libavcodec/libopenjpegdec.c         index   = y * picture->width;
width             264 libavcodec/libopenjpegdec.c         for (x = 0; x < picture->width; x++, index++)
width             330 libavcodec/libopenjpegdec.c     int width, height, ret;
width             397 libavcodec/libopenjpegdec.c     width  = image->x1 - image->x0;
width             400 libavcodec/libopenjpegdec.c     ret = ff_set_dimensions(avctx, width, height);
width             260 libavcodec/libopenjpegenc.c         cmptparm[i].w = (avctx->width + sub_dx[i] - 1) / sub_dx[i];
width             273 libavcodec/libopenjpegenc.c     img->x1 = (avctx->width  - 1) * parameters->subsampling_dx + 1;
width             329 libavcodec/libopenjpegenc.c         while (FFMIN(avctx->width, avctx->height) >> ctx->numresolution < 1)
width             368 libavcodec/libopenjpegenc.c             for (x = 0; x < avctx->width; ++x) {
width             408 libavcodec/libopenjpegenc.c             for (x = 0; x < avctx->width; ++x) {
width             448 libavcodec/libopenjpegenc.c             for (x = 0; x < avctx->width; ++x) {
width             472 libavcodec/libopenjpegenc.c     int width;
width             486 libavcodec/libopenjpegenc.c         width  = (avctx->width + image->comps[compno].dx - 1) / image->comps[compno].dx;
width             491 libavcodec/libopenjpegenc.c             for (x = 0; x < width; ++x)
width             513 libavcodec/libopenjpegenc.c     int width;
width             528 libavcodec/libopenjpegenc.c         width     = (avctx->width + image->comps[compno].dx - 1) / image->comps[compno].dx;
width             534 libavcodec/libopenjpegenc.c             for (x = 0; x < width; ++x)
width             273 libavcodec/librav1e.c     rret = rav1e_config_parse_int(cfg, "width", avctx->width);
width              30 libavcodec/librsvgdec.c     int width;
width              58 libavcodec/librsvgdec.c     dimensions.width  = s->width  ? s->width  : dimensions.width;
width              60 libavcodec/librsvgdec.c     if (s->keep_ar && (s->width || s->height)) {
width              61 libavcodec/librsvgdec.c         double default_ar = unscaled_dimensions.width/(double)unscaled_dimensions.height;
width              62 libavcodec/librsvgdec.c         if (!s->width)
width              63 libavcodec/librsvgdec.c             dimensions.width  = lrintf(dimensions.height * default_ar);
width              65 libavcodec/librsvgdec.c             dimensions.height = lrintf(dimensions.width  / default_ar);
width              68 libavcodec/librsvgdec.c     if ((ret = ff_set_dimensions(avctx, dimensions.width, dimensions.height)))
width              78 libavcodec/librsvgdec.c                                                 frame->width, frame->height,
width              90 libavcodec/librsvgdec.c     cairo_scale(crender, dimensions.width / (double)unscaled_dimensions.width,
width             107 libavcodec/librsvgdec.c     { "width", "Width to render to (0 for default)", OFFSET(width), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, DEC },
width             176 libavcodec/libtheoraenc.c     t_info.frame_width  = FFALIGN(avc_context->width,  16);
width             178 libavcodec/libtheoraenc.c     t_info.pic_width    = avc_context->width;
width             294 libavcodec/libtheoraenc.c         t_yuv_buffer[i].width  = FFALIGN(avc_context->width,  16) >> (i && h->uv_hshift);
width             278 libavcodec/libvpxdec.c         if ((int) img->d_w != avctx->width || (int) img->d_h != avctx->height) {
width             280 libavcodec/libvpxdec.c                    avctx->width, avctx->height, img->d_w, img->d_h);
width             189 libavcodec/libvpxenc.c     int width = -30;
width             200 libavcodec/libvpxenc.c            width, "g_usage:",           cfg->g_usage,
width             201 libavcodec/libvpxenc.c            width, "g_threads:",         cfg->g_threads,
width             202 libavcodec/libvpxenc.c            width, "g_profile:",         cfg->g_profile,
width             203 libavcodec/libvpxenc.c            width, "g_w:",               cfg->g_w,
width             204 libavcodec/libvpxenc.c            width, "g_h:",               cfg->g_h,
width             206 libavcodec/libvpxenc.c            width, "g_bit_depth:",       cfg->g_bit_depth,
width             207 libavcodec/libvpxenc.c            width, "g_input_bit_depth:", cfg->g_input_bit_depth,
width             209 libavcodec/libvpxenc.c            width, "g_timebase:",        cfg->g_timebase.num, cfg->g_timebase.den,
width             210 libavcodec/libvpxenc.c            width, "g_error_resilient:", cfg->g_error_resilient,
width             211 libavcodec/libvpxenc.c            width, "g_pass:",            cfg->g_pass,
width             212 libavcodec/libvpxenc.c            width, "g_lag_in_frames:",   cfg->g_lag_in_frames);
width             216 libavcodec/libvpxenc.c            width, "rc_dropframe_thresh:",   cfg->rc_dropframe_thresh,
width             217 libavcodec/libvpxenc.c            width, "rc_resize_allowed:",     cfg->rc_resize_allowed,
width             218 libavcodec/libvpxenc.c            width, "rc_resize_up_thresh:",   cfg->rc_resize_up_thresh,
width             219 libavcodec/libvpxenc.c            width, "rc_resize_down_thresh:", cfg->rc_resize_down_thresh,
width             220 libavcodec/libvpxenc.c            width, "rc_end_usage:",          cfg->rc_end_usage,
width             221 libavcodec/libvpxenc.c            width, "rc_twopass_stats_in:",   cfg->rc_twopass_stats_in.buf, cfg->rc_twopass_stats_in.sz,
width             222 libavcodec/libvpxenc.c            width, "rc_target_bitrate:",     cfg->rc_target_bitrate);
width             225 libavcodec/libvpxenc.c            width, "rc_min_quantizer:", cfg->rc_min_quantizer,
width             226 libavcodec/libvpxenc.c            width, "rc_max_quantizer:", cfg->rc_max_quantizer);
width             229 libavcodec/libvpxenc.c            width, "rc_undershoot_pct:", cfg->rc_undershoot_pct,
width             230 libavcodec/libvpxenc.c            width, "rc_overshoot_pct:",  cfg->rc_overshoot_pct);
width             232 libavcodec/libvpxenc.c            "  %*s%u\n", width, "ts_number_layers:", cfg->ts_number_layers);
width             235 libavcodec/libvpxenc.c                "\n  %*s", width, "ts_target_bitrate:");
width             243 libavcodec/libvpxenc.c                "\n  %*s", width, "layer_target_bitrate:");
width             251 libavcodec/libvpxenc.c            "\n  %*s", width, "ts_rate_decimator:");
width             256 libavcodec/libvpxenc.c            "\n  %*s%u\n", width, "ts_periodicity:", cfg->ts_periodicity);
width             258 libavcodec/libvpxenc.c            "\n  %*s", width, "ts_layer_id:");
width             264 libavcodec/libvpxenc.c             width, "rc_buf_sz:",         cfg->rc_buf_sz,
width             265 libavcodec/libvpxenc.c             width, "rc_buf_initial_sz:", cfg->rc_buf_initial_sz,
width             266 libavcodec/libvpxenc.c             width, "rc_buf_optimal_sz:", cfg->rc_buf_optimal_sz);
width             269 libavcodec/libvpxenc.c            width, "rc_2pass_vbr_bias_pct:",       cfg->rc_2pass_vbr_bias_pct,
width             270 libavcodec/libvpxenc.c            width, "rc_2pass_vbr_minsection_pct:", cfg->rc_2pass_vbr_minsection_pct,
width             271 libavcodec/libvpxenc.c            width, "rc_2pass_vbr_maxsection_pct:", cfg->rc_2pass_vbr_maxsection_pct);
width             274 libavcodec/libvpxenc.c            width, "rc_2pass_vbr_corpus_complexity:", cfg->rc_2pass_vbr_corpus_complexity);
width             278 libavcodec/libvpxenc.c            width, "kf_mode:",     cfg->kf_mode,
width             279 libavcodec/libvpxenc.c            width, "kf_min_dist:", cfg->kf_min_dist,
width             280 libavcodec/libvpxenc.c            width, "kf_max_dist:", cfg->kf_max_dist);
width             318 libavcodec/libvpxenc.c     int width = -30;
width             322 libavcodec/libvpxenc.c     av_log(avctx, AV_LOG_DEBUG, "  %*s%d\n", width, buf, val);
width             340 libavcodec/libvpxenc.c     int width = -30;
width             344 libavcodec/libvpxenc.c     av_log(avctx, AV_LOG_DEBUG, "  %*s%d\n", width, buf, *val);
width             773 libavcodec/libvpxenc.c     enccfg.g_w            = avctx->width;
width            1030 libavcodec/libvpxenc.c     vpx_img_wrap(&ctx->rawimg, img_fmt, avctx->width, avctx->height, 1,
width            1451 libavcodec/libvpxenc.c static int realloc_alpha_uv(AVCodecContext *avctx, int width, int height)
width            1460 libavcodec/libvpxenc.c         width  != (int)rawimg_alpha->d_w ||
width            1465 libavcodec/libvpxenc.c         vpx_img_wrap(rawimg_alpha, VPX_IMG_FMT_I420, width, height, 1,
width            1503 libavcodec/libvpxenc.c             res = realloc_alpha_uv(avctx, frame->width, frame->height);
width            1542 libavcodec/libvpxenc.c                 vp8_encode_set_roi(avctx, frame->width, frame->height, sd);
width            1544 libavcodec/libvpxenc.c                 vp9_encode_set_roi(avctx, frame->width, frame->height, sd);
width              48 libavcodec/libwebpenc_animencoder.c         s->enc = WebPAnimEncoderNew(avctx->width, avctx->height, &enc_options);
width              93 libavcodec/libwebpenc_common.c     if (avctx->width > WEBP_MAX_DIMENSION || avctx->height > WEBP_MAX_DIMENSION) {
width             109 libavcodec/libwebpenc_common.c     pic->width  = avctx->width;
width             140 libavcodec/libwebpenc_common.c             alt_frame->width  = frame->width;
width             165 libavcodec/libwebpenc_common.c                     for (x = 0; x < frame->width; x+= bs) {
width             170 libavcodec/libwebpenc_common.c                             int w = AV_CEIL_RSHIFT(frame->width , !!p);
width             186 libavcodec/libwebpenc_common.c                                 int w = AV_CEIL_RSHIFT(frame->width , !!p);
width             198 libavcodec/libwebpenc_common.c                                     FFMIN(bs, frame->width-x));
width             382 libavcodec/libx264.c                     int mbx = (frame->width + MB_SIZE - 1) / MB_SIZE;
width             702 libavcodec/libx264.c         int mbn = AV_CEIL_RSHIFT(avctx->width, 4) * AV_CEIL_RSHIFT(avctx->height, 4);
width             846 libavcodec/libx264.c     x4->params.i_width          = avctx->width;
width             159 libavcodec/libx265.c     ctx->params->sourceWidth     = avctx->width;
width             422 libavcodec/libx265.c             int mbx = (frame->width + mb_size - 1) / mb_size;
width             328 libavcodec/libxavs.c     x4->params.i_width              = avctx->width;
width              80 libavcodec/libxavs2.c     xavs2_opt_set2("Width",     "%d", avctx->width);
width             465 libavcodec/libxvid.c     xvid_enc_create.width  =
width             466 libavcodec/libxvid.c     x->xsize               = avctx->width;
width             704 libavcodec/libxvid.c         size = ((avctx->width + 1) & ~1) * ((avctx->height + 1) & ~1);
width             739 libavcodec/libxvid.c     int mb_width  = (avctx->width  + 15) / 16;
width             746 libavcodec/libzvbi-teletextdec.c         avctx->width  = 41 * BITMAP_CHAR_WIDTH;
width              66 libavcodec/ljpegenc.c     const int width       = frame->width;
width              87 libavcodec/ljpegenc.c         if (pb->buf_end - pb->buf - (put_bits_count(pb) >> 3) < width * 4 * 4) {
width              95 libavcodec/ljpegenc.c         for (x = 0; x < width; x++) {
width             200 libavcodec/ljpegenc.c     const int mb_width  = (avctx->width  + s->hsample[0] - 1) / s->hsample[0];
width             230 libavcodec/ljpegenc.c     const int width  = avctx->width;
width             232 libavcodec/ljpegenc.c     const int mb_width  = (width  + s->hsample[0] - 1) / s->hsample[0];
width             239 libavcodec/ljpegenc.c         max_pkt_size += width * height * 3 * 4;
width             241 libavcodec/ljpegenc.c         max_pkt_size += width * height * 4 * 4;
width             310 libavcodec/ljpegenc.c     s->scratch = av_malloc_array(avctx->width + 1, sizeof(*s->scratch));
width             130 libavcodec/loco.c static int loco_decode_plane(LOCOContext *l, uint8_t *data, int width, int height,
width             156 libavcodec/loco.c     for (i = 1; i < width; i++) {
width             170 libavcodec/loco.c         for (i = 1; i < width; i++) {
width             182 libavcodec/loco.c static void rotate_faulty_loco(uint8_t *data, int width, int height, int stride)
width             187 libavcodec/loco.c         if (width>=y) {
width             190 libavcodec/loco.c                     (width-y));
width             192 libavcodec/loco.c                 memmove(data + y*stride + (width-y),
width             218 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height,
width             221 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height,
width             224 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height,
width             228 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height,
width             231 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height / 2,
width             234 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height / 2,
width             238 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[1] + p->linesize[1]*(avctx->height-1), avctx->width, avctx->height,
width             241 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height,
width             244 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[2] + p->linesize[2]*(avctx->height-1), avctx->width, avctx->height,
width             246 libavcodec/loco.c         if (avctx->width & 1) {
width             247 libavcodec/loco.c             rotate_faulty_loco(p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height, -p->linesize[0]);
width             248 libavcodec/loco.c             rotate_faulty_loco(p->data[1] + p->linesize[1]*(avctx->height-1), avctx->width, avctx->height, -p->linesize[1]);
width             249 libavcodec/loco.c             rotate_faulty_loco(p->data[2] + p->linesize[2]*(avctx->height-1), avctx->width, avctx->height, -p->linesize[2]);
width             254 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[1] + p->linesize[1]*(avctx->height-1), avctx->width, avctx->height,
width             257 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height,
width             260 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[2] + p->linesize[2]*(avctx->height-1), avctx->width, avctx->height,
width             263 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[3] + p->linesize[3]*(avctx->height-1), avctx->width, avctx->height,
width             101 libavcodec/lossless_videodsp.c static void add_gradient_pred_c(uint8_t *src, const ptrdiff_t stride, const ptrdiff_t width){
width             104 libavcodec/lossless_videodsp.c     for (i = 0; i < width; i++) {
width              42 libavcodec/lossless_videodsp.h     void (*add_gradient_pred)(uint8_t *src /* align 32 */, const ptrdiff_t stride, const ptrdiff_t width);
width              78 libavcodec/lossless_videoencdsp.c                                ptrdiff_t stride, ptrdiff_t width, int height)
width              83 libavcodec/lossless_videoencdsp.c         for (i = 0; i < width; i++) {
width              40 libavcodec/lossless_videoencdsp.h                           ptrdiff_t stride, ptrdiff_t width, int height);
width              52 libavcodec/m101.c     int min_stride = 2 * avctx->width;
width              64 libavcodec/m101.c         min_stride = (avctx->width + 15) / 16 * 40;
width              82 libavcodec/m101.c             memcpy(line, buf + src_y*stride, 2*avctx->width);
width              88 libavcodec/m101.c             for (block = 0; 16*block < avctx->width; block ++) {
width              90 libavcodec/m101.c                 for (x = 0; x < 16 && x + 16*block < avctx->width; x++) {
width             227 libavcodec/magicyuv.c         int width = AV_CEIL_RSHIFT(avctx->coded_width, s->hshift[i]);
width             243 libavcodec/magicyuv.c             if (get_bits_left(&gb) < bps * width * height)
width             246 libavcodec/magicyuv.c                 for (x = 0; x < width; x++)
width             253 libavcodec/magicyuv.c                 for (x = 0; x < width; x++) {
width             271 libavcodec/magicyuv.c             s->llviddsp.add_left_pred_int16(dst, dst, max, width, 0);
width             274 libavcodec/magicyuv.c                 s->llviddsp.add_left_pred_int16(dst, dst, max, width, 0);
width             278 libavcodec/magicyuv.c                 s->llviddsp.add_left_pred_int16(dst, dst, max, width, dst[-fake_stride]);
width             284 libavcodec/magicyuv.c             s->llviddsp.add_left_pred_int16(dst, dst, max, width, 0);
width             287 libavcodec/magicyuv.c                 s->llviddsp.add_left_pred_int16(dst, dst, max, width, 0);
width             294 libavcodec/magicyuv.c                 for (x = 1; x < width; x++) {
width             305 libavcodec/magicyuv.c             s->llviddsp.add_left_pred_int16(dst, dst, max, width, 0);
width             308 libavcodec/magicyuv.c                 s->llviddsp.add_left_pred_int16(dst, dst, max, width, 0);
width             313 libavcodec/magicyuv.c                 magicyuv_median_pred16(dst, dst - fake_stride, dst, width, &left, &lefttop, max);
width             325 libavcodec/magicyuv.c         int width = avctx->coded_width;
width             331 libavcodec/magicyuv.c             for (k = 0; k < width; k++) {
width             357 libavcodec/magicyuv.c         int width = AV_CEIL_RSHIFT(avctx->coded_width, s->hshift[i]);
width             373 libavcodec/magicyuv.c             if (get_bits_left(&gb) < 8* width * height)
width             376 libavcodec/magicyuv.c                 for (x = 0; x < width; x++)
width             383 libavcodec/magicyuv.c                 for (x = 0; x < width; x++) {
width             401 libavcodec/magicyuv.c             s->llviddsp.add_left_pred(dst, dst, width, 0);
width             404 libavcodec/magicyuv.c                 s->llviddsp.add_left_pred(dst, dst, width, 0);
width             408 libavcodec/magicyuv.c                 s->llviddsp.add_left_pred(dst, dst, width, dst[-fake_stride]);
width             414 libavcodec/magicyuv.c             s->llviddsp.add_left_pred(dst, dst, width, 0);
width             417 libavcodec/magicyuv.c                 s->llviddsp.add_left_pred(dst, dst, width, 0);
width             420 libavcodec/magicyuv.c             min_width = FFMIN(width, 32);
width             431 libavcodec/magicyuv.c                 if (width > 32)
width             432 libavcodec/magicyuv.c                     s->llviddsp.add_gradient_pred(dst + 32, fake_stride, width - 32);
width             438 libavcodec/magicyuv.c             s->llviddsp.add_left_pred(dst, dst, width, 0);
width             441 libavcodec/magicyuv.c                 s->llviddsp.add_left_pred(dst, dst, width, 0);
width             447 libavcodec/magicyuv.c                                              dst, width, &left, &lefttop);
width             459 libavcodec/magicyuv.c         int width = avctx->coded_width;
width             465 libavcodec/magicyuv.c             s->llviddsp.add_bytes(b, g, width);
width             466 libavcodec/magicyuv.c             s->llviddsp.add_bytes(r, g, width);
width             525 libavcodec/magicyuv.c     int width, height, format, version, table_size;
width             635 libavcodec/magicyuv.c     width  = bytestream2_get_le32(&gbyte);
width             637 libavcodec/magicyuv.c     ret = ff_set_dimensions(avctx, width, height);
width              71 libavcodec/magicyuvenc.c                     ptrdiff_t stride, int width, int height);
width              76 libavcodec/magicyuvenc.c                          int width, int height)
width              81 libavcodec/magicyuvenc.c     for (i = 0; i < width; i++) {
width              85 libavcodec/magicyuvenc.c     dst += width;
width              89 libavcodec/magicyuvenc.c         for (i = 0; i < width; i++) {
width              93 libavcodec/magicyuvenc.c         dst += width;
width             100 libavcodec/magicyuvenc.c                              int width, int height)
width             105 libavcodec/magicyuvenc.c     for (i = 0; i < width; i++) {
width             109 libavcodec/magicyuvenc.c     dst += width;
width             115 libavcodec/magicyuvenc.c         for (i = 1; i < width; i++) {
width             121 libavcodec/magicyuvenc.c         dst += width;
width             128 libavcodec/magicyuvenc.c                            int width, int height)
width             133 libavcodec/magicyuvenc.c     for (i = 0; i < width; i++) {
width             137 libavcodec/magicyuvenc.c     dst += width;
width             141 libavcodec/magicyuvenc.c         s->llvidencdsp.sub_median_pred(dst, src - stride, src, width, &left, &lefttop);
width             142 libavcodec/magicyuvenc.c         dst += width;
width             203 libavcodec/magicyuvenc.c         s->slices[i] = av_malloc(avctx->width * (avctx->height + 2) +
width             240 libavcodec/magicyuvenc.c     bytestream2_put_le32(&pb, avctx->width);
width             242 libavcodec/magicyuvenc.c     bytestream2_put_le32(&pb, avctx->width);
width             276 libavcodec/magicyuvenc.c static void count_usage(uint8_t *src, int width,
width             282 libavcodec/magicyuvenc.c         for (i = 0; i < width; i++) {
width             285 libavcodec/magicyuvenc.c         src += width;
width             365 libavcodec/magicyuvenc.c                         int width, int height,
width             371 libavcodec/magicyuvenc.c     count_usage(dst, width, height, counts);
width             391 libavcodec/magicyuvenc.c                         int width, int height, HuffEntry *he, int prediction)
width             403 libavcodec/magicyuvenc.c         for (i = 0; i < width; i++) {
width             408 libavcodec/magicyuvenc.c         src += width;
width             428 libavcodec/magicyuvenc.c     const int width = avctx->width, height = avctx->height;
width             431 libavcodec/magicyuvenc.c     ret = ff_alloc_packet2(avctx, pkt, (256 + 4 * s->nb_slices + width * height) *
width             449 libavcodec/magicyuvenc.c     bytestream2_put_le32(&pb, avctx->width);
width             451 libavcodec/magicyuvenc.c     bytestream2_put_le32(&pb, avctx->width);
width             479 libavcodec/magicyuvenc.c             s->llvidencdsp.diff_bytes(b, b, g, width);
width             480 libavcodec/magicyuvenc.c             s->llvidencdsp.diff_bytes(r, r, g, width);
width             492 libavcodec/magicyuvenc.c                                p->width, p->height);
width             501 libavcodec/magicyuvenc.c                            AV_CEIL_RSHIFT(frame->width, s->hshift[i]),
width             511 libavcodec/magicyuvenc.c                      AV_CEIL_RSHIFT(frame->width,  s->hshift[i]),
width             524 libavcodec/magicyuvenc.c                                   AV_CEIL_RSHIFT(frame->width,  s->hshift[i]),
width             113 libavcodec/mediacodec_sw_buffer.c             int j, width;
width             117 libavcodec/mediacodec_sw_buffer.c                 width = avctx->width;
width             119 libavcodec/mediacodec_sw_buffer.c                 width = FFMIN(frame->linesize[i], FFALIGN(avctx->width, 2) / 2);
width             123 libavcodec/mediacodec_sw_buffer.c                 memcpy(dst, src, width);
width             161 libavcodec/mediacodec_sw_buffer.c             int j, width;
width             165 libavcodec/mediacodec_sw_buffer.c                 width = avctx->width;
width             167 libavcodec/mediacodec_sw_buffer.c                 width = FFMIN(frame->linesize[i], FFALIGN(avctx->width, 2));
width             171 libavcodec/mediacodec_sw_buffer.c                 memcpy(dst, src, width);
width             209 libavcodec/mediacodec_sw_buffer.c             int j, width;
width             213 libavcodec/mediacodec_sw_buffer.c                 width = avctx->width;
width             215 libavcodec/mediacodec_sw_buffer.c                 width = FFMIN(frame->linesize[i], FFALIGN(avctx->width, 2));
width             219 libavcodec/mediacodec_sw_buffer.c                 memcpy(dst, src, width);
width             279 libavcodec/mediacodec_sw_buffer.c     size_t width = frame->width;
width             283 libavcodec/mediacodec_sw_buffer.c     const size_t tile_w = (width - 1) / QCOM_TILE_WIDTH + 1;
width             293 libavcodec/mediacodec_sw_buffer.c         size_t row_width = width;
width             365 libavcodec/mediacodecdec.c     ff_AMediaFormat_setInt32(format, "width", avctx->width);
width             284 libavcodec/mediacodecdec_common.c     frame->width = avctx->width;
width             366 libavcodec/mediacodecdec_common.c     frame->width = avctx->width;
width             400 libavcodec/mediacodecdec_common.c             avctx->width, s->stride, avctx->height, s->slice_height,
width             452 libavcodec/mediacodecdec_common.c     int width = 0;
width             471 libavcodec/mediacodecdec_common.c     AMEDIAFORMAT_GET_INT32(s->width,  "width", 1);
width             475 libavcodec/mediacodecdec_common.c     s->stride = s->stride > 0 ? s->stride : s->width;
width             483 libavcodec/mediacodecdec_common.c         s->stride = avctx->width;
width             502 libavcodec/mediacodecdec_common.c     width = s->crop_right + 1 - s->crop_left;
width             511 libavcodec/mediacodecdec_common.c             (AVRational){ width, height });
width             533 libavcodec/mediacodecdec_common.c         width, height);
width             536 libavcodec/mediacodecdec_common.c     return ff_set_dimensions(avctx, width, height);
width              55 libavcodec/mediacodecdec_common.h     int width;
width              42 libavcodec/metasound.c static void add_peak(float period, int width, const float *shape,
width              49 libavcodec/metasound.c     for (i = 0; i < width / 2; i++)
width              52 libavcodec/metasound.c     for (i = 1; i < ROUNDED_DIV(len, width); i++) {
width              54 libavcodec/metasound.c         for (j = -width / 2; j < (width + 1) / 2; j++)
width              60 libavcodec/metasound.c     for (j = -width / 2; j < (width + 1) / 2 && shape < shape_end; j++)
width              70 libavcodec/metasound.c     int width;
width             102 libavcodec/metasound.c     width = (int)(some_mult / (mtab->size / period) * mtab->ppc_shape_len);
width             104 libavcodec/metasound.c         width = (int)((2.0 / period + 1) * width + 0.5);
width             112 libavcodec/metasound.c     add_peak(period, width, shape, ppc_gain, speech, mtab->ppc_shape_len);
width             310 libavcodec/mfenc.c     size = av_image_get_buffer_size(avctx->pix_fmt, avctx->width, avctx->height, 1);
width             332 libavcodec/mfenc.c                                   avctx->pix_fmt, avctx->width, avctx->height, 1);
width             640 libavcodec/mfenc.c     ff_MFSetAttributeSize((IMFAttributes *)type, &MF_MT_FRAME_SIZE, avctx->width, avctx->height);
width              64 libavcodec/midivid.c         nb_blocks = (avctx->width / 2) * (avctx->height / 2);
width              69 libavcodec/midivid.c         skip_linesize = avctx->width >> 1;
width              71 libavcodec/midivid.c         mask_size = (FFALIGN(avctx->width, 32) >> 2) * (avctx->height >> 2) >> 3;
width              72 libavcodec/midivid.c         padding = (FFALIGN(avctx->width, 32) - avctx->width) >> 2;
width              84 libavcodec/midivid.c             for (int x = 0; x < avctx->width >> 2; x++) {
width             114 libavcodec/midivid.c         for (int x = 0; x < avctx->width; x += 2) {
width             239 libavcodec/midivid.c     int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
width             241 libavcodec/midivid.c     if (avctx->width & 3 || avctx->height & 3)
width             246 libavcodec/midivid.c                avctx->width, avctx->height);
width             255 libavcodec/midivid.c     s->skip = av_calloc(avctx->width >> 1, avctx->height >> 1);
width             362 libavcodec/mimic.c     int width, height;
width             374 libavcodec/mimic.c     width      = bytestream2_get_le16u(&gb);
width             384 libavcodec/mimic.c         if (!(width == 160 && height == 120) &&
width             385 libavcodec/mimic.c             !(width == 320 && height == 240)) {
width             390 libavcodec/mimic.c         res = ff_set_dimensions(avctx, width, height);
width             398 libavcodec/mimic.c             ctx->num_hblocks[i] =                width >> (3 + !!i);
width             400 libavcodec/mimic.c     } else if (width != ctx->avctx->width || height != ctx->avctx->height) {
width            1179 libavcodec/mips/hevc_lpf_sao_msa.c                                                 int32_t width, int32_t height)
width            1204 libavcodec/mips/hevc_lpf_sao_msa.c         for (w_cnt = 16; w_cnt < width; w_cnt += 16) {
width            1446 libavcodec/mips/hevc_lpf_sao_msa.c                                                         int32_t width,
width            1472 libavcodec/mips/hevc_lpf_sao_msa.c         for (v_cnt = 0; v_cnt < width; v_cnt += 16) {
width            1770 libavcodec/mips/hevc_lpf_sao_msa.c                                                          int32_t width,
width            1789 libavcodec/mips/hevc_lpf_sao_msa.c     for (v_cnt = 0; v_cnt < width; v_cnt += 16) {
width            2101 libavcodec/mips/hevc_lpf_sao_msa.c                                                          int32_t width,
width            2128 libavcodec/mips/hevc_lpf_sao_msa.c         for (v_cnt = 0; v_cnt < width; v_cnt += 16) {
width            2448 libavcodec/mips/hevc_lpf_sao_msa.c                                                           int32_t width,
width            2474 libavcodec/mips/hevc_lpf_sao_msa.c         for (v_cnt = 0; v_cnt < width; v_cnt += 16) {
width            2599 libavcodec/mips/hevc_lpf_sao_msa.c                                      int width, int height)
width            2601 libavcodec/mips/hevc_lpf_sao_msa.c     if (width >> 4) {
width            2604 libavcodec/mips/hevc_lpf_sao_msa.c                                             width - (width % 16), height);
width            2605 libavcodec/mips/hevc_lpf_sao_msa.c         dst += width - (width % 16);
width            2606 libavcodec/mips/hevc_lpf_sao_msa.c         src += width - (width % 16);
width            2607 libavcodec/mips/hevc_lpf_sao_msa.c         width %= 16;
width            2610 libavcodec/mips/hevc_lpf_sao_msa.c     if (width >> 3) {
width            2615 libavcodec/mips/hevc_lpf_sao_msa.c         width %= 8;
width            2618 libavcodec/mips/hevc_lpf_sao_msa.c     if (width) {
width            2627 libavcodec/mips/hevc_lpf_sao_msa.c                                    int eo, int width, int height)
width            2633 libavcodec/mips/hevc_lpf_sao_msa.c         if (width >> 4) {
width            2637 libavcodec/mips/hevc_lpf_sao_msa.c                                                         width - (width % 16),
width            2639 libavcodec/mips/hevc_lpf_sao_msa.c             dst += width - (width % 16);
width            2640 libavcodec/mips/hevc_lpf_sao_msa.c             src += width - (width % 16);
width            2641 libavcodec/mips/hevc_lpf_sao_msa.c             width %= 16;
width            2644 libavcodec/mips/hevc_lpf_sao_msa.c         if (width >> 3) {
width            2650 libavcodec/mips/hevc_lpf_sao_msa.c             width %= 8;
width            2653 libavcodec/mips/hevc_lpf_sao_msa.c         if (width) {
width            2661 libavcodec/mips/hevc_lpf_sao_msa.c         if (width >> 4) {
width            2665 libavcodec/mips/hevc_lpf_sao_msa.c                                                          width - (width % 16),
width            2667 libavcodec/mips/hevc_lpf_sao_msa.c             dst += width - (width % 16);
width            2668 libavcodec/mips/hevc_lpf_sao_msa.c             src += width - (width % 16);
width            2669 libavcodec/mips/hevc_lpf_sao_msa.c             width %= 16;
width            2672 libavcodec/mips/hevc_lpf_sao_msa.c         if (width >> 3) {
width            2678 libavcodec/mips/hevc_lpf_sao_msa.c             width %= 8;
width            2681 libavcodec/mips/hevc_lpf_sao_msa.c         if (width) {
width            2689 libavcodec/mips/hevc_lpf_sao_msa.c         if (width >> 4) {
width            2693 libavcodec/mips/hevc_lpf_sao_msa.c                                                          width - (width % 16),
width            2695 libavcodec/mips/hevc_lpf_sao_msa.c             dst += width - (width % 16);
width            2696 libavcodec/mips/hevc_lpf_sao_msa.c             src += width - (width % 16);
width            2697 libavcodec/mips/hevc_lpf_sao_msa.c             width %= 16;
width            2700 libavcodec/mips/hevc_lpf_sao_msa.c         if (width >> 3) {
width            2706 libavcodec/mips/hevc_lpf_sao_msa.c             width %= 8;
width            2709 libavcodec/mips/hevc_lpf_sao_msa.c         if (width) {
width            2717 libavcodec/mips/hevc_lpf_sao_msa.c         if (width >> 4) {
width            2721 libavcodec/mips/hevc_lpf_sao_msa.c                                                           width - (width % 16),
width            2723 libavcodec/mips/hevc_lpf_sao_msa.c             dst += width - (width % 16);
width            2724 libavcodec/mips/hevc_lpf_sao_msa.c             src += width - (width % 16);
width            2725 libavcodec/mips/hevc_lpf_sao_msa.c             width %= 16;
width            2728 libavcodec/mips/hevc_lpf_sao_msa.c         if (width >> 3) {
width            2734 libavcodec/mips/hevc_lpf_sao_msa.c             width %= 8;
width            2737 libavcodec/mips/hevc_lpf_sao_msa.c         if (width) {
width            1453 libavcodec/mips/hevc_mc_bi_msa.c                                            int32_t height, int32_t width)
width            1478 libavcodec/mips/hevc_mc_bi_msa.c     for (cnt = (width >> 4); cnt--;) {
width            1752 libavcodec/mips/hevc_mc_bi_msa.c                                           int32_t height, int32_t width)
width            1790 libavcodec/mips/hevc_mc_bi_msa.c     for (cnt = width >> 3; cnt--;) {
width            4515 libavcodec/mips/hevc_mc_bi_msa.c                                           int32_t width)
width            4552 libavcodec/mips/hevc_mc_bi_msa.c     for (cnt = width >> 3; cnt--;) {
width            4919 libavcodec/mips/hevc_mc_bi_msa.c                                                    int width)             \
width            4946 libavcodec/mips/hevc_mc_bi_msa.c                                                       int width)             \
width            5000 libavcodec/mips/hevc_mc_bi_msa.c                                                    int width)             \
width            1710 libavcodec/mips/hevc_mc_biw_msa.c                                               int32_t width)
width            1746 libavcodec/mips/hevc_mc_biw_msa.c     for (cnt = (width >> 4); cnt--;) {
width            5422 libavcodec/mips/hevc_mc_biw_msa.c                                              int32_t width)
width            5470 libavcodec/mips/hevc_mc_biw_msa.c     for (cnt = width >> 3; cnt--;) {
width            5920 libavcodec/mips/hevc_mc_biw_msa.c                                                      int width)              \
width            5959 libavcodec/mips/hevc_mc_biw_msa.c                                                         int width)            \
width            6021 libavcodec/mips/hevc_mc_biw_msa.c                                                      int width)             \
width            1214 libavcodec/mips/hevc_mc_uni_msa.c                                       int32_t width)
width            1232 libavcodec/mips/hevc_mc_uni_msa.c     for (cnt = (width >> 4); cnt--;) {
width            1475 libavcodec/mips/hevc_mc_uni_msa.c                                            int32_t height, int32_t width)
width            1510 libavcodec/mips/hevc_mc_uni_msa.c     for (cnt = width >> 3; cnt--;) {
width            4042 libavcodec/mips/hevc_mc_uni_msa.c                                                     int width)             \
width            4065 libavcodec/mips/hevc_mc_uni_msa.c                                                        int width)              \
width            4117 libavcodec/mips/hevc_mc_uni_msa.c                                                     int width)             \
width            1892 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t width)
width            1935 libavcodec/mips/hevc_mc_uniw_msa.c     for (cnt = width >> 3; cnt--;) {
width            5266 libavcodec/mips/hevc_mc_uniw_msa.c                                                       int width)             \
width            5298 libavcodec/mips/hevc_mc_uniw_msa.c                                                          int width)           \
width            5355 libavcodec/mips/hevc_mc_uniw_msa.c                                                       int width)              \
width              33 libavcodec/mips/hevcdsp_mips.h                                                      int width)
width             112 libavcodec/mips/hevcdsp_mips.h                                                          int width)
width             196 libavcodec/mips/hevcdsp_mips.h                                                            int width)
width             276 libavcodec/mips/hevcdsp_mips.h                                                         int width)
width             363 libavcodec/mips/hevcdsp_mips.h                                                           int width)
width             457 libavcodec/mips/hevcdsp_mips.h                                      int width, int height);
width             462 libavcodec/mips/hevcdsp_mips.h                                    int eo, int width, int height);
width             490 libavcodec/mips/hevcdsp_mips.h                                                       int width)
width             518 libavcodec/mips/hevcdsp_mips.h                                                          int width)
width             561 libavcodec/mips/hevcdsp_mips.h                                                           int width)
width              30 libavcodec/mips/hevcdsp_mmi.c                                         intptr_t my, int width)          \
width             127 libavcodec/mips/hevcdsp_mmi.c                                      intptr_t my, int width)             \
width             324 libavcodec/mips/hevcdsp_mmi.c                                            int width)                   \
width             337 libavcodec/mips/hevcdsp_mmi.c     x = width >> 2;                                                     \
width             456 libavcodec/mips/hevcdsp_mmi.c                                             int width)                  \
width             473 libavcodec/mips/hevcdsp_mmi.c     x = width >> 2;                                                     \
width             549 libavcodec/mips/hevcdsp_mmi.c     x = width >> 2;                                                     \
width             685 libavcodec/mips/hevcdsp_mmi.c                                             int width)                  \
width             701 libavcodec/mips/hevcdsp_mmi.c     x = width >> 2;                                                     \
width             763 libavcodec/mips/hevcdsp_mmi.c     x = width >> 2;                                                     \
width             871 libavcodec/mips/hevcdsp_mmi.c                                                int width)                 \
width             883 libavcodec/mips/hevcdsp_mmi.c     x = width >> 3;                                                       \
width             982 libavcodec/mips/hevcdsp_mmi.c                                              int width)                 \
width             999 libavcodec/mips/hevcdsp_mmi.c     x = width >> 2;                                                     \
width            1075 libavcodec/mips/hevcdsp_mmi.c     x = width >> 2;                                                     \
width            1216 libavcodec/mips/hevcdsp_msa.c                                         int32_t width)
width            1238 libavcodec/mips/hevcdsp_msa.c     for (cnt = width >> 4; cnt--;) {
width            1473 libavcodec/mips/hevcdsp_msa.c                                        int32_t height, int32_t width)
width            1507 libavcodec/mips/hevcdsp_msa.c     for (cnt = width >> 3; cnt--;) {
width            4217 libavcodec/mips/hevcdsp_msa.c                                                 int width)                \
width            4241 libavcodec/mips/hevcdsp_msa.c                                                    int width)             \
width            4292 libavcodec/mips/hevcdsp_msa.c                                                 int width)              \
width            1961 libavcodec/mips/hevcpred_msa.c           (s->ps.sps->width) ? (s->ps.sps->width) : (x0 + 2 * size_in_luma_h)) -
width            2094 libavcodec/mips/hevcpred_msa.c                 s->ps.sps->width ? 2 * 16 : (s->ps.sps->width - x0) >> hshift;
width            2100 libavcodec/mips/hevcpred_msa.c                 size_max_x = x0 + ((16) << hshift) < s->ps.sps->width ?
width            2101 libavcodec/mips/hevcpred_msa.c                     16 : (s->ps.sps->width - x0) >> hshift;
width            2478 libavcodec/mips/hevcpred_msa.c           (s->ps.sps->width) ? (s->ps.sps->width) : (x0 + 2 * size_in_luma_h)) -
width            2609 libavcodec/mips/hevcpred_msa.c                 s->ps.sps->width ? 2 * 32 : (s->ps.sps->width - x0) >> hshift;
width            2615 libavcodec/mips/hevcpred_msa.c                 size_max_x = x0 + ((32) << hshift) < s->ps.sps->width ?
width            2616 libavcodec/mips/hevcpred_msa.c                     32 : (s->ps.sps->width - x0) >> hshift;
width            1166 libavcodec/mips/hpeldsp_msa.c                                   int32_t height, int32_t width)
width            1173 libavcodec/mips/hpeldsp_msa.c     for (cnt = (width >> 4); cnt--;) {
width              67 libavcodec/mips/pixblockdsp_msa.c                                   int32_t height, int32_t width)
width              74 libavcodec/mips/pixblockdsp_msa.c     for (cnt = (width >> 4); cnt--;) {
width            2288 libavcodec/mips/vp8_mc_msa.c                                   int32_t height, int32_t width)
width            2294 libavcodec/mips/vp8_mc_msa.c     for (cnt = (width >> 4); cnt--;) {
width             138 libavcodec/mips/vp9_mc_mmi.c           [src]"+&r"(src),          [width]"+&r"(w),
width             233 libavcodec/mips/vp9_mc_mmi.c           [width]"+&r"(w),          [height]"+&r"(h),
width             320 libavcodec/mips/vp9_mc_mmi.c           [src]"+&r"(src),          [width]"+&r"(w),
width             426 libavcodec/mips/vp9_mc_mmi.c           [width]"+&r"(w),          [height]"+&r"(h),
width             476 libavcodec/mips/vp9_mc_mmi.c           [width]"+&r"(w),        [height]"+&r"(h)
width             659 libavcodec/mips/vp9_mc_msa.c                                       int32_t width)
width             677 libavcodec/mips/vp9_mc_msa.c     for (cnt = (width >> 4); cnt--;) {
width            1427 libavcodec/mips/vp9_mc_msa.c                                                    int32_t width)
width            1445 libavcodec/mips/vp9_mc_msa.c     for (cnt = (width >> 4); cnt--;) {
width             307 libavcodec/mjpegdec.c     int len, nb_components, i, width, height, bits, ret, size_change;
width             340 libavcodec/mjpegdec.c     width  = get_bits(&s->gb, 16);
width             343 libavcodec/mjpegdec.c     if (s->interlaced && s->width == width && s->height == height + 1)
width             346 libavcodec/mjpegdec.c     av_log(s->avctx, AV_LOG_DEBUG, "sof0: picture: %dx%d\n", width, height);
width             347 libavcodec/mjpegdec.c     if (av_image_check_size(width, height, 0, s->avctx) < 0)
width             349 libavcodec/mjpegdec.c     if (s->buf_size && (width + 7) / 8 * ((height + 7) / 8) > s->buf_size * 4LL)
width             421 libavcodec/mjpegdec.c             width *= 2;
width             429 libavcodec/mjpegdec.c     if (width != s->width || height != s->height || bits != s->bits ||
width             434 libavcodec/mjpegdec.c         s->width      = width;
width             454 libavcodec/mjpegdec.c         ret = ff_set_dimensions(s->avctx, width, height);
width             733 libavcodec/mjpegdec.c                 s->width, s->height, s->linesize[0], s->linesize[1],
width             748 libavcodec/mjpegdec.c         int bw = (width  + s->h_max * 8 - 1) / (s->h_max * 8);
width            1065 libavcodec/mjpegdec.c     unsigned width;
width            1090 libavcodec/mjpegdec.c         width = s->mb_width / nb_components; /* Interleaved, width stored is the total so need to divide */
width            1092 libavcodec/mjpegdec.c         width = s->mb_width;
width            1094 libavcodec/mjpegdec.c     av_fast_malloc(&s->ljpeg_buffer, &s->ljpeg_buffer_size, width * 4 * sizeof(s->ljpeg_buffer[0][0]));
width            1112 libavcodec/mjpegdec.c         if ((mb_y * s->width) % s->restart_interval == 0) {
width            1117 libavcodec/mjpegdec.c         for (mb_x = 0; mb_x < width; mb_x++) {
width            1200 libavcodec/mjpegdec.c                 for (mb_x = 0; mb_x < width; mb_x++)
width            1203 libavcodec/mjpegdec.c                 for (mb_x = 0; mb_x < width; mb_x++) {
width            1276 libavcodec/mjpegdec.c                         if (   h * mb_x + x >= s->width
width            1347 libavcodec/mjpegdec.c                         if (   h * mb_x + x >= s->width
width            1437 libavcodec/mjpegdec.c     chroma_width  = AV_CEIL_RSHIFT(s->width,  chroma_h_shift);
width            1476 libavcodec/mjpegdec.c                     if (   8*(h * mb_x + x) < ((c == 1) || (c == 2) ? chroma_width  : s->width)
width            1598 libavcodec/mjpegdec.c         int mb_width     = (s->width  + h * block_size - 1) / (h * block_size);
width            1636 libavcodec/mjpegdec.c         if (reference->width  != s->picture_ptr->width  ||
width            1704 libavcodec/mjpegdec.c         s->mb_width  = (s->width  + s->h_max * block_size - 1) / (s->h_max * block_size);
width            1709 libavcodec/mjpegdec.c         s->mb_width     = (s->width  + h * block_size - 1) / (h * block_size);
width            2520 libavcodec/mjpegdec.c                 int qpw = (s->width + 15) / 16;
width            2607 libavcodec/mjpegdec.c             int w = s->width;
width            2669 libavcodec/mjpegdec.c             int w = s->width;
width            2700 libavcodec/mjpegdec.c             int w = s->picture_ptr->width;
width            2718 libavcodec/mjpegdec.c         int w = s->picture_ptr->width;
width            2741 libavcodec/mjpegdec.c         int w = s->picture_ptr->width;
width              83 libavcodec/mjpegdec.h     int width, height;
width              50 libavcodec/mjpegenc.c     s->mb_width  = (s->width  + 15) / 16;
width              77 libavcodec/mjpegenc.c     if (s->width > 65500 || s->height > 65500) {
width             295 libavcodec/mjpegenc.c             if (16*s->mb_x+8 < s->width) {
width             324 libavcodec/mjpegenc.c             if (16*s->mb_x+8 < s->width) {
width             129 libavcodec/mjpegenc_common.c         put_bits(p, 16, (avctx->width-1)/(8*hsample[0]) + 1);
width             286 libavcodec/mjpegenc_common.c     put_bits(pb, 16, avctx->width);
width             317 libavcodec/mmaldec.c     if ((ret = ff_set_dimensions(avctx, format_out->es->video.crop.x + format_out->es->video.crop.width,
width             391 libavcodec/mmaldec.c     format_in->es->video.width = FFALIGN(avctx->width, 32);
width             393 libavcodec/mmaldec.c     format_in->es->video.crop.width = avctx->width;
width             642 libavcodec/mmaldec.c         int w = FFALIGN(avctx->width, 32);
width             654 libavcodec/mmaldec.c                       avctx->pix_fmt, avctx->width, avctx->height);
width              64 libavcodec/mmvideo.c     if (!avctx->width || !avctx->height ||
width              65 libavcodec/mmvideo.c         (avctx->width & 1) || (avctx->height & 1)) {
width              67 libavcodec/mmvideo.c                avctx->width, avctx->height);
width             114 libavcodec/mmvideo.c         if (run_length > s->avctx->width - x)
width             124 libavcodec/mmvideo.c         if (x >= s->avctx->width) {
width             165 libavcodec/mmvideo.c                 if (x + half_horiz >= s->avctx->width)
width             162 libavcodec/motion_est.c                     av_assert2((fx>>1) + 16*s->mb_x <= s->width);
width             166 libavcodec/motion_est.c                     av_assert2((bx>>1) + 16*s->mb_x <= s->width);
width             536 libavcodec/motion_est.c         c->xmax = - x + s->width;
width             582 libavcodec/motion_est.c     int safety_clipping= s->unrestricted_mv && (s->width&15) && (s->height&15);
width             595 libavcodec/motion_est.c             c->xmax = - 16*s->mb_x + s->width  - 8*(block &1);
width            1426 libavcodec/motion_est.c         xmax= FFMIN(xmax, s->width - max);
width              69 libavcodec/motionpixels.c     int w4 = (avctx->width  + 3) & ~3;
width              80 libavcodec/motionpixels.c     mp->changes_map = av_mallocz_array(avctx->width, h4);
width              81 libavcodec/motionpixels.c     mp->offset_bits_len = av_log2(avctx->width * avctx->height) + 1;
width             112 libavcodec/motionpixels.c         x = offset % mp->avctx->width;
width             113 libavcodec/motionpixels.c         y = offset / mp->avctx->width;
width             116 libavcodec/motionpixels.c         w = FFMIN(w, mp->avctx->width  - x);
width             124 libavcodec/motionpixels.c             offset += mp->avctx->width;
width             212 libavcodec/motionpixels.c     const int y0 = y * mp->avctx->width;
width             220 libavcodec/motionpixels.c     while (x < mp->avctx->width) {
width             224 libavcodec/motionpixels.c                 if (mp->changes_map[y0 + x + mp->avctx->width] < w ||
width             225 libavcodec/motionpixels.c                     mp->changes_map[y0 + x + mp->avctx->width * 2] < w ||
width             226 libavcodec/motionpixels.c                     mp->changes_map[y0 + x + mp->avctx->width * 3] < w) {
width             228 libavcodec/motionpixels.c                         mp->hpt[((y / 4) * mp->avctx->width + i) / 4] = mp_get_yuv_from_rgb(mp, i, y);
width             244 libavcodec/motionpixels.c                     mp->hpt[((y / 4) * mp->avctx->width + x) / 4] = p;
width             246 libavcodec/motionpixels.c                     p.v = mp->hpt[((y / 4) * mp->avctx->width + x) / 4].v;
width             247 libavcodec/motionpixels.c                     p.u = mp->hpt[((y / 4) * mp->avctx->width + x) / 4].u;
width             264 libavcodec/motionpixels.c         if (mp->changes_map[y * mp->avctx->width] != 0) {
width             308 libavcodec/motionpixels.c     memset(mp->changes_map, 0, avctx->width * avctx->height);
width            1226 libavcodec/mpeg12dec.c                                   (AVRational) { s1->pan_scan.width,
width            1228 libavcodec/mpeg12dec.c                          (AVRational) { s->width, s->height });
width            1234 libavcodec/mpeg12dec.c             if ((s1->pan_scan.width == 0) || (s1->pan_scan.height == 0) ||
width            1239 libavcodec/mpeg12dec.c                              (AVRational) { s->width, s->height });
width            1243 libavcodec/mpeg12dec.c                              (AVRational) { s1->pan_scan.width, s1->pan_scan.height });
width            1260 libavcodec/mpeg12dec.c     if (av_image_check_sar(s->width, s->height,
width            1269 libavcodec/mpeg12dec.c         avctx->coded_width       != s->width                ||
width            1271 libavcodec/mpeg12dec.c         s1->save_width           != s->width                ||
width            1284 libavcodec/mpeg12dec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width            1295 libavcodec/mpeg12dec.c         s1->save_width           = s->width;
width            1414 libavcodec/mpeg12dec.c     s->width  |= (horiz_size_ext << 12);
width            1461 libavcodec/mpeg12dec.c     s1->pan_scan.width  = 16 * w;
width            2096 libavcodec/mpeg12dec.c     int width, height;
width            2101 libavcodec/mpeg12dec.c     width  = get_bits(&s->gb, 12);
width            2103 libavcodec/mpeg12dec.c     if (width == 0 || height == 0) {
width            2156 libavcodec/mpeg12dec.c     s->width  = width;
width            2192 libavcodec/mpeg12dec.c     s->width            = avctx->coded_width;
width            2228 libavcodec/mpeg12dec.c     s1->save_width           = s->width;
width            2539 libavcodec/mpeg12dec.c             if (s2->width <= 0 || s2->height <= 0) {
width            2541 libavcodec/mpeg12dec.c                        s2->width, s2->height);
width             172 libavcodec/mpeg12enc.c             if (avctx->width <= 720 && avctx->height <= 608)
width             182 libavcodec/mpeg12enc.c             if (avctx->width <= 720 && avctx->height <= 576)
width             184 libavcodec/mpeg12enc.c             else if (avctx->width <= 1440)
width             191 libavcodec/mpeg12enc.c     if ((avctx->width & 0xFFF) == 0 && (avctx->height & 0xFFF) == 1) {
width             197 libavcodec/mpeg12enc.c         if ((avctx->width & 0xFFF) == 0 || (avctx->height & 0xFFF) == 0) {
width             259 libavcodec/mpeg12enc.c         put_sbits(&s->pb, 12, s->width  & 0xFFF);
width             267 libavcodec/mpeg12enc.c                 error -= (1LL<<32)*ff_mpeg2_aspect[i].num * s->height / s->width / ff_mpeg2_aspect[i].den;
width             301 libavcodec/mpeg12enc.c             s->width  <= 768                                    &&
width             319 libavcodec/mpeg12enc.c             int width = s->width;
width             333 libavcodec/mpeg12enc.c             put_bits(&s->pb, 2, s->width  >> 12);
width             345 libavcodec/mpeg12enc.c                 if (pan_scan->width && pan_scan->height) {
width             346 libavcodec/mpeg12enc.c                     width = pan_scan->width >> 4;
width             351 libavcodec/mpeg12enc.c             use_seq_disp_ext = (width != s->width ||
width             366 libavcodec/mpeg12enc.c                 put_bits(&s->pb, 14, width);                    // display_horizontal_size
width              99 libavcodec/mpeg4video_parser.c     if (s->width && (!avctx->width || !avctx->height ||
width             101 libavcodec/mpeg4video_parser.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width             182 libavcodec/mpeg4videodec.c     int w     = s->width;
width             191 libavcodec/mpeg4videodec.c     const int vop_ref[4][2] = { { 0, 0 },         { s->width, 0 },
width             192 libavcodec/mpeg4videodec.c                                 { 0, s->height }, { s->width, s->height } };
width            2153 libavcodec/mpeg4videodec.c     int width, height, vo_ver_id;
width            2257 libavcodec/mpeg4videodec.c             width = get_bits(gb, 13);
width            2261 libavcodec/mpeg4videodec.c             if (width && height &&  /* they should be non zero but who knows */
width            2262 libavcodec/mpeg4videodec.c                 !(s->width && s->codec_tag == AV_RL32("MP4S"))) {
width            2263 libavcodec/mpeg4videodec.c                 if (s->width && s->height &&
width            2264 libavcodec/mpeg4videodec.c                     (s->width != width || s->height != height))
width            2266 libavcodec/mpeg4videodec.c                 s->width  = width;
width            2968 libavcodec/mpeg4videodec.c         s->h_edge_pos = s->width;
width            3135 libavcodec/mpeg4videodec.c     int width, height;
width            3178 libavcodec/mpeg4videodec.c                 width = get_bits(gb, 14); /* video_object_layer_width */
width            3184 libavcodec/mpeg4videodec.c                 if (width && height) {
width            3185 libavcodec/mpeg4videodec.c                     if (s->width && s->height &&
width            3186 libavcodec/mpeg4videodec.c                         (s->width != width || s->height != height))
width            3188 libavcodec/mpeg4videodec.c                     s->width  = width;
width             662 libavcodec/mpeg4videoenc.c                         if (x + 16 > s->width || y + 16 > s->height) {
width             664 libavcodec/mpeg4videoenc.c                             int xe = FFMIN(16, s->width - x);
width            1018 libavcodec/mpeg4videoenc.c     put_bits(&s->pb, 13, s->width);     /* vol width */
width            1278 libavcodec/mpeg4videoenc.c     if (avctx->width >= (1<<13) || avctx->height >= (1<<13)) {
width             113 libavcodec/mpegpicture.c             pic->f->width  = avctx->width  + 2 * EDGE_WIDTH;
width             120 libavcodec/mpegpicture.c         pic->f->width  = avctx->width;
width             140 libavcodec/mpegpicture.c         pic->f->width  = avctx->width;
width             524 libavcodec/mpegvideo.c     if (s->height != s1->height || s->width != s1->width || s->context_reinit) {
width             527 libavcodec/mpegvideo.c         s->width  = s1->width;
width             534 libavcodec/mpegvideo.c     s->avctx->width         = s1->avctx->width;
width             675 libavcodec/mpegvideo.c     s->width           = avctx->coded_width;
width             691 libavcodec/mpegvideo.c     s->mb_width   = (s->width + 15) / 16;
width             924 libavcodec/mpegvideo.c     if ((s->width || s->height) &&
width             925 libavcodec/mpegvideo.c         av_image_check_size(s->width, s->height, 0, s->avctx))
width            1086 libavcodec/mpegvideo.c     if ((s->width || s->height) &&
width            1087 libavcodec/mpegvideo.c         (err = av_image_check_size(s->width, s->height, 0, s->avctx)) < 0)
width            1096 libavcodec/mpegvideo.c     if (s->width && s->height) {
width            1192 libavcodec/mpegvideo.c         memset(frame->data[0] + frame->linesize[0]*i, 0x80, frame->width);
width            1195 libavcodec/mpegvideo.c                0x80, AV_CEIL_RSHIFT(frame->width, h_chroma_shift));
width            1197 libavcodec/mpegvideo.c                0x80, AV_CEIL_RSHIFT(frame->width, h_chroma_shift));
width            1333 libavcodec/mpegvideo.c                        0x80, avctx->width);
width            1337 libavcodec/mpegvideo.c                         0x80, AV_CEIL_RSHIFT(avctx->width, h_chroma_shift));
width            1339 libavcodec/mpegvideo.c                         0x80, AV_CEIL_RSHIFT(avctx->width, h_chroma_shift));
width            1345 libavcodec/mpegvideo.c                 memset(s->last_picture_ptr->f->data[0] + s->last_picture_ptr->f->linesize[0]*i, 16, avctx->width);
width            1460 libavcodec/mpegvideo.c                                      int width, int height, ptrdiff_t stride,
width            1741 libavcodec/mpegvideo.c                                s->width, s->height, s->linesize,
width             100 libavcodec/mpegvideo.h     int width, height;///< picture size. must be a multiple of 16
width             366 libavcodec/mpegvideo_enc.c     s->width    = avctx->width;
width             556 libavcodec/mpegvideo_enc.c         (avctx->width  > 2048 ||
width             563 libavcodec/mpegvideo_enc.c         ((avctx->width &3) ||
width             570 libavcodec/mpegvideo_enc.c         (avctx->width  > 4095 ||
width             577 libavcodec/mpegvideo_enc.c         (avctx->width  > 16383 ||
width             584 libavcodec/mpegvideo_enc.c         (avctx->width &15 ||
width             591 libavcodec/mpegvideo_enc.c         (avctx->width &3 ||
width             599 libavcodec/mpegvideo_enc.c          avctx->width & 1) {
width             789 libavcodec/mpegvideo_enc.c         if (ff_h261_get_picture_format(s->width, s->height) < 0) {
width             793 libavcodec/mpegvideo_enc.c                     s->width, s->height);
width             805 libavcodec/mpegvideo_enc.c                              s->width, s->height) == 8) {
width             810 libavcodec/mpegvideo_enc.c                    "Try H.263+.\n", s->width, s->height);
width            1045 libavcodec/mpegvideo_enc.c             s->tmp_frames[i]->width  = s->width  >> s->brd_scale;
width            1125 libavcodec/mpegvideo_enc.c     w = s->width  & ~15;
width            1196 libavcodec/mpegvideo_enc.c         if ((s->width & 15) || (s->height & 15))
width            1237 libavcodec/mpegvideo_enc.c                     int w = s->width  >> h_shift;
width            1262 libavcodec/mpegvideo_enc.c                     if ((s->width & 15) || (s->height & (vpad-1))) {
width            1370 libavcodec/mpegvideo_enc.c     int width  = s->width  >> scale;
width            1408 libavcodec/mpegvideo_enc.c                                        width, height);
width            1413 libavcodec/mpegvideo_enc.c                                        width >> 1, height >> 1);
width            1418 libavcodec/mpegvideo_enc.c                                        width >> 1, height >> 1);
width            1433 libavcodec/mpegvideo_enc.c         c->width        = width;
width            2253 libavcodec/mpegvideo_enc.c     if((mb_x * 16 + 16 > s->width || mb_y * 16 + 16 > s->height) && s->codec_id != AV_CODEC_ID_AMV){
width            2255 libavcodec/mpegvideo_enc.c         int cw = (s->width  + s->chroma_x_shift) >> s->chroma_x_shift;
width            2260 libavcodec/mpegvideo_enc.c                                  s->width, s->height);
width            2724 libavcodec/mpegvideo_enc.c     if(s->mb_x*16 + 16 > s->width ) w= s->width - s->mb_x*16;
width            3518 libavcodec/mpegvideo_enc.c                 if(s->mb_x*16 + 16 > s->width ) w= s->width - s->mb_x*16;
width              53 libavcodec/mpegvideo_motion.c     src_x      = av_clip(src_x, -16, s->width);
width              54 libavcodec/mpegvideo_motion.c     if (src_x == s->width)
width             100 libavcodec/mpegvideo_motion.c     src_x      = av_clip(src_x, -8, s->width >> 1);
width             101 libavcodec/mpegvideo_motion.c     if (src_x == s->width >> 1)
width             206 libavcodec/mpegvideo_motion.c     src_x = av_clip(src_x, -16, s->width); // FIXME unneeded for emu?
width             207 libavcodec/mpegvideo_motion.c     if (src_x != s->width)
width             616 libavcodec/mpegvideo_motion.c     src_x = av_clip(src_x, -8, (s->width >> 1));
width             617 libavcodec/mpegvideo_motion.c     if (src_x == (s->width >> 1))
width             775 libavcodec/mpegvideo_motion.c             src_x = av_clip(src_x, -16, s->width);
width             776 libavcodec/mpegvideo_motion.c             if (src_x == s->width)
width              31 libavcodec/mpegvideo_parser.c     int width, height;
width              69 libavcodec/mpegvideo_parser.c                 pc->width  = (buf[0] << 4) | (buf[1] >> 4);
width              71 libavcodec/mpegvideo_parser.c                 if(!avctx->width || !avctx->height || !avctx->coded_width || !avctx->coded_height){
width              72 libavcodec/mpegvideo_parser.c                     set_dim_ret = ff_set_dimensions(avctx, pc->width, pc->height);
width             104 libavcodec/mpegvideo_parser.c                         pc->width  = (pc->width & 0xFFF) | (horiz_size_ext << 12);
width             108 libavcodec/mpegvideo_parser.c                             set_dim_ret = ff_set_dimensions(avctx, pc->width, pc->height);
width             171 libavcodec/mpegvideo_parser.c         s->width  = pc->width;
width             173 libavcodec/mpegvideo_parser.c         s->coded_width  = FFALIGN(pc->width,  16);
width              49 libavcodec/mpegvideodsp.c               int width, int height)
width              54 libavcodec/mpegvideodsp.c     width--;
width              72 libavcodec/mpegvideodsp.c             if ((unsigned) src_x < width) {
width              90 libavcodec/mpegvideodsp.c                     index = av_clip(src_x, 0, width) + src_y * stride;
width              96 libavcodec/mpegvideodsp.c                     index = av_clip(src_x, 0, width) +
width              26 libavcodec/mpegvideodsp.h               int width, int height);
width              40 libavcodec/mpegvideodsp.h                 int shift, int r, int width, int height);
width             119 libavcodec/mpegvideoencdsp.c static void draw_edges_8_c(uint8_t *buf, int wrap, int width, int height,
width             128 libavcodec/mpegvideoencdsp.c         memset(ptr + width, ptr[width - 1], w);
width             138 libavcodec/mpegvideoencdsp.c             memcpy(buf - (i + 1) * wrap, buf, width + w + w);
width             142 libavcodec/mpegvideoencdsp.c             memcpy(last_line + (i + 1) * wrap, last_line, width + w + w);
width             148 libavcodec/mpegvideoencdsp.c                      int width, int height)
width             158 libavcodec/mpegvideoencdsp.c         for (w = width; w >= 4; w -= 4) {
width             181 libavcodec/mpegvideoencdsp.c                      int width, int height)
width             193 libavcodec/mpegvideoencdsp.c         for (w = width; w > 0; w--) {
width             212 libavcodec/mpegvideoencdsp.c                      int width, int height)
width             217 libavcodec/mpegvideoencdsp.c         for(w = width;w > 0; w--) {
width             227 libavcodec/mpegvideoencdsp.c         src += 8 * src_wrap - 8 * width;
width             228 libavcodec/mpegvideoencdsp.c         dst += dst_wrap - width;
width              41 libavcodec/mpegvideoencdsp.h                       int src_wrap, int width, int height);
width              43 libavcodec/mpegvideoencdsp.h     void (*draw_edges)(uint8_t *buf, int wrap, int width, int height,
width              93 libavcodec/mscc.c                 bytestream2_seek_p(pb, y * avctx->width * s->bpp, SEEK_SET);
width             101 libavcodec/mscc.c                 bytestream2_seek_p(pb, y * avctx->width * s->bpp + x * s->bpp, SEEK_SET);
width             192 libavcodec/mscc.c                s->uncomp_buf + s->bpp * j * avctx->width, s->bpp * avctx->width);
width             219 libavcodec/mscc.c     stride = 4 * ((avctx->width * avctx->bits_per_coded_sample + 31) / 32);
width             308 libavcodec/msmpeg4dec.c     if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
width             420 libavcodec/msmpeg4dec.c     if (get_bits_left(&s->gb) * 8LL < (s->width+15)/16 * ((s->height+15)/16))
width             538 libavcodec/msmpeg4dec.c             s->inter_intra_pred= (s->width*s->height < 320*240 && s->bit_rate<=II_BITRATE);
width             559 libavcodec/msmpeg4dec.c             s->inter_intra_pred, s->width, s->height);
width             242 libavcodec/msmpeg4enc.c         s->inter_intra_pred= (s->width*s->height < 320*240 && s->bit_rate<=II_BITRATE && s->pict_type==AV_PICTURE_TYPE_P);
width             244 libavcodec/msmpeg4enc.c             s->inter_intra_pred, s->width, s->height);
width              90 libavcodec/msrle.c     int istride = FFALIGN(avctx->width*avctx->bits_per_coded_sample, 32) / 8;
width             115 libavcodec/msrle.c         int linesize = av_image_get_linesize(avctx->pix_fmt, avctx->width, 0);
width             125 libavcodec/msrle.c                 for (j = 0; j < avctx->width - 1; j += 2) {
width             129 libavcodec/msrle.c                 if (avctx->width & 1)
width              43 libavcodec/msrledec.c     while (line >= 0 && pixel_ptr <= avctx->width) {
width              47 libavcodec/msrledec.c                    avctx->width - pixel_ptr, line);
width              72 libavcodec/msrledec.c                 if (pixel_ptr + 2*rle_code - odd_pixel > avctx->width ||
width              80 libavcodec/msrledec.c                     if (pixel_ptr >= avctx->width)
width              87 libavcodec/msrledec.c                     if (pixel_ptr >= avctx->width)
width              99 libavcodec/msrledec.c             if (pixel_ptr + rle_code > avctx->width + 1) {
width             101 libavcodec/msrledec.c                        "MS RLE: frame ptr just went out of bounds (run) %d %d %d\n", pixel_ptr, rle_code, avctx->width);
width             106 libavcodec/msrledec.c                 if (pixel_ptr >= avctx->width)
width             136 libavcodec/msrledec.c     unsigned int width= FFABS(pic->linesize[0]) / (depth >> 3);
width             167 libavcodec/msrledec.c                 if (line < 0 || pos >= width){
width             176 libavcodec/mss1.c                                         avctx->width, avctx->height);
width             295 libavcodec/mss12.c                          int x, int y, int width, int height, ptrdiff_t stride,
width             305 libavcodec/mss12.c         for (i = 0; i < width; i++) {
width             310 libavcodec/mss12.c                                             i, j, width - i - 1);
width             326 libavcodec/mss12.c                             int x, int y, int width, int height)
width             334 libavcodec/mss12.c                    width * 3);
width             337 libavcodec/mss12.c                    width);
width             342 libavcodec/mss12.c                                int x, int y, int width, int height)
width             344 libavcodec/mss12.c     if (x + c->mvX < 0 || x + c->mvX + width  > c->avctx->width  ||
width             364 libavcodec/mss12.c             memmove(dst, src, width);
width             365 libavcodec/mss12.c             memmove(rgb_dst, rgb_src, width * 3);
width             378 libavcodec/mss12.c                                 int width, int height,
width             388 libavcodec/mss12.c         for (i = 0; i < width; i++) {
width             404 libavcodec/mss12.c                                                 i, j, width - i - 1);
width             467 libavcodec/mss12.c                                int x, int y, int width, int height)
width             486 libavcodec/mss12.c             memset(dst, pix, width);
width             488 libavcodec/mss12.c                 for (j = 0; j < width * 3; j += 3)
width             493 libavcodec/mss12.c                              x, y, width, height, c->pal_stride, c->rgb_stride,
width             501 libavcodec/mss12.c                                int x, int y, int width, int height)
width             519 libavcodec/mss12.c             copy_rectangles(c, x, y, width, height);
width             521 libavcodec/mss12.c             return motion_compensation(c, x, y, width, height);
width             523 libavcodec/mss12.c             return decode_region_intra(sc, acoder, x, y, width, height);
width             526 libavcodec/mss12.c                           x, y, width, height, c->mask_stride, 0,
width             532 libavcodec/mss12.c                                     x, y, width, height,
width             540 libavcodec/mss12.c                          int x, int y, int width, int height)
width             552 libavcodec/mss12.c         if (ff_mss12_decode_rect(sc, acoder, x, y, width, pivot))
width             554 libavcodec/mss12.c         if (ff_mss12_decode_rect(sc, acoder, x, y + pivot, width, height - pivot))
width             558 libavcodec/mss12.c         if ((pivot = decode_pivot(sc, acoder, width)) < 1)
width             562 libavcodec/mss12.c         if (ff_mss12_decode_rect(sc, acoder, x + pivot, y, width - pivot, height))
width             567 libavcodec/mss12.c             return decode_region_intra(sc, acoder, x, y, width, height);
width             569 libavcodec/mss12.c             return decode_region_inter(sc, acoder, x, y, width, height);
width             597 libavcodec/mss12.c     avctx->coded_width  = FFMAX(AV_RB32(avctx->extradata + 20), avctx->width);
width             671 libavcodec/mss12.c     c->mask_stride = FFALIGN(avctx->width, 16);
width              97 libavcodec/mss12.h                          int x, int y, int width, int height);
width             546 libavcodec/mss2.c                 r->x = arith2_get_number(&acoder, avctx->width);
width             548 libavcodec/mss2.c                 r->x = arith2_get_number(&acoder, avctx->width -
width             552 libavcodec/mss2.c             r->w = arith2_get_number(&acoder, avctx->width  - r->x) + 1;
width             565 libavcodec/mss2.c             wmv9rects[0].w = avctx->width;
width             600 libavcodec/mss2.c         c->mvX = AV_RB16(buf - 4) - avctx->width;
width             637 libavcodec/mss2.c                        keyframe, avctx->width, avctx->height))
width             654 libavcodec/mss2.c                                  avctx->width, avctx->height))
width             662 libavcodec/mss2.c                                      avctx->width, avctx->height))
width             675 libavcodec/mss2.c                                                     avctx->width,
width             688 libavcodec/mss2.c                                                         avctx->width,
width             717 libavcodec/mss3.c     if (dec_x + dec_width > avctx->width ||
width             831 libavcodec/mss3.c     if ((avctx->width & 0xF) || (avctx->height & 0xF)) {
width             839 libavcodec/mss3.c         int b_width  = avctx->width  >> (2 + !!i);
width             517 libavcodec/mss4.c     int width, height, quality, frame_type;
width             529 libavcodec/mss4.c     width      = bytestream2_get_be16(&bc);
width             535 libavcodec/mss4.c     if (width > avctx->width ||
width             538 libavcodec/mss4.c                width, height);
width             555 libavcodec/mss4.c     mb_width  = FFALIGN(width,  16) >> 4;
width             655 libavcodec/mss4.c         c->dc_stride[i] = FFALIGN(avctx->width, 16) >> (2 + !!i);
width              65 libavcodec/msvideo1.c     if (avctx->width < 4 || avctx->height < 4)
width             107 libavcodec/msvideo1.c     blocks_wide = s->avctx->width / 4;
width             207 libavcodec/msvideo1.c     blocks_wide = s->avctx->width / 4;
width             308 libavcodec/msvideo1.c     if (buf_size < (avctx->width/4) * (avctx->height/4) / 512) {
width              79 libavcodec/msvideo1enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*9 + AV_INPUT_BUFFER_MIN_SIZE, 0)) < 0)
width              84 libavcodec/msvideo1enc.c         c->prev = av_malloc(avctx->width * 3 * (avctx->height + 3));
width              85 libavcodec/msvideo1enc.c     prevptr = c->prev + avctx->width * 3 * (FFALIGN(avctx->height, 4) - 1);
width              92 libavcodec/msvideo1enc.c         for(x = 0; x < avctx->width; x += 4){
width             111 libavcodec/msvideo1enc.c                         int t = prevptr[x*3 + i - j*3*avctx->width] - c->block[i + j*4*3];
width             205 libavcodec/msvideo1enc.c                             prevptr[x*3 + i*3 + k - j*3*avctx->width] = c->avg[k];
width             212 libavcodec/msvideo1enc.c                             prevptr[x*3 + i*3 + k - j*3*avctx->width] = c->codebook[c->output[i + j*4]*3 + k];
width             224 libavcodec/msvideo1enc.c                             prevptr[x*3 + i*3 + k - j*3*avctx->width] = c->codebook2[(c->output2[remap[i+j*4]] + (i&2) + (j&2)*2)*3 + k];
width             235 libavcodec/msvideo1enc.c         prevptr -= avctx->width * 3 * 4;
width             265 libavcodec/msvideo1enc.c     if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) {
width             268 libavcodec/msvideo1enc.c     if((avctx->width&3) || (avctx->height&3)){
width             439 libavcodec/mv30.c         for (int x = 0; x < avctx->width; x += 16) {
width             470 libavcodec/mv30.c     const int mask_size = ((avctx->height >> 4) * (avctx->width >> 4) * 2 + 7) / 8;
width             531 libavcodec/mv30.c         for (int x = 0; x < avctx->width; x += 16) {
width             551 libavcodec/mv30.c                 if (px < 0 || px > FFALIGN(avctx->width , 16) - 16 ||
width              40 libavcodec/mvcdec.c     int width     = avctx->width;
width              45 libavcodec/mvcdec.c         width  += 3;
width              48 libavcodec/mvcdec.c     width  &= ~3;
width              50 libavcodec/mvcdec.c     if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
width              61 libavcodec/mvcdec.c                        uint8_t *dst_start, int width, int height, int linesize)
width              68 libavcodec/mvcdec.c         for (x = 0; x < width; x += 4) {
width             134 libavcodec/mvcdec.c                        uint8_t *dst_start, int width, int height,
width             146 libavcodec/mvcdec.c     if ((w & ~3) != width || (h & ~3) != height)
width             215 libavcodec/mvcdec.c         if (x >= width) {
width             239 libavcodec/mvcdec.c                           avctx->width, avctx->height, frame->linesize[0]);
width             242 libavcodec/mvcdec.c                           avctx->width, avctx->height, frame->linesize[0],
width             183 libavcodec/mvha.c                 s->zstream.avail_out = avctx->width >> (p > 0);
width             230 libavcodec/mvha.c             int width = avctx->width >> (p > 0);
width             236 libavcodec/mvha.c                 if (get_bits_left(gb) < width)
width             238 libavcodec/mvha.c                 for (int x = 0; x < width; x++) {
width             255 libavcodec/mvha.c         int width = avctx->width >> (p > 0);
width             260 libavcodec/mvha.c         s->llviddsp.add_left_pred(dst, dst, width, 0);
width             265 libavcodec/mvha.c                 s->llviddsp.add_median_pred(dst, dst + stride, dst, width, &left, &lefttop);
width              41 libavcodec/mwsc.c                           int width, int height, int stride, int pb_linesize, int gbp_linesize)
width              54 libavcodec/mwsc.c                 if (w == width) {
width              65 libavcodec/mwsc.c                 if (w == width) {
width              76 libavcodec/mwsc.c                 if (w == width) {
width             123 libavcodec/mwsc.c     frame->key_frame = rle_uncompress(&gb, &pb, &gbp, avctx->width, avctx->height, avctx->width * 3,
width             145 libavcodec/mwsc.c     size = 32LL * avctx->height * avctx->width;
width             162 libavcodec/mxpegdec.c     if ((jpg->width + 0x0F)>>4 != s->mb_width ||
width             244 libavcodec/notchlc.c         for (int x = 0; x < avctx->width; x += 4) {
width             283 libavcodec/notchlc.c         for (int x = 0; x < avctx->width; x += 16) {
width              40 libavcodec/nuv.c     int width, height;
width              76 libavcodec/nuv.c static void copy_frame(AVFrame *f, const uint8_t *src, int width, int height)
width              81 libavcodec/nuv.c                          f->format, width, height, 1);
width              83 libavcodec/nuv.c                   f->format, width, height);
width             117 libavcodec/nuv.c static int codec_reinit(AVCodecContext *avctx, int width, int height,
width             123 libavcodec/nuv.c     width  = FFALIGN(width,  2);
width             127 libavcodec/nuv.c     if (width != c->width || height != c->height) {
width             129 libavcodec/nuv.c         int64_t buf_size = height * (int64_t)width * 3 / 2
width             134 libavcodec/nuv.c         if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
width             136 libavcodec/nuv.c         c->width  = width;
width             145 libavcodec/nuv.c         ff_rtjpeg_decode_init(&c->rtj, c->width, c->height, c->lq, c->cq);
width             149 libavcodec/nuv.c         ff_rtjpeg_decode_init(&c->rtj, c->width, c->height, c->lq, c->cq);
width             190 libavcodec/nuv.c         ff_rtjpeg_decode_init(&c->rtj, c->width, c->height, c->lq, c->cq);
width             203 libavcodec/nuv.c         if (c->width < 16 || c->height < 16) {
width             217 libavcodec/nuv.c         minsize = c->width * c->height * 3 / 2;
width             220 libavcodec/nuv.c         minsize = c->width/16 * (c->height/16) * 6;
width             296 libavcodec/nuv.c         if (buf_size < c->width * height * 3 / 2) {
width             298 libavcodec/nuv.c             height = buf_size / c->width / 3 * 2;
width             301 libavcodec/nuv.c             copy_frame(c->pic, buf, c->width, height);
width             311 libavcodec/nuv.c         memset(c->pic->data[0], 0, c->width * c->height);
width             312 libavcodec/nuv.c         memset(c->pic->data[1], 128, c->width * c->height / 4);
width             313 libavcodec/nuv.c         memset(c->pic->data[2], 128, c->width * c->height / 4);
width             339 libavcodec/nuv.c     c->width       = 0;
width             349 libavcodec/nuv.c     if ((ret = codec_reinit(avctx, avctx->width, avctx->height, -1)) < 0)
width             679 libavcodec/nvdec.c     frames_ctx->width             = (avctx->coded_width + 1) & ~1;
width              93 libavcodec/nvdec_hevc.c         .PicWidthInMbs     = sps->width  / 16,
width             100 libavcodec/nvdec_hevc.c             .pic_width_in_luma_samples                    = sps->width,
width              49 libavcodec/nvdec_mjpeg.c         .PicWidthInMbs     = (cur_frame->width  + 15) / 16,
width              49 libavcodec/nvdec_mpeg12.c         .PicWidthInMbs     = (cur_frame->width  + 15) / 16,
width              50 libavcodec/nvdec_mpeg4.c         .PicWidthInMbs     = (cur_frame->width  + 15) / 16,
width              63 libavcodec/nvdec_mpeg4.c             .video_object_layer_width     = s->width,
width              49 libavcodec/nvdec_vc1.c         .PicWidthInMbs     = (cur_frame->width  + 15) / 16,
width              64 libavcodec/nvdec_vc1.c             .FrameWidth        = cur_frame->width,
width              54 libavcodec/nvdec_vp8.c         .PicWidthInMbs     = (cur_frame->width  + 15) / 16,
width              59 libavcodec/nvdec_vp8.c             .width                       = cur_frame->width,
width              53 libavcodec/nvdec_vp9.c         .PicWidthInMbs     = (cur_frame->width  + 15) / 16,
width              58 libavcodec/nvdec_vp9.c             .width                    = cur_frame->width,
width             352 libavcodec/nvenc.c     if (ret < avctx->width) {
width             354 libavcodec/nvenc.c                avctx->width, ret);
width            1167 libavcodec/nvenc.c     sw = avctx->width;
width            1194 libavcodec/nvenc.c     ctx->init_encode_params.encodeWidth = avctx->width;
width            1362 libavcodec/nvenc.c         allocSurf.width = avctx->width;
width            1372 libavcodec/nvenc.c         ctx->surfaces[idx].width = allocSurf.width;
width            1622 libavcodec/nvenc.c                   avctx->width, avctx->height);
width            1683 libavcodec/nvenc.c     reg.width              = frames_ctx->width;
width            2118 libavcodec/nvenc.c         pic_params.inputWidth = in_surf->width;
width              70 libavcodec/nvenc.h     int width;
width             467 libavcodec/omx.c     s->stride     = avctx->width;
width             473 libavcodec/omx.c     in_port_params.format.video.nFrameWidth  = avctx->width;
width             493 libavcodec/omx.c     out_port_params.format.video.nFrameWidth   = avctx->width;
width             796 libavcodec/omx.c             av_image_copy(dst, linesize, (const uint8_t**) frame->data, frame->linesize, avctx->pix_fmt, avctx->width, avctx->height);
width             307 libavcodec/options.c {"width", "", FOFFSET(width), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, 0},
width             462 libavcodec/options_table.h {"video_size", "set video size", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, {.str=NULL}, 0, INT_MAX, 0 },
width              53 libavcodec/pafvideo.c     int width;
width              84 libavcodec/pafvideo.c     c->width  = avctx->width;
width              87 libavcodec/pafvideo.c     if (avctx->height & 3 || avctx->width & 3) {
width              90 libavcodec/pafvideo.c                avctx->width, avctx->height);
width              95 libavcodec/pafvideo.c     ret = av_image_check_size2(avctx->width, FFALIGN(avctx->height, 256), avctx->max_pixels, avctx->pix_fmt, 0, avctx);
width             103 libavcodec/pafvideo.c     c->frame_size = avctx->width * FFALIGN(avctx->height, 256);
width             104 libavcodec/pafvideo.c     c->video_size = avctx->width * avctx->height;
width             116 libavcodec/pafvideo.c static void read4x4block(PAFVideoDecContext *c, uint8_t *dst, int width)
width             122 libavcodec/pafvideo.c         dst += width;
width             126 libavcodec/pafvideo.c static void copy_color_mask(uint8_t *dst, int width, uint8_t mask, uint8_t color)
width             134 libavcodec/pafvideo.c             dst[width + i] = color;
width             138 libavcodec/pafvideo.c static void copy_src_mask(uint8_t *dst, int width, uint8_t mask, const uint8_t *src)
width             146 libavcodec/pafvideo.c             dst[width + i] = src[width + i];
width             159 libavcodec/pafvideo.c     *p    = c->frame[page] + x * 2 + y * 2 * c->width;
width             185 libavcodec/pafvideo.c             dst    = c->frame[page] + x + y * c->width;
width             194 libavcodec/pafvideo.c                 if (dst + 3 * c->width + 4 > dend)
width             196 libavcodec/pafvideo.c                 read4x4block(c, dst, c->width);
width             198 libavcodec/pafvideo.c                     dst += c->width * 3;
width             208 libavcodec/pafvideo.c         if ((src + 3 * c->width + 4 > send) ||
width             209 libavcodec/pafvideo.c             (dst + 3 * c->width + 4 > dend) ||
width             212 libavcodec/pafvideo.c         copy_block4(dst, src, c->width, c->width, 4);
width             215 libavcodec/pafvideo.c             dst += c->width * 3;
width             230 libavcodec/pafvideo.c     for (i = 0; i < c->height; i += 4, dst += c->width * 3)
width             231 libavcodec/pafvideo.c         for (j = 0; j < c->width; j += 4, dst += 4) {
width             243 libavcodec/pafvideo.c                 offset = c->width * 2;
width             253 libavcodec/pafvideo.c                     copy_color_mask(dst + offset, c->width, mask, color);
width             260 libavcodec/pafvideo.c                     if (src + offset + c->width + 4 > send)
width             263 libavcodec/pafvideo.c                     copy_src_mask(dst + offset, c->width, mask, src + offset);
width             400 libavcodec/pafvideo.c                         c->frame[c->current_frame], c->width,
width             401 libavcodec/pafvideo.c                         c->width, c->height);
width              34 libavcodec/pamenc.c     w = avctx->width;
width             109 libavcodec/pcxenc.c     if (avctx->width > 65535 || avctx->height > 65535) {
width             144 libavcodec/pcxenc.c     line_bytes = (avctx->width * bpp + 7) >> 3;
width             164 libavcodec/pcxenc.c     bytestream_put_le16(&buf, avctx->width - 1);    // x max
width             238 libavcodec/pgssubdec.c     unsigned int rle_bitmap_len, width, height;
width             289 libavcodec/pgssubdec.c     width  = bytestream_get_be16(&buf);
width             293 libavcodec/pgssubdec.c     if (avctx->width < width || avctx->height < height || !width || !height) {
width             294 libavcodec/pgssubdec.c         av_log(avctx, AV_LOG_ERROR, "Bitmap dimensions (%dx%d) invalid.\n", width, height);
width             298 libavcodec/pgssubdec.c     object->w = width;
width             471 libavcodec/pgssubdec.c         if (ctx->presentation.objects[i].x > avctx->width ||
width             476 libavcodec/pgssubdec.c                     avctx->width, avctx->height);
width              34 libavcodec/pictordec.c     int width, height;
width              44 libavcodec/pictordec.c         if (*x + run >= s->width) {
width              45 libavcodec/pictordec.c             int n = s->width - *x;
width              78 libavcodec/pictordec.c             while (xl == s->width) {
width              91 libavcodec/pictordec.c                     run*pixels_per_value >= s->width &&
width              92 libavcodec/pictordec.c                     pixels_per_value < s->width &&
width              93 libavcodec/pictordec.c                     s->width % pixels_per_value == 0
width              99 libavcodec/pictordec.c                     av_memcpy_backptr(d+xl, pixels_per_value, s->width - xl);
width             100 libavcodec/pictordec.c                     run -= s->width / pixels_per_value;
width             101 libavcodec/pictordec.c                     xl = s->width;
width             140 libavcodec/pictordec.c     s->width       = bytestream2_get_le16u(&s->g);
width             165 libavcodec/pictordec.c     if (av_image_check_size(s->width, s->height, 0, avctx) < 0)
width             167 libavcodec/pictordec.c     if (s->width != avctx->width || s->height != avctx->height) {
width             168 libavcodec/pictordec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width             264 libavcodec/pictordec.c         if (plane < s->nb_planes && x < avctx->width) {
width             265 libavcodec/pictordec.c             int run = (y + 1) * avctx->width - x;
width             273 libavcodec/pictordec.c             memcpy(frame->data[0] + y * frame->linesize[0], s->g.buffer, FFMIN(avctx->width, bytestream2_get_bytes_left(&s->g)));
width             274 libavcodec/pictordec.c             bytestream2_skip(&s->g, avctx->width);
width              43 libavcodec/pixlet.c     unsigned width, height;
width             105 libavcodec/pixlet.c         ctx->band[plane][0].width  =  w >> NB_LEVELS;
width             112 libavcodec/pixlet.c             ctx->band[plane][i + 1].width  =  w >> scale;
width             125 libavcodec/pixlet.c                            int width, ptrdiff_t stride)
width             153 libavcodec/pixlet.c         if (j == width) {
width             185 libavcodec/pixlet.c             if (j == width) {
width             201 libavcodec/pixlet.c                             int width, ptrdiff_t stride)
width             259 libavcodec/pixlet.c         if (j == width) {
width             300 libavcodec/pixlet.c             if (j == width) {
width             344 libavcodec/pixlet.c                                ctx->band[plane][i + 1].width, stride);
width             358 libavcodec/pixlet.c                                int width, int height, ptrdiff_t stride)
width             363 libavcodec/pixlet.c     memset(pred, 0, width * sizeof(*pred));
width             368 libavcodec/pixlet.c         for (j = 1; j < width; j++) {
width             423 libavcodec/pixlet.c                            unsigned width, unsigned height, ptrdiff_t stride,
width             431 libavcodec/pixlet.c     scaled_width  = width  >> NB_LEVELS;
width             541 libavcodec/pixlet.c     ret = read_low_coeffs(avctx, dst + 1, ctx->band[plane][0].width - 1,
width             542 libavcodec/pixlet.c                           ctx->band[plane][0].width - 1, 0);
width             559 libavcodec/pixlet.c                           (ctx->band[plane][0].width - 1) * (ctx->band[plane][0].height - 1),
width             560 libavcodec/pixlet.c                           ctx->band[plane][0].width - 1, stride);
width             577 libavcodec/pixlet.c     lowpass_prediction(dst, ctx->prediction, ctx->band[plane][0].width,
width             591 libavcodec/pixlet.c     int i, w, h, width, height, ret, version;
width             613 libavcodec/pixlet.c     width  = bytestream2_get_be32(&ctx->gb);
width             616 libavcodec/pixlet.c     if (    width > INT_MAX - (1U << (NB_LEVELS + 1))
width             620 libavcodec/pixlet.c     w = FFALIGN(width,  1 << (NB_LEVELS + 1));
width             635 libavcodec/pixlet.c     avctx->width  = width;
width              62 libavcodec/png.c int ff_png_pass_row_size(int pass, int bits_per_pixel, int width)
width              67 libavcodec/png.c     if (width <= xmin)
width              70 libavcodec/png.c     pass_width = (width - xmin + (1 << shift) - 1) >> shift;
width              60 libavcodec/png.h int ff_png_pass_row_size(int pass, int bits_per_pixel, int width);
width              63 libavcodec/pngdec.c     int width, height;
width             117 libavcodec/pngdec.c static void png_put_interlaced_row(uint8_t *dst, int width,
width             131 libavcodec/pngdec.c         for (x = 0; x < width; x++) {
width             144 libavcodec/pngdec.c         for (x = 0; x < width; x++) {
width             158 libavcodec/pngdec.c         for (x = 0; x < width; x++) {
width             174 libavcodec/pngdec.c             for (x = 0; x < width; x++) {
width             577 libavcodec/pngdec.c     s->width  = s->cur_w = bytestream2_get_be32(&s->gb);
width             579 libavcodec/pngdec.c     if (av_image_check_size(s->width, s->height, 0, avctx)) {
width             580 libavcodec/pngdec.c         s->cur_w = s->cur_h = s->width = s->height = 0;
width             603 libavcodec/pngdec.c                 s->width, s->height, s->bit_depth, s->color_type,
width             608 libavcodec/pngdec.c     s->cur_w = s->cur_h = s->width = s->height = 0;
width             641 libavcodec/pngdec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width             906 libavcodec/pngdec.c             i = s->width / 8;
width             908 libavcodec/pngdec.c                 if ((s->width&7) >= k)
width             926 libavcodec/pngdec.c             i = s->width / 4;
width             928 libavcodec/pngdec.c                 if ((s->width&3) >= 3) pd[4*i + 2]= (pd[i] >> 2) & 3;
width             929 libavcodec/pngdec.c                 if ((s->width&3) >= 2) pd[4*i + 1]= (pd[i] >> 4) & 3;
width             930 libavcodec/pngdec.c                 if ((s->width&3) >= 1) pd[4*i + 0]=  pd[i] >> 6;
width             938 libavcodec/pngdec.c                 if ((s->width&3) >= 3) pd[4*i + 2]= ((pd[i]>>2) & 3)*0x55;
width             939 libavcodec/pngdec.c                 if ((s->width&3) >= 2) pd[4*i + 1]= ((pd[i]>>4) & 3)*0x55;
width             940 libavcodec/pngdec.c                 if ((s->width&3) >= 1) pd[4*i + 0]= ( pd[i]>>6     )*0x55;
width             954 libavcodec/pngdec.c             i = s->width/2;
width             956 libavcodec/pngdec.c                 if (s->width&1) pd[2*i+0]= pd[i]>>4;
width             962 libavcodec/pngdec.c                 if (s->width & 1) pd[2*i + 0]= (pd[i] >> 4) * 0x11;
width            1009 libavcodec/pngdec.c         (cur_w != s->width ||
width            1015 libavcodec/pngdec.c         cur_w > s->width - x_offset|| cur_h > s->height - y_offset)
width            1057 libavcodec/pngdec.c     int ls = FFMIN(av_image_get_linesize(p->format, s->width, 0), s->width * s->bpp);
width            1408 libavcodec/pngdec.c                 uint8_t *pixel = &row[2 * s->width - 1];
width            1409 libavcodec/pngdec.c                 uint8_t *rowp  = &row[1 * s->width - 1];
width            1411 libavcodec/pngdec.c                 for (x = s->width; x > 0; --x) {
width            1416 libavcodec/pngdec.c                 uint8_t *pixel = &row[4 * s->width - 1];
width            1417 libavcodec/pngdec.c                 uint8_t *rowp  = &row[3 * s->width - 1];
width            1419 libavcodec/pngdec.c                 for (x = s->width; x > 0; --x) {
width            1427 libavcodec/pngdec.c                 for (x = s->width; x > 0; --x) {
width            1444 libavcodec/pngdec.c             && s->last_picture.f->width == p->width
width            1451 libavcodec/pngdec.c                      s->previous_picture.f->width == p->width  &&
width            1636 libavcodec/pngdec.c         s->width  = s->cur_w = w = x2-x;
width            1639 libavcodec/pngdec.c         if (w <= 0 || x < 0 || x >= avctx->width || w + x > avctx->width ||
width            1648 libavcodec/pngdec.c                            (w == avctx->width) &&
width            1743 libavcodec/pngdec.c         pdst->width             = psrc->width;
width              42 libavcodec/pngenc.c     uint32_t width, height;
width              84 libavcodec/pngenc.c                                    const uint8_t *src, int width)
width              96 libavcodec/pngenc.c         for (x = 0; x < width; x++) {
width             109 libavcodec/pngenc.c         for (x = 0; x < width; x++) {
width             351 libavcodec/pngenc.c     AV_WB32(s->buf, avctx->width);
width             442 libavcodec/pngenc.c     row_size = (pict->width * s->bits_per_pixel + 7) >> 3;
width             469 libavcodec/pngenc.c             pass_row_size = ff_png_pass_row_size(pass, s->bits_per_pixel, pict->width);
width             478 libavcodec/pngenc.c                                                ptr, pict->width);
width             532 libavcodec/pngenc.c     enc_row_size    = deflateBound(&s->zstream, (avctx->width * s->bits_per_pixel + 7) >> 3);
width             576 libavcodec/pngenc.c     unsigned int leftmost_x = input->width;
width             587 libavcodec/pngenc.c         for (x = 0; x < input->width; ++x) {
width             605 libavcodec/pngenc.c     if (leftmost_x == input->width && rightmost_x == 0) {
width             702 libavcodec/pngenc.c     output->width = rightmost_x - leftmost_x;
width             704 libavcodec/pngenc.c     fctl_chunk->width = output->width;
width             729 libavcodec/pngenc.c         best_fctl_chunk->width = pict->width;
width             742 libavcodec/pngenc.c     diffFrame->width = pict->width;
width             772 libavcodec/pngenc.c                 diffFrame->width = pict->width;
width             781 libavcodec/pngenc.c                         memset(diffFrame->data[0] + row_start, 0, bpp * last_fctl_chunk.width);
width             788 libavcodec/pngenc.c                 diffFrame->width = pict->width;
width             862 libavcodec/pngenc.c     enc_row_size    = deflateBound(&s->zstream, (avctx->width * s->bits_per_pixel + 7) >> 3);
width             932 libavcodec/pngenc.c         AV_WB32(buf + 4, s->last_frame_fctl.width);
width             957 libavcodec/pngenc.c                 s->prev_frame->width = pict->width;
width             970 libavcodec/pngenc.c                     memset(s->prev_frame->data[0] + row_start, 0, bpp * s->last_frame_fctl.width);
width             222 libavcodec/pnm.c         if ((avctx->width & 1) != 0)
width             113 libavcodec/pnm_parser.c                + av_image_get_buffer_size(avctx->pix_fmt, avctx->width, avctx->height, 1);
width              68 libavcodec/pnmdec.c         n = avctx->width * 8;
width              75 libavcodec/pnmdec.c         n = avctx->width * 6;
width              82 libavcodec/pnmdec.c         n = avctx->width * 4;
width              87 libavcodec/pnmdec.c         n = avctx->width * 3;
width              94 libavcodec/pnmdec.c         n = avctx->width;
width             101 libavcodec/pnmdec.c         n = avctx->width * 2;
width             106 libavcodec/pnmdec.c         n = avctx->width * 2;
width             113 libavcodec/pnmdec.c         n =  avctx->width * 4;
width             121 libavcodec/pnmdec.c         n = (avctx->width + 7) >> 3;
width             134 libavcodec/pnmdec.c                 for(j=0; j<avctx->width * components; j++){
width             191 libavcodec/pnmdec.c             n        = avctx->width;
width             223 libavcodec/pnmdec.c             n        = avctx->width * 2;
width             259 libavcodec/pnmdec.c         if (avctx->width * avctx->height * 12 > s->bytestream_end - s->bytestream)
width             269 libavcodec/pnmdec.c                 for (int j = 0; j < avctx->width; j++) {
width             287 libavcodec/pnmdec.c                 for (int j = 0; j < avctx->width; j++) {
width              34 libavcodec/pnmenc.c                                         avctx->width, avctx->height, 1);
width              48 libavcodec/pnmenc.c         n  = (avctx->width + 7) >> 3;
width              52 libavcodec/pnmenc.c         n  = avctx->width;
width              56 libavcodec/pnmenc.c         n  = avctx->width * 2;
width              60 libavcodec/pnmenc.c         n  = avctx->width * 3;
width              64 libavcodec/pnmenc.c         n  = avctx->width * 6;
width              67 libavcodec/pnmenc.c         if (avctx->width & 1 || avctx->height & 1) {
width              72 libavcodec/pnmenc.c         n  = avctx->width;
width              77 libavcodec/pnmenc.c         n  = avctx->width * 2;
width              84 libavcodec/pnmenc.c              "P%c\n%d %d\n", c, avctx->width, h1);
width             202 libavcodec/proresdec2.c     int hdr_size, width, height, flags;
width             220 libavcodec/proresdec2.c     width  = AV_RB16(buf + 8);
width             223 libavcodec/proresdec2.c     if (width != avctx->width || height != avctx->height) {
width             227 libavcodec/proresdec2.c                avctx->width, avctx->height, width, height);
width             228 libavcodec/proresdec2.c         if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
width             327 libavcodec/proresdec2.c     ctx->mb_width  = (avctx->width  + 15) >> 4;
width             473 libavcodec/proresenc_anatoliy.c                                                unsigned stride, unsigned width, unsigned height, uint16_t *dst,
width             477 libavcodec/proresenc_anatoliy.c     int box_width = FFMIN(width - x, dst_width);
width             521 libavcodec/proresenc_anatoliy.c         unsigned stride, unsigned width, unsigned height, uint16_t *dst,
width             524 libavcodec/proresenc_anatoliy.c     subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 0, is_interlaced, is_top_field);
width             529 libavcodec/proresenc_anatoliy.c                                unsigned stride, unsigned width, unsigned height, uint16_t *dst,
width             532 libavcodec/proresenc_anatoliy.c     subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 1, is_interlaced, is_top_field);
width             577 libavcodec/proresenc_anatoliy.c                 luma_stride, avctx->width, avctx->height,
width             580 libavcodec/proresenc_anatoliy.c                            chroma_stride, avctx->width >> ctx->is_422, avctx->height,
width             583 libavcodec/proresenc_anatoliy.c                            chroma_stride, avctx->width >> ctx->is_422, avctx->height,
width             640 libavcodec/proresenc_anatoliy.c                            alpha_stride, avctx->width, avctx->height,
width             657 libavcodec/proresenc_anatoliy.c     int mb_width = (avctx->width + 15) >> 4;
width             694 libavcodec/proresenc_anatoliy.c             unsafe_right = (avctx->width & 0xf) && (mb_x + slice_mb_count == mb_width);
width             725 libavcodec/proresenc_anatoliy.c     int frame_size = FFALIGN(avctx->width, 16) * FFALIGN(avctx->height, 16)*16 + 500 + AV_INPUT_BUFFER_MIN_SIZE; //FIXME choose tighter limit
width             740 libavcodec/proresenc_anatoliy.c     bytestream_put_be16(&buf, avctx->width);
width             823 libavcodec/proresenc_anatoliy.c     if (avctx->width & 0x1) {
width             829 libavcodec/proresenc_anatoliy.c     if (avctx->width > 65534 || avctx->height > 65535) {
width             878 libavcodec/proresenc_anatoliy.c         if ((avctx->height & 0xf) || (avctx->width & 0xf)) {
width             887 libavcodec/proresenc_anatoliy.c         if ((avctx->height & 0xf) || (avctx->width & 0xf)) {
width             595 libavcodec/proresenc_kostya.c             pwidth      = avctx->width;
width             600 libavcodec/proresenc_kostya.c             pwidth      = avctx->width >> 1;
width             840 libavcodec/proresenc_kostya.c             pwidth         = avctx->width;
width             845 libavcodec/proresenc_kostya.c             pwidth         = avctx->width >> 1;
width            1030 libavcodec/proresenc_kostya.c     bytestream_put_be16  (&buf, avctx->width);
width            1247 libavcodec/proresenc_kostya.c     ctx->mb_width      = FFALIGN(avctx->width,  16) >> 4;
width             180 libavcodec/prosumer.c         for (int j = 0; j < avctx->width; j += 8) {
width             342 libavcodec/prosumer.c     s->stride = 3LL * FFALIGN(avctx->width, 8) >> 1;
width              58 libavcodec/psd.c     int width;
width             108 libavcodec/psd.c     s->width = bytestream2_get_be32(&s->gb);
width             109 libavcodec/psd.c     if ((s->width > 30000) && (s->avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL)) {
width             117 libavcodec/psd.c     if ((ret = ff_set_dimensions(s->avctx, s->width, s->height)) < 0)
width             316 libavcodec/psd.c     s->line_size = s->width * s->pixel_size;
width             326 libavcodec/psd.c         s->line_size = s->width + 7 >> 3;
width             451 libavcodec/psd.c                 for (x = 0; x < s->width; x++) {
width             469 libavcodec/psd.c                 for (x = 0; x < s->width; x++) {
width             495 libavcodec/psd.c                 for (x = 0; x < s->width; x++) {
width             252 libavcodec/pthread_frame.c         dst->width     = src->width;
width              76 libavcodec/qdrw.c     int offset = avctx->width;
width             131 libavcodec/qdrw.c     int offset = avctx->width;
width             175 libavcodec/qdrw.c     int offset = avctx->width;
width             220 libavcodec/qdrw.c     int offset = avctx->width * step;
width              39 libavcodec/qpeg.c                               int stride, int width, int height)
width              83 libavcodec/qpeg.c                 int step = FFMIN(run - i, width - filled);
width              87 libavcodec/qpeg.c                 if (filled >= width) {
width              91 libavcodec/qpeg.c                     while (run - i > width && rows_to_go > 0) {
width              92 libavcodec/qpeg.c                         memset(dst, p, width);
width              95 libavcodec/qpeg.c                         i += width;
width             106 libavcodec/qpeg.c                 if (filled >= width) {
width             125 libavcodec/qpeg.c                               int stride, int width, int height,
width             137 libavcodec/qpeg.c             memcpy(dst + (i * stride), refdata + (i * stride), width);
width             177 libavcodec/qpeg.c                     if ((me_x + filled < 0) || (me_x + me_w + filled > width) ||
width             179 libavcodec/qpeg.c                        (filled + me_w > width) || (height - me_h < 0))
width             204 libavcodec/qpeg.c                 if(filled >= width) {
width             220 libavcodec/qpeg.c                 if(filled >= width) {
width             241 libavcodec/qpeg.c             while( filled >= width) {
width             242 libavcodec/qpeg.c                 filled -= width;
width             255 libavcodec/qpeg.c             if(filled >= width) {
width             294 libavcodec/qpeg.c         qpeg_decode_intra(a, outdata, p->linesize[0], avctx->width, avctx->height);
width             296 libavcodec/qpeg.c         qpeg_decode_inter(a, outdata, p->linesize[0], avctx->width, avctx->height, delta, ctable, ref->data[0]);
width             568 libavcodec/qsv.c         frames_ctx->width             = i->Width;
width             641 libavcodec/qsv.c     qsv_mid->hw_frame->width   = hw_frames_ctx->width;
width              65 libavcodec/qsvdec.c     frame->width       = avctx->width;
width              70 libavcodec/qsvdec.c         frame->linesize[0] = FFALIGN(avctx->width, 128);
width              73 libavcodec/qsvdec.c         frame->linesize[0] = 2 * FFALIGN(avctx->width, 128);
width             235 libavcodec/qsvdec.c     avctx->width        = param->mfx.FrameInfo.CropW;
width             253 libavcodec/qsvdec.c                     FFALIGN(avctx->width, 128), FFALIGN(avctx->height, 64), 1), av_buffer_allocz);
width             444 libavcodec/qsvenc.c     q->param.mfx.FrameInfo.CropW          = avctx->width;
width             453 libavcodec/qsvenc.c     q->param.mfx.FrameInfo.Width  = FFALIGN(avctx->width, 16);
width             478 libavcodec/qsvenc.c     q->param.mfx.FrameInfo.Width = FFALIGN(avctx->width, q->width_align);
width             545 libavcodec/qsvenc.c     q->param.mfx.FrameInfo.CropW          = avctx->width;
width             559 libavcodec/qsvenc.c     q->param.mfx.FrameInfo.Width = FFALIGN(avctx->width, q->width_align);
width            1332 libavcodec/qsvenc.c             qf->frame->width  = FFALIGN(frame->width, q->width_align);
width            1343 libavcodec/qsvenc.c             qf->frame->width  = frame->width;
width              81 libavcodec/qtrleenc.c     if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) {
width              85 libavcodec/qtrleenc.c     s->logical_width=avctx->width;
width              89 libavcodec/qtrleenc.c         if (avctx->width % 4) {
width              93 libavcodec/qtrleenc.c         s->logical_width = avctx->width / 4;
width             137 libavcodec/qtrleenc.c     int width=s->logical_width;
width             159 libavcodec/qtrleenc.c         (width - 1)*s->pixel_size;
width             161 libavcodec/qtrleenc.c         (width - 1)*s->pixel_size;
width             163 libavcodec/qtrleenc.c     s->length_table[width] = 0;
width             168 libavcodec/qtrleenc.c     lowest_bulk_cost_index = width;
width             170 libavcodec/qtrleenc.c     sec_lowest_bulk_cost_index = width;
width             174 libavcodec/qtrleenc.c     for (i = width - 1; i >= 0; i--) {
width             180 libavcodec/qtrleenc.c         if (FFMIN(width, i + MAX_RLE_BULK) < lowest_bulk_cost_index) {
width             185 libavcodec/qtrleenc.c             sec_lowest_bulk_cost_index = width;
width             226 libavcodec/qtrleenc.c         if (i < width - 1 && !memcmp(this_line, this_line + s->pixel_size, s->pixel_size))
width             283 libavcodec/qtrleenc.c     while (i < width) {
width              42 libavcodec/r210dec.c     int aligned_width = FFALIGN(avctx->width,
width              68 libavcodec/r210dec.c         for (w = 0; w < avctx->width; w++) {
width              93 libavcodec/r210dec.c         src += aligned_width - avctx->width;
width              29 libavcodec/r210enc.c     int aligned_width = FFALIGN(avctx->width,
width              33 libavcodec/r210enc.c     if (avctx->width > 0)
width              34 libavcodec/r210enc.c         avctx->bit_rate = ff_guess_coded_bitrate(avctx) * aligned_width / avctx->width;
width              43 libavcodec/r210enc.c     int aligned_width = FFALIGN(avctx->width,
width              45 libavcodec/r210enc.c     int pad = (aligned_width - avctx->width) * 4;
width              61 libavcodec/r210enc.c         for (j = 0; j < avctx->width; j++) {
width              74 libavcodec/rasc.c         memset(dst, 0, avctx->width * s->bpp);
width             153 libavcodec/rasc.c     avctx->width  = w;
width             220 libavcodec/rasc.c     if (nb_moves > INT32_MAX / 16 || nb_moves > avctx->width * avctx->height)
width             259 libavcodec/rasc.c         if (start_x >= avctx->width || start_y >= avctx->height ||
width             260 libavcodec/rasc.c             end_x >= avctx->width || end_y >= avctx->height ||
width             261 libavcodec/rasc.c             mov_x >= avctx->width || mov_y >= avctx->height) {
width             271 libavcodec/rasc.c         if (mov_x + w > avctx->width || mov_y + h > avctx->height)
width             347 libavcodec/rasc.c     if (x >= avctx->width || y >= avctx->height ||
width             348 libavcodec/rasc.c         w > avctx->width || h > avctx->height)
width             351 libavcodec/rasc.c     if (x + w > avctx->width || y + h > avctx->height)
width             548 libavcodec/rasc.c     if (w > avctx->width || h > avctx->height)
width             598 libavcodec/rasc.c     if (s->cursor_x >= avctx->width || s->cursor_y >= avctx->height)
width             601 libavcodec/rasc.c     if (s->cursor_x + s->cursor_w > avctx->width ||
width             160 libavcodec/rawdec.c         for (i = 0; i < avctx->width * avctx->height; i++) { \
width             184 libavcodec/rawdec.c     if (avctx->width <= 0) {
width             194 libavcodec/rawdec.c         stride = avctx->width / 8 + (avctx->width & 7 ? 1 : 0);
width             196 libavcodec/rawdec.c         stride = avctx->width;
width             217 libavcodec/rawdec.c             int row_bytes = avctx->width / 8 + (avctx->width & 7 ? 1 : 0);
width             223 libavcodec/rawdec.c                                                            FFALIGN(avctx->width, 16),
width             227 libavcodec/rawdec.c         context->frame_size = av_image_get_buffer_size(avctx->pix_fmt, avctx->width,
width             250 libavcodec/rawdec.c     if ((res = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
width             270 libavcodec/rawdec.c                 if (row_pix >= avctx->width) {
width             281 libavcodec/rawdec.c                 if (row_pix >= avctx->width) {
width             294 libavcodec/rawdec.c                 if (row_pix >= avctx->width) {
width             312 libavcodec/rawdec.c                 if (row_pix >= avctx->width) {
width             363 libavcodec/rawdec.c                                     avctx->width, avctx->height, 1)) < 0) {
width             395 libavcodec/rawdec.c             int vid_size = avctx->width * avctx->height;
width             450 libavcodec/rawdec.c     if (avctx->codec_tag == AV_RL32("I420") && (avctx->width+1)*(avctx->height+1) * 3/2 == buf_size) {
width             451 libavcodec/rawdec.c         frame->data[1] = frame->data[1] +  (avctx->width+1)*(avctx->height+1) -avctx->width*avctx->height;
width             452 libavcodec/rawdec.c         frame->data[2] = frame->data[2] + ((avctx->width+1)*(avctx->height+1) -avctx->width*avctx->height)*5/4;
width             460 libavcodec/rawdec.c             for (x = 0; x < avctx->width; x++)
width             472 libavcodec/rawdec.c             for (x = 0; x >> 3 < avctx->width; x += 8) {
width              56 libavcodec/rawenc.c                                        frame->width, frame->height, 1);
width              66 libavcodec/rawenc.c                                        frame->width, frame->height, 1)) < 0)
width              72 libavcodec/rawenc.c         for(x = 1; x < frame->height*frame->width*2; x += 2)
width              78 libavcodec/rawenc.c         for (x = 0; x < frame->height * frame->width; x++) {
width             350 libavcodec/rkmppdec.c             avctx->width = mpp_frame_get_width(mppframe);
width             369 libavcodec/rkmppdec.c             hwframes->width     = avctx->width;
width             398 libavcodec/rkmppdec.c         frame->width            = mpp_frame_get_width(mppframe);
width              63 libavcodec/rl2.c     int base_x = video_base % s->avctx->width;
width              64 libavcodec/rl2.c     int base_y = video_base / s->avctx->width;
width              65 libavcodec/rl2.c     int stride_adj = stride - s->avctx->width;
width              75 libavcodec/rl2.c             memcpy(out, back_frame, s->avctx->width);
width              77 libavcodec/rl2.c         back_frame += s->avctx->width;
width              79 libavcodec/rl2.c     back_frame += base_x - s->avctx->width;
width             156 libavcodec/rl2.c     if (s->video_base >= avctx->width * avctx->height) {
width             169 libavcodec/rl2.c         uint8_t *back_frame = av_mallocz(avctx->width*avctx->height);
width             173 libavcodec/rl2.c                        back_frame, avctx->width, 0);
width             111 libavcodec/roqvideo.c     if ((mx < 0) || (mx > ri->width - sz) ||
width             114 libavcodec/roqvideo.c             mx, my, ri->width, ri->height);
width              56 libavcodec/roqvideo.h     int width, height;
width             161 libavcodec/roqvideodec.c         if (xpos >= ri->width) {
width             162 libavcodec/roqvideodec.c             xpos -= ri->width;
width             177 libavcodec/roqvideodec.c     if (avctx->width % 16 || avctx->height % 16) {
width             182 libavcodec/roqvideodec.c     s->width = avctx->width;
width             161 libavcodec/roqvideoenc.c     if ((unsigned) mx > enc->width-size || (unsigned) my > enc->height-size)
width             249 libavcodec/roqvideoenc.c     tempData->cel_evals = av_malloc_array(enc->width*enc->height/64, sizeof(CelEvaluation));
width             255 libavcodec/roqvideoenc.c         for (x=0; x<enc->width; x+=16)
width             332 libavcodec/roqvideoenc.c     int max=(enc->width/blocksize)*enc->height/blocksize;
width             343 libavcodec/roqvideoenc.c         for (j=0; j<enc->width; j+=blocksize) {
width             350 libavcodec/roqvideoenc.c                 EVAL_MOTION(enc->this_motion8[(i/8)*(enc->width/8) + j/8]);
width             352 libavcodec/roqvideoenc.c             offset = (i/blocksize)*enc->width/blocksize + j/blocksize;
width             360 libavcodec/roqvideoenc.c             offset = (i/blocksize + 1)*enc->width/blocksize + j/blocksize;
width             364 libavcodec/roqvideoenc.c             off[0]= (i/blocksize)*enc->width/blocksize + j/blocksize - 1;
width             365 libavcodec/roqvideoenc.c             off[1]= off[0] - enc->width/blocksize + 1;
width             394 libavcodec/roqvideoenc.c             offset = (i/blocksize)*enc->width/blocksize + j/blocksize;
width             413 libavcodec/roqvideoenc.c         subcel->motion = enc->this_motion4[y*enc->width/16 + x/4];
width             417 libavcodec/roqvideoenc.c                              enc->this_motion4[y*enc->width/16 + x/4], 4);
width             431 libavcodec/roqvideoenc.c     cluster_index = y*enc->width/16 + x/4;
width             470 libavcodec/roqvideoenc.c     int index = cel->sourceY*enc->width/64 + cel->sourceX/8;
width             832 libavcodec/roqvideoenc.c     int max = enc->width*enc->height/16;
width             845 libavcodec/roqvideoenc.c     create_clusters(enc->frame_to_enc, enc->width, enc->height, yuvClusters);
width             917 libavcodec/roqvideoenc.c     for (i=0; i<enc->width*enc->height/64; i++)
width             945 libavcodec/roqvideoenc.c     reconstruct_and_encode_image(enc, tempData, enc->width, enc->height,
width             946 libavcodec/roqvideoenc.c                                  enc->width*enc->height/64);
width             986 libavcodec/roqvideoenc.c     if ((avctx->width & 0xf) || (avctx->height & 0xf)) {
width             991 libavcodec/roqvideoenc.c     if (avctx->width > 65535 || avctx->height > 65535) {
width             996 libavcodec/roqvideoenc.c     if (((avctx->width)&(avctx->width-1))||((avctx->height)&(avctx->height-1)))
width             999 libavcodec/roqvideoenc.c     enc->width = avctx->width;
width            1015 libavcodec/roqvideoenc.c         av_mallocz_array((enc->width*enc->height/16), sizeof(motion_vect));
width            1018 libavcodec/roqvideoenc.c         av_malloc_array ((enc->width*enc->height/16), sizeof(motion_vect));
width            1021 libavcodec/roqvideoenc.c         av_mallocz_array((enc->width*enc->height/64), sizeof(motion_vect));
width            1024 libavcodec/roqvideoenc.c         av_malloc_array ((enc->width*enc->height/64), sizeof(motion_vect));
width            1048 libavcodec/roqvideoenc.c     bytestream_put_le16(&enc->out_buf, enc->width);
width            1077 libavcodec/roqvideoenc.c     size = ((enc->width * enc->height / 64) * 138 + 7) / 8 + 256 * (6 + 4) + 8;
width              65 libavcodec/rpza.c         if (pixel_ptr >= width)     \
width              75 libavcodec/rpza.c     int width = s->avctx->width;
width             106 libavcodec/rpza.c     total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4);
width              75 libavcodec/rscc.c     int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
width              78 libavcodec/rscc.c                avctx->width, avctx->height);
width             128 libavcodec/rscc.c     ctx->inflated_size = avctx->width * avctx->height * ctx->component_size;
width             256 libavcodec/rscc.c         } else if (ctx->tiles[i].x + ctx->tiles[i].w > avctx->width ||
width             158 libavcodec/rtjpeg.c void ff_rtjpeg_decode_init(RTJpegContext *c, int width, int height,
width             166 libavcodec/rtjpeg.c     c->w = width;
width              44 libavcodec/rtjpeg.h void ff_rtjpeg_decode_init(RTJpegContext *c, int width, int height,
width             380 libavcodec/rv10.c         if (new_w != s->width || new_h != s->height) {
width             391 libavcodec/rv10.c             if (2 * (int64_t)new_w * s->height == (int64_t)new_h * s->width)
width             393 libavcodec/rv10.c             if ((int64_t)new_w * s->height == 2 * (int64_t)new_h * s->width)
width             400 libavcodec/rv10.c             s->width  = new_w;
width             410 libavcodec/rv10.c     if (av_image_check_size(s->width, s->height, 0, s->avctx) < 0)
width             487 libavcodec/rv10.c     s->width        = avctx->coded_width;
width              40 libavcodec/rv30.c     int w = r->s.width, h = r->s.height;
width              74 libavcodec/rv30.c     si->width  = w;
width             667 libavcodec/rv34.c                           const int width, const int height, int dir,
width             726 libavcodec/rv34.c     if(s->h_edge_pos - (width << 3) < 6 || s->v_edge_pos - (height << 3) < 6 ||
width             727 libavcodec/rv34.c        (unsigned)(src_x - !!lx*2) > s->h_edge_pos - !!lx*2 - (width <<3) - 4 ||
width             732 libavcodec/rv34.c                                  (width << 3) + 6, (height << 3) + 6,
width             764 libavcodec/rv34.c                                  (width << 2) + 1, (height << 2) + 1,
width             772 libavcodec/rv34.c                                  (width << 2) + 1, (height << 2) + 1,
width             777 libavcodec/rv34.c     chroma_mc[2-width]   (U, srcU, s->uvlinesize, height*4, uvmx, uvmy);
width             778 libavcodec/rv34.c     chroma_mc[2-width]   (V, srcV, s->uvlinesize, height*4, uvmx, uvmy);
width             783 libavcodec/rv34.c                         const int width, const int height, int dir)
width             785 libavcodec/rv34.c     rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0,
width            1429 libavcodec/rv34.c     if (s->width != r->si.width || s->height != r->si.height) {
width            1541 libavcodec/rv34.c     if (s->height != s1->height || s->width != s1->width) {
width            1543 libavcodec/rv34.c         s->width  = s1->width;
width            1682 libavcodec/rv34.c         if (s->width != si.width || s->height != si.height) {
width            1686 libavcodec/rv34.c                    si.width, si.height);
width            1688 libavcodec/rv34.c             if (av_image_check_size(si.width, si.height, 0, s->avctx))
width            1692 libavcodec/rv34.c                 s->width, s->height, s->avctx->sample_aspect_ratio,
width            1693 libavcodec/rv34.c                 si.width, si.height);
width            1694 libavcodec/rv34.c             s->width  = si.width;
width            1697 libavcodec/rv34.c             err = ff_set_dimensions(s->avctx, s->width, s->height);
width              78 libavcodec/rv34.h     int width;             ///< coded width
width             133 libavcodec/rv40.c     int w = r->s.width, h = r->s.height;
width             152 libavcodec/rv40.c     si->width  = w;
width             392 libavcodec/rv40.c         if(s->width * s->height <= 176*144)
width             272 libavcodec/sanm.c     int width, height;
width             300 libavcodec/sanm.c     uint32_t width, height;
width             437 libavcodec/sanm.c static void init_sizes(SANMVideoContext *ctx, int width, int height)
width             439 libavcodec/sanm.c     ctx->width   = width;
width             441 libavcodec/sanm.c     ctx->npixels = width * height;
width             443 libavcodec/sanm.c     ctx->aligned_width  = FFALIGN(width, 8);
width             447 libavcodec/sanm.c     ctx->pitch    = width;
width             502 libavcodec/sanm.c     init_sizes(ctx, avctx->width, avctx->height);
width             558 libavcodec/sanm.c                       int left, int width, int height)
width             579 libavcodec/sanm.c             if (pos + code > width)
width             624 libavcodec/sanm.c                        int left, int width, int height)
width             661 libavcodec/sanm.c             bytestream2_get_buffer(&ctx->gb, dst, width);
width             677 libavcodec/sanm.c                 for (i = 0; i < width; i += 4) {
width             728 libavcodec/sanm.c                 for (i = 0; i < width; i += 4) {
width             860 libavcodec/sanm.c                        int left, int width, int height)
width             893 libavcodec/sanm.c         if (bytestream2_get_bytes_left(&ctx->gb) < width * height)
width             896 libavcodec/sanm.c             bytestream2_get_bufferu(&ctx->gb, dst, width);
width             901 libavcodec/sanm.c         if (bytestream2_get_bytes_left(&ctx->gb) < ((width + 1) >> 1) * ((height + 1) >> 1))
width             904 libavcodec/sanm.c             for (i = 0; i < width; i += 2) {
width             916 libavcodec/sanm.c                 for (i = 0; i < width; i += 8)
width             963 libavcodec/sanm.c     if (ctx->width < left + w || ctx->height < top + h) {
width             964 libavcodec/sanm.c         int ret = ff_set_dimensions(ctx->avctx, FFMAX(left + w, ctx->width),
width             968 libavcodec/sanm.c         init_sizes(ctx, FFMAX(left + w, ctx->width),
width             996 libavcodec/sanm.c     if (bytestream2_get_bytes_left(&ctx->gb) < ctx->width * ctx->height * 2) {
width            1001 libavcodec/sanm.c         for (x = 0; x < ctx->width; x++)
width            1169 libavcodec/sanm.c         mx = index % ctx->width;
width            1170 libavcodec/sanm.c         my = index / ctx->width;
width            1330 libavcodec/sanm.c     hdr->width  = bytestream2_get_le32u(&ctx->gb);
width            1333 libavcodec/sanm.c     if (hdr->width != ctx->width || hdr->height != ctx->height) {
width             303 libavcodec/scpr.c     uint32_t clr = 0, r, g, b, backstep = linesize - avctx->width;
width             310 libavcodec/scpr.c     while (k < avctx->width + 1) {
width             331 libavcodec/scpr.c             if (x >= avctx->width) {
width             340 libavcodec/scpr.c     while (x < avctx->width && y < avctx->height) {
width             376 libavcodec/scpr.c     int backstep = linesize - avctx->width;
width             450 libavcodec/scpr.c                     by + mvy + sy1 >= avctx->height || bx + mvx + sx1 >= avctx->width)
width             454 libavcodec/scpr.c                     for (j = 0; j < sx2 - sx1 && (bx + sx1 + j) < avctx->width && (bx + mvx + sx1 + j) < avctx->width; j++) {
width             555 libavcodec/scpr.c             av_memcpy_backptr((uint8_t*)(dst+1), 4, 4*avctx->width - 4);
width             600 libavcodec/scpr.c                 int w = avctx->width>>1;
width             607 libavcodec/scpr.c             for (; x < avctx->width * 4; x++) {
width             644 libavcodec/scpr.c     s->nbx = (avctx->width + 15) / 16;
width             102 libavcodec/scpr.h             if (x >= avctx->width) {
width             116 libavcodec/scpr.h             if (x >= avctx->width) {
width             135 libavcodec/scpr.h             if (x >= avctx->width) {
width             172 libavcodec/scpr.h             if (x >= avctx->width) {
width             196 libavcodec/scpr.h             if (x >= avctx->width) {
width             241 libavcodec/scpr.h             if (*bx >= x * 16 + sx2 || *bx >= avctx->width) {
width             263 libavcodec/scpr.h             if (*bx >= x * 16 + sx2 || *bx >= avctx->width) {
width             277 libavcodec/scpr.h             if (*bx >= x * 16 + sx2 || *bx >= avctx->width) {
width             291 libavcodec/scpr.h             if (*bx >= x * 16 + sx2 || *bx >= avctx->width) {
width             324 libavcodec/scpr.h             if (*bx >= x * 16 + sx2 || *bx >= avctx->width) {
width             346 libavcodec/scpr.h             if (*bx >= x * 16 + sx2 || *bx >= avctx->width) {
width             952 libavcodec/scpr3.c     uint32_t backstep = linesize - avctx->width;
width             959 libavcodec/scpr3.c     while (k < avctx->width + 1) {
width             983 libavcodec/scpr3.c             if (x >= avctx->width) {
width             992 libavcodec/scpr3.c     while (x < avctx->width && y < avctx->height) {
width            1035 libavcodec/scpr3.c     int backstep = linesize - avctx->width;
width            1175 libavcodec/scpr3.c                     by + mvy + sy1 >= avctx->height || bx + mvx + sx1 >= avctx->width)
width            1179 libavcodec/scpr3.c                     for (j = 0; j < sx2 - sx1 && (bx + sx1 + j) < avctx->width && (bx + mvx + sx1 + j) < avctx->width; j++) {
width              70 libavcodec/screenpresso.c     int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
width              73 libavcodec/screenpresso.c                avctx->width, avctx->height);
width              83 libavcodec/screenpresso.c     ctx->inflated_size = avctx->width * avctx->height * 4;
width             154 libavcodec/screenpresso.c     src_linesize = FFALIGN(avctx->width * component_size, 4);
width             162 libavcodec/screenpresso.c                             avctx->width * component_size, avctx->height);
width             167 libavcodec/screenpresso.c                           avctx->width * component_size, avctx->height);
width              31 libavcodec/sgidec.c     unsigned int width;
width             148 libavcodec/sgidec.c             linesize = s->width * s->depth;
width             156 libavcodec/sgidec.c             if (ret != s->width)
width             172 libavcodec/sgidec.c     unsigned int offset = s->height * s->width * s->bytes_per_channel;
width             189 libavcodec/sgidec.c             for (x = s->width; x > 0; x--)
width             194 libavcodec/sgidec.c             for (x = s->width; x > 0; x--)
width             227 libavcodec/sgidec.c     s->width             = bytestream2_get_be16u(&s->g);
width             253 libavcodec/sgidec.c     ret = ff_set_dimensions(avctx, s->width, s->height);
width              41 libavcodec/sgienc.c     if (avctx->width > 65535 || avctx->height > 65535) {
width              43 libavcodec/sgienc.c                "Unsupported resolution %dx%d.\n", avctx->width, avctx->height);
width             100 libavcodec/sgienc.c     unsigned int width, height, depth, dimension;
width             117 libavcodec/sgienc.c     width  = avctx->width;
width             167 libavcodec/sgienc.c         length += depth * height * width;
width             169 libavcodec/sgienc.c         length += tablesize * 2 + depth * height * (2 * width + 1);
width             181 libavcodec/sgienc.c     bytestream2_put_be16(&pbc, width);
width             212 libavcodec/sgienc.c         if (!(encode_buf = av_malloc(width * bytes_per_channel)))
width             221 libavcodec/sgienc.c                 for (x = 0; x < width * bytes_per_channel; x += bytes_per_channel)
width             224 libavcodec/sgienc.c                 length = sgi_rle_encode(&pbc, encode_buf, width,
width             242 libavcodec/sgienc.c                 for (x = 0; x < width * depth; x += depth)
width              67 libavcodec/sgirledec.c                           int width, int height, ptrdiff_t linesize)
width              74 libavcodec/sgirledec.c     if (x >= width) {                                                         \
width              85 libavcodec/sgirledec.c                 int length = FFMIN(v, width - x);
width              96 libavcodec/sgirledec.c                 int length = FFMIN3(v, width - x, src_end - src);
width             122 libavcodec/sgirledec.c                          avctx->width, avctx->height, frame->linesize[0]);
width              53 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width              62 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width              96 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width             105 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width             127 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width             142 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width             184 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width             192 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width             222 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width             230 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width             249 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width             262 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width             299 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             308 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             340 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x += 2) {
width             349 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x += 2) {
width             370 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             384 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             425 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             436 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             474 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x += 2) {
width             485 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x += 2) {
width             511 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             528 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             577 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             588 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             626 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x += 2) {
width             637 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x += 2) {
width             663 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             680 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             727 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x += 2) {
width             736 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x += 2) {
width             757 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             771 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             810 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x += 2) {
width             819 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x += 2) {
width             840 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             854 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             884 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x += 2) {
width             893 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x += 2) {
width             914 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             928 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x += 2) {
width             967 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width             975 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width             994 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1007 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1035 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1043 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1062 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1075 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1112 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1121 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1143 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1158 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1190 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1199 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1221 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1236 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1279 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1288 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1322 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1331 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1353 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1368 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1410 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1418 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1448 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1456 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1475 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1488 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1521 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1530 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1548 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1563 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1587 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1596 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1614 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1629 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1663 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1671 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1687 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1700 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1722 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1730 libavcodec/sheervideo.c         for (x = 0; x < avctx->width; x++) {
width            1746 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            1759 libavcodec/sheervideo.c             for (x = 0; x < avctx->width; x++) {
width            2039 libavcodec/sheervideo.c     if (avpkt->size < 20 + avctx->width * avctx->height / 16) {
width             458 libavcodec/smacker.c     bw = avctx->width >> 2;
width              67 libavcodec/smc.c     if (pixel_ptr >= width) \
width              82 libavcodec/smc.c     int width = s->avctx->width;
width             124 libavcodec/smc.c     total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4);
width             166 libavcodec/smc.c                     (row_ptr - s->avctx->width * 4) + s->avctx->width - 4;
width             199 libavcodec/smc.c                 prev_block_ptr1 = (row_ptr - s->avctx->width * 4) +
width             200 libavcodec/smc.c                     s->avctx->width - 4 * 2;
width             202 libavcodec/smc.c                 prev_block_ptr1 = (row_ptr - s->avctx->width * 4) + row_inc;
width             207 libavcodec/smc.c                 prev_block_ptr2 = (row_ptr - s->avctx->width * 4) + row_inc;
width             441 libavcodec/smc.c     int total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4);
width              53 libavcodec/smvjpegdec.c                                enum AVPixelFormat pix_fmt, int width, int height,
width             185 libavcodec/smvjpegdec.c     ret = ff_set_dimensions(avctx, mjpeg_data->width, mjpeg_data->height / s->frames_per_jpeg);
width             193 libavcodec/smvjpegdec.c         s->picture[1]->width         = avctx->width;
width             197 libavcodec/smvjpegdec.c                     avctx->pix_fmt, avctx->width, avctx->height, cur_frame);
width              74 libavcodec/snow.c     frame->width  = s->avctx->width ;
width              77 libavcodec/snow.c         frame->width  += 2 * EDGE_WIDTH;
width              89 libavcodec/snow.c         frame->width  = s->avctx->width;
width             111 libavcodec/snow.c     int w= AV_CEIL_RSHIFT(s->avctx->width,  LOG2_MB_SIZE);
width             432 libavcodec/snow.c     int width, height;
width             487 libavcodec/snow.c     width= s->avctx->width;
width             490 libavcodec/snow.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->spatial_idwt_buffer, width, height * sizeof(IDWTELEM), fail);
width             491 libavcodec/snow.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->spatial_dwt_buffer,  width, height * sizeof(DWTELEM),  fail); //FIXME this does not belong here
width             492 libavcodec/snow.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->temp_dwt_buffer,     width, sizeof(DWTELEM),  fail);
width             493 libavcodec/snow.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->temp_idwt_buffer,    width, sizeof(IDWTELEM), fail);
width             494 libavcodec/snow.c     FF_ALLOC_ARRAY_OR_GOTO(avctx,  s->run_buffer,          ((width + 1) >> 1), ((height + 1) >> 1) * sizeof(*s->run_buffer), fail);
width             523 libavcodec/snow.c         FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->scratchbuf, FFMAX(s->mconly_picture->linesize[0], 2*avctx->width+256), 7*MB_SIZE, fail);
width             524 libavcodec/snow.c         emu_buf_size = FFMAX(s->mconly_picture->linesize[0], 2*avctx->width+256) * (2 * MB_SIZE + HTAPS_MAX - 1);
width             534 libavcodec/snow.c         int w= s->avctx->width;
width             541 libavcodec/snow.c         s->plane[plane_index].width = w;
width             550 libavcodec/snow.c                 b->stride= s->plane[plane_index].width << (s->spatial_decomposition_count - level);
width             551 libavcodec/snow.c                 b->width = (w + !(orientation&1))>>1;
width             572 libavcodec/snow.c                 b->x_coeff=av_mallocz_array(((b->width+1) * b->height+1), sizeof(x_and_coeff));
width             593 libavcodec/snow.c         int w= is_chroma ? AV_CEIL_RSHIFT(s->avctx->width,  s->chroma_h_shift) : s->avctx->width;
width              86 libavcodec/snow.h     int width;
width             100 libavcodec/snow.h     int width;
width             202 libavcodec/snow.h static av_always_inline void snow_interleave_line_header(int * i, int width, IDWTELEM * low, IDWTELEM * high){
width             203 libavcodec/snow.h     (*i) = (width) - 2;
width             205 libavcodec/snow.h     if (width & 1){
width             218 libavcodec/snow.h static av_always_inline void snow_horizontal_compose_lift_lead_out(int i, IDWTELEM * dst, IDWTELEM * src, IDWTELEM * ref, int width, int w, int lift_high, int mul, int add, int shift){
width             223 libavcodec/snow.h     if((width^lift_high)&1){
width             228 libavcodec/snow.h static av_always_inline void snow_horizontal_compose_liftS_lead_out(int i, IDWTELEM * dst, IDWTELEM * src, IDWTELEM * ref, int width, int w){
width             233 libavcodec/snow.h         if(width&1){
width             416 libavcodec/snow.h     int w= p->width;
width             604 libavcodec/snow.h     const int w= b->width;
width             697 libavcodec/snow.h                 while(parent_xc->x != parent->width+1)
width             117 libavcodec/snow_dwt.c                                   int width, int mul, int add, int shift,
width             121 libavcodec/snow_dwt.c     const int mirror_right = (width & 1) ^ highpass;
width             122 libavcodec/snow_dwt.c     const int w            = (width >> 1) - 1 + (highpass & width);
width             147 libavcodec/snow_dwt.c                                    int width, int mul, int add, int shift,
width             151 libavcodec/snow_dwt.c     const int mirror_right = (width & 1) ^ highpass;
width             152 libavcodec/snow_dwt.c     const int w            = (width >> 1) - 1 + (highpass & width);
width             178 libavcodec/snow_dwt.c static void horizontal_decompose53i(DWTELEM *b, DWTELEM *temp, int width)
width             180 libavcodec/snow_dwt.c     const int width2 = width >> 1;
width             182 libavcodec/snow_dwt.c     const int w2 = (width + 1) >> 1;
width             188 libavcodec/snow_dwt.c     if (width & 1)
width             190 libavcodec/snow_dwt.c     lift(b + w2, temp + w2, temp,   1, 1, 1, width, -1, 0, 1, 1, 0);
width             191 libavcodec/snow_dwt.c     lift(b,      temp,      b + w2, 1, 1, 1, width,  1, 2, 2, 0, 0);
width             195 libavcodec/snow_dwt.c                                     int width)
width             199 libavcodec/snow_dwt.c     for (i = 0; i < width; i++)
width             204 libavcodec/snow_dwt.c                                     int width)
width             208 libavcodec/snow_dwt.c     for (i = 0; i < width; i++)
width             213 libavcodec/snow_dwt.c                                  int width, int height, int stride)
width             224 libavcodec/snow_dwt.c             horizontal_decompose53i(b2, temp, width);
width             226 libavcodec/snow_dwt.c             horizontal_decompose53i(b3, temp, width);
width             229 libavcodec/snow_dwt.c             vertical_decompose53iH0(b1, b2, b3, width);
width             231 libavcodec/snow_dwt.c             vertical_decompose53iL0(b0, b1, b2, width);
width             238 libavcodec/snow_dwt.c static void horizontal_decompose97i(DWTELEM *b, DWTELEM *temp, int width)
width             240 libavcodec/snow_dwt.c     const int w2 = (width + 1) >> 1;
width             242 libavcodec/snow_dwt.c     lift(temp + w2, b + 1, b,         1, 2, 2, width, W_AM, W_AO, W_AS, 1, 1);
width             243 libavcodec/snow_dwt.c     liftS(temp,     b,     temp + w2, 1, 2, 1, width, W_BM, W_BO, W_BS, 0, 0);
width             244 libavcodec/snow_dwt.c     lift(b + w2, temp + w2, temp,     1, 1, 1, width, W_CM, W_CO, W_CS, 1, 0);
width             245 libavcodec/snow_dwt.c     lift(b,      temp,      b + w2,   1, 1, 1, width, W_DM, W_DO, W_DS, 0, 0);
width             249 libavcodec/snow_dwt.c                                     int width)
width             253 libavcodec/snow_dwt.c     for (i = 0; i < width; i++)
width             258 libavcodec/snow_dwt.c                                     int width)
width             262 libavcodec/snow_dwt.c     for (i = 0; i < width; i++)
width             267 libavcodec/snow_dwt.c                                     int width)
width             271 libavcodec/snow_dwt.c     for (i = 0; i < width; i++)
width             277 libavcodec/snow_dwt.c                                     int width)
width             281 libavcodec/snow_dwt.c     for (i = 0; i < width; i++)
width             286 libavcodec/snow_dwt.c                                  int width, int height, int stride)
width             299 libavcodec/snow_dwt.c             horizontal_decompose97i(b4, temp, width);
width             301 libavcodec/snow_dwt.c             horizontal_decompose97i(b5, temp, width);
width             304 libavcodec/snow_dwt.c             vertical_decompose97iH0(b3, b4, b5, width);
width             306 libavcodec/snow_dwt.c             vertical_decompose97iL0(b2, b3, b4, width);
width             308 libavcodec/snow_dwt.c             vertical_decompose97iH1(b1, b2, b3, width);
width             310 libavcodec/snow_dwt.c             vertical_decompose97iL1(b0, b1, b2, width);
width             319 libavcodec/snow_dwt.c void ff_spatial_dwt(DWTELEM *buffer, DWTELEM *temp, int width, int height,
width             328 libavcodec/snow_dwt.c                                  width >> level, height >> level,
width             333 libavcodec/snow_dwt.c                                  width >> level, height >> level,
width             340 libavcodec/snow_dwt.c static void horizontal_compose53i(IDWTELEM *b, IDWTELEM *temp, int width)
width             342 libavcodec/snow_dwt.c     const int width2 = width >> 1;
width             343 libavcodec/snow_dwt.c     const int w2     = (width + 1) >> 1;
width             350 libavcodec/snow_dwt.c     if (width & 1)
width             354 libavcodec/snow_dwt.c     for (x = 2; x < width - 1; x += 2) {
width             358 libavcodec/snow_dwt.c     if (width & 1) {
width             366 libavcodec/snow_dwt.c                                   int width)
width             370 libavcodec/snow_dwt.c     for (i = 0; i < width; i++)
width             375 libavcodec/snow_dwt.c                                   int width)
width             379 libavcodec/snow_dwt.c     for (i = 0; i < width; i++)
width             402 libavcodec/snow_dwt.c                                            int width, int height,
width             419 libavcodec/snow_dwt.c         for (x = 0; x < width; x++) {
width             425 libavcodec/snow_dwt.c             vertical_compose53iL0(b1, b2, b3, width);
width             427 libavcodec/snow_dwt.c             vertical_compose53iH0(b0, b1, b2, width);
width             431 libavcodec/snow_dwt.c         horizontal_compose53i(b0, temp, width);
width             433 libavcodec/snow_dwt.c         horizontal_compose53i(b1, temp, width);
width             441 libavcodec/snow_dwt.c                                   IDWTELEM *temp, int width, int height,
width             451 libavcodec/snow_dwt.c         vertical_compose53iL0(b1, b2, b3, width);
width             453 libavcodec/snow_dwt.c         vertical_compose53iH0(b0, b1, b2, width);
width             456 libavcodec/snow_dwt.c         horizontal_compose53i(b0, temp, width);
width             458 libavcodec/snow_dwt.c         horizontal_compose53i(b1, temp, width);
width             465 libavcodec/snow_dwt.c void ff_snow_horizontal_compose97i(IDWTELEM *b, IDWTELEM *temp, int width)
width             467 libavcodec/snow_dwt.c     const int w2 = (width + 1) >> 1;
width             471 libavcodec/snow_dwt.c     for (x = 1; x < (width >> 1); x++) {
width             475 libavcodec/snow_dwt.c     if (width & 1) {
width             482 libavcodec/snow_dwt.c     for (x = 2; x < width - 1; x += 2) {
width             486 libavcodec/snow_dwt.c     if (width & 1) {
width             494 libavcodec/snow_dwt.c                                   int width)
width             498 libavcodec/snow_dwt.c     for (i = 0; i < width; i++)
width             503 libavcodec/snow_dwt.c                                   int width)
width             507 libavcodec/snow_dwt.c     for (i = 0; i < width; i++)
width             512 libavcodec/snow_dwt.c                                   int width)
width             516 libavcodec/snow_dwt.c     for (i = 0; i < width; i++)
width             521 libavcodec/snow_dwt.c                                   int width)
width             525 libavcodec/snow_dwt.c     for (i = 0; i < width; i++)
width             531 libavcodec/snow_dwt.c                                  int width)
width             535 libavcodec/snow_dwt.c     for (i = 0; i < width; i++) {
width             565 libavcodec/snow_dwt.c                                            int width, int height,
width             582 libavcodec/snow_dwt.c         dsp->vertical_compose97i(b0, b1, b2, b3, b4, b5, width);
width             585 libavcodec/snow_dwt.c             vertical_compose97iL1(b3, b4, b5, width);
width             587 libavcodec/snow_dwt.c             vertical_compose97iH1(b2, b3, b4, width);
width             589 libavcodec/snow_dwt.c             vertical_compose97iL0(b1, b2, b3, width);
width             591 libavcodec/snow_dwt.c             vertical_compose97iH0(b0, b1, b2, width);
width             595 libavcodec/snow_dwt.c         dsp->horizontal_compose97i(b0, temp, width);
width             597 libavcodec/snow_dwt.c         dsp->horizontal_compose97i(b1, temp, width);
width             607 libavcodec/snow_dwt.c                                   IDWTELEM *temp, int width, int height,
width             619 libavcodec/snow_dwt.c         vertical_compose97iL1(b3, b4, b5, width);
width             621 libavcodec/snow_dwt.c         vertical_compose97iH1(b2, b3, b4, width);
width             623 libavcodec/snow_dwt.c         vertical_compose97iL0(b1, b2, b3, width);
width             625 libavcodec/snow_dwt.c         vertical_compose97iH0(b0, b1, b2, width);
width             628 libavcodec/snow_dwt.c         ff_snow_horizontal_compose97i(b0, temp, width);
width             630 libavcodec/snow_dwt.c         ff_snow_horizontal_compose97i(b1, temp, width);
width             639 libavcodec/snow_dwt.c void ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width,
width             660 libavcodec/snow_dwt.c                                     int width, int height, int stride_line,
width             673 libavcodec/snow_dwt.c                                                width >> level,
width             679 libavcodec/snow_dwt.c                                                width >> level,
width             687 libavcodec/snow_dwt.c static void spatial_idwt_init(DWTCompose *cs, IDWTELEM *buffer, int width,
width             707 libavcodec/snow_dwt.c                                   IDWTELEM *temp, int width, int height,
width             720 libavcodec/snow_dwt.c                 spatial_compose97i_dy(cs + level, buffer, temp, width >> level,
width             724 libavcodec/snow_dwt.c                 spatial_compose53i_dy(cs + level, buffer, temp, width >> level,
width             731 libavcodec/snow_dwt.c void ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height,
width             736 libavcodec/snow_dwt.c     spatial_idwt_init(cs, buffer, width, height, stride, type,
width             739 libavcodec/snow_dwt.c         spatial_idwt_slice(cs, buffer, temp, width, height, stride, type,
width              59 libavcodec/snow_dwt.h                                 int width);
width              60 libavcodec/snow_dwt.h     void (*horizontal_compose97i)(IDWTELEM *b, IDWTELEM *temp, int width);
width             104 libavcodec/snow_dwt.h                                  int width);
width             105 libavcodec/snow_dwt.h void ff_snow_horizontal_compose97i(IDWTELEM *b, IDWTELEM *temp, int width);
width             114 libavcodec/snow_dwt.h void ff_spatial_dwt(int *buffer, int *temp, int width, int height, int stride,
width             117 libavcodec/snow_dwt.h void ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width,
width             122 libavcodec/snow_dwt.h                                     int width, int height, int stride_line,
width             124 libavcodec/snow_dwt.h void ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height,
width              47 libavcodec/snowdec.c     int w= p->width;
width             118 libavcodec/snowdec.c     const int w= b->width;
width             139 libavcodec/snowdec.c         memset(line, 0, b->width*sizeof(IDWTELEM));
width             226 libavcodec/snowdec.c     const int w= b->width;
width             249 libavcodec/snowdec.c     const int w= b->width;
width             392 libavcodec/snowdec.c     if(FFMIN(s->avctx-> width>>s->chroma_h_shift,
width             397 libavcodec/snowdec.c     if (s->avctx->width > 65536-4) {
width             398 libavcodec/snowdec.c         av_log(s->avctx, AV_LOG_ERROR, "Width %d is too large\n", s->avctx->width);
width             476 libavcodec/snowdec.c                                     s->plane[0].width,
width             515 libavcodec/snowdec.c         int w= p->width;
width              85 libavcodec/snowenc.c     s->m.mb_num  = (avctx->width * avctx->height + 255) / 256; // For ratecontrol
width              88 libavcodec/snowenc.c     s->m.me.scratchpad= av_mallocz_array((avctx->width+64), 2*16*2*sizeof(uint8_t));
width             525 libavcodec/snowenc.c     const int w= p->width;
width             623 libavcodec/snowenc.c     const int w= p->width;
width             725 libavcodec/snowenc.c     const int w= p->width;
width             780 libavcodec/snowenc.c     const int w= b->width;
width             815 libavcodec/snowenc.c                     if(px<b->parent->width && py<b->parent->height)
width             866 libavcodec/snowenc.c                     if(px<b->parent->width && py<b->parent->height)
width            1081 libavcodec/snowenc.c                     const int w= s->plane[0].width;
width            1248 libavcodec/snowenc.c     const int w= b->width;
width            1309 libavcodec/snowenc.c     const int w= b->width;
width            1331 libavcodec/snowenc.c     const int w= b->width;
width            1355 libavcodec/snowenc.c     const int w= b->width;
width            1501 libavcodec/snowenc.c             const int w= b->width;
width            1542 libavcodec/snowenc.c     int width = p->width;
width            1552 libavcodec/snowenc.c             memset(s->spatial_idwt_buffer, 0, sizeof(*s->spatial_idwt_buffer)*width*height);
width            1553 libavcodec/snowenc.c             ibuf[b->width/2 + b->height/2*b->stride]= 256*16;
width            1554 libavcodec/snowenc.c             ff_spatial_idwt(s->spatial_idwt_buffer, s->temp_idwt_buffer, width, height, width, s->spatial_decomposition_type, s->spatial_decomposition_count);
width            1556 libavcodec/snowenc.c                 for(x=0; x<width; x++){
width            1557 libavcodec/snowenc.c                     int64_t d= s->spatial_idwt_buffer[x + y*width]*16;
width            1573 libavcodec/snowenc.c     const int width= s->avctx->width;
width            1591 libavcodec/snowenc.c                    AV_CEIL_RSHIFT(width, hshift));
width            1593 libavcodec/snowenc.c                                 AV_CEIL_RSHIFT(width, hshift), AV_CEIL_RSHIFT(height, vshift),
width            1635 libavcodec/snowenc.c         int w = s->avctx->width;
width            1671 libavcodec/snowenc.c         int block_width = (width +15)>>4;
width            1684 libavcodec/snowenc.c         s->m.width = width;
width            1720 libavcodec/snowenc.c     while(   !(width >>(s->chroma_h_shift + s->spatial_decomposition_count))
width            1747 libavcodec/snowenc.c         int w= p->width;
width              45 libavcodec/sp5xdec.c     if (!avctx->width || !avctx->height)
width             337 libavcodec/speedhq.c             for (x = 0; x < frame->width; x += 16) {
width             442 libavcodec/speedhq.c     avctx->coded_width = FFALIGN(avctx->width, 16);
width              46 libavcodec/sunrastenc.c     bytestream2_put_be32u(&s->p, avctx->width);
width              82 libavcodec/sunrastenc.c     len  = (s->depth * avctx->width + 7) >> 3;
width             182 libavcodec/sunrastenc.c     s->length = avctx->height * (FFALIGN(avctx->width * s->depth, 16) >> 3);
width              66 libavcodec/svq1dec.c     int width;
width             169 libavcodec/svq1dec.c     unsigned x, y, width, height, level;
width             181 libavcodec/svq1dec.c         width  = 1 << ((4 + level) / 2);
width             189 libavcodec/svq1dec.c                 memset(&dst[y * (pitch / 4)], 0, width);
width             205 libavcodec/svq1dec.c                 memset(&dst[y * (pitch / 4)], mean, width);
width             210 libavcodec/svq1dec.c                 for (x = 0; x < width / 4; x++, codebook++) {
width             236 libavcodec/svq1dec.c     int x, y, width, height, level;
width             248 libavcodec/svq1dec.c         width  = 1 << ((4 + level) / 2);
width             270 libavcodec/svq1dec.c             for (x = 0; x < width / 4; x++, codebook++) {
width             331 libavcodec/svq1dec.c                                    int width, int height)
width             360 libavcodec/svq1dec.c     mv.x = av_clip(mv.x, -2 * x, 2 * (width  - x - 16));
width             374 libavcodec/svq1dec.c                                       int width, int height)
width             430 libavcodec/svq1dec.c         mvx = av_clip(mvx, -2 * x, 2 * (width  - x - 8));
width             452 libavcodec/svq1dec.c                                    int width, int height)
width             477 libavcodec/svq1dec.c                                          pitch, motion, x, y, width, height);
width             488 libavcodec/svq1dec.c                                             pitch, motion, x, y, width, height);
width             525 libavcodec/svq1dec.c     int width  = s->width;
width             575 libavcodec/svq1dec.c             width  = get_bits(bitbuf, 12);
width             578 libavcodec/svq1dec.c             if (!width || !height)
width             582 libavcodec/svq1dec.c             width  = ff_svq1_frame_size_table[frame_size_code][0];
width             608 libavcodec/svq1dec.c     s->width  = width;
width             621 libavcodec/svq1dec.c     int result, i, x, y, width, height;
width             668 libavcodec/svq1dec.c     result = ff_set_dimensions(avctx, s->width, s->height);
width             682 libavcodec/svq1dec.c     pmv = av_malloc((FFALIGN(s->width, 16) / 8 + 3) * sizeof(*pmv));
width             690 libavcodec/svq1dec.c             width    = FFALIGN(s->width,  16);
width             695 libavcodec/svq1dec.c             width    = FFALIGN(s->width  / 4, 16);
width             704 libavcodec/svq1dec.c                 for (x = 0; x < width; x += 16) {
width             720 libavcodec/svq1dec.c                 s->prev->width != s->width || s->prev->height != s->height) {
width             726 libavcodec/svq1dec.c             memset(pmv, 0, ((width / 8) + 3) * sizeof(svq1_pmv));
width             729 libavcodec/svq1dec.c                 for (x = 0; x < width; x += 16) {
width             733 libavcodec/svq1dec.c                                                      pmv, x, y, width, height);
width             775 libavcodec/svq1dec.c     s->width            = avctx->width  + 3 & ~3;
width             251 libavcodec/svq1enc.c                              int width, int height, int src_stride, int stride)
width             267 libavcodec/svq1enc.c     block_width  = (width  + 15) / 16;
width             279 libavcodec/svq1enc.c         s->m.width                         = width;
width             332 libavcodec/svq1enc.c                        width);
width             333 libavcodec/svq1enc.c                 for (x = width; x < 16 * block_width; x++)
width             358 libavcodec/svq1enc.c                    width);
width             359 libavcodec/svq1enc.c             for (x = width; x < 16 * block_width; x++)
width             491 libavcodec/svq1enc.c            s->rd_total / (double)(avctx->width * avctx->height *
width             520 libavcodec/svq1enc.c     if (avctx->width >= 4096 || avctx->height >= 4096) {
width             536 libavcodec/svq1enc.c     s->frame_width  = avctx->width;
width             555 libavcodec/svq1enc.c     s->m.me.scratchpad     = av_mallocz((avctx->width + 64) *
width             432 libavcodec/svq3.c                                     int x, int y, int width, int height,
width             439 libavcodec/svq3.c     int blocksize = 2 - (width >> 3); // 16->0, 8->1, 4->2
width             446 libavcodec/svq3.c     if (mx < 0 || mx >= s->h_edge_pos - width  - 1 ||
width             449 libavcodec/svq3.c         mx = av_clip(mx, -16, s->h_edge_pos - width  + 15);
width             460 libavcodec/svq3.c                                  width + 1, height + 1,
width             467 libavcodec/svq3.c                                                  width, height);
width             476 libavcodec/svq3.c         width  = width  >> 1;
width             487 libavcodec/svq3.c                                          width + 1, height + 1,
width             496 libavcodec/svq3.c                                                          width, height);
width            1313 libavcodec/svq3.c     s->mb_width   = (avctx->width + 15) / 16;
width              39 libavcodec/targa_y216dec.c     int aligned_width = FFALIGN(avctx->width, 4);
width              58 libavcodec/targa_y216dec.c         for (j = 0; j < avctx->width >> 1; j++) {
width              93 libavcodec/targaenc.c                                        avctx->width, avctx->height, 1);
width              99 libavcodec/targaenc.c     AV_WL16(pkt->data+12, avctx->width);
width             164 libavcodec/targaenc.c         datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height);
width             171 libavcodec/targaenc.c     else datasize = targa_encode_normal(out, p, bpp, avctx->width, avctx->height);
width             189 libavcodec/targaenc.c     if (avctx->width > 0xffff || avctx->height > 0xffff) {
width              52 libavcodec/tdsc.c     int width, height;
width             100 libavcodec/tdsc.c     if (!(avctx->width && avctx->height)) {
width             106 libavcodec/tdsc.c     ctx->deflatelen = avctx->width * avctx->height * (3 + 1);
width             155 libavcodec/tdsc.c     if (x + w > ctx->width)
width             156 libavcodec/tdsc.c         w = ctx->width - x;
width             201 libavcodec/tdsc.c     if (ctx->cursor_x >= avctx->width || ctx->cursor_y >= avctx->height) {
width             204 libavcodec/tdsc.c                ctx->cursor_x, ctx->cursor_y, avctx->width, avctx->height);
width             325 libavcodec/tdsc.c                                        int srcuv_stride, int width, int height)
width             329 libavcodec/tdsc.c         for (col = 0; col < width; col++)
width             414 libavcodec/tdsc.c         if (x >= ctx->width || y >= ctx->height) {
width             417 libavcodec/tdsc.c                    x, y, ctx->width, ctx->height);
width             420 libavcodec/tdsc.c         if (x + w > ctx->width || y + h > ctx->height) {
width             474 libavcodec/tdsc.c     if (avctx->width != w || avctx->height != h) {
width             476 libavcodec/tdsc.c                avctx->width, avctx->height, ctx->width, ctx->height);
width             482 libavcodec/tdsc.c     ctx->refframe->width  = ctx->width  = w;
width             532 libavcodec/tdsc.c     if (ctx->width != avctx->width || ctx->height != avctx->height) {
width             533 libavcodec/tdsc.c         ctx->deflatelen = avctx->width * avctx->height * (3 + 1);
width              23 libavcodec/tests/h264_levels.c     int width;
width              63 libavcodec/tests/h264_levels.c     int width;
width             105 libavcodec/tests/h264_levels.c     int width;
width             157 libavcodec/tests/h264_levels.c     int width;
width             192 libavcodec/tests/h264_levels.c         level = ff_h264_guess_level(0, 0, 0, test_sizes[i].width,
width             195 libavcodec/tests/h264_levels.c               test_sizes[i].width, test_sizes[i].height);
width             200 libavcodec/tests/h264_levels.c                                     test_framerate[i].width,
width             203 libavcodec/tests/h264_levels.c               test_framerate[i].framerate, test_framerate[i].width,
width             208 libavcodec/tests/h264_levels.c         level = ff_h264_guess_level(0, 0, 0, test_dpb[i].width,
width             212 libavcodec/tests/h264_levels.c               test_dpb[i].width, test_dpb[i].height,
width             228 libavcodec/tests/h264_levels.c                                     test_all[i].width,
width              23 libavcodec/tests/h265_levels.c     int width;
width              68 libavcodec/tests/h265_levels.c     int width;
width             260 libavcodec/tests/h265_levels.c                                     test_sizes[i].width,
width             264 libavcodec/tests/h265_levels.c               test_sizes[i].width, test_sizes[i].height);
width             269 libavcodec/tests/h265_levels.c                                     test_dpb[i].width,
width             273 libavcodec/tests/h265_levels.c               test_dpb[i].width, test_dpb[i].height,
width             127 libavcodec/tests/options.c            ctx->width, ctx->height,
width             146 libavcodec/tests/options.c     ctx1->width = ctx1->height = 128;
width              33 libavcodec/tests/snowenc.c     int buffer[2][width*height];
width              40 libavcodec/tests/snowenc.c     s.temp_dwt_buffer  = av_mallocz_array(width, sizeof(DWTELEM));
width              41 libavcodec/tests/snowenc.c     s.temp_idwt_buffer = av_mallocz_array(width, sizeof(IDWTELEM));
width              51 libavcodec/tests/snowenc.c     for(i=0; i<width*height; i++)
width              54 libavcodec/tests/snowenc.c     ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
width              55 libavcodec/tests/snowenc.c     ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
width              57 libavcodec/tests/snowenc.c     for(i=0; i<width*height; i++)
width              62 libavcodec/tests/snowenc.c     for(i=0; i<width*height; i++)
width              65 libavcodec/tests/snowenc.c     ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
width              66 libavcodec/tests/snowenc.c     ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
width              68 libavcodec/tests/snowenc.c     for(i=0; i<width*height; i++)
width              81 libavcodec/tests/snowenc.c                 int w= width  >> (s.spatial_decomposition_count-level);
width              83 libavcodec/tests/snowenc.c                 int stride= width  << (s.spatial_decomposition_count-level);
width              90 libavcodec/tests/snowenc.c                 memset(buffer[0], 0, sizeof(int)*width*height);
width              92 libavcodec/tests/snowenc.c                 ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
width              94 libavcodec/tests/snowenc.c                     for(x=0; x<width; x++){
width              95 libavcodec/tests/snowenc.c                         int64_t d= buffer[0][x + y*width];
width              97 libavcodec/tests/snowenc.c                         if(FFABS(width/2-x)<9 && FFABS(height/2-y)<9 && level==2) printf("%8"PRId64" ", d);
width             118 libavcodec/tests/snowenc.c             int w= width  >> (s.spatial_decomposition_count-level);
width             120 libavcodec/tests/snowenc.c             int stride= width  << (s.spatial_decomposition_count-level);
width             127 libavcodec/tests/snowenc.c             memset(buffer[0], 0, sizeof(int)*width*height);
width             129 libavcodec/tests/snowenc.c                 for(x=0; x<width; x++){
width             131 libavcodec/tests/snowenc.c                     buffer[0][x+width*y]= 256*256*tab[(x&1) + 2*(y&1)];
width             134 libavcodec/tests/snowenc.c             ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
width             136 libavcodec/tests/snowenc.c                 for(x=0; x<width; x++){
width             137 libavcodec/tests/snowenc.c                     int64_t d= buffer[0][x + y*width];
width             139 libavcodec/tests/snowenc.c                     if(FFABS(width/2-x)<9 && FFABS(height/2-y)<9) printf("%8"PRId64" ", d);
width              68 libavcodec/tiff.c     int width, height;
width             277 libavcodec/tiff.c                                       const uint8_t *src, int src_stride, int width, int height,
width             283 libavcodec/tiff.c                                              uint8_t c, int width, int offset)
width             287 libavcodec/tiff.c         while (--width >= 0) {
width             288 libavcodec/tiff.c             dst[(width+offset)*8+7] = (usePtr ? src[width] : c)      & 0x1;
width             289 libavcodec/tiff.c             dst[(width+offset)*8+6] = (usePtr ? src[width] : c) >> 1 & 0x1;
width             290 libavcodec/tiff.c             dst[(width+offset)*8+5] = (usePtr ? src[width] : c) >> 2 & 0x1;
width             291 libavcodec/tiff.c             dst[(width+offset)*8+4] = (usePtr ? src[width] : c) >> 3 & 0x1;
width             292 libavcodec/tiff.c             dst[(width+offset)*8+3] = (usePtr ? src[width] : c) >> 4 & 0x1;
width             293 libavcodec/tiff.c             dst[(width+offset)*8+2] = (usePtr ? src[width] : c) >> 5 & 0x1;
width             294 libavcodec/tiff.c             dst[(width+offset)*8+1] = (usePtr ? src[width] : c) >> 6 & 0x1;
width             295 libavcodec/tiff.c             dst[(width+offset)*8+0] = (usePtr ? src[width] : c) >> 7;
width             299 libavcodec/tiff.c         while (--width >= 0) {
width             300 libavcodec/tiff.c             dst[(width+offset)*4+3] = (usePtr ? src[width] : c) & 0x3;
width             301 libavcodec/tiff.c             dst[(width+offset)*4+2] = (usePtr ? src[width] : c) >> 2 & 0x3;
width             302 libavcodec/tiff.c             dst[(width+offset)*4+1] = (usePtr ? src[width] : c) >> 4 & 0x3;
width             303 libavcodec/tiff.c             dst[(width+offset)*4+0] = (usePtr ? src[width] : c) >> 6;
width             307 libavcodec/tiff.c         while (--width >= 0) {
width             308 libavcodec/tiff.c             dst[(width+offset)*2+1] = (usePtr ? src[width] : c) & 0xF;
width             309 libavcodec/tiff.c             dst[(width+offset)*2+0] = (usePtr ? src[width] : c) >> 4;
width             320 libavcodec/tiff.c             init_get_bits8(&gb, src, width);
width             321 libavcodec/tiff.c             for (int i = 0; i < s->width; i++) {
width             328 libavcodec/tiff.c             memcpy(dst + offset, src, width);
width             330 libavcodec/tiff.c             memset(dst + offset, c, width);
width             349 libavcodec/tiff.c                        const uint8_t *src, int lnum, int width, int bpp)
width             354 libavcodec/tiff.c     init_get_bits8(&gb, src, width);
width             356 libavcodec/tiff.c     for (int i = 0; i < s->width; i++) {
width             365 libavcodec/tiff.c     int w       = (s->width - 1) / s->subsampling[0] + 1;
width             368 libavcodec/tiff.c     if (s->width % s->subsampling[0] || s->height % s->subsampling[1]) {
width             373 libavcodec/tiff.c                                FFMIN(i * s->subsampling[0] + k, s->width-1)] = *src++;
width             412 libavcodec/tiff.c                             const uint8_t *src, int size, int width, int lines,
width             418 libavcodec/tiff.c     outlen = width * lines;
width             433 libavcodec/tiff.c                (unsigned long)width * lines, ret);
width             440 libavcodec/tiff.c             horizontal_fill(s, s->bpp, dst, 1, src, 0, width, 0);
width             442 libavcodec/tiff.c             memcpy(dst, src, width);
width             449 libavcodec/tiff.c         src += width;
width             479 libavcodec/tiff.c                             const uint8_t *src, int size, int width, int lines,
width             482 libavcodec/tiff.c     uint64_t outlen = width * (uint64_t)lines;
width             498 libavcodec/tiff.c                (uint64_t)width * lines, ret);
width             505 libavcodec/tiff.c             horizontal_fill(s, s->bpp, dst, 1, src, 0, width, 0);
width             507 libavcodec/tiff.c             memcpy(dst, src, width);
width             514 libavcodec/tiff.c         src += width;
width             522 libavcodec/tiff.c                            const uint8_t *src, int size, int width, int lines)
width             548 libavcodec/tiff.c             horizontal_fill(s, s->bpp, dst, 1, dst, 0, width, 0);
width             562 libavcodec/tiff.c     int width = ((s->width * s->bpp) + 7) >> 3;
width             570 libavcodec/tiff.c         width /= s->bppcount;
width             576 libavcodec/tiff.c         int bytes_per_row = (((s->width - 1) / s->subsampling[0] + 1) * s->bpp *
width             586 libavcodec/tiff.c         width = (s->width - 1) / s->subsampling[0] + 1;
width             587 libavcodec/tiff.c         width = width * s->subsampling[0] * s->subsampling[1] + 2*width;
width             588 libavcodec/tiff.c         av_assert0(width <= bytes_per_row);
width             592 libavcodec/tiff.c         av_assert0(width == (s->bpp * s->width + 7) >> 3);
width             595 libavcodec/tiff.c         av_fast_padded_malloc(&s->yuv_line, &s->yuv_line_size, width);
width             606 libavcodec/tiff.c         return tiff_unpack_zlib(s, p, dst, stride, src, size, width, lines,
width             617 libavcodec/tiff.c         return tiff_unpack_lzma(s, p, dst, stride, src, size, width, lines,
width             639 libavcodec/tiff.c             pixels = ff_lzw_decode(s->lzw, dst, width);
width             640 libavcodec/tiff.c             if (pixels < width) {
width             642 libavcodec/tiff.c                        pixels, width);
width             646 libavcodec/tiff.c                 horizontal_fill(s, s->bpp, dst, 1, dst, 0, width, 0);
width             651 libavcodec/tiff.c                 unpack_gray(s, p, dst, strip_start + line, width, s->bpp);
width             663 libavcodec/tiff.c         return tiff_unpack_fax(s, dst, stride, src, size, width, lines);
width             696 libavcodec/tiff.c             if (ssrc + size - src < width)
width             701 libavcodec/tiff.c                                 dst, 1, src, 0, width, 0);
width             704 libavcodec/tiff.c                 for (i = 0; i < width; i++)
width             716 libavcodec/tiff.c                 elements = width / pixel_size_bytes * pixel_size_bits / s->bpp * s->bppcount; // need to account for [1, 16] bpp
width             729 libavcodec/tiff.c             src += width;
width             732 libavcodec/tiff.c             for (pixels = 0; pixels < width;) {
width             740 libavcodec/tiff.c                     if (pixels + code > width ||
width             752 libavcodec/tiff.c                     if (pixels + code > width) {
width             765 libavcodec/tiff.c                 for (i = 0; i < width; i++)
width             774 libavcodec/tiff.c             unpack_gray(s, p, dst, strip_start + line, width, s->bpp);
width             814 libavcodec/tiff.c                      int width, int height, int is_single_comp, int is_u16)
width             832 libavcodec/tiff.c             for (col = 0; col < width; col++)
width             840 libavcodec/tiff.c             for (col = 0; col < width; col++)
width             854 libavcodec/tiff.c                 for (col = 0; col < width; col++)
width             865 libavcodec/tiff.c                 for (col = 0; col < width; col++)
width             922 libavcodec/tiff.c     if (s->avctx_mjpeg->width  == w * 2 &&
width             926 libavcodec/tiff.c     } else if (s->avctx_mjpeg->width  == w &&
width             974 libavcodec/tiff.c     s->jpgframe->width  = s->tile_width;
width             977 libavcodec/tiff.c     s->avctx_mjpeg->width = s->tile_width;
width             980 libavcodec/tiff.c     has_width_leftover = (s->width % s->tile_width != 0);
width             984 libavcodec/tiff.c     tile_count_x = (s->width + s->tile_width - 1) / s->tile_width;
width             993 libavcodec/tiff.c             tile_width = s->width % s->tile_width;
width            1040 libavcodec/tiff.c     s->jpgframe->width  = s->width;
width            1043 libavcodec/tiff.c     s->avctx_mjpeg->width = s->width;
width            1046 libavcodec/tiff.c     return dng_decode_jpeg(avctx, frame, s->stripsize, 0, 0, s->width, s->height);
width            1201 libavcodec/tiff.c     if (s->width != s->avctx->width || s->height != s->avctx->height) {
width            1202 libavcodec/tiff.c         ret = ff_set_dimensions(s->avctx, s->width, s->height);
width            1287 libavcodec/tiff.c         s->width = value;
width            2025 libavcodec/tiff.c             ssize = s->width * soff;
width            2073 libavcodec/tiff.c                 for (j = 0; j < s->width; j++) {
width            2091 libavcodec/tiff.c                 for (j = 0; j < s->width; j++) {
width            2116 libavcodec/tiff.c             for (j = 0; j < s->width; j++)
width            2133 libavcodec/tiff.c     s->width  = 0;
width              56 libavcodec/tiffenc.c     int width;                              ///< picture width
width             207 libavcodec/tiffenc.c     int w       = (s->width - 1) / s->subsampling[0] + 1;
width             210 libavcodec/tiffenc.c     if (s->width % s->subsampling[0] || s->height % s->subsampling[1]) {
width             215 libavcodec/tiffenc.c                                         FFMIN(i * s->subsampling[0] + k, s->width-1)];
width             263 libavcodec/tiffenc.c     s->width          = avctx->width;
width             326 libavcodec/tiffenc.c         s->rps = FFMAX(8192 / (((s->width * s->bpp) >> 3) + 1), 1);
width             332 libavcodec/tiffenc.c     bytes_per_row = (((s->width - 1) / s->subsampling[0] + 1) * s->bpp *
width             455 libavcodec/tiffenc.c     ADD_ENTRY1(s, TIFF_WIDTH,   TIFF_LONG, s->width);
width              44 libavcodec/tmv.c     unsigned char_cols = avctx->width >> 3;
width              35 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width              37 libavcodec/tpeldsp.c     switch (width) {
width              54 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width              59 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width              68 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width              73 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width              82 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width              87 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width              96 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             101 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             111 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             116 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             126 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             131 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             140 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             145 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             155 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             160 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             170 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             172 libavcodec/tpeldsp.c     switch (width) {
width             189 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             194 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             204 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             209 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             219 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             224 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             234 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             239 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             250 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             255 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             266 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             271 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             281 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             286 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             297 libavcodec/tpeldsp.c                                           int stride, int width, int height)
width             302 libavcodec/tpeldsp.c         for (j = 0; j < width; j++)
width             101 libavcodec/truemotion1.c     uint16_t width;
width             410 libavcodec/truemotion1.c     if (s->w != s->avctx->width || s->h != s->avctx->height ||
width             421 libavcodec/truemotion1.c         av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
width             429 libavcodec/truemotion1.c     s->mb_change_bits_row_size = ((s->avctx->width >> (2 - width_shift)) + 7) >> 3;
width             447 libavcodec/truemotion1.c         if (s->avctx->width * s->avctx->height / 2048 + header.header_size > s->size)
width             493 libavcodec/truemotion1.c     av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
width             641 libavcodec/truemotion1.c     memset(s->vert_pred, 0, s->avctx->width * sizeof(unsigned int));
width             655 libavcodec/truemotion1.c         pixels_left = s->avctx->width;
width             768 libavcodec/truemotion1.c     memset(s->vert_pred, 0, s->avctx->width * sizeof(unsigned int));
width             781 libavcodec/truemotion1.c         pixels_left = s->avctx->width;
width             729 libavcodec/truemotion2.c     mx = av_clip(mx, -(bx * 4 + 4), ctx->avctx->width  - bx * 4);
width             732 libavcodec/truemotion2.c     if (4*bx+mx<0 || 4*by+my<0 || 4*bx+mx+4 > ctx->avctx->width || 4*by+my+4 > ctx->avctx->height) {
width             778 libavcodec/truemotion2.c     int w = ctx->avctx->width, h = ctx->avctx->height, bw = w >> 2, bh = h >> 2, cw = w >> 1;
width             960 libavcodec/truemotion2.c     int i, w = avctx->width, h = avctx->height;
width             962 libavcodec/truemotion2.c     if ((avctx->width & 3) || (avctx->height & 3)) {
width              66 libavcodec/truemotion2rt.c     int width, height;
width              95 libavcodec/truemotion2rt.c     width  = AV_RL16(header_buffer + 7);
width              97 libavcodec/truemotion2rt.c     ret = ff_set_dimensions(avctx, width, height);
width             119 libavcodec/truemotion2rt.c     if ((avctx->width + s->hscale - 1)/ s->hscale * avctx->height * s->delta_size > avpkt->size * 8LL * 4)
width             135 libavcodec/truemotion2rt.c         for (x = 0; x < avctx->width; x += s->hscale) {
width             145 libavcodec/truemotion2rt.c             for (x = 1; x < avctx->width; x += s->hscale)
width             153 libavcodec/truemotion2rt.c         for (x = 0; x < avctx->width; x++)
width             161 libavcodec/truemotion2rt.c         for (x = 0; x < avctx->width >> 2; x += s->hscale) {
width             171 libavcodec/truemotion2rt.c             for (x = 1; x < avctx->width >> 2; x += s->hscale)
width             179 libavcodec/truemotion2rt.c         for (x = 0; x < avctx->width >> 2; x++)
width             187 libavcodec/truemotion2rt.c         for (x = 0; x < avctx->width >> 2; x += s->hscale) {
width             197 libavcodec/truemotion2rt.c             for (x = 1; x < avctx->width >> 2; x += s->hscale)
width             205 libavcodec/truemotion2rt.c         for (x = 0; x < avctx->width >> 2; x++)
width             152 libavcodec/tscc.c     c->decomp_size = (((avctx->width * c->bpp + 7) >> 3) + 3 * avctx->width + 2) * avctx->height + 2;
width             358 libavcodec/tscc2.c     c->mb_width     = FFALIGN(avctx->width,  16) >> 4;
width             154 libavcodec/twinvqdec.c static void add_peak(int period, int width, const float *shape,
width             163 libavcodec/twinvqdec.c     for (i = 0; i < width / 2; i++)
width             166 libavcodec/twinvqdec.c     for (i = 1; i < ROUNDED_DIV(len, width); i++) {
width             168 libavcodec/twinvqdec.c         for (j = -width / 2; j < (width + 1) / 2; j++)
width             174 libavcodec/twinvqdec.c     for (j = -width / 2; j < (width + 1) / 2 && shape < shape_end; j++)
width             198 libavcodec/twinvqdec.c     int width;
width             202 libavcodec/twinvqdec.c         width = ROUNDED_DIV((period + 800) * mtab->peak_per2wid,
width             205 libavcodec/twinvqdec.c         width = period * mtab->peak_per2wid / (400 * mtab->size);
width             207 libavcodec/twinvqdec.c     add_peak(period, width, shape, ppc_gain, speech, mtab->ppc_shape_len);
width             112 libavcodec/txd.c                 for (i = 0; i < avctx->width; i += 4) {
width             123 libavcodec/txd.c                 for (i = 0; i < avctx->width; i += 4) {
width              39 libavcodec/ulti.c     int width, height, blocks;
width              50 libavcodec/ulti.c     s->width = avctx->width;
width              52 libavcodec/ulti.c     s->blocks = (s->width / 8) * (s->height / 8);
width             268 libavcodec/ulti.c                 while(x >= s->width) {
width             269 libavcodec/ulti.c                     x -= s->width;
width             402 libavcodec/ulti.c             if(x >= s->width) {
width             104 libavcodec/utils.c int ff_set_dimensions(AVCodecContext *s, int width, int height)
width             106 libavcodec/utils.c     int ret = av_image_check_size2(width, height, s->max_pixels, AV_PIX_FMT_NONE, 0, s);
width             109 libavcodec/utils.c         width = height = 0;
width             111 libavcodec/utils.c     s->coded_width  = width;
width             113 libavcodec/utils.c     s->width        = AV_CEIL_RSHIFT(width,  s->lowres);
width             121 libavcodec/utils.c     int ret = av_image_check_sar(avctx->width, avctx->height, sar);
width             154 libavcodec/utils.c void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
width             317 libavcodec/utils.c     *width  = FFALIGN(*width, w_align);
width             331 libavcodec/utils.c         *width = FFMAX(*width, 32);
width             338 libavcodec/utils.c void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height)
width             345 libavcodec/utils.c     avcodec_align_dimensions2(s, width, height, linesize_align);
width             350 libavcodec/utils.c     *width              = FFALIGN(*width, align);
width             422 libavcodec/utils.c         int bytes  = is_chroma ? AV_CEIL_RSHIFT(frame->width,  desc->log2_chroma_w) : frame->width;
width             628 libavcodec/utils.c     if (!(avctx->coded_width && avctx->coded_height && avctx->width && avctx->height &&
width             632 libavcodec/utils.c         else if (avctx->width && avctx->height)
width             633 libavcodec/utils.c             ret = ff_set_dimensions(avctx, avctx->width, avctx->height);
width             638 libavcodec/utils.c     if ((avctx->coded_width || avctx->coded_height || avctx->width || avctx->height)
width             640 libavcodec/utils.c            || av_image_check_size2(avctx->width,       avctx->height,       avctx->max_pixels, AV_PIX_FMT_NONE, 0, avctx) < 0)) {
width             645 libavcodec/utils.c     if (avctx->width > 0 && avctx->height > 0) {
width             646 libavcodec/utils.c         if (av_image_check_sar(avctx->width, avctx->height,
width             866 libavcodec/utils.c             if (avctx->width <= 0 || avctx->height <= 0) {
width            1317 libavcodec/utils.c         if (enc->width) {
width            1322 libavcodec/utils.c                      enc->width, enc->height);
width            1325 libavcodec/utils.c                 (enc->width != enc->coded_width ||
width            1332 libavcodec/utils.c                           enc->width * (int64_t)enc->sample_aspect_ratio.num,
width            1394 libavcodec/utils.c         if (enc->width)
width            1396 libavcodec/utils.c                      ", %dx%d", enc->width, enc->height);
width            2100 libavcodec/utils.c         par->width               = codec->width;
width            2123 libavcodec/utils.c         par->width  = codec->width;
width            2155 libavcodec/utils.c         codec->width                  = par->width;
width            2179 libavcodec/utils.c         codec->width  = par->width;
width            2254 libavcodec/utils.c     bitrate = (int64_t)bits_per_coded_sample * avctx->width * avctx->height *
width             132 libavcodec/utvideodec.c                           int width, int height,
width             157 libavcodec/utvideodec.c                 for (i = 0; i < width; i++) {
width             200 libavcodec/utvideodec.c             for (i = 0; i < width; i++) {
width             245 libavcodec/utvideodec.c                         int width, int height,
width             317 libavcodec/utvideodec.c                 for (i = 0; i < width; i++) {
width             361 libavcodec/utvideodec.c             for (i = 0; i < width; i++) {
width             398 libavcodec/utvideodec.c                                   int width, int height, int slices, int rmode)
width             417 libavcodec/utvideodec.c         c->llviddsp.add_left_pred(bsrc, bsrc, width, 0);
width             425 libavcodec/utvideodec.c         for (i = 1; i < FFMIN(width, 16); i++) { /* scalar loop (DSP need align 16) */
width             431 libavcodec/utvideodec.c         if (width > 16)
width             433 libavcodec/utvideodec.c                                         bsrc + 16, width - 16, &A, &B);
width             439 libavcodec/utvideodec.c                                             bsrc, width, &A, &B);
width             450 libavcodec/utvideodec.c                                      int width, int height, int slices, int rmode)
width             471 libavcodec/utvideodec.c         A = c->llviddsp.add_left_pred(bsrc, bsrc, width, 0);
width             472 libavcodec/utvideodec.c         c->llviddsp.add_left_pred(bsrc + stride, bsrc + stride, width, A);
width             480 libavcodec/utvideodec.c         for (i = 1; i < FFMIN(width, 16); i++) { /* scalar loop (DSP need align 16) */
width             486 libavcodec/utvideodec.c         if (width > 16)
width             488 libavcodec/utvideodec.c                                         bsrc + 16, width - 16, &A, &B);
width             491 libavcodec/utvideodec.c                                         bsrc + stride, width, &A, &B);
width             496 libavcodec/utvideodec.c                                             bsrc, width, &A, &B);
width             498 libavcodec/utvideodec.c                                             bsrc + stride, width, &A, &B);
width             505 libavcodec/utvideodec.c                                     int width, int height, int slices, int rmode)
width             512 libavcodec/utvideodec.c     int min_width = FFMIN(width, 32);
width             525 libavcodec/utvideodec.c         c->llviddsp.add_left_pred(bsrc, bsrc, width, 0);
width             538 libavcodec/utvideodec.c             if (width > 32)
width             539 libavcodec/utvideodec.c                 c->llviddsp.add_gradient_pred(bsrc + 32, stride, width - 32);
width             546 libavcodec/utvideodec.c                                       int width, int height, int slices, int rmode)
width             554 libavcodec/utvideodec.c     int min_width = FFMIN(width, 32);
width             568 libavcodec/utvideodec.c         A = c->llviddsp.add_left_pred(bsrc, bsrc, width, 0);
width             569 libavcodec/utvideodec.c         c->llviddsp.add_left_pred(bsrc + stride, bsrc + stride, width, A);
width             582 libavcodec/utvideodec.c             if (width > 32)
width             583 libavcodec/utvideodec.c                 c->llviddsp.add_gradient_pred(bsrc + 32, stride2, width - 32);
width             586 libavcodec/utvideodec.c             B = bsrc[-(1 + stride + stride - width)];
width             587 libavcodec/utvideodec.c             C = bsrc[width - 1];
width             589 libavcodec/utvideodec.c             for (i = 1; i < width; i++) {
width             736 libavcodec/utvideodec.c     max_slice_size += 4*avctx->width;
width             753 libavcodec/utvideodec.c                                frame.f->linesize[i], avctx->width,
width             761 libavcodec/utvideodec.c                                           frame.f->linesize[i], avctx->width,
width             766 libavcodec/utvideodec.c                                              avctx->width, avctx->height, c->slices,
width             772 libavcodec/utvideodec.c                                             frame.f->linesize[i], avctx->width,
width             777 libavcodec/utvideodec.c                                                avctx->width, avctx->height, c->slices,
width             784 libavcodec/utvideodec.c                                     avctx->width, avctx->height);
width             790 libavcodec/utvideodec.c                                  frame.f->linesize[i] / 2, avctx->width,
width             799 libavcodec/utvideodec.c                                       avctx->width, avctx->height);
width             804 libavcodec/utvideodec.c                                avctx->width >> !!i, avctx->height >> !!i,
width             811 libavcodec/utvideodec.c                                           avctx->width >> !!i, avctx->height >> !!i,
width             815 libavcodec/utvideodec.c                                              avctx->width  >> !!i,
width             822 libavcodec/utvideodec.c                                             avctx->width >> !!i, avctx->height >> !!i,
width             826 libavcodec/utvideodec.c                                                avctx->width  >> !!i,
width             836 libavcodec/utvideodec.c                                avctx->width >> !!i, avctx->height,
width             843 libavcodec/utvideodec.c                                           avctx->width >> !!i, avctx->height,
width             847 libavcodec/utvideodec.c                                              avctx->width >> !!i, avctx->height,
width             853 libavcodec/utvideodec.c                                             avctx->width >> !!i, avctx->height,
width             857 libavcodec/utvideodec.c                                                avctx->width  >> !!i, avctx->height,
width             866 libavcodec/utvideodec.c                                avctx->width, avctx->height,
width             873 libavcodec/utvideodec.c                                           avctx->width, avctx->height,
width             877 libavcodec/utvideodec.c                                              avctx->width, avctx->height,
width             883 libavcodec/utvideodec.c                                             avctx->width, avctx->height,
width             887 libavcodec/utvideodec.c                                                avctx->width, avctx->height,
width             896 libavcodec/utvideodec.c                                  avctx->width >> !!i, avctx->height >> !!i,
width             905 libavcodec/utvideodec.c                                  avctx->width >> !!i, avctx->height,
width            1036 libavcodec/utvideodec.c     if ((avctx->width  & ((1<<h_shift)-1)) ||
width              31 libavcodec/utvideodsp.c                                  int width, int height)
width              37 libavcodec/utvideodsp.c         for (i = 0; i < width; i++) {
width              56 libavcodec/utvideodsp.c                                    int width, int height)
width              62 libavcodec/utvideodsp.c         for (i = 0; i < width; i++) {
width              30 libavcodec/utvideodsp.h                                ptrdiff_t linesize_b, int width, int height);
width              33 libavcodec/utvideodsp.h                                  ptrdiff_t linesize_b, int width, int height);
width              67 libavcodec/utvideoenc.c     c->slice_stride    = FFALIGN(avctx->width, 32);
width              82 libavcodec/utvideoenc.c         if (avctx->width & 1 || avctx->height & 1) {
width              95 libavcodec/utvideoenc.c         if (avctx->width & 1) {
width             247 libavcodec/utvideoenc.c                               int width, int height)
width             259 libavcodec/utvideoenc.c             for (i = 0; i < width; i++) {
width             268 libavcodec/utvideoenc.c             for (i = 0; i < width; i++) {
width             279 libavcodec/utvideoenc.c         k += dst_stride - width;
width             291 libavcodec/utvideoenc.c                            ptrdiff_t stride, int width, int height)
width             299 libavcodec/utvideoenc.c     for (i = 0; i < width; i++) {
width             317 libavcodec/utvideoenc.c         c->llvidencdsp.sub_median_pred(dst, src - stride, src, width, &A, &B);
width             318 libavcodec/utvideoenc.c         dst += width;
width             324 libavcodec/utvideoenc.c static void count_usage(uint8_t *src, int width,
width             330 libavcodec/utvideoenc.c         for (i = 0; i < width; i++) {
width             333 libavcodec/utvideoenc.c         src += width;
width             360 libavcodec/utvideoenc.c                             int width, int height, HuffEntry *he)
width             370 libavcodec/utvideoenc.c         for (i = 0; i < width; i++)
width             373 libavcodec/utvideoenc.c         src += width;
width             393 libavcodec/utvideoenc.c                         int width, int height, PutByteContext *pb)
width             413 libavcodec/utvideoenc.c             av_image_copy_plane(dst + sstart * width, width,
width             415 libavcodec/utvideoenc.c                                 width, send - sstart);
width             422 libavcodec/utvideoenc.c             c->llvidencdsp.sub_left_predict(dst + sstart * width, src + sstart * stride, stride, width, send - sstart);
width             429 libavcodec/utvideoenc.c             median_predict(c, src + sstart * stride, dst + sstart * width,
width             430 libavcodec/utvideoenc.c                            stride, width, send - sstart);
width             440 libavcodec/utvideoenc.c     count_usage(dst, width, height, counts);
width             447 libavcodec/utvideoenc.c             if (counts[symbol] == width * (int64_t)height) {
width             498 libavcodec/utvideoenc.c         offset += write_huff_codes(dst + sstart * width, c->slice_bits,
width             499 libavcodec/utvideoenc.c                                    width * height + 4, width,
width             542 libavcodec/utvideoenc.c     int width = avctx->width, height = avctx->height;
width             546 libavcodec/utvideoenc.c     ret = ff_alloc_packet2(avctx, pkt, (256 + 4 * c->slices + width * height) *
width             556 libavcodec/utvideoenc.c     av_fast_padded_malloc(&c->slice_bits, &c->slice_bits_size, width * height + 4);
width             566 libavcodec/utvideoenc.c                           c->planes, pic->linesize, width, height);
width             575 libavcodec/utvideoenc.c                                width, height, &pb);
width             586 libavcodec/utvideoenc.c                                pic->linesize[i], i, width, height, &pb);
width             597 libavcodec/utvideoenc.c                                pic->linesize[i], i, width >> !!i, height, &pb);
width             608 libavcodec/utvideoenc.c                                pic->linesize[i], i, width >> !!i, height >> !!i,
width              39 libavcodec/v210_template.c     int aligned_width = ((avctx->width + 47) / 48) * 48;
width              41 libavcodec/v210_template.c     int line_padding = stride - ((avctx->width * 8 + 11) / 12) * 4;
width              47 libavcodec/v210_template.c     const int sample_w    = avctx->width / sample_size;
width              59 libavcodec/v210_template.c         for (; w < avctx->width - 5; w += 6) {
width              65 libavcodec/v210_template.c         if (w < avctx->width - 1) {
width              69 libavcodec/v210_template.c             if (w == avctx->width - 2) {
width              74 libavcodec/v210_template.c         if (w < avctx->width - 3) {
width              86 libavcodec/v210_template.c         y += pic->linesize[0] / BYTES_PER_PIXEL - avctx->width;
width              87 libavcodec/v210_template.c         u += pic->linesize[1] / BYTES_PER_PIXEL - avctx->width / 2;
width              88 libavcodec/v210_template.c         v += pic->linesize[2] / BYTES_PER_PIXEL - avctx->width / 2;
width              47 libavcodec/v210dec.c static void v210_planar_unpack_c(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width)
width              52 libavcodec/v210dec.c     for( i = 0; i < width-5; i += 6 ){
width             100 libavcodec/v210dec.c         w = (avctx->width / 12) * 12;
width             108 libavcodec/v210dec.c         if (w < avctx->width - 5) {
width             116 libavcodec/v210dec.c         if (w < avctx->width - 1) {
width             121 libavcodec/v210dec.c             if (w < avctx->width - 3) {
width             132 libavcodec/v210dec.c         y += frame->linesize[0] / 2 - avctx->width + (avctx->width & 1);
width             133 libavcodec/v210dec.c         u += frame->linesize[1] / 2 - avctx->width / 2;
width             134 libavcodec/v210dec.c         v += frame->linesize[2] / 2 - avctx->width / 2;
width             153 libavcodec/v210dec.c         int aligned_width = ((avctx->width + 47) / 48) * 48;
width             158 libavcodec/v210dec.c         if ((((avctx->width + 23) / 24) * 24 * 8) / 3 * avctx->height == avpkt->size) {
width              32 libavcodec/v210dec.h     void (*unpack_frame)(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width);
width              51 libavcodec/v210enc.c                                  ptrdiff_t width)
width              57 libavcodec/v210enc.c     for (i = 0; i < width - 11; i += 12) {
width              71 libavcodec/v210enc.c                                   ptrdiff_t width)
width              76 libavcodec/v210enc.c     for (i = 0; i < width - 5; i += 6) {
width              99 libavcodec/v210enc.c     if (avctx->width & 1) {
width             121 libavcodec/v210enc.c     int aligned_width = ((avctx->width + 47) / 48) * 48;
width              28 libavcodec/v210enc.h                         const uint8_t *v, uint8_t *dst, ptrdiff_t width);
width              30 libavcodec/v210enc.h                          const uint16_t *v, uint8_t *dst, ptrdiff_t width);
width              29 libavcodec/v210x.c     if (avctx->width & 1) {
width              44 libavcodec/v210x.c     int width           = avctx->width;
width              49 libavcodec/v210x.c     if (avpkt->size < avctx->width * avctx->height * 8 / 3) {
width              54 libavcodec/v210x.c     if (avpkt->size > avctx->width * avctx->height * 8 / 3) {
width              64 libavcodec/v210x.c     yend = ydst + width;
width              78 libavcodec/v210x.c             ydst += pic->linesize[0] / 2 - width;
width              79 libavcodec/v210x.c             udst += pic->linesize[1] / 2 - width / 2;
width              80 libavcodec/v210x.c             vdst += pic->linesize[2] / 2 - width / 2;
width              81 libavcodec/v210x.c             yend = ydst + width;
width              94 libavcodec/v210x.c             ydst += pic->linesize[0] / 2 - width;
width              95 libavcodec/v210x.c             udst += pic->linesize[1] / 2 - width / 2;
width              96 libavcodec/v210x.c             vdst += pic->linesize[2] / 2 - width / 2;
width              97 libavcodec/v210x.c             yend  = ydst + width;
width             109 libavcodec/v210x.c             ydst += pic->linesize[0] / 2 - width;
width             110 libavcodec/v210x.c             udst += pic->linesize[1] / 2 - width / 2;
width             111 libavcodec/v210x.c             vdst += pic->linesize[2] / 2 - width / 2;
width             112 libavcodec/v210x.c             yend  = ydst + width;
width              29 libavcodec/v308dec.c     if (avctx->width & 1)
width              43 libavcodec/v308dec.c     if (avpkt->size < 3 * avctx->height * avctx->width) {
width              59 libavcodec/v308dec.c         for (j = 0; j < avctx->width; j++) {
width              29 libavcodec/v308enc.c     if (avctx->width & 1) {
width              47 libavcodec/v308enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 3, 0)) < 0)
width              56 libavcodec/v308enc.c         for (j = 0; j < avctx->width; j++) {
width              40 libavcodec/v408dec.c     if (avpkt->size < 4 * avctx->height * avctx->width) {
width              57 libavcodec/v408dec.c         for (j = 0; j < avctx->width; j++) {
width              42 libavcodec/v408enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 4, 0)) < 0)
width              52 libavcodec/v408enc.c         for (j = 0; j < avctx->width; j++) {
width              40 libavcodec/v410dec.c     if (avctx->width & 1) {
width              70 libavcodec/v410dec.c         for (j = 0; j < avctx->width; j++) {
width              98 libavcodec/v410dec.c     td.stride = avctx->width * 4;
width              99 libavcodec/v410dec.c     if (avpkt->size < 4 * avctx->height * avctx->width) {
width              30 libavcodec/v410enc.c     if (avctx->width & 1) {
width              49 libavcodec/v410enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 4,
width              50 libavcodec/v410enc.c                                             avctx->width * avctx->height * 4)) < 0)
width              66 libavcodec/v410enc.c         for (j = 0; j < avctx->width; j++) {
width             441 libavcodec/v4l2_buffers.c     frame->width = avbuf->context->width;
width              58 libavcodec/v4l2_context.c     return V4L2_TYPE_IS_MULTIPLANAR(fmt->type) ? fmt->fmt.pix_mp.width : fmt->fmt.pix.width;
width              88 libavcodec/v4l2_context.c         fmt1->fmt.pix_mp.width != fmt2->fmt.pix_mp.width ||
width              91 libavcodec/v4l2_context.c         fmt1->fmt.pix.width != fmt2->fmt.pix.width ||
width             111 libavcodec/v4l2_context.c static inline int v4l2_get_framesize_compressed(V4L2Context* ctx, int width, int height)
width             118 libavcodec/v4l2_context.c         return ((width * height * 3 / 2) / 2) + 128;
width             121 libavcodec/v4l2_context.c     size = FFALIGN(height, 32) * FFALIGN(width, 32) * 3 / 2 / 2;
width             135 libavcodec/v4l2_context.c         ctx->format.fmt.pix_mp.width = ctx->width;
width             141 libavcodec/v4l2_context.c                 v4l2_get_framesize_compressed(ctx, ctx->width, ctx->height);
width             145 libavcodec/v4l2_context.c         ctx->format.fmt.pix.width = ctx->width;
width             151 libavcodec/v4l2_context.c                 v4l2_get_framesize_compressed(ctx, ctx->width, ctx->height);
width             198 libavcodec/v4l2_context.c         s->output.width = v4l2_get_width(&out_fmt);
width             205 libavcodec/v4l2_context.c         s->capture.width = v4l2_get_width(&cap_fmt);
width             223 libavcodec/v4l2_context.c             ret = ff_set_dimensions(s->avctx, s->capture.width, s->capture.height);
width              71 libavcodec/v4l2_context.h     int width, height;
width              72 libavcodec/v4l2_m2m_dec.c     selection.r.width = avctx->coded_width;
width              79 libavcodec/v4l2_m2m_dec.c             av_log(avctx, AV_LOG_DEBUG, "crop output %dx%d\n", selection.r.width, selection.r.height);
width              82 libavcodec/v4l2_m2m_dec.c             capture->width  = selection.r.width;
width             118 libavcodec/v4l2_m2m_dec.c         if (output->height == 0 || output->width == 0) {
width             203 libavcodec/v4l2_m2m_dec.c     output->width = capture->width = avctx->coded_width;
width             334 libavcodec/v4l2_m2m_enc.c     output->width = capture->width = avctx->width;
width             562 libavcodec/vaapi_decode.c         frames->width = avctx->coded_width;
width             485 libavcodec/vaapi_encode.c                     .width  = roi->right  - roi->left,
width            1054 libavcodec/vaapi_encode.c                frame->width, frame->height, frame->pts);
width            1850 libavcodec/vaapi_encode.c     ctx->slice_block_cols = (avctx->width  + ctx->slice_block_width  - 1) /
width            2193 libavcodec/vaapi_encode.c     ctx->recon_frames->width     = ctx->surface_width;
width             372 libavcodec/vaapi_encode_h264.c     if (avctx->width  != 16 * priv->mb_width ||
width             378 libavcodec/vaapi_encode_h264.c             (16 * priv->mb_width - avctx->width) / 2;
width            1071 libavcodec/vaapi_encode_h264.c     priv->mb_width  = FFALIGN(avctx->width,  16) / 16;
width            1230 libavcodec/vaapi_encode_h264.c     ctx->surface_width  = FFALIGN(avctx->width,  16);
width             408 libavcodec/vaapi_encode_h265.c     if (avctx->width  != ctx->surface_width ||
width             413 libavcodec/vaapi_encode_h265.c             (ctx->surface_width - avctx->width) >> desc->log2_chroma_w;
width            1175 libavcodec/vaapi_encode_h265.c     ctx->surface_width  = FFALIGN(avctx->width,  16);
width             248 libavcodec/vaapi_encode_mjpeg.c     fh->X  = avctx->width;
width             512 libavcodec/vaapi_encode_mjpeg.c     ctx->surface_width  = FFALIGN(avctx->width,  8);
width             224 libavcodec/vaapi_encode_mpeg2.c     sh->horizontal_size_value = avctx->width  & 0xfff;
width             230 libavcodec/vaapi_encode_mpeg2.c                                   (AVRational) { avctx->width, avctx->height });
width             278 libavcodec/vaapi_encode_mpeg2.c     se->horizontal_size_extension = avctx->width  >> 12;
width             308 libavcodec/vaapi_encode_mpeg2.c     sde->display_horizontal_size = avctx->width;
width             359 libavcodec/vaapi_encode_mpeg2.c         .picture_width  = avctx->width,
width             550 libavcodec/vaapi_encode_mpeg2.c     ctx->slice_block_cols = FFALIGN(avctx->width,  16) / 16;
width             617 libavcodec/vaapi_encode_mpeg2.c     if (avctx->height % 4096 == 0 || avctx->width % 4096 == 0) {
width             626 libavcodec/vaapi_encode_mpeg2.c     ctx->surface_width  = FFALIGN(avctx->width,  16);
width              58 libavcodec/vaapi_encode_vp8.c     vseq->frame_width  = avctx->width;
width             213 libavcodec/vaapi_encode_vp8.c     ctx->surface_width  = FFALIGN(avctx->width,  16);
width              59 libavcodec/vaapi_encode_vp9.c     vseq->max_frame_width  = avctx->width;
width              69 libavcodec/vaapi_encode_vp9.c     vpic->frame_width_src  = avctx->width;
width              71 libavcodec/vaapi_encode_vp9.c     vpic->frame_width_dst  = avctx->width;
width             247 libavcodec/vaapi_encode_vp9.c     ctx->surface_width  = FFALIGN(avctx->width,  64);
width             134 libavcodec/vaapi_hevc.c         .pic_width_in_luma_samples                    = sps->width,
width              38 libavcodec/vaapi_mjpeg.c         .picture_width  = avctx->width,
width              53 libavcodec/vaapi_mpeg2.c         .horizontal_size                 = s->width,
width              57 libavcodec/vaapi_mpeg4.c         .vop_width                        = s->width,
width              48 libavcodec/vaapi_vp8.c         .frame_width                     = avctx->width,
width              50 libavcodec/vaapi_vp9.c         .frame_width                      = avctx->width,
width              97 libavcodec/vb.c     const int width = c->avctx->width;
width              99 libavcodec/vb.c     uint8_t *pend   = c->prev_frame + width*c->avctx->height;
width             106 libavcodec/vb.c     blocks = (c->avctx->width >> 2) * (c->avctx->height >> 2);
width             119 libavcodec/vb.c                 if (check_line(prev + y*width, pstart, pend))
width             120 libavcodec/vb.c                     memcpy(cur + y*width, prev + y*width, 4);
width             122 libavcodec/vb.c                     memset(cur + y*width, 0, 4);
width             132 libavcodec/vb.c                     bytestream2_get_buffer(&g, cur + y * width, 4);
width             136 libavcodec/vb.c                 t = x + y*width;
width             138 libavcodec/vb.c                     if (check_line(prev + t + y*width, pstart, pend))
width             139 libavcodec/vb.c                         memcpy(cur + y*width, prev + t + y*width, 4);
width             141 libavcodec/vb.c                         memset(cur + y*width, 0, 4);
width             147 libavcodec/vb.c                 memset(cur + y*width, t, 4);
width             159 libavcodec/vb.c                         cur[x + y*width] = (pattern & 1) ? b : a;
width             167 libavcodec/vb.c                         if (pattern & 1 && check_pixel(prev + x + y*width, pstart, pend))
width             168 libavcodec/vb.c                             cur[x + y*width] = prev[x + y*width];
width             170 libavcodec/vb.c                             cur[x + y*width] = a;
width             182 libavcodec/vb.c         if (blk2 == (width >> 2)) {
width             184 libavcodec/vb.c             cur  += width * 3;
width             185 libavcodec/vb.c             prev += width * 3;
width             219 libavcodec/vb.c         offset = i + j * avctx->width;
width             242 libavcodec/vb.c         memcpy(outptr, srcptr, avctx->width);
width             243 libavcodec/vb.c         srcptr += avctx->width;
width             262 libavcodec/vb.c     c->frame      = av_mallocz(avctx->width * avctx->height);
width             263 libavcodec/vb.c     c->prev_frame = av_mallocz(avctx->width * avctx->height);
width              87 libavcodec/vble.c                                int offset, int width, int height)
width              95 libavcodec/vble.c         for (j = 0; j < width; j++) {
width             106 libavcodec/vble.c                                           width, &left, &left_top);
width             109 libavcodec/vble.c             for (j = 1; j < width; j++)
width             113 libavcodec/vble.c         val += width;
width             126 libavcodec/vble.c     int width_uv = avctx->width / 2, height_uv = avctx->height / 2;
width             158 libavcodec/vble.c     vble_restore_plane(ctx, pic, &gb, 0, offset, avctx->width, avctx->height);
width             162 libavcodec/vble.c         offset += avctx->width * avctx->height;
width             194 libavcodec/vble.c                                          avctx->width, avctx->height, 1);
width              52 libavcodec/vc1.c static void decode_rowskip(uint8_t* plane, int width, int height, int stride,
width              59 libavcodec/vc1.c             memset(plane, 0, width);
width              61 libavcodec/vc1.c             for (x = 0; x < width; x++)
width              74 libavcodec/vc1.c static void decode_colskip(uint8_t* plane, int width, int height, int stride,
width              79 libavcodec/vc1.c     for (x = 0; x < width; x++) {
width             103 libavcodec/vc1.c     int width, height, stride;
width             105 libavcodec/vc1.c     width  = v->s.mb_width;
width             119 libavcodec/vc1.c         if ((height * width) & 1) {
width             122 libavcodec/vc1.c             if (offset == width) {
width             124 libavcodec/vc1.c                 planep += stride - width;
width             130 libavcodec/vc1.c         for (; y < height * width; y += 2) {
width             134 libavcodec/vc1.c             if (offset == width) {
width             136 libavcodec/vc1.c                 planep += stride - width;
width             140 libavcodec/vc1.c             if (offset == width) {
width             142 libavcodec/vc1.c                 planep += stride - width;
width             148 libavcodec/vc1.c         if (!(height % 3) && (width % 3)) { // use 2x3 decoding
width             150 libavcodec/vc1.c                 for (x = width & 1; x < width; x += 2) {
width             165 libavcodec/vc1.c             if (width & 1)
width             170 libavcodec/vc1.c                 for (x = width % 3; x < width; x += 3) {
width             185 libavcodec/vc1.c             x = width % 3;
width             189 libavcodec/vc1.c                 decode_rowskip(data + x, width - x,      1, stride, &v->s.gb);
width             193 libavcodec/vc1.c         decode_rowskip(data, width, height, stride, &v->s.gb);
width             196 libavcodec/vc1.c         decode_colskip(data, width, height, stride, &v->s.gb);
width             206 libavcodec/vc1.c         for (x = 1; x < width; x++)
width             211 libavcodec/vc1.c             for (x = 1; x < width; x++) {
width             454 libavcodec/vc1.c             if (v->s.avctx->width  > v->max_coded_width ||
width             461 libavcodec/vc1.c                       v->s.avctx->width * h,
width             515 libavcodec/vc1_mc.c         int width  = s->avctx->coded_width;
width             526 libavcodec/vc1_mc.c         else if (qx > width)
width             527 libavcodec/vc1_mc.c             mx -= 4 * (qx - width);
width             120 libavcodec/vc1_parser.c     if (avctx->width && avctx->height) {
width             121 libavcodec/vc1_parser.c         s->width        = avctx->width;
width             196 libavcodec/vc1dec.c         int width = v->output_width>>!!plane;
width             224 libavcodec/vc1dec.c                             v->vc1dsp.sprite_h(v->sr_rows[sprite][0], iplane + yline * iline, xoff[sprite], xadv[sprite], width);
width             231 libavcodec/vc1dec.c                                            xadv[sprite], width);
width             241 libavcodec/vc1dec.c                     v->vc1dsp.sprite_v_single(dst, src_h[0][0], src_h[0][1], ysub[0], width);
width             243 libavcodec/vc1dec.c                     memcpy(dst, src_h[0][0], width);
width             248 libavcodec/vc1dec.c                                                        src_h[1][0], src_h[1][1], ysub[1], alpha, width);
width             251 libavcodec/vc1dec.c                                                        src_h[1][0], alpha, width);
width             254 libavcodec/vc1dec.c                                                        src_h[0][0], (1<<16)-1-alpha, width);
width             256 libavcodec/vc1dec.c                     v->vc1dsp.sprite_v_double_noscale(dst, src_h[0][0], src_h[1][0], alpha, width);
width             430 libavcodec/vc1dec.c     v->output_width  = avctx->width;
width             572 libavcodec/vc1dec.c         avctx->coded_width  = avctx->width  = v->output_width;
width             800 libavcodec/vc1dec.c                 avctx->width  = avctx->coded_width  = v->sprite_width;
width             809 libavcodec/vc1dec.c         (s->width  != avctx->coded_width ||
width            1146 libavcodec/vc1dec.c         avctx->width  = avctx->coded_width  = v->output_width;
width             904 libavcodec/vc1dsp.c                                                int width)
width             907 libavcodec/vc1dsp.c     while (width--) {
width             927 libavcodec/vc1dsp.c                               int offset, int width)
width             929 libavcodec/vc1dsp.c     sprite_v_template(dst, src1a, src1b, offset, 0, NULL, NULL, 0, 0, 1, width);
width             934 libavcodec/vc1dsp.c                                       int alpha, int width)
width             936 libavcodec/vc1dsp.c     sprite_v_template(dst, src1a, NULL, 0, 1, src2a, NULL, 0, alpha, 0, width);
width             944 libavcodec/vc1dsp.c                                        int alpha, int width)
width             947 libavcodec/vc1dsp.c                       width);
width             958 libavcodec/vc1dsp.c                                        int width)
width             961 libavcodec/vc1dsp.c                       alpha, 2, width);
width              68 libavcodec/vc1dsp.h     void (*sprite_v_single)(uint8_t *dst, const uint8_t *src1a, const uint8_t *src1b, int offset, int width);
width              69 libavcodec/vc1dsp.h     void (*sprite_v_double_noscale)(uint8_t *dst, const uint8_t *src1a, const uint8_t *src2a, int alpha, int width);
width              71 libavcodec/vc1dsp.h                                                    const uint8_t *src2a, int alpha, int width);
width              74 libavcodec/vc1dsp.h                                      int alpha, int width);
width              41 libavcodec/vc2enc.c     int width, height, interlaced, level;
width              89 libavcodec/vc2enc.c     int width;
width              96 libavcodec/vc2enc.c     int width;
width             274 libavcodec/vc2enc.c         put_vc2_ue_uint(&s->pb, avctx->width);
width             532 libavcodec/vc2enc.c     const int left   = b->width  * (sx+0) / s->num_x;
width             533 libavcodec/vc2enc.c     const int right  = b->width  * (sx+1) / s->num_x;
width             583 libavcodec/vc2enc.c                 const int left   = b->width  * slice->x    / s->num_x;
width             584 libavcodec/vc2enc.c                 const int right  = b->width  *(slice->x+1) / s->num_x;
width             867 libavcodec/vc2enc.c             for (x = 0; x < p->width; x++) {
width             870 libavcodec/vc2enc.c             memset(&buf[x], 0, (p->coef_stride - p->width)*sizeof(dwtcoef));
width             877 libavcodec/vc2enc.c             for (x = 0; x < p->width; x++) {
width             880 libavcodec/vc2enc.c             memset(&buf[x], 0, (p->coef_stride - p->width)*sizeof(dwtcoef));
width             891 libavcodec/vc2enc.c                                 b->width, b->height);
width            1059 libavcodec/vc2enc.c         if (avctx->width != fmt->width)
width            1079 libavcodec/vc2enc.c     if ((s->slice_width > avctx->width) ||
width            1128 libavcodec/vc2enc.c         p->width      = avctx->width  >> (i ? s->chroma_x_shift : 0);
width            1132 libavcodec/vc2enc.c         p->dwt_width  = w = FFALIGN(p->width,  (1 << s->wavelet_depth));
width            1143 libavcodec/vc2enc.c                 b->width  = w;
width            1146 libavcodec/vc2enc.c                 shift = (o > 1)*b->height*b->stride + (o & 1)*b->width;
width              31 libavcodec/vc2enc_dwt.c                                           int width, int height, dwtcoef *synthl)
width              34 libavcodec/vc2enc_dwt.c     ptrdiff_t synthw = width << 1;
width              35 libavcodec/vc2enc_dwt.c     dwtcoef *linehl = linell + width;
width              37 libavcodec/vc2enc_dwt.c     dwtcoef *linehh = linelh + width;
width              41 libavcodec/vc2enc_dwt.c         for (x = 0; x < width; x++) {
width              56 libavcodec/vc2enc_dwt.c                                ptrdiff_t stride, int width, int height)
width              60 libavcodec/vc2enc_dwt.c     const ptrdiff_t synth_width  = width  << 1;
width              79 libavcodec/vc2enc_dwt.c         for (x = 1; x < width - 2; x++)
width              89 libavcodec/vc2enc_dwt.c         for (x = 1; x < width - 1; x++)
width             137 libavcodec/vc2enc_dwt.c     deinterleave(data, stride, width, height, synth);
width             141 libavcodec/vc2enc_dwt.c                                ptrdiff_t stride, int width, int height)
width             145 libavcodec/vc2enc_dwt.c     const ptrdiff_t synth_width  = width  << 1;
width             163 libavcodec/vc2enc_dwt.c         for (x = 0; x < width - 1; x++)
width             170 libavcodec/vc2enc_dwt.c         for (x = 1; x < width - 1; x++)
width             211 libavcodec/vc2enc_dwt.c     deinterleave(data, stride, width, height, synth);
width             215 libavcodec/vc2enc_dwt.c                                       ptrdiff_t stride, int width, int height,
width             220 libavcodec/vc2enc_dwt.c     const ptrdiff_t synth_width  = width  << 1;
width             243 libavcodec/vc2enc_dwt.c     deinterleave(data, stride, width, height, synth);
width             247 libavcodec/vc2enc_dwt.c                                  ptrdiff_t stride, int width, int height)
width             249 libavcodec/vc2enc_dwt.c     dwt_haar(t, data, stride, width, height, 0);
width             253 libavcodec/vc2enc_dwt.c                                        ptrdiff_t stride, int width, int height)
width             255 libavcodec/vc2enc_dwt.c     dwt_haar(t, data, stride, width, height, 1);
width              47 libavcodec/vc2enc_dwt.h                                                int width, int height);
width              41 libavcodec/vcr1.c     if (avctx->width % 8 || avctx->height%4) {
width              42 libavcodec/vcr1.c         avpriv_request_sample(avctx, "odd dimensions (%d x %d) support", avctx->width, avctx->height);
width              58 libavcodec/vcr1.c     if(avpkt->size < 32 + avctx->height + avctx->width*avctx->height*5/8){
width              59 libavcodec/vcr1.c         av_log(avctx, AV_LOG_ERROR, "Insufficient input data. %d < %d\n", avpkt->size ,  32 + avctx->height + avctx->width*avctx->height*5/8);
width              81 libavcodec/vcr1.c             av_assert0 (bytestream_end - bytestream >= 4 + avctx->width);
width              87 libavcodec/vcr1.c             for (x = 0; x < avctx->width; x += 4) {
width             100 libavcodec/vcr1.c             av_assert0 (bytestream_end - bytestream >= avctx->width / 2);
width             104 libavcodec/vcr1.c             for (x = 0; x < avctx->width; x += 8) {
width              76 libavcodec/vdpau.c                                     uint32_t *width, uint32_t *height)
width             107 libavcodec/vdpau.c     if (width)
width             108 libavcodec/vdpau.c         *width = w;
width             119 libavcodec/vdpau.c     uint32_t width;
width             122 libavcodec/vdpau.c     if (av_vdpau_get_surface_parameters(avctx, &type, &width, &height))
width             127 libavcodec/vdpau.c     hw_frames->width     = width;
width             148 libavcodec/vdpau.c     uint32_t width;
width             152 libavcodec/vdpau.c     vdctx->width            = UINT32_MAX;
width             155 libavcodec/vdpau.c     if (av_vdpau_get_surface_parameters(avctx, &type, &width, &height))
width             232 libavcodec/vdpau.c         max_width < width || max_height < height)
width             257 libavcodec/vdpau.c         max_width < width || max_height < height)
width             274 libavcodec/vdpau.c     status = create(vdctx->device, profile, width, height, avctx->refs,
width             277 libavcodec/vdpau.c         vdctx->width  = avctx->coded_width;
width             293 libavcodec/vdpau.c     if (vdctx->width == UINT32_MAX && vdctx->height == UINT32_MAX)
width             314 libavcodec/vdpau.c     if (avctx->coded_width == vdctx->width &&
width             147 libavcodec/vdpau.h                                     uint32_t *width, uint32_t *height);
width              56 libavcodec/vdpau_hevc.c     info->pic_width_in_luma_samples = sps->width;
width              91 libavcodec/vdpau_internal.h     uint32_t width;
width              48 libavcodec/vdpau_vp9.c     info->width = avctx->width;
width             134 libavcodec/videotoolbox.c     frame->width  = avctx->width;
width             439 libavcodec/videotoolbox.c     int width = CVPixelBufferGetWidth(pixbuf);
width             465 libavcodec/videotoolbox.c         cached_frames->width != width ||
width             475 libavcodec/videotoolbox.c         hw_frames->width = width;
width             656 libavcodec/videotoolbox.c                                                                    int width,
width             664 libavcodec/videotoolbox.c                                             width,
width             675 libavcodec/videotoolbox.c static CFDictionaryRef videotoolbox_buffer_attributes_create(int width,
width             685 libavcodec/videotoolbox.c     w = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &width);
width             816 libavcodec/videotoolbox.c                                                                 avctx->width,
width             826 libavcodec/videotoolbox.c     buf_attr = videotoolbox_buffer_attributes_create(avctx->width,
width            1071 libavcodec/videotoolbox.c         hw_frames->width = avctx->width;
width            1113 libavcodec/videotoolbox.c     frames_ctx->width             = avctx->coded_width;
width             856 libavcodec/videotoolboxenc.c                                &avctx->width);
width            1036 libavcodec/videotoolboxenc.c                                             avctx->width,
width            2016 libavcodec/videotoolboxenc.c         widths [0] = avctx->width;
width            2018 libavcodec/videotoolboxenc.c         strides[0] = frame ? frame->linesize[0] : avctx->width;
width            2020 libavcodec/videotoolboxenc.c         widths [1] = (avctx->width  + 1) / 2;
width            2022 libavcodec/videotoolboxenc.c         strides[1] = frame ? frame->linesize[1] : (avctx->width + 1) & -2;
width            2028 libavcodec/videotoolboxenc.c         widths [0] = avctx->width;
width            2030 libavcodec/videotoolboxenc.c         strides[0] = frame ? frame->linesize[0] : avctx->width;
width            2032 libavcodec/videotoolboxenc.c         widths [1] = (avctx->width  + 1) / 2;
width            2034 libavcodec/videotoolboxenc.c         strides[1] = frame ? frame->linesize[1] : (avctx->width + 1) / 2;
width            2036 libavcodec/videotoolboxenc.c         widths [2] = (avctx->width  + 1) / 2;
width            2038 libavcodec/videotoolboxenc.c         strides[2] = frame ? frame->linesize[2] : (avctx->width + 1) / 2;
width            2043 libavcodec/videotoolboxenc.c         widths[0] = avctx->width;
width            2045 libavcodec/videotoolboxenc.c         strides[0] = frame ? frame->linesize[0] : (avctx->width * 2 + 63) & -64;
width            2047 libavcodec/videotoolboxenc.c         widths[1] = (avctx->width + 1) / 2;
width            2049 libavcodec/videotoolboxenc.c         strides[1] = frame ? frame->linesize[1] : ((avctx->width + 1) / 2 + 63) & -64;
width             205 libavcodec/vmdvideo.c     if ((frame_width == s->avctx->width && frame_height == s->avctx->height) &&
width             215 libavcodec/vmdvideo.c         frame_x >= s->avctx->width ||
width             216 libavcodec/vmdvideo.c         frame_width > s->avctx->width ||
width             217 libavcodec/vmdvideo.c         frame_x + frame_width > s->avctx->width) {
width             236 libavcodec/vmdvideo.c         (frame_x || frame_y || (frame_width != s->avctx->width) ||
width              66 libavcodec/vmnc.c     int width, height;
width             136 libavcodec/vmnc.c     if (c->width < c->cur_x + c->cur_w)
width             137 libavcodec/vmnc.c         w = c->width - c->cur_x;
width             352 libavcodec/vmnc.c         if (c->width < c->cur_x + w)
width             353 libavcodec/vmnc.c             w = c->width - c->cur_x;
width             387 libavcodec/vmnc.c         if ((dx + w > c->width) || (dy + h > c->height)) {
width             390 libavcodec/vmnc.c                     w, h, dx, dy, c->width, c->height);
width             493 libavcodec/vmnc.c         if (c->width < c->cur_x + w)
width             494 libavcodec/vmnc.c             w = c->width - c->cur_x;
width             532 libavcodec/vmnc.c     c->width  = avctx->width;
width             162 libavcodec/vp3.c     int width, height;
width            1785 libavcodec/vp3.c     int width           = s->fragment_width[!!plane];
width            1787 libavcodec/vp3.c     int fragment        = s->fragment_start[plane] + ystart * width;
width            1795 libavcodec/vp3.c         for (x = 0; x < width; x++) {
width            1818 libavcodec/vp3.c                 if ((x < width - 1) &&
width            1829 libavcodec/vp3.c                     (s->all_fragments[fragment + width].coding_method == MODE_COPY)) {
width            1970 libavcodec/vp3.c     int plane_width  = s->width  >> (plane && s->chroma_x_shift);
width            2075 libavcodec/vp3.c         int plane_width  = s->width  >> (plane && s->chroma_x_shift);
width            2338 libavcodec/vp3.c     s->width  = FFALIGN(avctx->coded_width, 16);
width            2363 libavcodec/vp3.c     s->y_superblock_width  = (s->width  + 31) / 32;
width            2368 libavcodec/vp3.c     c_width                = s->width >> s->chroma_x_shift;
width            2378 libavcodec/vp3.c     s->macroblock_width  = (s->width  + 15) / 16;
width            2386 libavcodec/vp3.c     s->fragment_width[0]  = s->width / FRAGMENT_PIXELS;
width            2594 libavcodec/vp3.c         s->width != s1->width || s->height != s1->height) {
width            2853 libavcodec/vp3.c     frame->crop_right  = avctx->coded_width - avctx->width - s->offset_x;
width            2940 libavcodec/vp3.c     s->width       = get_bits(gb, 16) << 4;
width            2954 libavcodec/vp3.c         visible_width  + offset_x > s->width ||
width            2959 libavcodec/vp3.c                s->width, s->height);
width            3001 libavcodec/vp3.c     ret = ff_set_dimensions(avctx, s->width, s->height);
width            3005 libavcodec/vp3.c         avctx->width  = visible_width;
width             625 libavcodec/vp56.c         int bak_w = avctx->width;
width             636 libavcodec/vp56.c                 avctx->width  = bak_w;
width              89 libavcodec/vp6.c                 FFALIGN(s->avctx->width,  16) == 16 * cols &&
width             102 libavcodec/vp6.c                     s->avctx->width  -= s->avctx->extradata[0] >> 4;
width             187 libavcodec/vp8.c int update_dimensions(VP8Context *s, int width, int height, int is_vp7)
width             192 libavcodec/vp8.c     if (width  != s->avctx->width || ((width+15)/16 != s->mb_width || (height+15)/16 != s->mb_height) && s->macroblocks_base ||
width             196 libavcodec/vp8.c         ret = ff_set_dimensions(s->avctx, width, height);
width             248 libavcodec/vp8.c static int vp7_update_dimensions(VP8Context *s, int width, int height)
width             250 libavcodec/vp8.c     return update_dimensions(s, width, height, IS_VP7);
width             253 libavcodec/vp8.c static int vp8_update_dimensions(VP8Context *s, int width, int height)
width             255 libavcodec/vp8.c     return update_dimensions(s, width, height, IS_VP8);
width             477 libavcodec/vp8.c static void copy_chroma(AVFrame *dst, AVFrame *src, int width, int height)
width             484 libavcodec/vp8.c                    src->data[j] + i * src->linesize[j], width / 2);
width             490 libavcodec/vp8.c                  int width, int height,
width             497 libavcodec/vp8.c         for (i = 0; i < width; i++) {
width             509 libavcodec/vp8.c         int width  = s->mb_width * 16;
width             530 libavcodec/vp8.c             copy_chroma(dst, src, width, height);
width             535 libavcodec/vp8.c              width, height, alpha, beta);
width             545 libavcodec/vp8.c     int width  = s->avctx->width;
width             582 libavcodec/vp8.c         width  = vp8_rac_get_uint(c, 12);
width             633 libavcodec/vp8.c         width != s->avctx->width || height != s->avctx->height ||
width             634 libavcodec/vp8.c         (width + 15) / 16 != s->mb_width || (height + 15) / 16 != s->mb_height) {
width             635 libavcodec/vp8.c         if ((ret = vp7_update_dimensions(s, width, height)) < 0)
width             709 libavcodec/vp8.c     int width  = s->avctx->width;
width             747 libavcodec/vp8.c         width     = AV_RL16(buf + 3) & 0x3fff;
width             803 libavcodec/vp8.c         width != s->avctx->width || height != s->avctx->height ||
width             804 libavcodec/vp8.c         (width+15)/16 != s->mb_width || (height+15)/16 != s->mb_height)
width             805 libavcodec/vp8.c         if ((ret = vp8_update_dimensions(s, width, height)) < 0)
width            1808 libavcodec/vp8.c                  int width, int height, ptrdiff_t linesize,
width            1825 libavcodec/vp8.c         if (x_off < mx_idx || x_off >= width  - block_w - subpel_idx[2][mx] ||
width            1833 libavcodec/vp8.c                                      width, height);
width            1866 libavcodec/vp8.c                    int width, int height, ptrdiff_t linesize,
width            1882 libavcodec/vp8.c         if (x_off < mx_idx || x_off >= width  - block_w - subpel_idx[2][mx] ||
width            1889 libavcodec/vp8.c                                      x_off - mx_idx, y_off - my_idx, width, height);
width            1898 libavcodec/vp8.c                                      x_off - mx_idx, y_off - my_idx, width, height);
width            1916 libavcodec/vp8.c                  int width, int height, VP56mv *mv)
width            1923 libavcodec/vp8.c                 block_w, block_h, width, height, s->linesize,
width            1937 libavcodec/vp8.c     width   >>= 1;
width            1944 libavcodec/vp8.c                   block_w, block_h, width, height, s->uvlinesize,
width            1978 libavcodec/vp8.c     int width = 16 * s->mb_width, height = 16 * s->mb_height;
width            1985 libavcodec/vp8.c                     0, 0, 16, 16, width, height, &mb->mv);
width            1997 libavcodec/vp8.c                             width, height, s->linesize,
width            2005 libavcodec/vp8.c         width  >>= 1;
width            2026 libavcodec/vp8.c                               width, height, s->uvlinesize,
width            2034 libavcodec/vp8.c                     0, 0, 16, 8, width, height, &bmv[0]);
width            2036 libavcodec/vp8.c                     0, 8, 16, 8, width, height, &bmv[1]);
width            2040 libavcodec/vp8.c                     0, 0, 8, 16, width, height, &bmv[0]);
width            2042 libavcodec/vp8.c                     8, 0, 8, 16, width, height, &bmv[1]);
width            2046 libavcodec/vp8.c                     0, 0, 8, 8, width, height, &bmv[0]);
width            2048 libavcodec/vp8.c                     8, 0, 8, 8, width, height, &bmv[1]);
width            2050 libavcodec/vp8.c                     0, 8, 8, 8, width, height, &bmv[2]);
width            2052 libavcodec/vp8.c                     8, 8, 8, 8, width, height, &bmv[3]);
width              53 libavcodec/vp8_parser.c         unsigned int width, height;
width              64 libavcodec/vp8_parser.c         width  = AV_RL16(buf + 6) & 0x3fff;
width              67 libavcodec/vp8_parser.c         s->width        = width;
width              69 libavcodec/vp8_parser.c         s->coded_width  = FFALIGN(width,  16);
width             593 libavcodec/vp9.c                 w = s->s.refs[s->s.h.refidx[0]].f->width;
width             596 libavcodec/vp9.c                 w = s->s.refs[s->s.h.refidx[1]].f->width;
width             599 libavcodec/vp9.c                 w = s->s.refs[s->s.h.refidx[2]].f->width;
width             608 libavcodec/vp9.c             s->s.h.use_last_frame_mvs &= s->s.frames[CUR_FRAME].tf.f->width == w &&
width             822 libavcodec/vp9.c             int refw = ref->width, refh = ref->height;
width            1612 libavcodec/vp9.c         (s->s.frames[REF_FRAME_MVPAIR].tf.f->width  != s->s.frames[CUR_FRAME].tf.f->width ||
width              41 libavcodec/vp9_mc_template.c     int w1 = ref1->width, h1 = ref1->height, w2, h2;
width              48 libavcodec/vp9_mc_template.c         w2 = ref2->width;
width             417 libavcodec/vp9recon.c     if (s->s.frames[CUR_FRAME].tf.f->width == ref_frame->f->width &&
width             477 libavcodec/vp9recon.c     if (s->s.frames[CUR_FRAME].tf.f->width == ref_frame->f->width &&
width             101 libavcodec/vqavideo.c     int width;   /* width of a frame */
width             148 libavcodec/vqavideo.c     s->width = AV_RL16(&s->avctx->extradata[6]);
width             150 libavcodec/vqavideo.c     if ((ret = ff_set_dimensions(avctx, s->width, s->height)) < 0) {
width             151 libavcodec/vqavideo.c         s->width= s->height= 0;
width             165 libavcodec/vqavideo.c     if (s->width % s->vector_width || s->height % s->vector_height) {
width             180 libavcodec/vqavideo.c     s->decode_buffer_size = (s->width / s->vector_width) *
width             485 libavcodec/vqavideo.c         for (x = 0; x < s->width; x += 4, lobytes++, hibytes++) {
width             163 libavcodec/wcmv.c                             avctx->width, avctx->height);
width             174 libavcodec/wcmv.c         if (blocks == 1 && x == 0 && y == 0 && w == avctx->width && h == avctx->height)
width             177 libavcodec/wcmv.c         if (x + w > avctx->width || y + h > avctx->height)
width             180 libavcodec/wcmv.c         if (w > avctx->width || h > avctx->height)
width             201 libavcodec/webp.c     int width;                          /* image width */
width             466 libavcodec/webp.c     int ret, block_bits, width, blocks_w, blocks_h, x, y, max;
width             468 libavcodec/webp.c     width = s->width;
width             470 libavcodec/webp.c         width = s->reduced_width;
width             472 libavcodec/webp.c     PARSE_BLOCK_SIZE(width, s->height);
width             485 libavcodec/webp.c         for (x = 0; x < img->frame->width; x++) {
width             501 libavcodec/webp.c     PARSE_BLOCK_SIZE(s->width, s->height);
width             517 libavcodec/webp.c     PARSE_BLOCK_SIZE(s->width, s->height);
width             554 libavcodec/webp.c         s->reduced_width = (s->width + ((1 << width_bits) - 1)) >> width_bits;
width             558 libavcodec/webp.c     for (x = 4; x < img->frame->width * 4; x++, ct++)
width             592 libavcodec/webp.c     int i, j, ret, x, y, width;
width             604 libavcodec/webp.c     img->frame->width  = w;
width             660 libavcodec/webp.c     width = img->frame->width;
width             662 libavcodec/webp.c         width = s->reduced_width;
width             680 libavcodec/webp.c             if (x == width) {
width             715 libavcodec/webp.c                 distance = FFMAX(1, xi + yi * width);
width             728 libavcodec/webp.c             while (distance >= width) {
width             730 libavcodec/webp.c                 distance -= width;
width             733 libavcodec/webp.c                 ref_x = width - distance;
width             751 libavcodec/webp.c                 if (x == width) {
width             755 libavcodec/webp.c                 if (ref_x == width) {
width             778 libavcodec/webp.c             if (x == width) {
width             943 libavcodec/webp.c     if (x == frame->width - 1)
width             963 libavcodec/webp.c         for (x = 0; x < img->frame->width; x++) {
width            1003 libavcodec/webp.c         for (x = 0; x < img->frame->width; x++) {
width            1023 libavcodec/webp.c         for (x = 0; x < img->frame->width; x++) {
width            1057 libavcodec/webp.c             for (x = 0; x < img->frame->width; x++) {
width            1071 libavcodec/webp.c     if (img->frame->height * img->frame->width > 300) {
width            1073 libavcodec/webp.c         const int size = pal->frame->width * 4;
width            1079 libavcodec/webp.c             for (x = 0; x < img->frame->width; x++) {
width            1087 libavcodec/webp.c             for (x = 0; x < img->frame->width; x++) {
width            1090 libavcodec/webp.c                 if (i >= pal->frame->width) {
width            1106 libavcodec/webp.c     if (s->width && s->width != w) {
width            1108 libavcodec/webp.c                s->width, w);
width            1110 libavcodec/webp.c     s->width = w;
width            1145 libavcodec/webp.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width            1156 libavcodec/webp.c         if (!s->width || !s->height)
width            1158 libavcodec/webp.c         w = s->width;
width            1240 libavcodec/webp.c     for (x = 1; x < frame->width; x++, dec++)
width            1253 libavcodec/webp.c             for (x = 1; x < frame->width; x++, dec++)
width            1260 libavcodec/webp.c             for (x = 1; x < frame->width; x++, dec++)
width            1267 libavcodec/webp.c             for (x = 1; x < frame->width; x++, dec++)
width            1287 libavcodec/webp.c                                    s->width);
width            1311 libavcodec/webp.c             for (x = 0; x < s->width; x++) {
width            1359 libavcodec/webp.c     update_canvas_size(avctx, avctx->width, avctx->height);
width            1381 libavcodec/webp.c     s->width     = 0;
width            1444 libavcodec/webp.c             if (s->width || s->height || *got_frame) {
width            1450 libavcodec/webp.c             s->width  = bytestream2_get_le24(&gb) + 1;
width            1452 libavcodec/webp.c             ret = av_image_check_size(s->width, s->height, 0, avctx);
width             118 libavcodec/wmv2.c     src_x      = av_clip(src_x, -16, s->width);
width             121 libavcodec/wmv2.c     if (src_x <= -16 || src_x >= s->width)
width             158 libavcodec/wmv2.c     src_x = av_clip(src_x, -8, s->width >> 1);
width             159 libavcodec/wmv2.c     if (src_x == (s->width >> 1))
width             199 libavcodec/wmv2dec.c             if (get_bits_left(&s->gb) * 8LL < (s->width+15)/16 * ((s->height+15)/16))
width              71 libavcodec/wnv1.c     if (buf_size < 8 + avctx->height * (avctx->width/2)/8) {
width             117 libavcodec/wnv1.c         for (i = 0; i < avctx->width / 2; i++) {
width              28 libavcodec/x86/dirac_dwt_init.c void ff_vertical_compose53iL0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int width); \
width              29 libavcodec/x86/dirac_dwt_init.c void ff_vertical_compose_dirac53iH0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int width); \
width              30 libavcodec/x86/dirac_dwt_init.c void ff_vertical_compose_dd137iL0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int16_t *b3, int16_t *b4, int width); \
width              31 libavcodec/x86/dirac_dwt_init.c void ff_vertical_compose_dd97iH0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int16_t *b3, int16_t *b4, int width); \
width              32 libavcodec/x86/dirac_dwt_init.c void ff_vertical_compose_haar##ext(int16_t *b0, int16_t *b1, int width); \
width              36 libavcodec/x86/dirac_dwt_init.c static void vertical_compose53iL0##ext(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width) \
width              38 libavcodec/x86/dirac_dwt_init.c     int i, width_align = width&~(align-1); \
width              43 libavcodec/x86/dirac_dwt_init.c     for(i=width_align; i<width; i++) \
width              49 libavcodec/x86/dirac_dwt_init.c static void vertical_compose_dirac53iH0##ext(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width) \
width              51 libavcodec/x86/dirac_dwt_init.c     int i, width_align = width&~(align-1); \
width              56 libavcodec/x86/dirac_dwt_init.c     for(i=width_align; i<width; i++) \
width              63 libavcodec/x86/dirac_dwt_init.c                                            uint8_t *_b3, uint8_t *_b4, int width) \
width              65 libavcodec/x86/dirac_dwt_init.c     int i, width_align = width&~(align-1); \
width              72 libavcodec/x86/dirac_dwt_init.c     for(i=width_align; i<width; i++) \
width              79 libavcodec/x86/dirac_dwt_init.c                                           uint8_t *_b3, uint8_t *_b4, int width) \
width              81 libavcodec/x86/dirac_dwt_init.c     int i, width_align = width&~(align-1); \
width              88 libavcodec/x86/dirac_dwt_init.c     for(i=width_align; i<width; i++) \
width              93 libavcodec/x86/dirac_dwt_init.c static void vertical_compose_haar##ext(uint8_t *_b0, uint8_t *_b1, int width) \
width              95 libavcodec/x86/dirac_dwt_init.c     int i, width_align = width&~(align-1); \
width              99 libavcodec/x86/dirac_dwt_init.c     for(i=width_align; i<width; i++) { \
width              44 libavcodec/x86/diracdsp_init.c void ff_put_rect_clamped_mmx(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height);
width              45 libavcodec/x86/diracdsp_init.c void ff_put_rect_clamped_sse2(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height);
width              46 libavcodec/x86/diracdsp_init.c void ff_put_signed_rect_clamped_mmx(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height);
width              47 libavcodec/x86/diracdsp_init.c void ff_put_signed_rect_clamped_sse2(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height);
width              48 libavcodec/x86/diracdsp_init.c void ff_put_signed_rect_clamped_10_sse4(uint8_t *dst, int dst_stride, const uint8_t *src, int src_stride, int width, int height);
width              59 libavcodec/x86/diracdsp_init.c                                           const uint8_t *src, int stride, int width, int height)   \
width              63 libavcodec/x86/diracdsp_init.c             ff_dirac_hpel_filter_v_ ## EXT(dstv-MMSIZE, src-MMSIZE, stride, width+MMSIZE+5); \
width              64 libavcodec/x86/diracdsp_init.c             ff_dirac_hpel_filter_h_ ## EXT(dsth, src, width);                                \
width              65 libavcodec/x86/diracdsp_init.c             ff_dirac_hpel_filter_h_ ## EXT(dstc, dstv, width);                               \
width             145 libavcodec/x86/diracdsp_init.c                                    const uint8_t *src, int stride, int width, int height);
width              41 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_ ## name ## _ ## D ## _##opt(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); \
width              42 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); \
width              43 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width); \
width              44 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_w_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width); \
width              45 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_w_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, int denom, int wx0, int wx1, int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width              73 libavcodec/x86/hevcdsp.h #define WEIGHTING_PROTOTYPE(width, bitd, opt) \
width              74 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_w##width##_##bitd##_##opt(uint8_t *dst, ptrdiff_t dststride, int16_t *_src, int height, int denom,  int _wx, int _ox); \
width              75 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_w##width##_##bitd##_##opt(uint8_t *dst, ptrdiff_t dststride, int16_t *_src, int16_t *_src2, int height, int denom,  int _wx0,  int _wx1, int _ox0, int _ox1)
width              97 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels16_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width              98 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels24_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width              99 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels32_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width             100 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels48_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width             101 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels64_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width             103 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels16_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width             104 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels24_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width             105 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels32_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width             106 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels48_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width             107 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels64_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width             111 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels32_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width             112 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels48_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width             113 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels64_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
width             114 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels96_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); //used for 10bit
width             115 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels128_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);//used for 10bit
width             118 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels16_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
width             119 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels24_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
width             120 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels32_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
width             121 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels48_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
width             122 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels64_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
width             124 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels16_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
width             125 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels24_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
width             126 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels32_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
width             127 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels48_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
width             128 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels64_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
width              90 libavcodec/x86/hevcdsp_init.c                                                 intptr_t mx, intptr_t my, int width)                            \
width              98 libavcodec/x86/hevcdsp_init.c         ff_hevc_put_hevc_##name##step##_##bitd##_##opt(dst, src, _srcstride, height, mx, my, width);            \
width             104 libavcodec/x86/hevcdsp_init.c                                                     intptr_t mx, intptr_t my, int width)                        \
width             113 libavcodec/x86/hevcdsp_init.c                                                           height, mx, my, width);                               \
width             119 libavcodec/x86/hevcdsp_init.c                                                    int height, intptr_t mx, intptr_t my, int width)             \
width             130 libavcodec/x86/hevcdsp_init.c                                                           height, mx, my, width);                               \
width             142 libavcodec/x86/hevcdsp_init.c                                                  intptr_t mx, intptr_t my, int width)                           \
width             144 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##step1##_##bitd##_##opt(dst, src, _srcstride, height, mx, my, width);               \
width             146 libavcodec/x86/hevcdsp_init.c                                                     _srcstride, height, mx, my, width);                         \
width             151 libavcodec/x86/hevcdsp_init.c                                                      intptr_t mx, intptr_t my, int width)                       \
width             153 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_uni_##name##step1##_##bitd##_##opt(dst, dststride, src, _srcstride, height, mx, my, width);\
width             156 libavcodec/x86/hevcdsp_init.c                                                         height, mx, my, width);                                 \
width             161 libavcodec/x86/hevcdsp_init.c                                                     int height, intptr_t mx, intptr_t my, int width)            \
width             163 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_bi_##name##step1##_##bitd##_##opt(dst, dststride, src, _srcstride, src2, height, mx, my, width);\
width             166 libavcodec/x86/hevcdsp_init.c                                                        src2 + step1, height, mx, my, width);                    \
width             178 libavcodec/x86/hevcdsp_init.c                                                  int height, intptr_t mx, intptr_t my, int width)             \
width             181 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##width2##_10_##opt1(dst, src, _srcstride, height, mx, my, width);                 \
width             182 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##width3##_10_##opt2(dst+ width2, src+ width4, _srcstride, height, mx, my, width); \
width             188 libavcodec/x86/hevcdsp_init.c                                                     int height, intptr_t mx, intptr_t my, int width)          \
width             191 libavcodec/x86/hevcdsp_init.c                                                    height, mx, my, width);                                    \
width             193 libavcodec/x86/hevcdsp_init.c                                                    height, mx, my, width);                                    \
width             199 libavcodec/x86/hevcdsp_init.c                                                      intptr_t mx, intptr_t my, int width)                     \
width             202 libavcodec/x86/hevcdsp_init.c                                                       height, mx, my, width);                                 \
width             204 libavcodec/x86/hevcdsp_init.c                                                       height, mx, my, width);                                 \
width             214 libavcodec/x86/hevcdsp_init.c                                                 int height, intptr_t mx, intptr_t my, int width)              \
width             217 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##width2##_8_##opt1(dst, src, _srcstride, height, mx, my, width);                  \
width             218 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##width3##_8_##opt2(dst+ width2, src+ width2, _srcstride, height, mx, my, width);  \
width             224 libavcodec/x86/hevcdsp_init.c                                                    int height, intptr_t mx, intptr_t my, int width)           \
width             227 libavcodec/x86/hevcdsp_init.c                                                   src2, height, mx, my, width);                               \
width             229 libavcodec/x86/hevcdsp_init.c                                                   src2+width2, height, mx, my, width);                        \
width             235 libavcodec/x86/hevcdsp_init.c                                                     intptr_t mx, intptr_t my, int width)                      \
width             238 libavcodec/x86/hevcdsp_init.c                                                    height, mx, my, width);                                    \
width             240 libavcodec/x86/hevcdsp_init.c                                                    height, mx, my, width);                                    \
width             517 libavcodec/x86/hevcdsp_init.c                                                       intptr_t mx, intptr_t my, int width)          \
width             520 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##W##_##bitd##_##opt(temp, _src, _srcstride, height, mx, my, width);     \
width             576 libavcodec/x86/hevcdsp_init.c                                                      intptr_t mx, intptr_t my, int width)            \
width             579 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##W##_##bitd##_##opt(temp, _src, _srcstride, height, mx, my, width);      \
width             633 libavcodec/x86/hevcdsp_init.c                                             int16_t *sao_offset_val, int sao_left_class, int width, int height);           \
width             635 libavcodec/x86/hevcdsp_init.c                                             int16_t *sao_offset_val, int sao_left_class, int width, int height);           \
width             637 libavcodec/x86/hevcdsp_init.c                                             int16_t *sao_offset_val, int sao_left_class, int width, int height);           \
width             639 libavcodec/x86/hevcdsp_init.c                                             int16_t *sao_offset_val, int sao_left_class, int width, int height);           \
width             641 libavcodec/x86/hevcdsp_init.c                                              int16_t *sao_offset_val, int sao_left_class, int width, int height);
width             663 libavcodec/x86/hevcdsp_init.c                                               int eo, int width, int height);                                               \
width             665 libavcodec/x86/hevcdsp_init.c                                                int eo, int width, int height);                                              \
width             667 libavcodec/x86/hevcdsp_init.c                                                int eo, int width, int height);                                              \
width             669 libavcodec/x86/hevcdsp_init.c                                                int eo, int width, int height);                                              \
width             671 libavcodec/x86/hevcdsp_init.c                                                int eo, int width, int height);                                              \
width              47 libavcodec/x86/lossless_videodsp_init.c void ff_add_gradient_pred_ssse3(uint8_t *src, const ptrdiff_t stride, const ptrdiff_t width);
width              48 libavcodec/x86/lossless_videodsp_init.c void ff_add_gradient_pred_avx2(uint8_t *src, const ptrdiff_t stride, const ptrdiff_t width);
width              40 libavcodec/x86/lossless_videoencdsp_init.c                             ptrdiff_t stride, ptrdiff_t width, int height);
width              31 libavcodec/x86/mpegvideodsp.c                     int shift, int r, int width, int height)
width              55 libavcodec/x86/mpegvideodsp.c     int need_emu  =  (unsigned) ix >= width  - w || width < w ||
width              67 libavcodec/x86/mpegvideodsp.c                  shift, r, width, height);
width              73 libavcodec/x86/mpegvideodsp.c         ff_emulated_edge_mc_8(edge_buf, src, stride, stride, w + 1, h + 1, ix, iy, width, height);
width             103 libavcodec/x86/mpegvideoencdsp_init.c static void draw_edges_mmx(uint8_t *buf, int wrap, int width, int height,
width             129 libavcodec/x86/mpegvideoencdsp_init.c             : "r" ((x86_reg) wrap), "r" ((x86_reg) width),
width             150 libavcodec/x86/mpegvideoencdsp_init.c             : "r"((x86_reg)wrap), "r"((x86_reg)width), "r"(ptr + wrap * height)
width             169 libavcodec/x86/mpegvideoencdsp_init.c             : "r" ((x86_reg) wrap), "r" ((x86_reg) width),
width             190 libavcodec/x86/mpegvideoencdsp_init.c                   "r" (ptr + width + 2 * w));
width             210 libavcodec/x86/mpegvideoencdsp_init.c                   "r" (ptr + width + 2 * w));
width              30 libavcodec/x86/snowdsp.c static void ff_snow_horizontal_compose97i_sse2(IDWTELEM *b, IDWTELEM *temp, int width){
width              31 libavcodec/x86/snowdsp.c     const int w2= (width+1)>>1;
width              32 libavcodec/x86/snowdsp.c     const int w_l= (width>>1);
width              71 libavcodec/x86/snowdsp.c         snow_horizontal_compose_lift_lead_out(i, b, b, ref, width, w_l, 0, W_DM, W_DO, W_DS);
width             100 libavcodec/x86/snowdsp.c         snow_horizontal_compose_lift_lead_out(i, dst, dst, b, width, w_r, 1, W_CM, W_CO, W_CS);
width             144 libavcodec/x86/snowdsp.c         snow_horizontal_compose_liftS_lead_out(i, b, b, ref, width, w_l);
width             175 libavcodec/x86/snowdsp.c         snow_horizontal_compose_lift_lead_out(i, temp, src, b, width, w_r, 1, -W_AM, W_AO+1, W_AS);
width             179 libavcodec/x86/snowdsp.c         snow_interleave_line_header(&i, width, b, temp);
width             218 libavcodec/x86/snowdsp.c static void ff_snow_horizontal_compose97i_mmx(IDWTELEM *b, IDWTELEM *temp, int width){
width             219 libavcodec/x86/snowdsp.c     const int w2= (width+1)>>1;
width             220 libavcodec/x86/snowdsp.c     const int w_l= (width>>1);
width             254 libavcodec/x86/snowdsp.c         snow_horizontal_compose_lift_lead_out(i, b, b, ref, width, w_l, 0, W_DM, W_DO, W_DS);
width             277 libavcodec/x86/snowdsp.c         snow_horizontal_compose_lift_lead_out(i, dst, dst, b, width, w_r, 1, W_CM, W_CO, W_CS);
width             321 libavcodec/x86/snowdsp.c         snow_horizontal_compose_liftS_lead_out(i, b, b, ref, width, w_l);
width             348 libavcodec/x86/snowdsp.c         snow_horizontal_compose_lift_lead_out(i, temp, src, b, width, w_r, 1, -W_AM, W_AO+1, W_AS);
width             352 libavcodec/x86/snowdsp.c         snow_interleave_line_header(&i, width, b, temp);
width             440 libavcodec/x86/snowdsp.c static void ff_snow_vertical_compose97i_sse2(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width){
width             441 libavcodec/x86/snowdsp.c     x86_reg i = width;
width             538 libavcodec/x86/snowdsp.c static void ff_snow_vertical_compose97i_mmx(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width){
width             539 libavcodec/x86/snowdsp.c     x86_reg i = width;
width              30 libavcodec/x86/utvideodsp_init.c                                 ptrdiff_t linesize_b, int width, int height);
width              33 libavcodec/x86/utvideodsp_init.c                                 ptrdiff_t linesize_b, int width, int height);
width              37 libavcodec/x86/utvideodsp_init.c                                   ptrdiff_t linesize_b, int width, int height);
width              40 libavcodec/x86/utvideodsp_init.c                                   ptrdiff_t linesize_b, int width, int height);
width              22 libavcodec/x86/v210-init.c extern void ff_v210_planar_unpack_unaligned_ssse3(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width);
width              23 libavcodec/x86/v210-init.c extern void ff_v210_planar_unpack_unaligned_avx(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width);
width              24 libavcodec/x86/v210-init.c extern void ff_v210_planar_unpack_unaligned_avx2(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width);
width              26 libavcodec/x86/v210-init.c extern void ff_v210_planar_unpack_aligned_ssse3(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width);
width              27 libavcodec/x86/v210-init.c extern void ff_v210_planar_unpack_aligned_avx(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width);
width              28 libavcodec/x86/v210-init.c extern void ff_v210_planar_unpack_aligned_avx2(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width);
width              24 libavcodec/x86/v210enc_init.c                                  ptrdiff_t width);
width              26 libavcodec/x86/v210enc_init.c                                const uint8_t *v, uint8_t *dst, ptrdiff_t width);
width              28 libavcodec/x86/v210enc_init.c                                 const uint8_t *v, uint8_t *dst, ptrdiff_t width);
width              31 libavcodec/x86/v210enc_init.c                                   ptrdiff_t width);
width              34 libavcodec/x86/v210enc_init.c                                  ptrdiff_t width);
width              97 libavcodec/xan.c     s->buffer1_size = avctx->width * avctx->height;
width             101 libavcodec/xan.c     s->buffer2_size = avctx->width * avctx->height;
width             219 libavcodec/xan.c     int width = s->avctx->width;
width             224 libavcodec/xan.c     line_inc = stride - width;
width             228 libavcodec/xan.c         int count = FFMIN(pixel_count, width - current_x);
width             235 libavcodec/xan.c         if (current_x >= width) {
width             251 libavcodec/xan.c     int width = s->avctx->width;
width             255 libavcodec/xan.c         x + motion_x < 0 || x + motion_x >= s->avctx->width)
width             263 libavcodec/xan.c     line_inc = stride - width;
width             269 libavcodec/xan.c     if (prev_palette_plane == palette_plane && FFABS(motion_x + width*motion_y) < pixel_count) {
width             277 libavcodec/xan.c         int count = FFMIN3(pixel_count, width - curframe_x,
width             278 libavcodec/xan.c                            width - prevframe_x);
width             288 libavcodec/xan.c         if (curframe_x >= width) {
width             293 libavcodec/xan.c         if (prevframe_x >= width) {
width             303 libavcodec/xan.c     int width  = s->avctx->width;
width             305 libavcodec/xan.c     int total_pixels = width * height;
width             455 libavcodec/xan.c         y += (x + size) / width;
width             456 libavcodec/xan.c         x  = (x + size) % width;
width              66 libavcodec/xbmdec.c     int width  = 0;
width              75 libavcodec/xbmdec.c     width  = parse_str_int(avpkt->data, avpkt->size, "_width");
width              78 libavcodec/xbmdec.c     if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
width              92 libavcodec/xbmdec.c     linesize = (avctx->width + 7) / 8;
width              33 libavcodec/xbmenc.c     linesize = (avctx->width + 7) / 8;
width              41 libavcodec/xbmenc.c     buf += snprintf(buf, 32, "#define image_width %u\n", avctx->width);
width              95 libavcodec/xfacedec.c     if (avctx->width || avctx->height) {
width              96 libavcodec/xfacedec.c         if (avctx->width != XFACE_WIDTH || avctx->height != XFACE_HEIGHT) {
width              99 libavcodec/xfacedec.c                    avctx->width, avctx->height, XFACE_WIDTH, XFACE_HEIGHT);
width             104 libavcodec/xfacedec.c     avctx->width   = XFACE_WIDTH;
width             148 libavcodec/xfaceenc.c     if (avctx->width || avctx->height) {
width             149 libavcodec/xfaceenc.c         if (avctx->width != XFACE_WIDTH || avctx->height != XFACE_HEIGHT) {
width             152 libavcodec/xfaceenc.c                    avctx->width, avctx->height, XFACE_WIDTH, XFACE_HEIGHT);
width             156 libavcodec/xfaceenc.c     avctx->width  = XFACE_WIDTH;
width              52 libavcodec/xl.c     if (avctx->width % 4) {
width              56 libavcodec/xl.c     if (buf_size < avctx->width * avctx->height) {
width              70 libavcodec/xl.c     stride = avctx->width - 4;
width              76 libavcodec/xl.c         for (j = 0; j < avctx->width; j += 4) {
width             112 libavcodec/xl.c         buf += avctx->width + 4;
width             314 libavcodec/xpmdec.c     int width, height;
width             336 libavcodec/xpmdec.c                &width, &height, &ncolors, &cpp) != 4) {
width             341 libavcodec/xpmdec.c     if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
width             407 libavcodec/xpmdec.c         for (j = 0; j < avctx->width; j++) {
width             121 libavcodec/xsubenc.c     uint16_t width, height;
width             175 libavcodec/xsubenc.c     width  = FFALIGN(h->rects[0]->w, 2) + PADDING * 2;
width             178 libavcodec/xsubenc.c     bytestream_put_le16(&hdr, width);
width             182 libavcodec/xsubenc.c     bytestream_put_le16(&hdr, h->rects[0]->x + width -1);
width              42 libavcodec/xwddec.c     int width, height;
width              64 libavcodec/xwddec.c     width         = bytestream2_get_be32u(&gb);
width              81 libavcodec/xwddec.c     if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
width             139 libavcodec/xwddec.c     if ((ret = av_image_check_size(avctx->width, avctx->height, 0, NULL)) < 0)
width             142 libavcodec/xwddec.c     rsize = FFALIGN(avctx->width * bpp, bpad) / 8;
width             146 libavcodec/xwdenc.c     lsize       = FFALIGN(bpp * avctx->width, bpad) / 8;
width             161 libavcodec/xwdenc.c     bytestream_put_be32(&buf, avctx->width);  // pixmap width in pixels
width             177 libavcodec/xwdenc.c     bytestream_put_be32(&buf, avctx->width);  // window width
width              64 libavcodec/xxan.c     if (avctx->width & 1) {
width              65 libavcodec/xxan.c         av_log(avctx, AV_LOG_ERROR, "Invalid frame width: %d.\n", avctx->width);
width              69 libavcodec/xxan.c     s->buffer_size = avctx->width * avctx->height;
width             225 libavcodec/xxan.c             for (i = 0; i < avctx->width >> 1; i++) {
width             243 libavcodec/xxan.c             memcpy(U, U - s->pic->linesize[1], avctx->width >> 1);
width             244 libavcodec/xxan.c             memcpy(V, V - s->pic->linesize[2], avctx->width >> 1);
width             251 libavcodec/xxan.c             for (i = 0; i < avctx->width >> 1; i += 2) {
width             310 libavcodec/xxan.c     for (j = 1; j < avctx->width - 1; j += 2) {
width             318 libavcodec/xxan.c     ybuf += avctx->width;
width             323 libavcodec/xxan.c         for (j = 1; j < avctx->width - 1; j += 2) {
width             331 libavcodec/xxan.c         ybuf += avctx->width;
width             351 libavcodec/xxan.c         for (i = 0; i < avctx->width; i++)
width             353 libavcodec/xxan.c         src  += avctx->width;
width             383 libavcodec/xxan.c         for (j = 1; j < avctx->width - 1; j += 2) {
width             390 libavcodec/xxan.c         ybuf += avctx->width;
width             396 libavcodec/xxan.c         for (i = 0; i < avctx->width; i++)
width             398 libavcodec/xxan.c         src  += avctx->width;
width              31 libavcodec/y41pdec.c     if (avctx->width & 7) {
width              46 libavcodec/y41pdec.c     if (avpkt->size < 3LL * avctx->height * FFALIGN(avctx->width, 8) / 2) {
width              61 libavcodec/y41pdec.c         for (j = 0; j < avctx->width; j += 8) {
width              28 libavcodec/y41penc.c     if (avctx->width & 7) {
width              46 libavcodec/y41penc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 1.5, 0)) < 0)
width              55 libavcodec/y41penc.c         for (j = 0; j < avctx->width; j += 8) {
width             363 libavcodec/ylc.c         memset(dst, 0, avctx->width * 2);
width             369 libavcodec/ylc.c         for (x = 0; x < avctx->width * 2 && y < avctx->height;) {
width             385 libavcodec/ylc.c                     if (x + incr >= avctx->width * 2) {
width             386 libavcodec/ylc.c                         int iy = ((x + incr) / (avctx->width * 2));
width             387 libavcodec/ylc.c                         x  = (x + incr) % (avctx->width * 2);
width             414 libavcodec/ylc.c     for (x = 0; x < avctx->width * 2; x += 4) {
width             435 libavcodec/ylc.c         for (x = 4; x < avctx->width * 2; x += 4) {
width              98 libavcodec/yop.c     if (avctx->width & 1 || avctx->height & 1 ||
width              99 libavcodec/yop.c         av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) {
width             238 libavcodec/yop.c         for (x = 0; x < avctx->width; x += 2) {
width              41 libavcodec/yuv4dec.c     if (avpkt->size < 6 * (avctx->width + 1 >> 1) * (avctx->height + 1 >> 1)) {
width              57 libavcodec/yuv4dec.c         for (j = 0; j < (avctx->width + 1) >> 1; j++) {
width              38 libavcodec/yuv4enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, 6 * (avctx->width + 1 >> 1) * (avctx->height + 1 >> 1), 0)) < 0)
width              47 libavcodec/yuv4enc.c         for (j = 0; j < avctx->width + 1 >> 1; j++) {
width              77 libavcodec/zerocodec.c         zstream->avail_out = avctx->width << 1;
width              87 libavcodec/zerocodec.c             for (j = 0; j < avctx->width << 1; j++)
width              65 libavcodec/zmbv.c     int width, height;
width             106 libavcodec/zmbv.c         for (x = 0; x < c->width; x += c->bw) {
width             114 libavcodec/zmbv.c             bw2 = ((c->width - x) > c->bw) ? c->bw : (c->width - x);
width             118 libavcodec/zmbv.c             tprev = prev + x + dx + dy * c->width;
width             124 libavcodec/zmbv.c                 } else if (mx >= 0 && mx + bw2 <= c->width){
width             128 libavcodec/zmbv.c                         if (mx + i < 0 || mx + i >= c->width)
width             134 libavcodec/zmbv.c                 out += c->width;
width             135 libavcodec/zmbv.c                 tprev += c->width;
width             143 libavcodec/zmbv.c                     out += c->width;
width             147 libavcodec/zmbv.c         output += c->width * c->bh;
width             148 libavcodec/zmbv.c         prev += c->width * c->bh;
width             180 libavcodec/zmbv.c         for (x = 0; x < c->width; x += c->bw) {
width             188 libavcodec/zmbv.c             bw2 = ((c->width - x) > c->bw) ? c->bw : (c->width - x);
width             192 libavcodec/zmbv.c             tprev = prev + x + dx + dy * c->width;
width             198 libavcodec/zmbv.c                 } else if (mx >= 0 && mx + bw2 <= c->width){
width             202 libavcodec/zmbv.c                         if (mx + i < 0 || mx + i >= c->width)
width             208 libavcodec/zmbv.c                 out += c->width;
width             209 libavcodec/zmbv.c                 tprev += c->width;
width             219 libavcodec/zmbv.c                     out += c->width;
width             223 libavcodec/zmbv.c         output += c->width * c->bh;
width             224 libavcodec/zmbv.c         prev += c->width * c->bh;
width             252 libavcodec/zmbv.c     stride = c->width * 3;
width             259 libavcodec/zmbv.c         for (x = 0; x < c->width; x += c->bw) {
width             267 libavcodec/zmbv.c             bw2 = ((c->width - x) > c->bw) ? c->bw : (c->width - x);
width             277 libavcodec/zmbv.c                 } else if (mx >= 0 && mx + bw2 <= c->width){
width             281 libavcodec/zmbv.c                         if (mx + i < 0 || mx + i >= c->width) {
width             342 libavcodec/zmbv.c         for (x = 0; x < c->width; x += c->bw) {
width             350 libavcodec/zmbv.c             bw2 = ((c->width - x) > c->bw) ? c->bw : (c->width - x);
width             354 libavcodec/zmbv.c             tprev = prev + x + dx + dy * c->width;
width             360 libavcodec/zmbv.c                 } else if (mx >= 0 && mx + bw2 <= c->width){
width             364 libavcodec/zmbv.c                         if (mx + i < 0 || mx + i >= c->width)
width             370 libavcodec/zmbv.c                 out += c->width;
width             371 libavcodec/zmbv.c                 tprev += c->width;
width             381 libavcodec/zmbv.c                     out += c->width;
width             385 libavcodec/zmbv.c         output += c->width * c->bh;
width             386 libavcodec/zmbv.c         prev   += c->width * c->bh;
width             407 libavcodec/zmbv.c     memcpy(c->cur, src, c->width * c->height * (c->bpp / 8));
width             463 libavcodec/zmbv.c             c->stride = c->width;
width             473 libavcodec/zmbv.c             c->stride = c->width * 2;
width             480 libavcodec/zmbv.c             c->stride = c->width * 3;
width             487 libavcodec/zmbv.c             c->stride = c->width * 4;
width             502 libavcodec/zmbv.c             c->cur  = av_realloc_f(c->cur, avctx->width * avctx->height,  (c->bpp / 8));
width             503 libavcodec/zmbv.c             c->prev = av_realloc_f(c->prev, avctx->width * avctx->height,  (c->bpp / 8));
width             506 libavcodec/zmbv.c         c->bx = (c->width + c->bw - 1) / c->bw;
width             512 libavcodec/zmbv.c         memset(c->cur, 0, avctx->width * avctx->height * (c->bpp / 8));
width             513 libavcodec/zmbv.c         memset(c->prev, 0, avctx->width * avctx->height * (c->bpp / 8));
width             517 libavcodec/zmbv.c         expected_size = avctx->width * avctx->height * (c->bpp / 8);
width             565 libavcodec/zmbv.c         if (c->decomp_len < 2LL * ((c->width + c->bw - 1) / c->bw) * ((c->height + c->bh - 1) / c->bh))
width             609 libavcodec/zmbv.c     c->width = avctx->width;
width             617 libavcodec/zmbv.c     if ((avctx->width + 255ULL) * (avctx->height + 64ULL) > FFMIN(avctx->max_pixels, INT_MAX / 4) ) {
width             622 libavcodec/zmbv.c     c->decomp_size = (avctx->width + 255) * 4 * (avctx->height + 64);
width             128 libavcodec/zmbvenc.c     bw = FFMIN(ZMBV_BLOCK, c->avctx->width - x);
width             218 libavcodec/zmbvenc.c             memcpy(c->work_buf + work_size, src, avctx->width * c->bypp);
width             220 libavcodec/zmbvenc.c             work_size += avctx->width * c->bypp;
width             228 libavcodec/zmbvenc.c         bw = (avctx->width + ZMBV_BLOCK - 1) / ZMBV_BLOCK;
width             236 libavcodec/zmbvenc.c             for(x = 0; x < avctx->width; x += ZMBV_BLOCK, mv += 2) {
width             237 libavcodec/zmbvenc.c                 bw2 = FFMIN(avctx->width - x, ZMBV_BLOCK);
width             263 libavcodec/zmbvenc.c         memcpy(prev, src, avctx->width * c->bypp);
width             386 libavcodec/zmbvenc.c     c->comp_size = avctx->width * c->bypp * avctx->height + 1024 +
width             387 libavcodec/zmbvenc.c         ((avctx->width + ZMBV_BLOCK - 1) / ZMBV_BLOCK) * ((avctx->height + ZMBV_BLOCK - 1) / ZMBV_BLOCK) * 2 + 4;
width             410 libavcodec/zmbvenc.c     c->pstride = FFALIGN((avctx->width + c->lrange) * c->bypp, 16);
width              70 libavdevice/android_camera.c     int width;
width             260 libavdevice/android_camera.c             int32_t width = available_configs.data.i32[i * 4 + 1];
width             264 libavdevice/android_camera.c             if ((ctx->requested_width == width && ctx->requested_height == height) ||
width             265 libavdevice/android_camera.c                     (ctx->requested_width == height && ctx->requested_height == width)) {
width             266 libavdevice/android_camera.c                 ctx->width = width;
width             274 libavdevice/android_camera.c     if (!found || ctx->width == 0 || ctx->height == 0) {
width             275 libavdevice/android_camera.c         ctx->width = available_configs.data.i32[1];
width             280 libavdevice/android_camera.c                ctx->requested_width, ctx->requested_height, ctx->width, ctx->height);
width             423 libavdevice/android_camera.c     pkt_buffer_size = av_image_get_buffer_size(ctx->image_format, ctx->width, ctx->height, 32);
width             462 libavdevice/android_camera.c                             ctx->width, ctx->height, 32);
width             493 libavdevice/android_camera.c     ret = AImageReader_new(ctx->width, ctx->height, IMAGE_FORMAT_ANDROID,
width             687 libavdevice/android_camera.c     codecpar->width = ctx->width;
width             112 libavdevice/avdevice.h     int width;  /**< width */
width              58 libavdevice/bktr.c     int width, height;
width              98 libavdevice/bktr.c static av_cold int bktr_init(const char *video_device, int width, int height,
width             155 libavdevice/bktr.c     geo.columns = width;
width             194 libavdevice/bktr.c     video_buf_size = width * height * 12 / 8;
width             293 libavdevice/bktr.c     st->codecpar->width = s->width;
width             297 libavdevice/bktr.c     if (bktr_init(s1->url, s->width, s->height, s->standard,
width             338 libavdevice/bktr.c     { "video_size", "A string describing frame size, such as 640x480 or hd720.", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, {.str = "vga"}, 0, 0, DEC },
width             144 libavdevice/caca.c     c->dither = caca_create_dither(bpp, encctx->width, encctx->height,
width             145 libavdevice/caca.c                                    bpp / 8 * encctx->width,
width             200 libavdevice/decklink_common.cpp                                int width, int height,
width             218 libavdevice/decklink_common.cpp         width, height, tb_num, tb_den, field_order, direction, cctx->format_code ? cctx->format_code : "(unset)");
width             247 libavdevice/decklink_common.cpp         if ((bmd_width == width &&
width             199 libavdevice/decklink_common.h int ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, enum AVFieldOrder field_order, decklink_direction_t direction = DIRECTION_OUT);
width             190 libavdevice/decklink_dec.cpp static void extract_luma_from_v210(uint16_t *dst, const uint8_t *src, int width)
width             193 libavdevice/decklink_dec.cpp     for (i = 0; i < width / 3; i++) {
width             201 libavdevice/decklink_dec.cpp static void unpack_v210(uint16_t *dst, const uint8_t *src, int width)
width             204 libavdevice/decklink_dec.cpp     for (i = 0; i < width * 2 / 3; i++) {
width             417 libavdevice/decklink_dec.cpp static uint8_t *get_metadata(AVFormatContext *avctx, uint16_t *buf, size_t width,
width             421 libavdevice/decklink_dec.cpp     uint16_t *max_buf = buf + width;
width             440 libavdevice/decklink_dec.cpp             width == 1920 && tgt_size >= 1920) {
width             454 libavdevice/decklink_dec.cpp             data = vanc_to_cc(avctx, buf, width, data_len);
width             744 libavdevice/decklink_dec.cpp                 int width  = videoFrame->GetWidth();
width             749 libavdevice/decklink_dec.cpp                     for (int x = 0; x < width; x += 2)
width             750 libavdevice/decklink_dec.cpp                         *p++ = bars[(x * 8) / width];
width            1143 libavdevice/decklink_dec.cpp     st->codecpar->width       = ctx->bmd_width;
width              51 libavdevice/decklink_enc.cpp     decklink_frame(struct decklink_ctx *ctx, AVFrame *avframe, AVCodecID codec_id, int height, int width) :
width              52 libavdevice/decklink_enc.cpp         _ctx(ctx), _avframe(avframe), _avpacket(NULL), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width),  _refs(1) { }
width              53 libavdevice/decklink_enc.cpp     decklink_frame(struct decklink_ctx *ctx, AVPacket *avpacket, AVCodecID codec_id, int height, int width) :
width              54 libavdevice/decklink_enc.cpp         _ctx(ctx), _avframe(NULL), _avpacket(avpacket), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { }
width             194 libavdevice/decklink_enc.cpp     if (ff_decklink_set_format(avctx, c->width, c->height,
width             444 libavdevice/decklink_enc.cpp             tmp->width  != ctx->bmd_width ||
width             456 libavdevice/decklink_enc.cpp         frame = new decklink_frame(ctx, avframe, st->codecpar->codec_id, avframe->height, avframe->width);
width             981 libavdevice/dshow.c         par->width      = bih->biWidth;
width              55 libavdevice/fbdev_dec.c     int width, height;       ///< assumed frame resolution
width             116 libavdevice/fbdev_dec.c     fbdev->width           = fbdev->varinfo.xres;
width             119 libavdevice/fbdev_dec.c     fbdev->frame_linesize  = fbdev->width * fbdev->bytes_per_pixel;
width             131 libavdevice/fbdev_dec.c     st->codecpar->width      = fbdev->width;
width             136 libavdevice/fbdev_dec.c         fbdev->width * fbdev->height * fbdev->bytes_per_pixel * av_q2d(fbdev->framerate_q) * 8;
width             140 libavdevice/fbdev_dec.c            fbdev->width, fbdev->height, fbdev->varinfo.bits_per_pixel,
width             110 libavdevice/fbdev_enc.c     int video_width = par->width;
width              51 libavdevice/gdigrab.c     int        width;       /**< Width of the grab frame (private option) */
width             301 libavdevice/gdigrab.c     if (!gdigrab->width || !gdigrab->height) {
width             309 libavdevice/gdigrab.c         clip_rect.right = gdigrab->width + gdigrab->offset_x;
width             639 libavdevice/gdigrab.c     { "video_size", "set video frame size", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, DEC },
width              54 libavdevice/kmsgrab.c     unsigned int width;
width             125 libavdevice/kmsgrab.c     if (fb->width != ctx->width || fb->height != ctx->height) {
width             128 libavdevice/kmsgrab.c                ctx->plane_id, fb->width, fb->height);
width             182 libavdevice/kmsgrab.c     frame->width   = fb->width;
width             355 libavdevice/kmsgrab.c            fb->fb_id, fb->width, fb->height, fb->bpp, fb->depth);
width             357 libavdevice/kmsgrab.c     ctx->width  = fb->width;
width             375 libavdevice/kmsgrab.c     stream->codecpar->width      = fb->width;
width             390 libavdevice/kmsgrab.c     ctx->frames->width     = fb->width;
width             324 libavdevice/lavfi.c             st->codecpar->width      = av_buffersink_get_w(sink);
width             437 libavdevice/lavfi.c     if (frame->width /* FIXME best way of testing a video */) {
width             438 libavdevice/lavfi.c         size = av_image_get_buffer_size(frame->format, frame->width, frame->height, 1);
width             443 libavdevice/lavfi.c                                 frame->format, frame->width, frame->height, 1);
width              52 libavdevice/libdc1394.c     int width;
width             105 libavdevice/libdc1394.c     int width, height;
width             115 libavdevice/libdc1394.c     if ((ret = av_parse_video_size(&width, &height, dc1394->video_size)) < 0) {
width             125 libavdevice/libdc1394.c     for (fmt = dc1394_frame_formats; fmt->width; fmt++)
width             126 libavdevice/libdc1394.c          if (fmt->pix_fmt == pix_fmt && fmt->width == width && fmt->height == height)
width             133 libavdevice/libdc1394.c     if (!fps->frame_rate || !fmt->width) {
width             135 libavdevice/libdc1394.c                                                                                                 width, height, dc1394->frame_rate);
width             149 libavdevice/libdc1394.c     vst->codecpar->width = fmt->width;
width             157 libavdevice/libdc1394.c                                             fmt->width, fmt->height, 1);
width             220 libavdevice/opengl_enc.c     int width;                         ///< Stream width
width             309 libavdevice/opengl_enc.c static int opengl_resize(AVFormatContext *h, int width, int height)
width             313 libavdevice/opengl_enc.c     opengl->window_width = width;
width             336 libavdevice/opengl_enc.c             return opengl_resize(h, message->width, message->height);
width             367 libavdevice/opengl_enc.c                 SDL_GL_GetDrawableSize(opengl->window, &message.width, &message.height);
width             405 libavdevice/opengl_enc.c     SDL_GL_GetDrawableSize(opengl->window, &message.width, &message.height);
width             677 libavdevice/opengl_enc.c     dar = av_mul_q(sar, (AVRational){ par->width, par->height });
width             843 libavdevice/opengl_enc.c                                             GLsizei width, GLsizei height)
width             847 libavdevice/opengl_enc.c         opengl_get_texture_size(opengl, width, height, &new_width, &new_height);
width             887 libavdevice/opengl_enc.c     opengl_get_texture_size(opengl, opengl->width, opengl->height, &tex_w, &tex_h);
width             893 libavdevice/opengl_enc.c     opengl->vertex[2].s0 = (float)opengl->width  / (float)tex_w;
width             895 libavdevice/opengl_enc.c     opengl->vertex[3].s0 = (float)opengl->width  / (float)tex_w;
width             950 libavdevice/opengl_enc.c         message.width = opengl->window_width;
width            1015 libavdevice/opengl_enc.c     opengl_configure_texture(opengl, opengl->texture_name[0], opengl->width, opengl->height);
width            1029 libavdevice/opengl_enc.c                         AV_CEIL_RSHIFT(opengl->width, desc->log2_chroma_w),
width            1032 libavdevice/opengl_enc.c                 opengl_configure_texture(opengl, opengl->texture_name[i], opengl->width, opengl->height);
width            1034 libavdevice/opengl_enc.c             opengl_configure_texture(opengl, opengl->texture_name[3], opengl->width, opengl->height);
width            1069 libavdevice/opengl_enc.c     opengl->width = st->codecpar->width;
width            1073 libavdevice/opengl_enc.c         opengl->window_width = opengl->width;
width            1086 libavdevice/opengl_enc.c     if (opengl->width > opengl->max_texture_size || opengl->height > opengl->max_texture_size) {
width            1088 libavdevice/opengl_enc.c                opengl->width, opengl->height, opengl->max_texture_size, opengl->max_texture_size);
width            1133 libavdevice/opengl_enc.c     int width_chroma = AV_CEIL_RSHIFT(opengl->width, desc->log2_chroma_w);
width            1141 libavdevice/opengl_enc.c         data += opengl->width * opengl->height * wordsize;
width            1144 libavdevice/opengl_enc.c         data += opengl->width * opengl->height * wordsize;
width            1148 libavdevice/opengl_enc.c         data += opengl->width * opengl->height * wordsize;
width            1159 libavdevice/opengl_enc.c     int width = sub ? AV_CEIL_RSHIFT(opengl->width, desc->log2_chroma_w) : opengl->width;   \
width            1172 libavdevice/opengl_enc.c             (opengl->unpack_subimage || ((length / bytes_per_pixel) == width))) {           \
width            1174 libavdevice/opengl_enc.c             if (length != width)                                                            \
width            1176 libavdevice/opengl_enc.c             glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,                          \
width            1178 libavdevice/opengl_enc.c             if (length != width)                                                            \
width            1183 libavdevice/opengl_enc.c                 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, h, width, 1,                           \
width            1190 libavdevice/opengl_enc.c         glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,                              \
width             107 libavdevice/sdl2.c     dar = av_mul_q(sar, (AVRational){ codecpar->width, codecpar->height });
width             123 libavdevice/sdl2.c             texture_rect->w = codecpar->width;
width             223 libavdevice/sdl2.c                                      codecpar->width, codecpar->height);
width             231 libavdevice/sdl2.c            codecpar->width, codecpar->height, av_get_pix_fmt_name(codecpar->format),
width             288 libavdevice/sdl2.c     av_image_fill_arrays(data, linesize, pkt->data, codecpar->format, codecpar->width, codecpar->height, 1);
width              74 libavdevice/v4l2.c     int width, height;
width             192 libavdevice/v4l2.c static int device_init(AVFormatContext *ctx, int *width, int *height,
width             199 libavdevice/v4l2.c     fmt.fmt.pix.width = *width;
width             209 libavdevice/v4l2.c     if ((*width != fmt.fmt.pix.width) || (*height != fmt.fmt.pix.height)) {
width             212 libavdevice/v4l2.c                *width, *height, fmt.fmt.pix.width, fmt.fmt.pix.height);
width             213 libavdevice/v4l2.c         *width = fmt.fmt.pix.width;
width             258 libavdevice/v4l2.c                    vfse.discrete.width, vfse.discrete.height);
width             768 libavdevice/v4l2.c                            int *width,
width             778 libavdevice/v4l2.c         ret = device_init(ctx, width, height, *desired_format);
width             795 libavdevice/v4l2.c                 ret = device_init(ctx, width, height, *desired_format);
width             910 libavdevice/v4l2.c     if (!s->width && !s->height) {
width             922 libavdevice/v4l2.c         s->width  = fmt.fmt.pix.width;
width             925 libavdevice/v4l2.c                "Setting frame size to %dx%d\n", s->width, s->height);
width             928 libavdevice/v4l2.c     res = device_try_init(ctx, pix_fmt, &s->width, &s->height, &desired_format, &codec_id);
width             939 libavdevice/v4l2.c     if ((res = av_image_check_size(s->width, s->height, 0, ctx)) < 0)
width             950 libavdevice/v4l2.c                                                  s->width, s->height, 1);
width             970 libavdevice/v4l2.c     st->codecpar->width = s->width;
width            1105 libavdevice/v4l2.c     { "video_size",   "set frame size",                                           OFFSET(width),        AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL},  0, 0,   DEC },
width              76 libavdevice/v4l2enc.c     fmt.fmt.pix.width       = par->width;
width              79 libavdevice/v4l2enc.c     fmt.fmt.pix.sizeimage   = av_image_get_buffer_size(par->format, par->width, par->height, 1);
width             387 libavdevice/vfwcap.c     par->width  = bi->bmiHeader.biWidth;
width              63 libavdevice/xcbgrab.c     int width, height;
width              87 libavdevice/xcbgrab.c     { "video_size", "A string describing frame size, such as 640x480 or hd720.", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL }, 0, 0, D },
width             112 libavdevice/xcbgrab.c     int w = c->width, h = c->height, f = c->follow_mouse;
width             141 libavdevice/xcbgrab.c     c->x = FFMIN(FFMAX(0, x), geo->width  - w);
width             163 libavdevice/xcbgrab.c                         c->x, c->y, c->width, c->height, ~0);
width             280 libavdevice/xcbgrab.c                            c->x, c->y, c->width, c->height, ~0,
width             358 libavdevice/xcbgrab.c     w = FFMIN(cx + ci->width,  gr->x + gr->width)  - x;
width             364 libavdevice/xcbgrab.c     cursor += (y - cy) * ci->width;
width             365 libavdevice/xcbgrab.c     image  += (y - gr->y) * gr->width * stride;
width             392 libavdevice/xcbgrab.c         cursor +=  ci->width - w - c_off;
width             393 libavdevice/xcbgrab.c         image  += (gr->width - w - i_off) * stride;
width             562 libavdevice/xcbgrab.c     if (!c->width || !c->height) {
width             563 libavdevice/xcbgrab.c         c->width = geo->width;
width             567 libavdevice/xcbgrab.c     if (c->x + c->width > geo->width ||
width             572 libavdevice/xcbgrab.c                c->width, c->height,
width             574 libavdevice/xcbgrab.c                geo->width, geo->height);
width             589 libavdevice/xcbgrab.c     frame_size_bits = (int64_t)c->width * c->height * c->bpp;
width             605 libavdevice/xcbgrab.c     st->codecpar->width      = c->width;
width             627 libavdevice/xcbgrab.c                           c->width  + c->region_border * 2 - 3,
width             642 libavdevice/xcbgrab.c     av_unused xcb_rectangle_t rect = { 0, 0, c->width, c->height };
width             651 libavdevice/xcbgrab.c                       c->width + c->region_border * 2,
width             135 libavdevice/xv.c     xv->image_width  = par->width;
width             139 libavdevice/xv.c         xv->window_width  = par->width;
width             198 libavdevice/xv.c     xv->image_width  = par->width;
width             235 libavdevice/xv.c     dar = av_mul_q(sar, (AVRational){ par->width, par->height });
width             262 libavdevice/xv.c     if (window_attrs.width != xv->window_width || window_attrs.height != xv->window_height) {
width             264 libavdevice/xv.c         xv->dest_w = window_attrs.width;
width             268 libavdevice/xv.c             rect[0].width  = rect[1].width  = xv->dest_x;
width             276 libavdevice/xv.c             rect[0].width  = rect[1].width  = window_attrs.width;
width             318 libavdevice/xv.c                   xv->image_format, img->width, img->height);
width             334 libavdevice/xv.c                              par->width, par->height, 1);
width              55 libavfilter/af_anequalizer.c     double width;
width             546 libavfilter/af_anequalizer.c     double wb = hz_2_rad(f->width, sample_rate);
width             613 libavfilter/af_anequalizer.c                                                      &s->filters[s->nb_filters].width,
width             618 libavfilter/af_anequalizer.c                                                 &s->filters[s->nb_filters].width,
width             651 libavfilter/af_anequalizer.c         double freq, width, gain;
width             654 libavfilter/af_anequalizer.c         if (sscanf(args, "%d|f=%lf|w=%lf|g=%lf", &filter, &freq, &width, &gain) != 4)
width             664 libavfilter/af_anequalizer.c         s->filters[filter].width = width;
width             112 libavfilter/af_biquads.c     double width;
width             135 libavfilter/af_biquads.c         if (s->frequency <= 0 || s->width <= 0) {
width             137 libavfilter/af_biquads.c                    s->frequency, s->width);
width             283 libavfilter/af_biquads.c         alpha = sin(w0) / (2 * s->frequency / s->width);
width             286 libavfilter/af_biquads.c         alpha = sin(w0) / (2 * s->frequency / (s->width * 1000));
width             289 libavfilter/af_biquads.c         alpha = sin(w0) * sinh(log(2.) / 2 * s->width * w0 / sin(w0));
width             292 libavfilter/af_biquads.c         alpha = sin(w0) / (2 * s->width);
width             295 libavfilter/af_biquads.c         alpha = sin(w0) / 2 * sqrt((A + 1 / A) * (1 / s->width - 1) + 2);
width             603 libavfilter/af_biquads.c     {"width", "set band-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 99999, FLAGS},
width             604 libavfilter/af_biquads.c     {"w",     "set band-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 99999, FLAGS},
width             629 libavfilter/af_biquads.c     {"width", "set shelf transition steep", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             630 libavfilter/af_biquads.c     {"w",     "set shelf transition steep", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             655 libavfilter/af_biquads.c     {"width", "set shelf transition steep", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             656 libavfilter/af_biquads.c     {"w",     "set shelf transition steep", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             681 libavfilter/af_biquads.c     {"width", "set band-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             682 libavfilter/af_biquads.c     {"w",     "set band-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             706 libavfilter/af_biquads.c     {"width", "set band-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             707 libavfilter/af_biquads.c     {"w",     "set band-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             730 libavfilter/af_biquads.c     {"width", "set width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.707}, 0, 99999, FLAGS},
width             731 libavfilter/af_biquads.c     {"w",     "set width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.707}, 0, 99999, FLAGS},
width             756 libavfilter/af_biquads.c     {"width", "set width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.707}, 0, 99999, FLAGS},
width             757 libavfilter/af_biquads.c     {"w",     "set width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.707}, 0, 99999, FLAGS},
width             782 libavfilter/af_biquads.c     {"width", "set filter-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=707.1}, 0, 99999, FLAGS},
width             783 libavfilter/af_biquads.c     {"w",     "set filter-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=707.1}, 0, 99999, FLAGS},
width             808 libavfilter/af_biquads.c     {"width", "set shelf transition steep", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             809 libavfilter/af_biquads.c     {"w",     "set shelf transition steep", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             834 libavfilter/af_biquads.c     {"width", "set shelf transition steep", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             835 libavfilter/af_biquads.c     {"w",     "set shelf transition steep", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             174 libavfilter/avf_abitscope.c             int w = outpicref->width / inlink->channels;
width             197 libavfilter/avf_abitscope.c             int w = outpicref->width / inlink->channels;
width             168 libavfilter/avf_ahistogram.c     if (!s->out || s->out->width  != outlink->w ||
width             158 libavfilter/avf_aphasemeter.c     if (s->do_video && (!s->out || s->out->width  != outlink->w ||
width             247 libavfilter/avf_avectorscope.c     if (!s->outpicref || s->outpicref->width  != outlink->w ||
width              61 libavfilter/avf_showcqt.c     { "size",         "set video size", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, { .str = "1920x1080" },      0, 0,        FLAGS },
width              62 libavfilter/avf_showcqt.c     { "s",            "set video size", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, { .str = "1920x1080" },      0, 0,        FLAGS },
width             366 libavfilter/avf_showcqt.c     out->width = w;
width             398 libavfilter/avf_showcqt.c     if (!(s->axis_frame = alloc_frame_empty(convert_axis_pixel_format(s->format), s->width, s->axis_h)))
width             418 libavfilter/avf_showcqt.c     if ((ret = ff_scale_image(s->axis_frame->data, s->axis_frame->linesize, s->width, s->axis_h,
width             423 libavfilter/avf_showcqt.c     s->axis_frame->width = s->width;
width             466 libavfilter/avf_showcqt.c     int width = half ? 1920/2 : 1920, height = half ? 16 : 32;
width             486 libavfilter/avf_showcqt.c     for (x = 0, xs = 0; x < width; x++, xs += step) {
width             561 libavfilter/avf_showcqt.c                 for (bx = 0; bx < face->glyph->bitmap.width; bx++) {
width             567 libavfilter/avf_showcqt.c                     data[dy*linesize+4*dx+3] = face->glyph->bitmap.buffer[by*face->glyph->bitmap.width+bx];
width             659 libavfilter/avf_showcqt.c     int width = 1920/2, height = 16;
width             661 libavfilter/avf_showcqt.c     for (x = 0; x < width; x += width/10) {
width             683 libavfilter/avf_showcqt.c     int width = 1920, height = 32;
width             686 libavfilter/avf_showcqt.c     if (!(tmp = alloc_frame_empty(AV_PIX_FMT_RGBA, width, height)))
width             698 libavfilter/avf_showcqt.c         width /= 2, height /= 2;
width             703 libavfilter/avf_showcqt.c     if ((ret = ff_scale_image(s->axis_frame->data, s->axis_frame->linesize, s->width, s->axis_h,
width             705 libavfilter/avf_showcqt.c                               width, height, AV_PIX_FMT_RGBA, s->ctx)) < 0)
width             709 libavfilter/avf_showcqt.c     s->axis_frame->width = s->width;
width             760 libavfilter/avf_showcqt.c     int x, y, w = out->width;
width             813 libavfilter/avf_showcqt.c     int x, y, yh, w = out->width;
width             863 libavfilter/avf_showcqt.c     int x, y, w = axis->width, h = axis->height;
width             965 libavfilter/avf_showcqt.c     int fmt = out->format, x, y, yh, w = axis->width, h = axis->height;
width            1054 libavfilter/avf_showcqt.c     int x, w = sono->width;
width            1066 libavfilter/avf_showcqt.c     int x, fmt = sono->format, w = sono->width;
width            1092 libavfilter/avf_showcqt.c             for (x = 0; x < s->width; x++) {
width            1099 libavfilter/avf_showcqt.c         for (x = 0; x < s->width; x++) {
width            1112 libavfilter/avf_showcqt.c         for (x = 0; x < s->width; x++) {
width            1124 libavfilter/avf_showcqt.c         rgb_from_cqt(s->c_buf, s->cqt_result, s->sono_g, s->width, s->cscheme_v);
width            1126 libavfilter/avf_showcqt.c         yuv_from_cqt(s->c_buf, s->cqt_result, s->sono_g, s->width, s->cmatrix, s->cscheme_v);
width            1263 libavfilter/avf_showcqt.c         if (s->width != 1920 || s->height != 1080) {
width            1267 libavfilter/avf_showcqt.c         s->width /= 2;
width            1273 libavfilter/avf_showcqt.c         s->axis_h = s->width / 60;
width            1295 libavfilter/avf_showcqt.c     if ((s->width & 1) || (s->height & 1) || (s->bar_h & 1) || (s->axis_h & 1) || (s->sono_h & 1) ||
width            1305 libavfilter/avf_showcqt.c         } while(s->fcount * s->width < 1920 && s->fcount < 10);
width            1362 libavfilter/avf_showcqt.c     outlink->w = s->width;
width            1369 libavfilter/avf_showcqt.c            s->width, s->height, av_get_pix_fmt_name(s->format), s->rate.num, s->rate.den,
width            1372 libavfilter/avf_showcqt.c     s->cqt_len = s->width * s->fcount;
width            1449 libavfilter/avf_showcqt.c                         AV_PIX_FMT_YUV422P : outlink->format, s->width, s->sono_h);
width            1455 libavfilter/avf_showcqt.c     s->rcp_h_buf = av_malloc_array(s->width, sizeof(*s->rcp_h_buf));
width            1456 libavfilter/avf_showcqt.c     s->c_buf = av_malloc_array(s->width, sizeof(*s->c_buf));
width              97 libavfilter/avf_showcqt.h     int                 width, height;
width             327 libavfilter/avf_showvolume.c     if (!s->out || s->out->width  != outlink->w ||
width             646 libavfilter/avf_showwaves.c         out->width  = outlink->w;
width              58 libavfilter/avfilter.c     if (ref->width) {
width              61 libavfilter/avfilter.c                 ref->width, ref->height,
width            1088 libavfilter/avfilter.c             av_assert1(frame->width               == link->w);
width            1552 libavfilter/avfilter.c                       frame->format, frame->width, frame->height);
width              73 libavfilter/blend.h                   ptrdiff_t width, ptrdiff_t height,
width              70 libavfilter/buffersrc.c #define CHECK_VIDEO_PARAM_CHANGE(s, c, width, height, format, pts)\
width              71 libavfilter/buffersrc.c     if (c->w != width || c->h != height || c->pix_fmt != format) {\
width              73 libavfilter/buffersrc.c                c->w, c->h, c->pix_fmt, width, height, format, av_ts2timestr(pts, &s->outputs[0]->time_base));\
width             110 libavfilter/buffersrc.c         if (param->width > 0)
width             111 libavfilter/buffersrc.c             s->w = param->width;
width             213 libavfilter/buffersrc.c             CHECK_VIDEO_PARAM_CHANGE(ctx, s, frame->width, frame->height,
width              87 libavfilter/buffersrc.h     int width, height;
width              56 libavfilter/convolution.h                      int x, int width, int y, int height, int bpc);
width              57 libavfilter/convolution.h     void (*filter[4])(uint8_t *dst, int width,
width              78 libavfilter/deshake.h     int (* transform)(AVFilterContext *ctx, int width, int height, int cw, int ch,
width              43 libavfilter/dnn/dnn_backend_native.c             input->width = oprd->dims[2];
width              77 libavfilter/dnn/dnn_backend_native.c     oprd->dims[2] = input->width;
width             280 libavfilter/dnn/dnn_backend_native.c         outputs[i].width = oprd->dims[2];
width             104 libavfilter/dnn/dnn_backend_native.h     int height, width, channels;
width              98 libavfilter/dnn/dnn_backend_native_layer_conv2d.c     int width = operands[input_operand_index].dims[2];
width             104 libavfilter/dnn/dnn_backend_native_layer_conv2d.c     int src_linesize = width * conv_params->input_num;
width             112 libavfilter/dnn/dnn_backend_native_layer_conv2d.c     output_operand->dims[2] = width - pad_size * 2;
width             126 libavfilter/dnn/dnn_backend_native_layer_conv2d.c         for (int x = pad_size; x < width - pad_size; ++x) {
width             139 libavfilter/dnn/dnn_backend_native_layer_conv2d.c                                 int x_pos = CLAMP_TO_EDGE(x + (kernel_x - radius) * conv_params->dilation, width);
width             144 libavfilter/dnn/dnn_backend_native_layer_conv2d.c                                 input_pel = (x_pos < 0 || x_pos >= width || y_pos < 0 || y_pos >= height) ? 0.0 :
width              61 libavfilter/dnn/dnn_backend_native_layer_depth2space.c     int width = operands[input_operand_index].dims[2];
width              67 libavfilter/dnn/dnn_backend_native_layer_depth2space.c     int output_linesize = width * channels;
width              74 libavfilter/dnn/dnn_backend_native_layer_depth2space.c     output_operand->dims[2] = width * block_size;
width              86 libavfilter/dnn/dnn_backend_native_layer_depth2space.c         for (x = 0; x < width; ++x){
width              90 libavfilter/dnn/dnn_backend_native_layer_pad.c     int width = operands[input_operand_index].dims[2];
width              96 libavfilter/dnn/dnn_backend_native_layer_pad.c     int new_width = width + params->paddings[2][0] + params->paddings[2][1];
width             100 libavfilter/dnn/dnn_backend_native_layer_pad.c     int wc_stride = c_stride * width;
width             124 libavfilter/dnn/dnn_backend_native_layer_pad.c             for (int w = 0; w < width; w++) {
width             216 libavfilter/dnn/dnn_backend_native_layer_pad.c                 int given = width + before_paddings + w;
width             223 libavfilter/dnn/dnn_backend_native_layer_pad.c                     int buddy = after_get_buddy(given, width + before_paddings, params->mode);
width              90 libavfilter/dnn/dnn_backend_tf.c     int64_t input_dims[] = {1, input->height, input->width, input->channels};
width             133 libavfilter/dnn/dnn_backend_tf.c     input->width = dims[2];
width             635 libavfilter/dnn/dnn_backend_tf.c         outputs[i].width = TF_Dim(tf_model->output_tensors[i], 2);
width              40 libavfilter/dnn_interface.h     int width, height, channels;
width             144 libavfilter/drawutils.c         int width  = AV_CEIL_RSHIFT(w, hsub1);
width             150 libavfilter/drawutils.c                    src[plane], width * pixelstep[plane]);
width             166 libavfilter/drawutils.c         int width  = AV_CEIL_RSHIFT(w, hsub1);
width             172 libavfilter/drawutils.c                    src[plane] + src_linesize[plane]*(i+(y2>>vsub1)), width * pixelstep[plane]);
width             149 libavfilter/f_drawgraph.c         for (j = 0; j < out->width; j++)
width             195 libavfilter/f_drawgraph.c         if (!s->out || s->out->width  != outlink->w ||
width             114 libavfilter/f_graphmonitor.c         for (int j = 0; j < out->width; j++)
width             127 libavfilter/f_graphmonitor.c         x + strlen(txt) * 8 >= pic->width)
width             151 libavfilter/f_select.c     ptrdiff_t width[4];
width             223 libavfilter/f_select.c         select->width[plane] = line_size >> (select->bitdepth > 8);
width             281 libavfilter/f_select.c         frame->width  == prev_picref->width) {
width             290 libavfilter/f_select.c                     select->width[plane], select->height[plane], &plane_sad);
width             292 libavfilter/f_select.c             count += select->width[plane] * select->height[plane];
width              35 libavfilter/framepool.c     int width;
width              52 libavfilter/framepool.c                                       int width,
width              69 libavfilter/framepool.c     pool->width = width;
width              74 libavfilter/framepool.c     if ((ret = av_image_check_size2(width, height, INT64_MAX, format, 0, NULL)) < 0) {
width              81 libavfilter/framepool.c                                           FFALIGN(pool->width, i));
width             158 libavfilter/framepool.c                                    int *width,
width             168 libavfilter/framepool.c     *width = pool->width;
width             213 libavfilter/framepool.c         frame->width = pool->width;
width              47 libavfilter/framepool.h                                       int width,
width              88 libavfilter/framepool.h                                    int *width,
width              28 libavfilter/framerate.h                           ptrdiff_t width, ptrdiff_t height, \
width              51 libavfilter/gblur.h     void (*horiz_slice)(float *buffer, int width, int height, int steps, float nu, float bscale);
width              38 libavfilter/gradfun.h     void (*filter_line) (uint8_t *dst, const uint8_t *src, const uint16_t *dc, int width, int thresh, const uint16_t *dithers);
width              39 libavfilter/gradfun.h     void (*blur_line) (uint16_t *dc, uint16_t *buf, const uint16_t *buf1, const uint8_t *src, int src_linesize, int width);
width              44 libavfilter/gradfun.h void ff_gradfun_filter_line_c(uint8_t *dst, const uint8_t *src, const uint16_t *dc, int width, int thresh, const uint16_t *dithers);
width              45 libavfilter/gradfun.h void ff_gradfun_blur_line_c(uint16_t *dc, uint16_t *buf, const uint16_t *buf1, const uint8_t *src, int src_linesize, int width);
width              71 libavfilter/graphdump.c         unsigned width, height, in_indent;
width              91 libavfilter/graphdump.c         width = FFMAX(lname + 2, ltype + 4);
width              95 libavfilter/graphdump.c         av_bprint_chars(buf, '-', width);
width             119 libavfilter/graphdump.c                 x = (width - lname) / 2;
width             120 libavfilter/graphdump.c                 av_bprintf(buf, "%*s%-*s", x, "", width - x, filter->name);
width             122 libavfilter/graphdump.c                 x = (width - ltype - 2) / 2;
width             124 libavfilter/graphdump.c                         width - ltype - 2 - x, "");
width             126 libavfilter/graphdump.c                 av_bprint_chars(buf, ' ', width);
width             148 libavfilter/graphdump.c         av_bprint_chars(buf, '-', width);
width              26 libavfilter/hermite.h     double width = x1 - x0;
width              27 libavfilter/hermite.h     double t = (x - x0) / width;
width              31 libavfilter/hermite.h     m0 *= width;
width              32 libavfilter/hermite.h     m1 *= width;
width              99 libavfilter/lavfutils.c     *w       = frame->width;
width              29 libavfilter/maskedmerge.h     int width[4], height[4];
width              52 libavfilter/median.h                          uint8_t *ddst, int dst_linesize, int width, int height,
width              53 libavfilter/median_template.c                              uint8_t *ddst, int dst_linesize, int width, int height,
width              75 libavfilter/median_template.c         for (int i = 0; i < width; i++) {
width              76 libavfilter/median_template.c             cfine[PICK_FINE_BIN(width, srcp[i], i)] += radiusV + 1;
width              83 libavfilter/median_template.c         for (int j = 0; j < width; j++) {
width              84 libavfilter/median_template.c             cfine[PICK_FINE_BIN(width, srcp[j], j)]++;
width              98 libavfilter/median_template.c         for (int j = 0; j < width; j++) {
width              99 libavfilter/median_template.c             cfine[PICK_FINE_BIN(width, p[j], j)]--;
width             104 libavfilter/median_template.c         for (int j = 0; j < width; j++) {
width             105 libavfilter/median_template.c             cfine[PICK_FINE_BIN(width, p[j], j)]++;
width             113 libavfilter/median_template.c             s->hmuladd(&fine[k][0], &cfine[BINS * width * k], 2 * radius + 1, BINS);
width             115 libavfilter/median_template.c         for (int j = 0; j < width; j++) {
width             119 libavfilter/median_template.c             s->hadd(coarse, &ccoarse[BINS * FFMIN(j + radius, width - 1)], BINS);
width             132 libavfilter/median_template.c                 for (luc[k] = j - radius; luc[k] < FFMIN(j + radius + 1, width); luc[k]++)
width             133 libavfilter/median_template.c                     s->hadd(fine[k], &cfine[BINS * (width * k + luc[k])], BINS);
width             135 libavfilter/median_template.c                     s->hmuladd(&fine[k][0], &cfine[BINS * (width * k + width - 1)], j + radius + 1 - width, BINS);
width             140 libavfilter/median_template.c                     s->hsub(fine[k], &cfine[BINS * (width * k + FFMAX(luc[k] - 2 * radius - 1, 0))], BINS);
width             141 libavfilter/median_template.c                     s->hadd(fine[k], &cfine[BINS * (width * k + FFMIN(luc[k], width - 1))], BINS);
width              46 libavfilter/motion_estimation.c                         int width, int height, int x_min, int x_max, int y_min, int y_max)
width              48 libavfilter/motion_estimation.c     me_ctx->width = width;
width              48 libavfilter/motion_estimation.h     int width;
width              65 libavfilter/motion_estimation.h                         int width, int height, int x_min, int x_max, int y_min, int y_max);
width             127 libavfilter/opencl.c     output_frames->width     = ctx->output_width;
width             285 libavfilter/opencl.c     size_t width, height;
width             315 libavfilter/opencl.c                          &width, NULL);
width             331 libavfilter/opencl.c         width  = FFALIGN(width,  block_alignment);
width             335 libavfilter/opencl.c     work_size[0] = width;
width              25 libavfilter/opencl/nlmeans.cl                       int width,
width              36 libavfilter/opencl/nlmeans.cl     for (int i = 0; i < width; i++) {
width              43 libavfilter/opencl/nlmeans.cl         integral_img[y * width + i] = sum;
width              49 libavfilter/opencl/nlmeans.cl                      int width,
width              55 libavfilter/opencl/nlmeans.cl         if (any((uint4)UINT_MAX - integral_img[i * width + x] < sum))
width              57 libavfilter/opencl/nlmeans.cl         integral_img[i * width + x] += sum;
width              58 libavfilter/opencl/nlmeans.cl         sum = integral_img[i * width + x];
width              64 libavfilter/opencl/nlmeans.cl                          int width, int height, int p, float h,
width              82 libavfilter/opencl/nlmeans.cl     int oobb = (x - p) < 0 || (y - p) < 0 || (y + p) >= height || (x + p) >= width;
width              89 libavfilter/opencl/nlmeans.cl         a = integral_img[(y - p) * width + x - p];
width              90 libavfilter/opencl/nlmeans.cl         b = integral_img[(y + p) * width + x - p];
width              91 libavfilter/opencl/nlmeans.cl         c = integral_img[(y - p) * width + x + p];
width              92 libavfilter/opencl/nlmeans.cl         d = integral_img[(y + p) * width + x + p];
width              98 libavfilter/opencl/nlmeans.cl     weight[y * width + x] += w_sum;
width              99 libavfilter/opencl/nlmeans.cl     sum[y * width + x] += dot(w, convert_float4(src_pix));
width              76 libavfilter/phase_template.c         const int w = new->width;
width             311 libavfilter/qsvvpp.c             qsv_frame->frame->width   = picref->width;
width             385 libavfilter/qsvvpp.c         out_frame->frame->width  = outlink->w;
width             460 libavfilter/qsvvpp.c         out_frames_ctx->width             = FFALIGN(outlink->w, 32);
width              37 libavfilter/scene_sad.c         for (x = 0; x < width; x++)
width              51 libavfilter/scene_sad.c         for (x = 0; x < width; x++)
width              31 libavfilter/scene_sad.h                          ptrdiff_t width, ptrdiff_t height, \
width             401 libavfilter/src_movie.c         outlink->w          = c->width;
width             421 libavfilter/src_movie.c                  frame->width, frame->height,
width              30 libavfilter/stereo3d.h                      int width, int height,
width              35 libavfilter/threshold.h     int width[4], height[4];
width              79 libavfilter/tinterlace.h     void (*lowpass_line)(uint8_t *dstp, ptrdiff_t width, const uint8_t *srcp,
width              34 libavfilter/transform.c                         int width, int height, int stride, uint8_t def)
width              46 libavfilter/transform.c     return PIXEL(src, (int)(x + 0.5), (int)(y + 0.5), width, height, stride, def);
width              57 libavfilter/transform.c     if (x < -1 || x > width || y < -1 || y > height) {
width              66 libavfilter/transform.c         v1 = PIXEL(src, x_c, y_c, width, height, stride, def);
width              67 libavfilter/transform.c         v2 = PIXEL(src, x_c, y_f, width, height, stride, def);
width              68 libavfilter/transform.c         v3 = PIXEL(src, x_f, y_c, width, height, stride, def);
width              69 libavfilter/transform.c         v4 = PIXEL(src, x_f, y_f, width, height, stride, def);
width              85 libavfilter/transform.c     if (x < - 1 || x > width || y < -1 || y > height)
width              93 libavfilter/transform.c         v1 = PIXEL(src, x_c, y_c, width, height, stride, def);
width              94 libavfilter/transform.c         v2 = PIXEL(src, x_c, y_f, width, height, stride, def);
width              95 libavfilter/transform.c         v3 = PIXEL(src, x_f, y_c, width, height, stride, def);
width              96 libavfilter/transform.c         v4 = PIXEL(src, x_f, y_f, width, height, stride, def);
width             148 libavfilter/transform.c                         int width, int height, const float *matrix,
width             172 libavfilter/transform.c         for(x = 0; x < width; x++) {
width             182 libavfilter/transform.c                     x_s = av_clipf(x_s, 0, width - 1);
width             186 libavfilter/transform.c                     x_s = avpriv_mirror(x_s,  width-1);
width             190 libavfilter/transform.c                     av_assert2(x_s < width && y_s < height);
width             194 libavfilter/transform.c             dst[y * dst_stride + x] = func(x_s, y_s, src, width, height, src_stride, def);
width             131 libavfilter/transform.h                         int width, int height, const float *matrix,
width             114 libavfilter/v360.h     int width, height;
width             171 libavfilter/v360.h                         const float *vec, int width, int height,
width             175 libavfilter/v360.h                          int i, int j, int width, int height,
width             183 libavfilter/v360.h     void (*remap_line)(uint8_t *dst, int width, const uint8_t *const src, ptrdiff_t in_linesize,
width             187 libavfilter/vaapi_vpp.c     output_frames->width     = ctx->output_width;
width             527 libavfilter/vaapi_vpp.c         .width  = input_frame->width -
width             148 libavfilter/vaf_spectrumsynth.c     int width = ctx->inputs[0]->w;
width             158 libavfilter/vaf_spectrumsynth.c     if (width  != ctx->inputs[1]->w ||
width             162 libavfilter/vaf_spectrumsynth.c                width, height,
width             181 libavfilter/vaf_spectrumsynth.c     s->size = s->orientation == VERTICAL ? height / s->channels : width / s->channels;
width             182 libavfilter/vaf_spectrumsynth.c     s->xend = s->orientation == VERTICAL ? width : height;
width             124 libavfilter/vf_alphamerge.c             for (x = 0; x < main_buf->width; x++) {
width              62 libavfilter/vf_avgblur.c     int width;
width              73 libavfilter/vf_avgblur.c     const int width = td->width;                                                              \
width              76 libavfilter/vf_avgblur.c     const int radius = FFMIN(s->radius, width / 2);                                           \
width              89 libavfilter/vf_avgblur.c         ptr = buffer + width * y;                                                             \
width             102 libavfilter/vf_avgblur.c         for (; x < width - radius; x++) {                                                     \
width             107 libavfilter/vf_avgblur.c         for (; x < width; x++) {                                                              \
width             126 libavfilter/vf_avgblur.c     const int width = td->width;                                                              \
width             127 libavfilter/vf_avgblur.c     const int slice_start = (width *  jobnr   ) / nb_jobs;                                    \
width             128 libavfilter/vf_avgblur.c     const int slice_end   = (width * (jobnr+1)) / nb_jobs;                                    \
width             145 libavfilter/vf_avgblur.c             src += width;                                                                     \
width             152 libavfilter/vf_avgblur.c             acc += src[(i + radius) * width];                                                 \
width             158 libavfilter/vf_avgblur.c             acc += src[(i + radius) * width] - src[(i - radius - 1) * width];                 \
width             163 libavfilter/vf_avgblur.c             acc -= src[(i - radius) * width];                                                 \
width             210 libavfilter/vf_avgblur.c     const int width = s->planewidth[plane];
width             215 libavfilter/vf_avgblur.c     td.width = width;
width             222 libavfilter/vf_avgblur.c     ctx->internal->execute(ctx, s->filter_vertically, &td, NULL, FFMIN(width, nb_threads));
width             273 libavfilter/vf_avgblur.c         const int width = s->planewidth[plane];
width             279 libavfilter/vf_avgblur.c                                     width * ((s->depth + 7) / 8), height);
width             159 libavfilter/vf_avgblur_opencl.c            input->width, input->height, input->pts);
width             264 libavfilter/vf_avgblur_opencl.c            output->width, output->height, output->pts);
width             139 libavfilter/vf_bilateral.c                              int width, int height, int src_linesize, int dst_linesize) \
width             148 libavfilter/vf_bilateral.c     float alpha = expf(-sqrtf(2.f) / (sigma_spatial * width));                          \
width             156 libavfilter/vf_bilateral.c         float *temp_factor_x, *temp_x = &img_temp[y * width];                             \
width             164 libavfilter/vf_bilateral.c         temp_factor_x = &map_factor_a[y * width];                                         \
width             167 libavfilter/vf_bilateral.c         for (int x = 1; x < width; x++) {                                                 \
width             189 libavfilter/vf_bilateral.c         for (int x = width - 2; x >= 0; x--) {                                            \
width             207 libavfilter/vf_bilateral.c     memcpy(img_out_f, img_temp, sizeof(float) * width);                                   \
width             212 libavfilter/vf_bilateral.c     memcpy(map_factor_b, in_factor, sizeof(float) * width);                               \
width             216 libavfilter/vf_bilateral.c         xcy = &img_temp[y * width];                                                       \
width             217 libavfilter/vf_bilateral.c         ypy = &img_out_f[(y - 1) * width];                                                \
width             218 libavfilter/vf_bilateral.c         ycy = &img_out_f[y * width];                                                      \
width             220 libavfilter/vf_bilateral.c         xcf = &in_factor[y * width];                                                      \
width             221 libavfilter/vf_bilateral.c         ypf = &map_factor_b[(y - 1) * width];                                             \
width             222 libavfilter/vf_bilateral.c         ycf = &map_factor_b[y * width];                                                   \
width             223 libavfilter/vf_bilateral.c         for (int x = 0; x < width; x++) {                                                 \
width             236 libavfilter/vf_bilateral.c     memcpy(ypf, &in_factor[h1 * width], sizeof(float) * width);                           \
width             237 libavfilter/vf_bilateral.c     for (int x = 0; x < width; x++)                                                       \
width             238 libavfilter/vf_bilateral.c         map_factor_b[h1 * width + x] = 0.5f*(map_factor_b[h1 * width + x] + ypf[x]);      \
width             242 libavfilter/vf_bilateral.c     memcpy(ypy, &img_temp[h1 * width], sizeof(float) * width);                            \
width             243 libavfilter/vf_bilateral.c     for (int x = 0, k = 0; x < width; x++) {                                              \
width             244 libavfilter/vf_bilateral.c         int idx = h1 * width + x;                                                         \
width             245 libavfilter/vf_bilateral.c         img_out_f[idx] = 0.5f*(img_out_f[idx] + ypy[k++]) / map_factor_b[h1 * width + x]; \
width             254 libavfilter/vf_bilateral.c         xcy = &img_temp[y * width];                                                       \
width             257 libavfilter/vf_bilateral.c         out_ = &img_out_f[y * width];                                                     \
width             259 libavfilter/vf_bilateral.c         xcf = &in_factor[y * width];                                                      \
width             262 libavfilter/vf_bilateral.c         factor_ = &map_factor_b[y * width];                                               \
width             263 libavfilter/vf_bilateral.c         for (int x = 0; x < width; x++) {                                                 \
width             280 libavfilter/vf_bilateral.c         memcpy(ypy, ycy, sizeof(float) * width);                                          \
width             281 libavfilter/vf_bilateral.c         memcpy(ypf, ycf, sizeof(float) * width);                                          \
width             285 libavfilter/vf_bilateral.c         for (int j = 0; j < width; j++)                                                   \
width             286 libavfilter/vf_bilateral.c             dst[j + i * dst_linesize] = img_out_f[i * width + j];                         \
width             129 libavfilter/vf_blend.c                             ptrdiff_t width, ptrdiff_t height,               \
width             133 libavfilter/vf_blend.c                         width * depth / 8, height);                          \
width             150 libavfilter/vf_blend.c                               ptrdiff_t width, ptrdiff_t height,
width             157 libavfilter/vf_blend.c         for (j = 0; j < width; j++) {
width             169 libavfilter/vf_blend.c                                   ptrdiff_t width, ptrdiff_t height,
width             182 libavfilter/vf_blend.c         for (j = 0; j < width; j++) {
width             194 libavfilter/vf_blend.c                                ptrdiff_t width, ptrdiff_t height,
width             207 libavfilter/vf_blend.c         for (j = 0; j < width; j++) {
width             220 libavfilter/vf_blend.c                                  ptrdiff_t width, ptrdiff_t height,                \
width             227 libavfilter/vf_blend.c         for (j = 0; j < width; j++) {                                          \
width             240 libavfilter/vf_blend.c                                   ptrdiff_t width, ptrdiff_t height,           \
width             253 libavfilter/vf_blend.c         for (j = 0; j < width; j++) {                                          \
width             266 libavfilter/vf_blend.c                                   ptrdiff_t width, ptrdiff_t height,                 \
width             279 libavfilter/vf_blend.c         for (j = 0; j < width; j++) {                                          \
width             548 libavfilter/vf_blend.c                                ptrdiff_t width, ptrdiff_t height,              \
width             562 libavfilter/vf_blend.c         for (x = 0; x < width; x++) {                                          \
width             593 libavfilter/vf_blend.c     values[VAR_SW] = td->w / (double)td->dst->width;
width             623 libavfilter/vf_blend.c         int outw = AV_CEIL_RSHIFT(dst_buf->width,  hsub);
width             319 libavfilter/vf_bm3d.c     const int width = s->planewidth[plane];
width             325 libavfilter/vf_bm3d.c     int r = search_boundary(width - block_size, range, step, 0, y, x);
width             402 libavfilter/vf_bm3d.c     const int width = s->planewidth[plane];
width             485 libavfilter/vf_bm3d.c         float *num = sc->num + y * width + x;
width             486 libavfilter/vf_bm3d.c         float *den = sc->den + y * width + x;
width             507 libavfilter/vf_bm3d.c             num += width;
width             508 libavfilter/vf_bm3d.c             den += width;
width             521 libavfilter/vf_bm3d.c     const int width = s->planewidth[plane];
width             617 libavfilter/vf_bm3d.c         float *num = sc->num + y * width + x;
width             618 libavfilter/vf_bm3d.c         float *den = sc->den + y * width + x;
width             639 libavfilter/vf_bm3d.c             num += width;
width             640 libavfilter/vf_bm3d.c             den += width;
width             649 libavfilter/vf_bm3d.c     const int width = s->planewidth[plane];
width             653 libavfilter/vf_bm3d.c         for (j = 0; j < width; j++) {
width             660 libavfilter/vf_bm3d.c                 float num = sc->num[i * width + j];
width             661 libavfilter/vf_bm3d.c                 float den = sc->den[i * width + j];
width             676 libavfilter/vf_bm3d.c     const int width = s->planewidth[plane];
width             681 libavfilter/vf_bm3d.c         for (j = 0; j < width; j++) {
width             688 libavfilter/vf_bm3d.c                 float num = sc->num[i * width + j];
width             689 libavfilter/vf_bm3d.c                 float den = sc->den[i * width + j];
width             711 libavfilter/vf_bm3d.c     const int width = s->planewidth[plane];
width             714 libavfilter/vf_bm3d.c     const int block_pos_right  = FFMAX(0, width - s->block_size);
width             720 libavfilter/vf_bm3d.c     memset(sc->num, 0, width * height * sizeof(FFTSample));
width             721 libavfilter/vf_bm3d.c     memset(sc->den, 0, width * height * sizeof(FFTSample));
width             271 libavfilter/vf_bwdif.c         int w = dstpic->width;
width              95 libavfilter/vf_chromakey.c     if (x < 0 || x >= frame->width || y < 0 || y >= frame->height)
width             107 libavfilter/vf_chromakey.c     if (x < 0 || x >= frame->width || y < 0 || y >= frame->height)
width             133 libavfilter/vf_chromakey.c         for (x = 0; x < frame->width; ++x) {
width             165 libavfilter/vf_chromakey.c         for (x = 0; x < frame->width; ++x) {
width             191 libavfilter/vf_chromakey.c         for (x = 0; x < frame->width >> ctx->hsub_log2; ++x) {
width             230 libavfilter/vf_chromakey.c         for (x = 0; x < frame->width >> ctx->hsub_log2; ++x) {
width              46 libavfilter/vf_chromashift.c     int width[4];
width             107 libavfilter/vf_chromashift.c     const int w = s->width[1];                                                            \
width             149 libavfilter/vf_chromashift.c     const int w = s->width[1];                                                            \
width             212 libavfilter/vf_chromashift.c     const int w = s->width[1];                                                            \
width             279 libavfilter/vf_chromashift.c     const int w = s->width[1];                                                            \
width             397 libavfilter/vf_chromashift.c     s->width[1] = s->width[2] = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
width             398 libavfilter/vf_chromashift.c     s->width[0] = s->width[3] = inlink->w;
width            1386 libavfilter/vf_ciescope.c         for (x = 0; x < in->width; x++) {
width             227 libavfilter/vf_codecview.c             const int w = AV_CEIL_RSHIFT(frame->width,  s->hsub);
width             267 libavfilter/vf_codecview.c                                    frame->width, frame->height, frame->linesize[0],
width             274 libavfilter/vf_codecview.c                                    frame->width, frame->height, frame->linesize[0],
width             178 libavfilter/vf_colorbalance.c         for (j = 0; j < out->width; j++) {
width             232 libavfilter/vf_colorbalance.c         for (j = 0; j < out->width; j++) {
width             124 libavfilter/vf_colorchannelmixer.c         for (j = 0; j < out->width; j++) {
width             183 libavfilter/vf_colorchannelmixer.c         for (j = 0; j < out->width; j++) {
width             293 libavfilter/vf_colorchannelmixer.c         for (j = 0; j < out->width * step; j += step) {
width             348 libavfilter/vf_colorchannelmixer.c         for (j = 0; j < out->width * step; j += step) {
width             264 libavfilter/vf_colorconstancy.c         const int width       = s->planewidth[plane];
width             277 libavfilter/vf_colorconstancy.c                 for (c = 0; c < width; ++c) {
width             278 libavfilter/vf_colorconstancy.c                     dst[INDX2D(r, c, width)] = 0;
width             280 libavfilter/vf_colorconstancy.c                         dst[INDX2D(r, c, width)] += GAUSS(src, r,                        c + GINDX(filtersize, g),
width             281 libavfilter/vf_colorconstancy.c                                                           in_linesize, height, width, gauss[g]);
width             288 libavfilter/vf_colorconstancy.c             slice_start = (width * jobnr      ) / nb_jobs;
width             289 libavfilter/vf_colorconstancy.c             slice_end   = (width * (jobnr + 1)) / nb_jobs;
width             293 libavfilter/vf_colorconstancy.c                     dst[INDX2D(r, c, width)] = 0;
width             295 libavfilter/vf_colorconstancy.c                         dst[INDX2D(r, c, width)] += GAUSS(src, r + GINDX(filtersize, g), c,
width             296 libavfilter/vf_colorconstancy.c                                                           width, height, width, gauss[g]);
width             326 libavfilter/vf_colorconstancy.c         const int width  = s->planewidth[plane];
width             327 libavfilter/vf_colorconstancy.c         const int64_t numpixels = width * (int64_t)height;
width             386 libavfilter/vf_colorconstancy.c     int width  = s->planewidth[1];
width             394 libavfilter/vf_colorconstancy.c             get_deriv(ctx, td, 0, DIR_Y, INDEX_TEMP, INDEX_NORM, width , nb_threads);
width             402 libavfilter/vf_colorconstancy.c         get_deriv(ctx, td, 0, DIR_Y, INDEX_TEMP, INDEX_DX,   width , nb_threads);
width             405 libavfilter/vf_colorconstancy.c         get_deriv(ctx, td, 1, DIR_Y, INDEX_TEMP, INDEX_DY,   width , nb_threads);
width             410 libavfilter/vf_colorconstancy.c         get_deriv(ctx, td, 0, DIR_Y, INDEX_TEMP, INDEX_DX,   width , nb_threads);
width             413 libavfilter/vf_colorconstancy.c         get_deriv(ctx, td, 2, DIR_Y, INDEX_TEMP, INDEX_DY,   width , nb_threads);
width             416 libavfilter/vf_colorconstancy.c         get_deriv(ctx, td, 1, DIR_Y, INDEX_TEMP, INDEX_DXY,  width , nb_threads);
width             448 libavfilter/vf_colorconstancy.c         const int width         = s->planewidth[plane];
width             460 libavfilter/vf_colorconstancy.c                 for (c = 0; c < width; ++c) {
width             461 libavfilter/vf_colorconstancy.c                     dst[jobnr] = FFMAX( dst[jobnr], fabs(src[INDX2D(r, c, width)])
width             467 libavfilter/vf_colorconstancy.c                 for (c = 0; c < width; ++c) {
width             468 libavfilter/vf_colorconstancy.c                     dst[jobnr] += ( pow( fabs(src[INDX2D(r, c, width)] / 255.), minknorm)
width             601 libavfilter/vf_colorconstancy.c         const int width  = s->planewidth[plane];
width             602 libavfilter/vf_colorconstancy.c         const int64_t numpixels = width * (int64_t)height;
width              69 libavfilter/vf_colorkey.c         for (x = 0; x < frame->width; ++x) {
width              95 libavfilter/vf_colorkey.c         for (x = 0; x < frame->width; ++x) {
width             211 libavfilter/vf_colormatrix.c     const int width = src->width*2;
width             227 libavfilter/vf_colormatrix.c         for (x = 0; x < width; x += 4) {
width             249 libavfilter/vf_colormatrix.c     const int width = src->width;
width             271 libavfilter/vf_colormatrix.c         for (x = 0; x < width; x++) {
width             296 libavfilter/vf_colormatrix.c     const int width = src->width;
width             318 libavfilter/vf_colormatrix.c         for (x = 0; x < width; x += 2) {
width             344 libavfilter/vf_colormatrix.c     const int width = src->width;
width             368 libavfilter/vf_colormatrix.c         for (x = 0; x < width; x += 2) {
width             348 libavfilter/vf_colorspace.c     int w = td->in->width, h = h2 - h1;
width             772 libavfilter/vf_colorspace.c     ptrdiff_t rgb_stride = FFALIGN(in->width * sizeof(int16_t), 32);
width             804 libavfilter/vf_colorspace.c         int uvw = in->width >> desc->log2_chroma_w;
width             821 libavfilter/vf_colorspace.c             av_malloc(sizeof(*s->dither_scratch_base[0][0]) * (in->width + 4));
width             823 libavfilter/vf_colorspace.c             av_malloc(sizeof(*s->dither_scratch_base[0][1]) * (in->width + 4));
width             110 libavfilter/vf_convolution.c static void filter16_prewitt(uint8_t *dstp, int width,
width             118 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             128 libavfilter/vf_convolution.c static void filter16_roberts(uint8_t *dstp, int width,
width             136 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             144 libavfilter/vf_convolution.c static void filter16_sobel(uint8_t *dstp, int width,
width             152 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             162 libavfilter/vf_convolution.c static void filter_prewitt(uint8_t *dst, int width,
width             172 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             182 libavfilter/vf_convolution.c static void filter_roberts(uint8_t *dst, int width,
width             189 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             197 libavfilter/vf_convolution.c static void filter_sobel(uint8_t *dst, int width,
width             207 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             217 libavfilter/vf_convolution.c static void filter16_3x3(uint8_t *dstp, int width,
width             225 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             240 libavfilter/vf_convolution.c static void filter16_5x5(uint8_t *dstp, int width,
width             248 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             259 libavfilter/vf_convolution.c static void filter16_7x7(uint8_t *dstp, int width,
width             267 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             278 libavfilter/vf_convolution.c static void filter16_row(uint8_t *dstp, int width,
width             286 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             317 libavfilter/vf_convolution.c static void filter_7x7(uint8_t *dst, int width,
width             324 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             335 libavfilter/vf_convolution.c static void filter_5x5(uint8_t *dst, int width,
width             342 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             353 libavfilter/vf_convolution.c static void filter_3x3(uint8_t *dst, int width,
width             363 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             372 libavfilter/vf_convolution.c static void filter_row(uint8_t *dst, int width,
width             379 libavfilter/vf_convolution.c     for (x = 0; x < width; x++) {
width             498 libavfilter/vf_convolution.c         const int width  = s->planewidth[plane];
width             501 libavfilter/vf_convolution.c         const int sizeh = mode == MATRIX_COLUMN ? width : height;
width             502 libavfilter/vf_convolution.c         const int sizew = mode == MATRIX_COLUMN ? height : width;
width             520 libavfilter/vf_convolution.c                                     width * bpc, slice_end - slice_start);
width             532 libavfilter/vf_convolution.c                 s->setup[plane](radius, c, src, stride, x, width, y, height, bpc);
width             537 libavfilter/vf_convolution.c             s->setup[plane](radius, c, src, stride, radius, width, y, height, bpc);
width             545 libavfilter/vf_convolution.c                 s->setup[plane](radius, c, src, stride, x, width, y, height, bpc);
width             187 libavfilter/vf_convolution_opencl.c            input->width, input->height, input->pts);
width             285 libavfilter/vf_convolution_opencl.c            output->width, output->height, output->pts);
width              50 libavfilter/vf_copy.c     AVFrame *out = ff_get_video_buffer(outlink, in->width, in->height);
width              43 libavfilter/vf_cover_rect.c     int width, height;
width              81 libavfilter/vf_cover_rect.c         int w = AV_CEIL_RSHIFT(cover->cover_frame->width , !!p);
width             101 libavfilter/vf_cover_rect.c         int w = AV_CEIL_RSHIFT(cover->width , !!p);
width             103 libavfilter/vf_cover_rect.c         int iw = AV_CEIL_RSHIFT(in->width , !!p);
width             168 libavfilter/vf_cover_rect.c     w = FFMIN(w, in->width  - x);
width             171 libavfilter/vf_cover_rect.c     if (w > in->width || h > in->height || w <= 0 || h <= 0)
width             175 libavfilter/vf_cover_rect.c         if (w != cover->cover_frame->width || h != cover->cover_frame->height)
width             179 libavfilter/vf_cover_rect.c     cover->width  = w;
width             182 libavfilter/vf_cover_rect.c     x = av_clip(x, 0, in->width  - w);
width             220 libavfilter/vf_cover_rect.c                                 &cover->cover_frame->width, &cover->cover_frame->height,
width             295 libavfilter/vf_crop.c         frame->crop_right  = frame->width  - frame->crop_left - frame->crop_right - s->w;
width             297 libavfilter/vf_crop.c         frame->width  = s->w;
width             176 libavfilter/vf_cropdetect.c             s->x1 = frame->width  - 1;
width             195 libavfilter/vf_cropdetect.c         FIND(s->y1,                 0,               y < s->y1, +1, frame->linesize[0], bpp, frame->width);
width             196 libavfilter/vf_cropdetect.c         FIND(s->y2, frame->height - 1, y > FFMAX(s->y2, s->y1), -1, frame->linesize[0], bpp, frame->width);
width             198 libavfilter/vf_cropdetect.c         FIND(s->x2,  frame->width - 1, y > FFMAX(s->x2, s->x1), -1, bpp, frame->linesize[0], frame->height);
width             557 libavfilter/vf_curves.c             for (x = 0; x < in->width * step; x += step) {
width             570 libavfilter/vf_curves.c             for (x = 0; x < in->width * step; x += step) {
width             611 libavfilter/vf_curves.c             for (x = 0; x < in->width; x++) {
width             630 libavfilter/vf_curves.c             for (x = 0; x < in->width; x++) {
width              96 libavfilter/vf_datascope.c                       frame->width, frame->height,
width             538 libavfilter/vf_datascope.c     AVFrame *out = ff_get_video_buffer(outlink, in->width, in->height);
width             558 libavfilter/vf_datascope.c         X = (in->width - s->ww) * s->wx;
width             560 libavfilter/vf_datascope.c         X = (in->width - s->ww) * -s->wx;
width             571 libavfilter/vf_datascope.c             X = (in->width - s->ww) * (1 + s->wx);
width             583 libavfilter/vf_datascope.c                        out->width, out->height,
width             608 libavfilter/vf_datascope.c                        out->width, out->height,
width             612 libavfilter/vf_datascope.c                        out->width, out->height,
width             616 libavfilter/vf_datascope.c                        out->width, out->height,
width             620 libavfilter/vf_datascope.c                        out->width, out->height,
width             624 libavfilter/vf_datascope.c                        out->width, out->height,
width             628 libavfilter/vf_datascope.c                        out->width, out->height,
width             632 libavfilter/vf_datascope.c                        out->width, out->height,
width             636 libavfilter/vf_datascope.c                        out->width, out->height,
width             727 libavfilter/vf_datascope.c     int height, width;
width             790 libavfilter/vf_datascope.c         if (x0 >= 0 && y0 >= 0 && x0 < out->width && y0 < out->height) {
width             836 libavfilter/vf_datascope.c                 int x = i * s->width / s->nb_values;
width             837 libavfilter/vf_datascope.c                 int px = (i - 1) * s->width / s->nb_values;
width             855 libavfilter/vf_datascope.c                 int x = i * s->width / s->nb_values;
width             856 libavfilter/vf_datascope.c                 int px = (i - 1) * s->width / s->nb_values;
width             875 libavfilter/vf_datascope.c     s->width = s->twidth * inlink->w;
width             885 libavfilter/vf_datascope.c     s->ox = (inlink->w - s->width) * s->tx;
width             952 libavfilter/vf_datascope.c         if (x0 >= 0 && y0 >= 0 && x0 < out->width && y0 < out->height) {
width            1016 libavfilter/vf_datascope.c                        frame->width, frame->height,
width            1017 libavfilter/vf_datascope.c                        s->ox, s->oy, s->width, s->height + 20 * s->statistics);
width            1021 libavfilter/vf_datascope.c                           s->ox, s->oy, s->width - 1, 1);
width            1025 libavfilter/vf_datascope.c                               s->ox, s->oy + i * (s->height - 1) / 4, s->width, 1);
width            1030 libavfilter/vf_datascope.c                               s->ox + i * (s->width - 1) / 10, s->oy, 1, s->height);
width            1034 libavfilter/vf_datascope.c                           s->ox + s->width - 1, s->oy, 1, s->height);
width            1052 libavfilter/vf_datascope.c     if (s->statistics && s->height > 10 && s->width > 280 * av_popcount(s->components)) {
width              43 libavfilter/vf_dblur.c     void (*horiz_slice)(float *buffer, int width, int height, int steps, float nu, float bscale);
width              58 libavfilter/vf_dblur.c #define f(n, m) (dst[(n) * width + (m)])
width              60 libavfilter/vf_dblur.c static int filter_horizontally(AVFilterContext *ctx, int width, int height)
width              73 libavfilter/vf_dblur.c             for (int x = 0; x < width; x++) {
width              80 libavfilter/vf_dblur.c             g = q * f(y, width - 1) + c * f(y, width - 1);
width              81 libavfilter/vf_dblur.c             for (int x = width - 1; x >= 0; x--) {
width              88 libavfilter/vf_dblur.c             g = q * f(0, width - 1) + c * f(0, width - 1);
width              89 libavfilter/vf_dblur.c             for (int x = width - 1; x >= 0; x--) {
width              97 libavfilter/vf_dblur.c             for (int x = 0; x < width; x++) {
width             110 libavfilter/vf_dblur.c     const int width = s->planewidth[plane];
width             113 libavfilter/vf_dblur.c     filter_horizontally(ctx, width, height);
width             210 libavfilter/vf_dblur.c         const int width = s->planewidth[plane];
width             222 libavfilter/vf_dblur.c                                     width * ((s->depth + 7) / 8), height);
width             228 libavfilter/vf_dblur.c                 for (x = 0; x < width; x++) {
width             231 libavfilter/vf_dblur.c                 bptr += width;
width             236 libavfilter/vf_dblur.c                 for (x = 0; x < width; x++) {
width             239 libavfilter/vf_dblur.c                 bptr += width;
width             249 libavfilter/vf_dblur.c                 for (x = 0; x < width; x++) {
width             252 libavfilter/vf_dblur.c                 bptr += width;
width             257 libavfilter/vf_dblur.c                 for (x = 0; x < width; x++) {
width             260 libavfilter/vf_dblur.c                 bptr += width;
width             330 libavfilter/vf_deblock.c         const int width = s->planewidth[plane];
width             338 libavfilter/vf_deblock.c                                 width * s->bpc, height);
width             343 libavfilter/vf_deblock.c         for (x = block; x < width; x += block)
width             351 libavfilter/vf_deblock.c                         FFMIN(block, width),
width             354 libavfilter/vf_deblock.c             for (x = block; x < width; x += block) {
width             356 libavfilter/vf_deblock.c                             FFMIN(block, width - x),
width              96 libavfilter/vf_decimate.c         int width    = plane ? AV_CEIL_RSHIFT(f1->width,  dm->hsub) : f1->width;
width             111 libavfilter/vf_decimate.c     for (x = 0; x < width; x += hblockx) {                  \
width             113 libavfilter/vf_decimate.c         int m = FFMIN(width, x + hblockx);                  \
width             416 libavfilter/vf_deinterlace_qsv.c     qf->surface.Info.CropW  = qf->frame->width;
width             506 libavfilter/vf_deinterlace_qsv.c     out->width            = outlink->w;
width             195 libavfilter/vf_deinterlace_vaapi.c            input_frame->width, input_frame->height, input_frame->pts);
width             302 libavfilter/vf_deinterlace_vaapi.c                output_frame->width, output_frame->height, output_frame->pts);
width              84 libavfilter/vf_derain.c     dr_context->input.width    = inlink->w;
width             114 libavfilter/vf_derain.c         for(int j = 0; j < in->width * 3; j++){
width             116 libavfilter/vf_derain.c             int t = i * in->width * 3 + j;
width             128 libavfilter/vf_derain.c     out->width  = dr_context->output.width;
width             130 libavfilter/vf_derain.c     outlink->w  = dr_context->output.width;
width             133 libavfilter/vf_derain.c         for(int j = 0; j < out->width * 3; j++){
width             135 libavfilter/vf_derain.c             int t = i * out->width * 3 + j;
width             236 libavfilter/vf_deshake.c                         int width, int height, int stride, Transform *t)
width             247 libavfilter/vf_deshake.c     av_fast_malloc(&deshake->angles, &deshake->angles_size, width * height / (16 * deshake->blocksize) * sizeof(*deshake->angles));
width             260 libavfilter/vf_deshake.c         for (x = deshake->rx; x < width - deshake->rx - 16; x += 16) {
width             302 libavfilter/vf_deshake.c     p_x = (center_x - width / 2.0);
width             316 libavfilter/vf_deshake.c                                     int width, int height, int cw, int ch,
width             326 libavfilter/vf_deshake.c     plane_w[0] = width;
width            1413 libavfilter/vf_deshake_opencl.c     const float center_w = (float)input_frame->width / 2;
width            1417 libavfilter/vf_deshake_opencl.c     const int chroma_width  = AV_CEIL_RSHIFT(input_frame->width, desc->log2_chroma_w);
width            1423 libavfilter/vf_deshake_opencl.c     const float luma_w_over_chroma_w = ((float)input_frame->width / (float)chroma_width);
width            1469 libavfilter/vf_deshake_opencl.c             input_frame->width,
width            1629 libavfilter/vf_deshake_opencl.c         update_needed_crop(&deshake_ctx->crop_y, transform_crop_y, input_frame->width, input_frame->height);
width            1793 libavfilter/vf_deshake_opencl.c     grid_32_w = ROUNDED_UP_DIV(input_frame->width, 32);
width              62 libavfilter/vf_despill.c         for (x = 0; x < frame->width; x++) {
width              40 libavfilter/vf_displace.c     int width[4], height[4];
width              92 libavfilter/vf_displace.c         const int w = s->width[plane];
width             166 libavfilter/vf_displace.c     const int w = s->width[0];
width             298 libavfilter/vf_displace.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
width             299 libavfilter/vf_displace.c     s->width[0]  = s->width[3]  = inlink->w;
width             141 libavfilter/vf_dnn_processing.c     if (model_input->width != -1 && model_input->width != inlink->w) {
width             143 libavfilter/vf_dnn_processing.c                                    model_input->width, inlink->w);
width             211 libavfilter/vf_dnn_processing.c     ctx->input.width    = inlink->w;
width             313 libavfilter/vf_dnn_processing.c     outlink->w = ctx->output.width;
width             323 libavfilter/vf_dnn_processing.c     int bytewidth = av_image_get_linesize(frame->format, frame->width, 0);
width             332 libavfilter/vf_dnn_processing.c                       (const int [4]){frame->width * 3 * sizeof(float), 0, 0, 0});
width             353 libavfilter/vf_dnn_processing.c                   (const int [4]){frame->width * sizeof(float), 0, 0, 0});
width             364 libavfilter/vf_dnn_processing.c     int bytewidth = av_image_get_linesize(frame->format, frame->width, 0);
width             372 libavfilter/vf_dnn_processing.c                       (const int[4]){frame->width * 3 * sizeof(float), 0, 0, 0},
width             402 libavfilter/vf_dnn_processing.c                   (const int[4]){frame->width * sizeof(float), 0, 0, 0},
width             425 libavfilter/vf_dnn_processing.c         av_assert0(in->height == out->height && in->width == out->width);
width             429 libavfilter/vf_dnn_processing.c             int bytewidth = av_image_get_linesize(in->format, in->width, i);
width             233 libavfilter/vf_drawbox.c                 for (x = FFMAX(xb, 0); x < xb + s->w && x < frame->width; x++)
width             237 libavfilter/vf_drawbox.c                 for (x = FFMAX(xb, 0); x < xb + s->w && x < frame->width; x++) {
width             256 libavfilter/vf_drawbox.c                 for (x = FFMAX(xb, 0); x < xb + s->w && x < frame->width; x++)
width             260 libavfilter/vf_drawbox.c                 for (x = FFMAX(xb, 0); x < xb + s->w && x < frame->width; x++) {
width             405 libavfilter/vf_drawbox.c                 for (x = 0; x < frame->width; x++)
width             409 libavfilter/vf_drawbox.c                 for (x = 0; x < frame->width; x++) {
width             428 libavfilter/vf_drawbox.c                 for (x = 0; x < frame->width; x++)
width             432 libavfilter/vf_drawbox.c                 for (x = 0; x < frame->width; x++) {
width            1217 libavfilter/vf_drawtext.c                        int width, int height,
width            1251 libavfilter/vf_drawtext.c                       frame->data, frame->linesize, width, height,
width            1253 libavfilter/vf_drawtext.c                       bitmap.width, bitmap.rows,
width            1285 libavfilter/vf_drawtext.c                      int width, int height)
width            1475 libavfilter/vf_drawtext.c         if (s->x + box_w + offsetright > width)
width            1476 libavfilter/vf_drawtext.c             s->x = FFMAX(width - box_w - offsetright, 0);
width            1484 libavfilter/vf_drawtext.c                            frame->data, frame->linesize, width, height,
width            1489 libavfilter/vf_drawtext.c         if ((ret = draw_glyphs(s, frame, width, height,
width            1495 libavfilter/vf_drawtext.c         if ((ret = draw_glyphs(s, frame, width, height,
width            1499 libavfilter/vf_drawtext.c     if ((ret = draw_glyphs(s, frame, width, height,
width            1537 libavfilter/vf_drawtext.c     draw_text(ctx, frame, frame->width, frame->height);
width              55 libavfilter/vf_edgedetect.c     int      width, height;
width             135 libavfilter/vf_edgedetect.c         plane->width      = AV_CEIL_RSHIFT(inlink->w, hsub);
width             137 libavfilter/vf_edgedetect.c         plane->tmpbuf     = av_malloc(plane->width * plane->height);
width             138 libavfilter/vf_edgedetect.c         plane->gradients  = av_calloc(plane->width * plane->height, sizeof(*plane->gradients));
width             139 libavfilter/vf_edgedetect.c         plane->directions = av_malloc(plane->width * plane->height);
width             355 libavfilter/vf_edgedetect.c         const int width      = plane->width;
width             362 libavfilter/vf_edgedetect.c                                     width, height);
width             367 libavfilter/vf_edgedetect.c         gaussian_blur(ctx, width, height,
width             368 libavfilter/vf_edgedetect.c                       tmpbuf,      width,
width             372 libavfilter/vf_edgedetect.c         sobel(width, height,
width             373 libavfilter/vf_edgedetect.c               gradients, width,
width             374 libavfilter/vf_edgedetect.c               directions,width,
width             375 libavfilter/vf_edgedetect.c               tmpbuf,    width);
width             379 libavfilter/vf_edgedetect.c         memset(tmpbuf, 0, width * height);
width             380 libavfilter/vf_edgedetect.c         non_maximum_suppression(width, height,
width             381 libavfilter/vf_edgedetect.c                                 tmpbuf,    width,
width             382 libavfilter/vf_edgedetect.c                                 directions,width,
width             383 libavfilter/vf_edgedetect.c                                 gradients, width);
width             387 libavfilter/vf_edgedetect.c                          width, height,
width             389 libavfilter/vf_edgedetect.c                          tmpbuf,       width);
width             392 libavfilter/vf_edgedetect.c             color_mix(width, height,
width             251 libavfilter/vf_extractplanes.c                                 int width, int height,
width             259 libavfilter/vf_extractplanes.c             for (x = 0; x < width; x++)
width             263 libavfilter/vf_extractplanes.c             for (x = 0; x < width; x++) {
width             198 libavfilter/vf_fade.c         for (j = 0; j < frame->width; j++) {
width             222 libavfilter/vf_fade.c         for (j = 0; j < frame->width; j++) {
width             265 libavfilter/vf_fade.c             for (j = 0; j < frame->width * s->bpp; j++) {
width             290 libavfilter/vf_fade.c             for (j = 0; j < frame->width * s->bpp; j++) {
width             309 libavfilter/vf_fade.c     const int width = AV_CEIL_RSHIFT(frame->width, s->hsub);
width             317 libavfilter/vf_fade.c             for (j = 0; j < width; j++) {
width             336 libavfilter/vf_fade.c     const int width = AV_CEIL_RSHIFT(frame->width, s->hsub);
width             346 libavfilter/vf_fade.c             for (j = 0; j < width; j++) {
width             369 libavfilter/vf_fade.c         for (j = 0; j < frame->width; j++) {
width             394 libavfilter/vf_fade.c         for (j = 0; j < frame->width; j++) {
width             255 libavfilter/vf_fftdnoiz.c     const int width = p->planewidth;
width             272 libavfilter/vf_fftdnoiz.c             const int rw = FFMIN(block, width  - x * size);
width             321 libavfilter/vf_fftdnoiz.c     const int width = p->planewidth;
width             340 libavfilter/vf_fftdnoiz.c             const int rw = x == 0 ? block : FFMIN(size, width  - x * size - woff);
width             158 libavfilter/vf_fieldmatch.c     return plane ? AV_CEIL_RSHIFT(f->width, fm->hsub) : f->width;
width             173 libavfilter/vf_fieldmatch.c     const int width  = f1->width;
width             178 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++)
width             205 libavfilter/vf_fieldmatch.c         const int width  = get_width (fm, src, plane);
width             211 libavfilter/vf_fieldmatch.c             fill_buf(cmkp, width, height, cmk_linesize, 0xff);
width             214 libavfilter/vf_fieldmatch.c         fill_buf(cmkp, width, height, cmk_linesize, 0);
width             223 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++) {
width             232 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++) {
width             243 libavfilter/vf_fieldmatch.c             for (x = 0; x < width; x++) {
width             254 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++) {
width             264 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++) {
width             275 libavfilter/vf_fieldmatch.c         const int width  = AV_CEIL_RSHIFT(src->width,  fm->hsub);
width             289 libavfilter/vf_fieldmatch.c             for (x = 1; x < width - 1; x++) {
width             311 libavfilter/vf_fieldmatch.c         const int width  = src->width;
width             313 libavfilter/vf_fieldmatch.c         const int xblocks = ((width+xhalf)/blockx) + 1;
width             319 libavfilter/vf_fieldmatch.c         const int widtha = (width /(blockx/2))*(blockx/2);
width             337 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++)                                         \
width             367 libavfilter/vf_fieldmatch.c             for (x = widtha; x < width; x++) {
width             397 libavfilter/vf_fieldmatch.c                                 int width, int height)
width             404 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++)
width             419 libavfilter/vf_fieldmatch.c                            int width, int plane)
width             426 libavfilter/vf_fieldmatch.c                         fm->tbuffer, tpitch, width, height>>1);
width             429 libavfilter/vf_fieldmatch.c         for (x = 1; x < width - 1; x++) {
width             451 libavfilter/vf_fieldmatch.c                                 for (u = FFMAX(x-4,0); u < FFMIN(x+5,width); u++) {
width             506 libavfilter/vf_fieldmatch.c         const int width  = get_width (fm, src, plane);
width             511 libavfilter/vf_fieldmatch.c         const int stopx  = width - startx;
width             515 libavfilter/vf_fieldmatch.c         fill_buf(mapp, width, height, map_linesize, 0);
width             540 libavfilter/vf_fieldmatch.c                            mapp, map_linesize, height, width, plane);
width             543 libavfilter/vf_fieldmatch.c                            mapp + map_linesize, map_linesize, height, width, plane);
width              80 libavfilter/vf_find_rect.c     frame->width  = (in->width + 1) / 2;
width              91 libavfilter/vf_find_rect.c         for(x = 0; x < frame->width; x++) {
width             113 libavfilter/vf_find_rect.c     int n = obj->height * obj->width;
width             119 libavfilter/vf_find_rect.c         for(x = 0; x < obj->width; x++) {
width             148 libavfilter/vf_find_rect.c         foc->xmax = inlink->w - foc->obj_frame->width;
width             218 libavfilter/vf_find_rect.c     av_dict_set_int(&in->metadata, "lavfi.rect.w", foc->obj_frame->width, 0);
width             256 libavfilter/vf_find_rect.c                              &foc->obj_frame->width, &foc->obj_frame->height,
width             293 libavfilter/vf_floodfill.c     const int w = frame->width;
width              84 libavfilter/vf_framepack.c     int width             = ctx->inputs[LEFT]->w;
width              90 libavfilter/vf_framepack.c     if (width  != ctx->inputs[RIGHT]->w ||
width              94 libavfilter/vf_framepack.c                width, height,
width             125 libavfilter/vf_framepack.c         width *= 2;
width             136 libavfilter/vf_framepack.c     outlink->w          = width;
width             156 libavfilter/vf_framepack.c         int length = out->width / 2;
width             161 libavfilter/vf_framepack.c                 length = AV_CEIL_RSHIFT(out->width / 2, s->pix_desc->log2_chroma_w);
width             191 libavfilter/vf_framepack.c             int sub_w = s->input_views[i]->width >> s->pix_desc->log2_chroma_w;
width             197 libavfilter/vf_framepack.c             dst[0] = out->data[0] + i * s->input_views[i]->width;
width             203 libavfilter/vf_framepack.c                           s->input_views[i]->width,
width             243 libavfilter/vf_framepack.c                       s->input_views[i]->width,
width              73 libavfilter/vf_framerate.c         crnt->width  == next->width) {
width              78 libavfilter/vf_framerate.c         s->sad(crnt->data[0], crnt->linesize[0], next->data[0], next->linesize[0], crnt->width, crnt->height, &sad);
width              80 libavfilter/vf_framerate.c         mafd = (double)sad * 100.0 / (crnt->width * crnt->height) / (1 << s->bitdepth);
width             246 libavfilter/vf_framerate.c     width /= bytes;                                     \
width             251 libavfilter/vf_framerate.c         for (pixel = 0; pixel < width; pixel++)         \
width              37 libavfilter/vf_freezedetect.c     ptrdiff_t width[4];
width             110 libavfilter/vf_freezedetect.c         s->width[plane] = line_size >> (s->bitdepth > 8);
width             133 libavfilter/vf_freezedetect.c         if (s->width[plane]) {
width             137 libavfilter/vf_freezedetect.c                    s->width[plane], s->height[plane], &plane_sad);
width             139 libavfilter/vf_freezedetect.c             count += s->width[plane] * s->height[plane];
width              45 libavfilter/vf_frei0r.c typedef f0r_instance_t (*f0r_construct_f)(unsigned int width, unsigned int height);
width              85 libavfilter/vf_fspp.c                           ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale)
width              96 libavfilter/vf_fspp.c         for (x = 0; x < width; x += 8) {
width             115 libavfilter/vf_fspp.c                            ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale)
width             126 libavfilter/vf_fspp.c         for (x = 0; x < width; x += 8) {
width             151 libavfilter/vf_fspp.c                    int width, int height,
width             156 libavfilter/vf_fspp.c     const int stride = is_luma ? p->temp_stride : (width + 16);
width             171 libavfilter/vf_fspp.c         memcpy(p->src + index, src + y * src_stride, width);
width             174 libavfilter/vf_fspp.c             p->src[index + width + x    ] = p->src[index + width - x - 1];
width             185 libavfilter/vf_fspp.c         memset(p->temp + 8 + y * stride, 0, width * sizeof(int16_t));
width             197 libavfilter/vf_fspp.c         for (x0 = 0; x0 < width + 8 - 8 * (BLOCKSZ - 1); x0 += 8 * (BLOCKSZ - 1)) {
width             219 libavfilter/vf_fspp.c         es = width + 8 - x0; //  8, ...
width             230 libavfilter/vf_fspp.c                                dst_stride, stride, width, 8, 5 - p->log2_count);
width             233 libavfilter/vf_fspp.c                                 dst_stride, stride, width, 8, 5 - p->log2_count);
width             240 libavfilter/vf_fspp.c                            dst_stride, stride, width, y&7, 5 - p->log2_count);
width             243 libavfilter/vf_fspp.c                             dst_stride, stride, width, y&7, 5 - p->log2_count);
width             633 libavfilter/vf_fspp.c                 out->width = in->width;
width              74 libavfilter/vf_fspp.h                         ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale);
width              78 libavfilter/vf_fspp.h                          ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale);
width              52 libavfilter/vf_gblur.c     int width;
width              55 libavfilter/vf_gblur.c static void horiz_slice_c(float *buffer, int width, int height, int steps,
width              62 libavfilter/vf_gblur.c             ptr = buffer + width * y;
width              66 libavfilter/vf_gblur.c             for (x = 1; x < width; x++)
width              68 libavfilter/vf_gblur.c             ptr[x = width - 1] *= bscale;
width              82 libavfilter/vf_gblur.c     const int width = td->width;
width              90 libavfilter/vf_gblur.c     s->horiz_slice(buffer + width * slice_start, width, slice_end - slice_start,
width              96 libavfilter/vf_gblur.c static void do_vertical_columns(float *buffer, int width, int height,
width             100 libavfilter/vf_gblur.c     const int numpixels = width * height;
width             110 libavfilter/vf_gblur.c             for (i = width; i < numpixels; i += width) {
width             112 libavfilter/vf_gblur.c                     ptr[i + k] += nu * ptr[i - width + k];
width             115 libavfilter/vf_gblur.c             i = numpixels - width;
width             121 libavfilter/vf_gblur.c             for (; i > 0; i -= width) {
width             123 libavfilter/vf_gblur.c                     ptr[i - width + k] += nu * ptr[i + k];
width             135 libavfilter/vf_gblur.c     const int width = td->width;
width             136 libavfilter/vf_gblur.c     const int slice_start = (width *  jobnr   ) / nb_jobs;
width             137 libavfilter/vf_gblur.c     const int slice_end   = (width * (jobnr+1)) / nb_jobs;
width             146 libavfilter/vf_gblur.c     do_vertical_columns(buffer, width, height, slice_start, aligned_end,
width             150 libavfilter/vf_gblur.c     do_vertical_columns(buffer, width, height, aligned_end, slice_end,
width             162 libavfilter/vf_gblur.c     const int width = td->width;
width             163 libavfilter/vf_gblur.c     const int64_t numpixels = width * (int64_t)height;
width             181 libavfilter/vf_gblur.c     const int width = s->planewidth[plane];
width             189 libavfilter/vf_gblur.c     td.width = width;
width             192 libavfilter/vf_gblur.c     ctx->internal->execute(ctx, filter_vertically, &td, NULL, FFMIN(width, nb_threads));
width             193 libavfilter/vf_gblur.c     ctx->internal->execute(ctx, filter_postscale, &td, NULL, FFMIN(width * height, nb_threads));
width             290 libavfilter/vf_gblur.c         const int width = s->planewidth[plane];
width             302 libavfilter/vf_gblur.c                                     width * ((s->depth + 7) / 8), height);
width             308 libavfilter/vf_gblur.c                 for (x = 0; x < width; x++) {
width             311 libavfilter/vf_gblur.c                 bptr += width;
width             316 libavfilter/vf_gblur.c                 for (x = 0; x < width; x++) {
width             319 libavfilter/vf_gblur.c                 bptr += width;
width             329 libavfilter/vf_gblur.c                 for (x = 0; x < width; x++) {
width             332 libavfilter/vf_gblur.c                 bptr += width;
width             337 libavfilter/vf_gblur.c                 for (x = 0; x < width; x++) {
width             340 libavfilter/vf_gblur.c                 bptr += width;
width             104 libavfilter/vf_geq.c     const int w = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(picref->width,  geq->hsub) : picref->width;
width             203 libavfilter/vf_geq.c     const int w = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(picref->width,  geq->hsub) : picref->width;
width             365 libavfilter/vf_geq.c     int width;
width             375 libavfilter/vf_geq.c     const int width = td->width;
width             395 libavfilter/vf_geq.c             for (x = 0; x < width; x++) {
width             405 libavfilter/vf_geq.c             for (x = 0; x < width; x++) {
width             437 libavfilter/vf_geq.c         const int width = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(inlink->w, geq->hsub) : inlink->w;
width             445 libavfilter/vf_geq.c         geq->values[VAR_W]  = width;
width             447 libavfilter/vf_geq.c         geq->values[VAR_SW] = width / (double)inlink->w;
width             450 libavfilter/vf_geq.c         td.width = width;
width             456 libavfilter/vf_geq.c             calculate_sums(geq, plane, width, height);
width              57 libavfilter/vf_gradfun.c void ff_gradfun_filter_line_c(uint8_t *dst, const uint8_t *src, const uint16_t *dc, int width, int thresh, const uint16_t *dithers)
width              60 libavfilter/vf_gradfun.c     for (x = 0; x < width; dc += x & 1, x++) {
width              71 libavfilter/vf_gradfun.c void ff_gradfun_blur_line_c(uint16_t *dc, uint16_t *buf, const uint16_t *buf1, const uint8_t *src, int src_linesize, int width)
width              74 libavfilter/vf_gradfun.c     for (x = 0; x < width; x++) {
width              82 libavfilter/vf_gradfun.c static void filter(GradFunContext *ctx, uint8_t *dst, const uint8_t *src, int width, int height, int dst_linesize, int src_linesize, int r)
width              84 libavfilter/vf_gradfun.c     int bstride = FFALIGN(width, 16) / 2;
width              93 libavfilter/vf_gradfun.c         ctx->blur_line(dc, buf + y * bstride, buf + (y - 1) * bstride, src + 2 * y * src_linesize, src_linesize, width / 2);
width             100 libavfilter/vf_gradfun.c             ctx->blur_line(dc, buf0, buf1, src + (y + r) * src_linesize, src_linesize, width / 2);
width             103 libavfilter/vf_gradfun.c             for (; x < width / 2; x++) {
width             107 libavfilter/vf_gradfun.c             for (; x < (width + r + 1) / 2; x++)
width             114 libavfilter/vf_gradfun.c                 ctx->filter_line(dst + y * dst_linesize, src + y * src_linesize, dc - r / 2, width, thresh, dither[y & 7]);
width             116 libavfilter/vf_gradfun.c         ctx->filter_line(dst + y * dst_linesize, src + y * src_linesize, dc - r / 2, width, thresh, dither[y & 7]);
width             118 libavfilter/vf_gradfun.c         ctx->filter_line(dst + y * dst_linesize, src + y * src_linesize, dc - r / 2, width, thresh, dither[y & 7]);
width             183 libavfilter/vf_hflip.c         const int width  = s->planewidth[plane];
width             191 libavfilter/vf_hflip.c         inrow  = in ->data[plane] + start * in->linesize[plane] + (width - 1) * step;
width             193 libavfilter/vf_hflip.c             s->flip_line[plane](inrow, outrow, width);
width              39 libavfilter/vf_histogram.c     int            width;
width             265 libavfilter/vf_histogram.c         if (!s->width)
width             266 libavfilter/vf_histogram.c             s->width = ctx->inputs[0]->w;
width             267 libavfilter/vf_histogram.c         outlink->w = s->width * FFMAX(ncomp * (s->display_mode == 1), 1);
width             323 libavfilter/vf_histogram.c         const int width = s->planewidth[p];
width             332 libavfilter/vf_histogram.c             startx = m++ * s->width * (s->display_mode == 1);
width             341 libavfilter/vf_histogram.c                 for (j = 0; j < width; j++)
width             347 libavfilter/vf_histogram.c                 for (j = 0; j < width; j++)
width             446 libavfilter/vf_histogram.c     if (s->x_pos >= s->width)
width             495 libavfilter/vf_histogram.c     { "width", "set width", OFFSET(width), AV_OPT_TYPE_INT, {.i64=0}, 0, 8192, FLAGS},
width             496 libavfilter/vf_histogram.c     { "w",     "set width", OFFSET(width), AV_OPT_TYPE_INT, {.i64=0}, 0, 8192, FLAGS},
width             309 libavfilter/vf_hqdn3d.c                 AV_CEIL_RSHIFT(in->width,  (!!job_nr * s->hsub)),
width             389 libavfilter/vf_hqx.c     const int width  = in->width;
width             406 libavfilter/vf_hqx.c         for (x = 0; x < width; x++) {
width             408 libavfilter/vf_hqx.c             const int nextcol = x < width -1 ?  1 : 0;
width             499 libavfilter/vf_hqx.c     out->width  = outlink->w;
width             145 libavfilter/vf_hwdownload.c     output = ff_get_video_buffer(outlink, ctx->hwframes->width,
width             158 libavfilter/vf_hwdownload.c     output->width  = outlink->w;
width             144 libavfilter/vf_hwmap.c             frames->width     = hwfc->width;
width             225 libavfilter/vf_hwmap.c         hwfc->width     = inlink->w;
width             313 libavfilter/vf_hwmap.c            input->width, input->height, input->pts);
width             353 libavfilter/vf_hwmap.c            map->width, map->height, map->pts);
width             148 libavfilter/vf_hwupload.c     ctx->hwframes->width     = inlink->w;
width             189 libavfilter/vf_hwupload.c     output->width  = input->width;
width             109 libavfilter/vf_hwupload_cuda.c     hwframe_ctx->width     = inlink->w;
width             137 libavfilter/vf_hwupload_cuda.c     out->width  = in->width;
width              41 libavfilter/vf_hysteresis.c     int width[4], height[4];
width             114 libavfilter/vf_hysteresis.c                                     s->width[p], s->height[p]);
width             120 libavfilter/vf_hysteresis.c                     memset(out->data[p] + y * out->linesize[p], 0, s->width[p]);
width             125 libavfilter/vf_hysteresis.c             memset(s->map, 0, s->width[0] * s->height[0]);
width             126 libavfilter/vf_hysteresis.c             memset(s->xy, 0, s->width[0] * s->height[0] * 4);
width             132 libavfilter/vf_hysteresis.c                           s->width[p], s->height[p]);
width             268 libavfilter/vf_hysteresis.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
width             269 libavfilter/vf_hysteresis.c     s->width[0]  = s->width[3]  = inlink->w;
width             126 libavfilter/vf_idet.c         int w = idet->cur->width;
width             254 libavfilter/vf_idet.c     if(   picref->width  != link->w
width             258 libavfilter/vf_idet.c         link->dst->inputs[0]->w      = picref->width;
width              39 libavfilter/vf_lenscorrection.c     int width;
width             134 libavfilter/vf_lenscorrection.c     outlink->w = rect->width = inlink->w;
width             158 libavfilter/vf_lenscorrection.c         int w = AV_CEIL_RSHIFT(rect->width, hsub);
width              57 libavfilter/vf_lensfun.c     int width, height;
width              65 libavfilter/vf_lensfun.c     int width, height;
width             301 libavfilter/vf_lensfun.c                                          thread_data->width,
width             324 libavfilter/vf_lensfun.c         for (x = 0; x < thread_data->width; ++x)
width             330 libavfilter/vf_lensfun.c                         new_x_int = thread_data->distortion_coords[x * 2 * 3 + y * thread_data->width * 2 * 3 + rgb_index * 2]     + 0.5f;
width             331 libavfilter/vf_lensfun.c                         new_y_int = thread_data->distortion_coords[x * 2 * 3 + y * thread_data->width * 2 * 3 + rgb_index * 2 + 1] + 0.5f;
width             332 libavfilter/vf_lensfun.c                         if (new_x_int < 0 || new_x_int >= thread_data->width || new_y_int < 0 || new_y_int >= thread_data->height) {
width             340 libavfilter/vf_lensfun.c                         new_x = thread_data->distortion_coords[x * 2 * 3 + y * thread_data->width * 2 * 3 + rgb_index * 2];
width             342 libavfilter/vf_lensfun.c                         new_y = thread_data->distortion_coords[x * 2 * 3 + y * thread_data->width * 2 * 3 + rgb_index * 2 + 1];
width             344 libavfilter/vf_lensfun.c                         if (new_x_int < 0 || new_x_int + 1 >= thread_data->width || new_y_int < 0 || new_y_int + 1 >= thread_data->height) {
width             357 libavfilter/vf_lensfun.c                         new_x = thread_data->distortion_coords[x * 2 * 3 + y * thread_data->width * 2 * 3 + rgb_index * 2];
width             359 libavfilter/vf_lensfun.c                         new_y = thread_data->distortion_coords[x * 2 * 3 + y * thread_data->width * 2 * 3 + rgb_index * 2 + 1];
width             363 libavfilter/vf_lensfun.c                                 if (new_x_int + i - 2 < 0 || new_x_int + i - 2 >= thread_data->width || new_y_int + j - 2 < 0 || new_y_int + j - 2 >= thread_data->height)
width             384 libavfilter/vf_lensfun.c                         new_x_int = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2]     + 0.5f;
width             385 libavfilter/vf_lensfun.c                         new_y_int = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2 + 1] + 0.5f;
width             386 libavfilter/vf_lensfun.c                         if (new_x_int < 0 || new_x_int >= thread_data->width || new_y_int < 0 || new_y_int >= thread_data->height) {
width             394 libavfilter/vf_lensfun.c                         new_x = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2];
width             396 libavfilter/vf_lensfun.c                         new_y = thread_data->distortion_coords[x * 2 + y * thread_data->width * 2 + 1];
width             398 libavfilter/vf_lensfun.c                         if (new_x_int < 0 || new_x_int + 1 >= thread_data->width || new_y_int < 0 || new_y_int + 1 >= thread_data->height) {
width             411 libavfilter/vf_lensfun.c                         new_x = thread_data->distortion_coords[x * 2     + y * thread_data->width * 2];
width             413 libavfilter/vf_lensfun.c                         new_y = thread_data->distortion_coords[x * 2 + 1 + y * thread_data->width * 2];
width             417 libavfilter/vf_lensfun.c                                 if (new_x_int + i - 2 < 0 || new_x_int + i - 2 >= thread_data->width || new_y_int + j - 2 < 0 || new_y_int + j - 2 >= thread_data->height)
width             456 libavfilter/vf_lensfun.c             .width = inlink->w,
width             480 libavfilter/vf_lensfun.c             .width = inlink->w,
width              53 libavfilter/vf_libopencv.c     tmpimg = cvCreateImageHeader((CvSize){frame->width, frame->height}, depth, channels_nb);
width              43 libavfilter/vf_libvmaf.c     int width;
width             116 libavfilter/vf_libvmaf.c         int w = s->width;                                                       \
width             172 libavfilter/vf_libvmaf.c     s->error = compute_vmaf(&s->vmaf_score, format, s->width, s->height,
width             283 libavfilter/vf_libvmaf.c     s->width = ctx->inputs[0]->w;
width              42 libavfilter/vf_limiter.c     int width[4];
width             153 libavfilter/vf_limiter.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
width             154 libavfilter/vf_limiter.c     s->width[0]  = s->width[3]  = inlink->w;
width             197 libavfilter/vf_limiter.c                        s->width[p], slice_end - slice_start,
width              57 libavfilter/vf_lumakey.c         for (x = 0; x < frame->width; x++) {
width              90 libavfilter/vf_lumakey.c         for (x = 0; x < frame->width; x++) {
width              63 libavfilter/vf_lut2.c     int width[4], height[4];
width             419 libavfilter/vf_lut2.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(outlink->w, hsub);
width             420 libavfilter/vf_lut2.c     s->width[0]  = s->width[3]  = outlink->w;
width             475 libavfilter/vf_lut2.c     if (s->widthx[1] != s->width[1] || s->heightx[1] != s->height[1]) {
width             480 libavfilter/vf_lut2.c                ctx->output_pads[0].name, s->width[1], s->height[1]);
width             484 libavfilter/vf_lut2.c     if (s->widthx[2] != s->width[2] || s->heightx[2] != s->height[2]) {
width             489 libavfilter/vf_lut2.c                ctx->output_pads[0].name, s->width[2], s->height[2]);
width             310 libavfilter/vf_lut3d.c         for (x = 0; x < in->width; x++) {                                                              \
width             395 libavfilter/vf_lut3d.c         for (x = 0; x < in->width; x++) {                                                              \
width             454 libavfilter/vf_lut3d.c         for (x = 0; x < in->width * step; x += step) {                                              \
width            1808 libavfilter/vf_lut3d.c         for (x = 0; x < in->width; x++) {                                    \
width            1904 libavfilter/vf_lut3d.c         for (x = 0; x < in->width; x++) {                                    \
width            1962 libavfilter/vf_lut3d.c         for (x = 0; x < in->width * step; x += step) {                       \
width              46 libavfilter/vf_maskedclamp.c     int width[4], height[4];
width             101 libavfilter/vf_maskedclamp.c         const int w = s->width[p];
width             205 libavfilter/vf_maskedclamp.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
width             206 libavfilter/vf_maskedclamp.c     s->width[0]  = s->width[3]  = inlink->w;
width             102 libavfilter/vf_maskedmerge.c                        s->width[p], slice_end - slice_start,
width             204 libavfilter/vf_maskedmerge.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
width             205 libavfilter/vf_maskedmerge.c     s->width[0]  = s->width[3]  = inlink->w;
width              38 libavfilter/vf_maskfun.c     int width[4], height[4];
width             123 libavfilter/vf_maskfun.c         const int w = s->width[p];                           \
width             158 libavfilter/vf_maskfun.c         const int w = s->width[p];                           \
width             201 libavfilter/vf_maskfun.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
width             202 libavfilter/vf_maskfun.c     s->width[0]  = s->width[3]  = inlink->w;
width             225 libavfilter/vf_maskfun.c                 memset(dst, s->fill, s->width[p]);
width             234 libavfilter/vf_maskfun.c                 for (int x = 0; x < s->width[p]; x++)
width             245 libavfilter/vf_maskfun.c         s->max_sum += (uint64_t)s->sum * s->width[p] * s->height[p];
width             119 libavfilter/vf_mcdeint.c     enc_ctx->width  = inlink->w;
width              32 libavfilter/vf_midequalizer.c     int width[2][4], height[2][4];
width             116 libavfilter/vf_midequalizer.c                                     s->width[0][p] * (1 + (s->histogram_size > 256)), s->height[0][p]);
width             124 libavfilter/vf_midequalizer.c                             s->width[0][p], s->height[0][p],
width             125 libavfilter/vf_midequalizer.c                             s->width[1][p], s->height[1][p],
width             258 libavfilter/vf_midequalizer.c     s->width[0][0]  = s->width[0][3]  = inlink->w;
width             260 libavfilter/vf_midequalizer.c     s->width[0][1]  = s->width[0][2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
width             292 libavfilter/vf_midequalizer.c     s->width[1][0]  = s->width[1][3]  = inlink->w;
width             294 libavfilter/vf_midequalizer.c     s->width[1][1]  = s->width[1][2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
width             342 libavfilter/vf_minterpolate.c     const int width  = inlink->w;
width             354 libavfilter/vf_minterpolate.c     mi_ctx->b_width  = width >> mi_ctx->log2_mb_size;
width             366 libavfilter/vf_minterpolate.c         mi_ctx->pixel_mvs = av_mallocz_array(width * height, sizeof(PixelMVS));
width             367 libavfilter/vf_minterpolate.c         mi_ctx->pixel_weights = av_mallocz_array(width * height, sizeof(PixelWeights));
width             368 libavfilter/vf_minterpolate.c         mi_ctx->pixel_refs = av_mallocz_array(width * height, sizeof(PixelRefs));
width             393 libavfilter/vf_minterpolate.c     ff_me_init_context(me_ctx, mi_ctx->mb_size, mi_ctx->search_param, width, height, 0, (mi_ctx->b_width - 1) << mi_ctx->log2_mb_size, 0, (mi_ctx->b_height - 1) << mi_ctx->log2_mb_size);
width             839 libavfilter/vf_minterpolate.c         mi_ctx->sad(p1, linesize1, p2, linesize2, me_ctx->width, me_ctx->height, &sad);
width             841 libavfilter/vf_minterpolate.c         mafd = (double) sad * 100.0 / (me_ctx->height * me_ctx->width) / (1 << mi_ctx->bitdepth);
width             871 libavfilter/vf_minterpolate.c     int width = mi_ctx->frames[0].avf->width;
width             876 libavfilter/vf_minterpolate.c         for (x = 0; x < width; x++)
width             877 libavfilter/vf_minterpolate.c             mi_ctx->pixel_refs[x + y * width].nb = 0;
width             891 libavfilter/vf_minterpolate.c                 startc_x = av_clip(start_x, 0, width - 1);
width             893 libavfilter/vf_minterpolate.c                 endc_x = av_clip(start_x + (2 << mi_ctx->log2_mb_size), 0, width - 1);
width             906 libavfilter/vf_minterpolate.c                         int x_max = width - x - 1;
width             908 libavfilter/vf_minterpolate.c                         PixelMVS *pixel_mvs = &mi_ctx->pixel_mvs[x + y * width];
width             909 libavfilter/vf_minterpolate.c                         PixelWeights *pixel_weights = &mi_ctx->pixel_weights[x + y * width];
width             910 libavfilter/vf_minterpolate.c                         PixelRefs *pixel_refs = &mi_ctx->pixel_refs[x + y * width];
width             923 libavfilter/vf_minterpolate.c         int width = avf_out->width;
width             928 libavfilter/vf_minterpolate.c             for (x = 0; x < width; x++) {
width             932 libavfilter/vf_minterpolate.c                 PixelMVS *pixel_mvs = &mi_ctx->pixel_mvs[x + y * avf_out->width];
width             933 libavfilter/vf_minterpolate.c                 PixelWeights *pixel_weights = &mi_ctx->pixel_weights[x + y * avf_out->width];
width             934 libavfilter/vf_minterpolate.c                 PixelRefs *pixel_refs = &mi_ctx->pixel_refs[x + y * avf_out->width];
width             979 libavfilter/vf_minterpolate.c     int width = mi_ctx->frames[0].avf->width;
width            1003 libavfilter/vf_minterpolate.c                         int x_max = width - x - 1;
width            1004 libavfilter/vf_minterpolate.c                         PixelMVS *pixel_mvs = &mi_ctx->pixel_mvs[x + y * width];
width            1005 libavfilter/vf_minterpolate.c                         PixelWeights *pixel_weights = &mi_ctx->pixel_weights[x + y * width];
width            1006 libavfilter/vf_minterpolate.c                         PixelRefs *pixel_refs = &mi_ctx->pixel_refs[x + y * width];
width            1018 libavfilter/vf_minterpolate.c     int width = mi_ctx->frames[0].avf->width;
width            1043 libavfilter/vf_minterpolate.c     startc_x = av_clip(start_x, 0, width - 1);
width            1045 libavfilter/vf_minterpolate.c     endc_x = av_clip(start_x + (2 << mi_ctx->log2_mb_size), 0, width - 1);
width            1053 libavfilter/vf_minterpolate.c             int x_max = width - x - 1;
width            1055 libavfilter/vf_minterpolate.c             PixelMVS *pixel_mvs = &mi_ctx->pixel_mvs[x + y * width];
width            1056 libavfilter/vf_minterpolate.c             PixelWeights *pixel_weights = &mi_ctx->pixel_weights[x + y * width];
width            1057 libavfilter/vf_minterpolate.c             PixelRefs *pixel_refs = &mi_ctx->pixel_refs[x + y * width];
width            1113 libavfilter/vf_minterpolate.c                 int width = avf_out->width;
width            1117 libavfilter/vf_minterpolate.c                     width = AV_CEIL_RSHIFT(width, mi_ctx->log2_chroma_w);
width            1122 libavfilter/vf_minterpolate.c                     for (x = 0; x < width; x++) {
width            1141 libavfilter/vf_minterpolate.c                     for (x = 0; x < mi_ctx->frames[0].avf->width; x++)
width            1142 libavfilter/vf_minterpolate.c                         mi_ctx->pixel_refs[x + y * mi_ctx->frames[0].avf->width].nb = 0;
width             134 libavfilter/vf_misc_vaapi.c            input_frame->width, input_frame->height, input_frame->pts);
width             168 libavfilter/vf_misc_vaapi.c            output_frame->width, output_frame->height, output_frame->pts);
width             227 libavfilter/vf_mix.c     int width = ctx->inputs[0]->w;
width             233 libavfilter/vf_mix.c             if (ctx->inputs[i]->h != height || ctx->inputs[i]->w != width) {
width             234 libavfilter/vf_mix.c                 av_log(ctx, AV_LOG_ERROR, "Input %d size (%dx%d) does not match input %d size (%dx%d).\n", i, ctx->inputs[i]->w, ctx->inputs[i]->h, 0, width, height);
width             256 libavfilter/vf_mix.c     outlink->w          = width;
width             133 libavfilter/vf_mpdecimate.c                         AV_CEIL_RSHIFT(ref->width,  hsub),
width              47 libavfilter/vf_neighbor.c     void (*filter)(uint8_t *dst, const uint8_t *p1, int width,
width              79 libavfilter/vf_neighbor.c static void erosion(uint8_t *dst, const uint8_t *p1, int width,
width              85 libavfilter/vf_neighbor.c     for (x = 0; x < width; x++) {
width             100 libavfilter/vf_neighbor.c static void erosion16(uint8_t *dstp, const uint8_t *p1, int width,
width             107 libavfilter/vf_neighbor.c     for (x = 0; x < width; x++) {
width             122 libavfilter/vf_neighbor.c static void dilation(uint8_t *dst, const uint8_t *p1, int width,
width             128 libavfilter/vf_neighbor.c     for (x = 0; x < width; x++) {
width             143 libavfilter/vf_neighbor.c static void dilation16(uint8_t *dstp, const uint8_t *p1, int width,
width             150 libavfilter/vf_neighbor.c     for (x = 0; x < width; x++) {
width             165 libavfilter/vf_neighbor.c static void deflate(uint8_t *dst, const uint8_t *p1, int width,
width             171 libavfilter/vf_neighbor.c     for (x = 0; x < width; x++) {
width             181 libavfilter/vf_neighbor.c static void deflate16(uint8_t *dstp, const uint8_t *p1, int width,
width             188 libavfilter/vf_neighbor.c     for (x = 0; x < width; x++) {
width             198 libavfilter/vf_neighbor.c static void inflate(uint8_t *dst, const uint8_t *p1, int width,
width             204 libavfilter/vf_neighbor.c     for (x = 0; x < width; x++) {
width             214 libavfilter/vf_neighbor.c static void inflate16(uint8_t *dstp, const uint8_t *p1, int width,
width             221 libavfilter/vf_neighbor.c     for (x = 0; x < width; x++) {
width             274 libavfilter/vf_neighbor.c         const int width  = s->planewidth[plane];
width             281 libavfilter/vf_neighbor.c             av_image_copy_plane(dst, dstride, src, stride, width * bpc, slice_end - slice_start);
width             296 libavfilter/vf_neighbor.c             const uint8_t *coordinatesrb[] = { src + (width - 2) * bpc - nh * stride, src + (width - 1) * bpc - nh * stride, src + (width - 2) * bpc - nh * stride,
width             297 libavfilter/vf_neighbor.c                                                src + (width - 2) * bpc,                                                      src + (width - 2) * bpc,
width             298 libavfilter/vf_neighbor.c                                                src + (width - 2) * bpc + ph * stride, src + (width - 1) * bpc + ph * stride, src + (width - 2) * bpc + ph * stride};
width             301 libavfilter/vf_neighbor.c             if (width > 1) {
width             302 libavfilter/vf_neighbor.c                 s->filter(dst          + 1  * bpc, src          + 1  * bpc, width - 2, threshold, coordinates,   s->coordinates, s->max);
width             303 libavfilter/vf_neighbor.c                 s->filter(dst + (width - 1) * bpc, src + (width - 1) * bpc, 1,         threshold, coordinatesrb, s->coordinates, s->max);
width             136 libavfilter/vf_neighbor_opencl.c            input->width, input->height, input->pts);
width             207 libavfilter/vf_neighbor_opencl.c            output->width, output->height, output->pts);
width              74 libavfilter/vf_nlmeans_opencl.c static int nlmeans_opencl_init(AVFilterContext *avctx, int width, int height)
width              79 libavfilter/vf_nlmeans_opencl.c     int weight_buf_size = width * height * sizeof(float);
width             132 libavfilter/vf_nlmeans_opencl.c                                        4 * width * height * sizeof(cl_int),
width             171 libavfilter/vf_nlmeans_opencl.c                          cl_int width, cl_int height, cl_int p, cl_int r)
width             176 libavfilter/vf_nlmeans_opencl.c     const size_t worksize2[] = {width};
width             177 libavfilter/vf_nlmeans_opencl.c     const size_t worksize3[2] = {width, height};
width             183 libavfilter/vf_nlmeans_opencl.c     weight_buf_size = width * height * sizeof(float);
width             231 libavfilter/vf_nlmeans_opencl.c         CL_SET_KERNEL_ARG(ctx->horiz_kernel, 2, cl_int, &width);
width             243 libavfilter/vf_nlmeans_opencl.c         CL_SET_KERNEL_ARG(ctx->vert_kernel, 2, cl_int, &width);
width             255 libavfilter/vf_nlmeans_opencl.c         CL_SET_KERNEL_ARG(ctx->accum_kernel, 4, cl_int, &width);
width             301 libavfilter/vf_nlmeans_opencl.c            input->width, input->height, input->pts);
width             369 libavfilter/vf_nlmeans_opencl.c            output->width, output->height, output->pts);
width             352 libavfilter/vf_nnedi.c static int32_t process_line0(const uint8_t *tempu, int width, uint8_t *dstp8, const uint8_t *src3p8, const int src_pitch, const int max_value, const int chroma)
width             359 libavfilter/vf_nnedi.c     for (x = 0; x < width; x++) {
width             431 libavfilter/vf_nnedi.c         const int width = frame_data->padded_width[plane];
width             446 libavfilter/vf_nnedi.c                    (width - 64) * sizeof(uint8_t));
width             459 libavfilter/vf_nnedi.c                 for (x = 32; x < width - 32; x++) {
width             463 libavfilter/vf_nnedi.c                 lcount[y] += s->process_line0(tempu + 32, width - 64, (uint8_t *)(dstp + 32), (const uint8_t *)(src3p + 32), src_stride, s->max_value, plane);
width             469 libavfilter/vf_nnedi.c                 for (x = 32; x < width - 32; x += 4) {
width             473 libavfilter/vf_nnedi.c                 lcount[y] += s->process_line0(tempu + 32, width - 64, (uint8_t *)(dstp + 32), (const uint8_t *)(src3p + 32), src_stride, s->max_value, plane);
width             479 libavfilter/vf_nnedi.c                 memset(dstp + 32, 255, (width - 64) * sizeof(uint8_t));
width             480 libavfilter/vf_nnedi.c                 lcount[y] += width - 64;
width             596 libavfilter/vf_nnedi.c         const int width = frame_data->padded_width[plane];
width             614 libavfilter/vf_nnedi.c             for (x = 32; x < width - 32; x++) {
width             192 libavfilter/vf_noise.c                   int width, int start, int end, NoiseContext *n, int comp)
width             201 libavfilter/vf_noise.c             av_image_copy_plane(dst, dst_linesize, src, src_linesize, width, end - start);
width             208 libavfilter/vf_noise.c         for (x=0; x < width; x+= MAX_RES) {
width             209 libavfilter/vf_noise.c             int w = FFMIN(width - x, MAX_RES);
width             146 libavfilter/vf_normalize.c         for (int x = 0; x < in->width; x++) {
width             161 libavfilter/vf_normalize.c         for (int x = 0; x < in->width; x++) {
width             182 libavfilter/vf_normalize.c         for (int x = 0; x < in->width; x++) {
width             204 libavfilter/vf_normalize.c         for (int x = 0; x < in->width; x++) {
width             220 libavfilter/vf_normalize.c         for (int x = 0; x < in->width; x++) {
width             235 libavfilter/vf_normalize.c         for (int x = 0; x < in->width; x++) {
width             256 libavfilter/vf_normalize.c         for (int x = 0; x < in->width; x++) {
width             278 libavfilter/vf_normalize.c         for (int x = 0; x < in->width; x++) {
width             106 libavfilter/vf_ocr.c                              in->linesize[0], 0, 0, in->width, in->height);
width             364 libavfilter/vf_overlay.c     const int src_w = src->width;
width             366 libavfilter/vf_overlay.c     const int dst_w = dst->width;
width             610 libavfilter/vf_overlay.c     const int src_w = src->width;
width             612 libavfilter/vf_overlay.c     const int dst_w = dst->width;
width             639 libavfilter/vf_overlay.c     const int src_w = src->width;
width             641 libavfilter/vf_overlay.c     const int dst_w = dst->width;
width             952 libavfilter/vf_overlay.c         s->var_values[VAR_OVERLAY_W] = s->var_values[VAR_OW] = second->width;
width             954 libavfilter/vf_overlay.c         s->var_values[VAR_MAIN_W   ] = s->var_values[VAR_MW] = mainpic->width;
width             964 libavfilter/vf_overlay.c     if (s->x < mainpic->width  && s->x + second->width  >= 0 &&
width             182 libavfilter/vf_overlay_cuda.c         input_main->width, input_main->height,
width             184 libavfilter/vf_overlay_cuda.c         input_overlay->width, input_overlay->height,
width             194 libavfilter/vf_overlay_cuda.c             input_main->width, input_main->height / 2,
width             196 libavfilter/vf_overlay_cuda.c             input_overlay->width, input_overlay->height / 2,
width             204 libavfilter/vf_overlay_cuda.c             input_main->width / 2, input_main->height / 2,
width             206 libavfilter/vf_overlay_cuda.c             input_overlay->width / 2, input_overlay->height / 2,
width             212 libavfilter/vf_overlay_cuda.c             input_main->width / 2, input_main->height / 2,
width             214 libavfilter/vf_overlay_cuda.c             input_overlay->width / 2, input_overlay->height / 2,
width             215 libavfilter/vf_overlay_opencl.c            output->width, output->height, output->pts);
width             375 libavfilter/vf_overlay_vulkan.c         s->overlay_w = input_overlay->width;
width             185 libavfilter/vf_owdenoise.c                    int width, int height, double strength)
width             189 libavfilter/vf_owdenoise.c     while (1<<depth > width || 1<<depth > height)
width             194 libavfilter/vf_owdenoise.c             for(x = 0; x < width; x++)
width             201 libavfilter/vf_owdenoise.c             for(x = 0; x < width; x++)
width             206 libavfilter/vf_owdenoise.c         decompose2D2(s->plane[i + 1], s->plane[i][0], s->plane[0] + 1, s->linesize, 1<<i, width, height);
width             211 libavfilter/vf_owdenoise.c                 for (x = 0; x < width; x++) {
width             222 libavfilter/vf_owdenoise.c         compose2D2(s->plane[i][0], s->plane[i + 1], s->plane[0] + 1, s->linesize, 1<<i, width, height);
width             226 libavfilter/vf_owdenoise.c             for (x = 0; x < width; x++) {
width             237 libavfilter/vf_owdenoise.c             for (x = 0; x < width; x++) {
width             244 libavfilter/vf_pad.c     frame->width  = w;
width             283 libavfilter/vf_pad.c         ptrdiff_t req_end   = ((s->w - s->x - frame->width) >> hsub) *
width             330 libavfilter/vf_pad.c            in->width  != s->inlink_w
width             337 libavfilter/vf_pad.c         inlink->dst->inputs[0]->w      = in->width;
width             400 libavfilter/vf_pad.c                           s->x, s->y, 0, 0, in->width, in->height);
width             408 libavfilter/vf_pad.c     out->width  = s->w;
width             241 libavfilter/vf_palettegen.c         for (x = 0; x < out->width; x++) {
width             256 libavfilter/vf_palettegen.c         pal[out->width - pal_linesize - 1] = AV_RB32(&s->transparency_color) >> 8;
width             444 libavfilter/vf_palettegen.c         for (x = 0; x < f1->width; x++) {
width             466 libavfilter/vf_palettegen.c         for (x = 0; x < f->width; x++) {
width              81 libavfilter/vf_paletteuse.c                               int x_start, int y_start, int width, int height);
width             787 libavfilter/vf_paletteuse.c     const float div = in1->width * in1->height * 3;
width             791 libavfilter/vf_paletteuse.c         for (x = 0; x < in1->width; x++) {
width             814 libavfilter/vf_paletteuse.c     int width  = cur_src->width;
width             819 libavfilter/vf_paletteuse.c         int x_end = cur_src->width  - 1,
width             834 libavfilter/vf_paletteuse.c                                           cur_src->width * 4)) {
width             837 libavfilter/vf_paletteuse.c                    cur_dst->width);
width             842 libavfilter/vf_paletteuse.c                                           cur_src->width * 4)) {
width             845 libavfilter/vf_paletteuse.c                    cur_dst->width);
width             876 libavfilter/vf_paletteuse.c         width = x_end + 1 - x_start;
width             883 libavfilter/vf_paletteuse.c         if (x_end != cur_src->width - 1) {
width             884 libavfilter/vf_paletteuse.c             const int copy_len = cur_src->width - 1 - x_end;
width             893 libavfilter/vf_paletteuse.c     *wp = width;
width             924 libavfilter/vf_paletteuse.c             w, h, x, y, x+w, y+h, in->width, in->height);
width             994 libavfilter/vf_paletteuse.c         for (x = 0; x < palette_frame->width; x++) {
width             106 libavfilter/vf_photosensitivity.c     int width = td->in->width, height = td->in->height, linesize = td->in->linesize[0], skip = td->skip;
width             113 libavfilter/vf_photosensitivity.c         x0 = width  *  gx    / GRID_SIZE;
width             114 libavfilter/vf_photosensitivity.c         x1 = width  * (gx+1) / GRID_SIZE;
width             278 libavfilter/vf_photosensitivity.c     out = ff_get_video_buffer(outlink, in->width, in->height);
width             138 libavfilter/vf_pp.c     outbuf->width  = inbuf->width;
width             202 libavfilter/vf_pp7.c                    int width, int height,
width             206 libavfilter/vf_pp7.c     const int stride = is_luma ? p->temp_stride : ((width + 16 + 15) & (~15));
width             214 libavfilter/vf_pp7.c         memcpy(p_src + index, src + y * src_stride, width);
width             217 libavfilter/vf_pp7.c             p_src[index + width + x    ]= p_src[index + width - x - 1];
width             234 libavfilter/vf_pp7.c         for (x = 0; x < width; ) {
width             237 libavfilter/vf_pp7.c             int end = FFMIN(x + 8, width);
width             242 libavfilter/vf_pp7.c                 qp = qp_store[ (FFMIN(x, width - 1) >> qps) + (FFMIN(y, height - 1) >> qps) * qp_stride];
width             346 libavfilter/vf_pp7.c             out->width = in->width;
width              37 libavfilter/vf_premultiply.c     int width[4], height[4];
width             396 libavfilter/vf_premultiply.c                           s->width[p], slice_end - slice_start,
width             567 libavfilter/vf_premultiply.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
width             568 libavfilter/vf_premultiply.c     s->width[0]  = s->width[3]  = inlink->w;
width             139 libavfilter/vf_procamp_vaapi.c            input_frame->width, input_frame->height, input_frame->pts);
width             171 libavfilter/vf_procamp_vaapi.c            output_frame->width, output_frame->height, output_frame->pts);
width              45 libavfilter/vf_program_opencl.c     int                 width, height;
width             169 libavfilter/vf_program_opencl.c            output->width, output->height, output->pts);
width             259 libavfilter/vf_program_opencl.c     ctx->ocf.output_width  = ctx->width;
width             346 libavfilter/vf_program_opencl.c     { "size",   "Video size",       OFFSET(width),
width             348 libavfilter/vf_program_opencl.c     { "s",      "Video size",       OFFSET(width),
width             390 libavfilter/vf_program_opencl.c     { "size",   "Video size",       OFFSET(width),
width             392 libavfilter/vf_program_opencl.c     { "s",      "Video size",       OFFSET(width),
width              69 libavfilter/vf_pseudocolor.c     int width[4], height[4];
width              75 libavfilter/vf_pseudocolor.c     void (*filter[4])(int max, int width, int height,
width             133 libavfilter/vf_pseudocolor.c static void pseudocolor_filter(int max, int width, int height,
width             145 libavfilter/vf_pseudocolor.c         for (x = 0; x < width; x++) {
width             160 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_11(int max, int width, int height,
width             172 libavfilter/vf_pseudocolor.c         for (x = 0; x < width; x++) {
width             186 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_11d(int max, int width, int height,
width             198 libavfilter/vf_pseudocolor.c         for (x = 0; x < width; x++) {
width             212 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_10(int max, int width, int height,
width             224 libavfilter/vf_pseudocolor.c         for (x = 0; x < width; x++) {
width             239 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_10d(int max, int width, int height,
width             251 libavfilter/vf_pseudocolor.c         for (x = 0; x < width; x++) {
width             266 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_16(int max, int width, int height,
width             281 libavfilter/vf_pseudocolor.c         for (x = 0; x < width; x++) {
width             296 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_16_10(int max, int width, int height,
width             311 libavfilter/vf_pseudocolor.c         for (x = 0; x < width; x++) {
width             326 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_16_10d(int max, int width, int height,
width             341 libavfilter/vf_pseudocolor.c         for (x = 0; x < width; x++) {
width             356 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_16_11(int max, int width, int height,
width             375 libavfilter/vf_pseudocolor.c         for (x = 0; x < width; x++) {
width             389 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_16_11d(int max, int width, int height,
width             408 libavfilter/vf_pseudocolor.c         for (x = 0; x < width; x++) {
width             445 libavfilter/vf_pseudocolor.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
width             446 libavfilter/vf_pseudocolor.c     s->width[0]  = s->width[3]  = inlink->w;
width             622 libavfilter/vf_pseudocolor.c         s->filter[plane](s->max, s->width[plane], s->height[plane],
width             163 libavfilter/vf_psnr.c                           master->width, master->height, comp_mse);
width              87 libavfilter/vf_readvitc.c static int read_vitc_line( ReadVitcContext *ctx, uint8_t *src, int line_size, int width, int height )
width             104 libavfilter/vf_readvitc.c         while ((x < width) && (grp_index < 9)) {
width             106 libavfilter/vf_readvitc.c             while ((x < width) && (scan_line[x] < ctx->threshold_white))
width             108 libavfilter/vf_readvitc.c             while ((x < width) && (scan_line[x] > ctx->threshold_black))
width             112 libavfilter/vf_readvitc.c             if ((grp_start_pos + ctx->grp_width) > width)
width             170 libavfilter/vf_remap.c             for (x = 0; x < out->width; x++) {                                              \
width             171 libavfilter/vf_remap.c                 if (ymap[x] < in->height && xmap[x] < in->width) {                          \
width             219 libavfilter/vf_remap.c         for (x = 0; x < out->width; x++) {                                                  \
width             221 libavfilter/vf_remap.c                 if (ymap[x] < in->height && xmap[x] < in->width) {                          \
width             149 libavfilter/vf_sab.c static int open_filter_param(FilterParam *f, int width, int height, unsigned int sws_flags)
width             154 libavfilter/vf_sab.c     int linesize = FFALIGN(width, 8);
width             164 libavfilter/vf_sab.c     f->pre_filter_context = sws_getContext(width, height, AV_PIX_FMT_GRAY8,
width             165 libavfilter/vf_sab.c                                            width, height, AV_PIX_FMT_GRAY8,
width             667 libavfilter/vf_scale.c     frame_changed = in->width  != link->w ||
width             714 libavfilter/vf_scale.c         link->dst->inputs[0]->w      = in->width;
width             741 libavfilter/vf_scale.c     out->width  = outlink->w;
width             835 libavfilter/vf_scale.c     frame_changed = in->width  != link->w ||
width             843 libavfilter/vf_scale.c         link->w = in->width;
width              67 libavfilter/vf_scale_cuda.c         int width;
width             147 libavfilter/vf_scale_cuda.c     if (!s->planes_out[0].width) {
width             148 libavfilter/vf_scale_cuda.c         s->planes_out[0].width  = s->planes_in[0].width;
width             153 libavfilter/vf_scale_cuda.c         s->planes_in[i].width   = s->planes_in[0].width   >> in_sw;
width             155 libavfilter/vf_scale_cuda.c         s->planes_out[i].width  = s->planes_out[0].width  >> out_sw;
width             166 libavfilter/vf_scale_cuda.c     out_ctx->width     = FFALIGN(s->planes_out[0].width,  32);
width             178 libavfilter/vf_scale_cuda.c     s->frame->width  = s->planes_out[0].width;
width             237 libavfilter/vf_scale_cuda.c     s->planes_in[0].width   = in_width;
width             239 libavfilter/vf_scale_cuda.c     s->planes_out[0].width  = out_width;
width             365 libavfilter/vf_scale_cuda.c         .res.pitch2D.width = src_width,
width             395 libavfilter/vf_scale_cuda.c                            in->data[0], in->width, in->height, in->linesize[0],
width             396 libavfilter/vf_scale_cuda.c                            out->data[0], out->width, out->height, out->linesize[0],
width             399 libavfilter/vf_scale_cuda.c                            in->data[1], in->width/2, in->height/2, in->linesize[0]/2,
width             400 libavfilter/vf_scale_cuda.c                            out->data[1], out->width/2, out->height/2, out->linesize[0]/2,
width             403 libavfilter/vf_scale_cuda.c                            in->data[2], in->width/2, in->height/2, in->linesize[0]/2,
width             404 libavfilter/vf_scale_cuda.c                            out->data[2], out->width/2, out->height/2, out->linesize[0]/2,
width             409 libavfilter/vf_scale_cuda.c                            in->data[0], in->width, in->height, in->linesize[0],
width             410 libavfilter/vf_scale_cuda.c                            out->data[0], out->width, out->height, out->linesize[0],
width             413 libavfilter/vf_scale_cuda.c                            in->data[1], in->width, in->height, in->linesize[0],
width             414 libavfilter/vf_scale_cuda.c                            out->data[1], out->width, out->height, out->linesize[0],
width             417 libavfilter/vf_scale_cuda.c                            in->data[2], in->width, in->height, in->linesize[0],
width             418 libavfilter/vf_scale_cuda.c                            out->data[2], out->width, out->height, out->linesize[0],
width             423 libavfilter/vf_scale_cuda.c                            in->data[0], in->width, in->height, in->linesize[0] / 2,
width             424 libavfilter/vf_scale_cuda.c                            out->data[0], out->width, out->height, out->linesize[0] / 2,
width             427 libavfilter/vf_scale_cuda.c                            in->data[1], in->width, in->height, in->linesize[1] / 2,
width             428 libavfilter/vf_scale_cuda.c                            out->data[1], out->width, out->height, out->linesize[1] / 2,
width             431 libavfilter/vf_scale_cuda.c                            in->data[2], in->width, in->height, in->linesize[2] / 2,
width             432 libavfilter/vf_scale_cuda.c                            out->data[2], out->width, out->height, out->linesize[2] / 2,
width             437 libavfilter/vf_scale_cuda.c                            in->data[0], in->width, in->height, in->linesize[0],
width             438 libavfilter/vf_scale_cuda.c                            out->data[0], out->width, out->height, out->linesize[0],
width             441 libavfilter/vf_scale_cuda.c                            in->data[1], in->width/2, in->height/2, in->linesize[1],
width             442 libavfilter/vf_scale_cuda.c                            out->data[1], out->width/2, out->height/2, out->linesize[1]/2,
width             447 libavfilter/vf_scale_cuda.c                            in->data[0], in->width, in->height, in->linesize[0]/2,
width             448 libavfilter/vf_scale_cuda.c                            out->data[0], out->width, out->height, out->linesize[0]/2,
width             451 libavfilter/vf_scale_cuda.c                            in->data[1], in->width / 2, in->height / 2, in->linesize[1]/2,
width             452 libavfilter/vf_scale_cuda.c                            out->data[1], out->width / 2, out->height / 2, out->linesize[1] / 4,
width             457 libavfilter/vf_scale_cuda.c                            in->data[0], in->width, in->height, in->linesize[0] / 2,
width             458 libavfilter/vf_scale_cuda.c                            out->data[0], out->width, out->height, out->linesize[0] / 2,
width             461 libavfilter/vf_scale_cuda.c                            in->data[1], in->width / 2, in->height / 2, in->linesize[1] / 2,
width             462 libavfilter/vf_scale_cuda.c                            out->data[1], out->width / 2, out->height / 2, out->linesize[1] / 4,
width             490 libavfilter/vf_scale_cuda.c     s->frame->width  = s->planes_out[0].width;
width              68 libavfilter/vf_scale_npp.c         int width;
width             165 libavfilter/vf_scale_npp.c     if (!stage->planes_out[0].width) {
width             166 libavfilter/vf_scale_npp.c         stage->planes_out[0].width  = stage->planes_in[0].width;
width             171 libavfilter/vf_scale_npp.c         stage->planes_in[i].width   = stage->planes_in[0].width   >> in_sw;
width             173 libavfilter/vf_scale_npp.c         stage->planes_out[i].width  = stage->planes_out[0].width  >> out_sw;
width             184 libavfilter/vf_scale_npp.c     out_ctx->width     = FFALIGN(stage->planes_out[0].width,  32);
width             196 libavfilter/vf_scale_npp.c     stage->frame->width  = stage->planes_out[0].width;
width             301 libavfilter/vf_scale_npp.c     s->stages[STAGE_DEINTERLEAVE].planes_in[0].width  = in_width;
width             306 libavfilter/vf_scale_npp.c     s->stages[STAGE_RESIZE].planes_in[0].width   = in_width;
width             308 libavfilter/vf_scale_npp.c     s->stages[STAGE_RESIZE].planes_out[0].width  = out_width;
width             313 libavfilter/vf_scale_npp.c     s->stages[STAGE_INTERLEAVE].planes_in[0].width  = out_width;
width             394 libavfilter/vf_scale_npp.c                                     (NppiSize){ in->width, in->height });
width             415 libavfilter/vf_scale_npp.c         int iw = stage->planes_in[i].width;
width             417 libavfilter/vf_scale_npp.c         int ow = stage->planes_out[i].width;
width             447 libavfilter/vf_scale_npp.c                                     (NppiSize){ in->width, in->height });
width             204 libavfilter/vf_scale_qsv.c     out_frames_ctx->width             = FFALIGN(out_width,  16);
width             595 libavfilter/vf_scale_qsv.c     out->width  = outlink->w;
width             114 libavfilter/vf_scale_vaapi.c            input_frame->width, input_frame->height, input_frame->pts);
width             156 libavfilter/vf_scale_vaapi.c            output_frame->width, output_frame->height, output_frame->pts,
width             116 libavfilter/vf_scale_vulkan.c     int crop_w = in->width - (in->crop_left + in->crop_right);
width             201 libavfilter/vf_scale_vulkan.c         GLSLF(1,     vec2 in_d = vec2(%i, %i);             ,in->width, in->height);
width              37 libavfilter/vf_scdet.c     ptrdiff_t width[4];
width              98 libavfilter/vf_scdet.c         s->width[plane] = line_size >> (s->bitdepth > 8);
width             123 libavfilter/vf_scdet.c                     && frame->width  == prev_picref->width) {
width             132 libavfilter/vf_scdet.c                     s->width[plane], s->height[plane], &plane_sad);
width             134 libavfilter/vf_scdet.c             count += s->width[plane] * s->height[plane];
width             117 libavfilter/vf_scroll.c     s->h_pos = fmodf(s->h_pos, in->width);
width             124 libavfilter/vf_scroll.c         h_pos += in->width;
width             137 libavfilter/vf_scroll.c     s->h_pos += s->h_speed * in->width;
width             325 libavfilter/vf_selectivecolor.c     const int width  = in->width;                                                                       \
width             339 libavfilter/vf_selectivecolor.c         for (x = 0; x < width * s->step; x += s->step) {                                                \
width              89 libavfilter/vf_showinfo.c         av_spherical_tile_bounds(spherical, frame->width, frame->height,
width             275 libavfilter/vf_showinfo.c         int linesize = av_image_get_linesize(frame->format, frame->width, plane);
width             276 libavfilter/vf_showinfo.c         int width = linesize >> (bitdepth > 8);
width             286 libavfilter/vf_showinfo.c             pixelcount[plane] += width;
width             298 libavfilter/vf_showinfo.c            frame->width, frame->height,
width             111 libavfilter/vf_shuffleplanes.c         AVFrame *copy = ff_get_video_buffer(ctx->outputs[0], frame->width, frame->height);
width             150 libavfilter/vf_signalstats.c     frame->width  = w;
width             226 libavfilter/vf_signalstats.c     const int w = in->width;
width             261 libavfilter/vf_signalstats.c     const int w = in->width;
width             300 libavfilter/vf_signalstats.c     const int w = in->width;
width             348 libavfilter/vf_signalstats.c     const int w = in->width;
width             391 libavfilter/vf_signalstats.c     const int w = in->width;
width             425 libavfilter/vf_signalstats.c     const int w = in->width;
width             133 libavfilter/vf_smartblur.c static int alloc_sws_context(FilterParam *f, int width, int height, unsigned int flags)
width             148 libavfilter/vf_smartblur.c                                              width, height, AV_PIX_FMT_GRAY8,
width             149 libavfilter/vf_smartblur.c                                              width, height, AV_PIX_FMT_GRAY8,
width             162 libavfilter/vf_spp.c                           int width, int height, int log2_scale,
width             176 libavfilter/vf_spp.c         for (x = 0; x < width; x += 8) {
width             192 libavfilter/vf_spp.c                             int width, int height, int log2_scale,
width             207 libavfilter/vf_spp.c         for (x = 0; x < width; x += 8) {
width             238 libavfilter/vf_spp.c                    int dst_linesize, int src_linesize, int width, int height,
width             243 libavfilter/vf_spp.c     const int linesize = is_luma ? p->temp_linesize : FFALIGN(width+16, 16);
width             252 libavfilter/vf_spp.c         memcpy(p->src + index*sample_bytes, src + y*src_linesize, width*sample_bytes);
width             256 libavfilter/vf_spp.c                 p->src[index + width + x    ] = p->src[index + width - x - 1];
width             261 libavfilter/vf_spp.c                 psrc16[index + width + x    ] = psrc16[index + width - x - 1];
width             272 libavfilter/vf_spp.c         for (x = 0; x < width + 8; x += 8) {
width             279 libavfilter/vf_spp.c                 qp = qp_table[(FFMIN(x, width - 1) >> qps) + (FFMIN(y, height - 1) >> qps) * qp_stride];
width             296 libavfilter/vf_spp.c                                dst_linesize, linesize, width,
width             301 libavfilter/vf_spp.c                                 dst_linesize/2, linesize, width,
width             423 libavfilter/vf_spp.c                 out->width  = in->width;
width              48 libavfilter/vf_spp.h                         int width, int height, int log2_scale,
width             123 libavfilter/vf_sr.c     sr_context->input.width = inlink->w * sr_context->scale_factor;
width             139 libavfilter/vf_sr.c     if (sr_context->input.height != sr_context->output.height || sr_context->input.width != sr_context->output.width){
width             140 libavfilter/vf_sr.c         sr_context->input.width = inlink->w;
width             155 libavfilter/vf_sr.c     outlink->w = sr_context->output.width;
width             156 libavfilter/vf_sr.c     sr_context->sws_contexts[1] = sws_getContext(sr_context->input.width, sr_context->input.height, AV_PIX_FMT_GRAY8,
width             157 libavfilter/vf_sr.c                                                  sr_context->input.width, sr_context->input.height, AV_PIX_FMT_GRAYF32,
width             159 libavfilter/vf_sr.c     sr_context->sws_input_linesize = sr_context->input.width << 2;
width             160 libavfilter/vf_sr.c     sr_context->sws_contexts[2] = sws_getContext(sr_context->output.width, sr_context->output.height, AV_PIX_FMT_GRAYF32,
width             161 libavfilter/vf_sr.c                                                  sr_context->output.width, sr_context->output.height, AV_PIX_FMT_GRAY8,
width             163 libavfilter/vf_sr.c     sr_context->sws_output_linesize = sr_context->output.width << 2;
width             181 libavfilter/vf_sr.c             sws_src_w = AV_CEIL_RSHIFT(sr_context->input.width, desc->log2_chroma_w);
width             183 libavfilter/vf_sr.c             sws_dst_w = AV_CEIL_RSHIFT(sr_context->output.width, desc->log2_chroma_w);
width             214 libavfilter/vf_sr.c     out->width = sr_context->output.width;
width              67 libavfilter/vf_ssim.c                         int width, int height, void *temp,
width              98 libavfilter/vf_ssim.c                              int64_t (*sums)[4], int width)
width             107 libavfilter/vf_ssim.c     for (z = 0; z < width; z++) {
width             134 libavfilter/vf_ssim.c                             int (*sums)[4], int width)
width             138 libavfilter/vf_ssim.c     for (z = 0; z < width; z++) {
width             195 libavfilter/vf_ssim.c static float ssim_endn_16bit(const int64_t (*sum0)[4], const int64_t (*sum1)[4], int width, int max)
width             200 libavfilter/vf_ssim.c     for (i = 0; i < width; i++)
width             209 libavfilter/vf_ssim.c static double ssim_endn_8bit(const int (*sum0)[4], const int (*sum1)[4], int width)
width             214 libavfilter/vf_ssim.c     for (i = 0; i < width; i++)
width             227 libavfilter/vf_ssim.c                               int width, int height, void *temp,
width             233 libavfilter/vf_ssim.c     int64_t (*sum1)[4] = sum0 + SUM_LEN(width);
width             235 libavfilter/vf_ssim.c     width >>= 2;
width             243 libavfilter/vf_ssim.c                              sum0, width);
width             246 libavfilter/vf_ssim.c         ssim += ssim_endn_16bit((const int64_t (*)[4])sum0, (const int64_t (*)[4])sum1, width - 1, max);
width             249 libavfilter/vf_ssim.c     return ssim / ((height - 1) * (width - 1));
width             255 libavfilter/vf_ssim.c                         int width, int height, void *temp,
width             261 libavfilter/vf_ssim.c     int (*sum1)[4] = sum0 + SUM_LEN(width);
width             263 libavfilter/vf_ssim.c     width >>= 2;
width             271 libavfilter/vf_ssim.c                                sum0, width);
width             274 libavfilter/vf_ssim.c         ssim += dsp->ssim_end_line((const int (*)[4])sum0, (const int (*)[4])sum1, width - 1);
width             277 libavfilter/vf_ssim.c     return ssim / ((height - 1) * (width - 1));
width             197 libavfilter/vf_stack.c     int width = ctx->inputs[0]->w;
width             210 libavfilter/vf_stack.c             if (ctx->inputs[i]->w != width) {
width             211 libavfilter/vf_stack.c                 av_log(ctx, AV_LOG_ERROR, "Input %d width %d does not match input %d width %d.\n", i, ctx->inputs[i]->w, 0, width);
width             247 libavfilter/vf_stack.c                 if ((ret = av_image_fill_linesizes(item->x, inlink->format, width)) < 0) {
width             251 libavfilter/vf_stack.c                 width += ctx->inputs[i]->w;
width             329 libavfilter/vf_stack.c             width  = FFMAX(width,  inlink->w + inw);
width             336 libavfilter/vf_stack.c     outlink->w          = width;
width              74 libavfilter/vf_stereo3d.c     int width, height;
width             143 libavfilter/vf_stereo3d.c     int width, height;
width             328 libavfilter/vf_stereo3d.c                         int width, int height,
width             334 libavfilter/vf_stereo3d.c         for (o = 0, x = 0; x < width; x++, o+= 3) {
width             348 libavfilter/vf_stereo3d.c                      int width, int height,
width             354 libavfilter/vf_stereo3d.c         for (o = 0, x = 0; x < width; x++, o+= 3) {
width             402 libavfilter/vf_stereo3d.c     s->in.width     =
width             403 libavfilter/vf_stereo3d.c     s->width        = inlink->w;
width             418 libavfilter/vf_stereo3d.c         s->width        = inlink->w / 2;
width             419 libavfilter/vf_stereo3d.c         s->in.off_right = s->width;
width             424 libavfilter/vf_stereo3d.c         s->width        = inlink->w / 2;
width             425 libavfilter/vf_stereo3d.c         s->in.off_left  = s->width;
width             446 libavfilter/vf_stereo3d.c         s->width        = inlink->w / 2;
width             464 libavfilter/vf_stereo3d.c     s->out.width     = s->width;
width             500 libavfilter/vf_stereo3d.c         s->out.width     = s->width * 2;
width             501 libavfilter/vf_stereo3d.c         s->out.off_right = s->width;
width             506 libavfilter/vf_stereo3d.c         s->out.width     = s->width * 2;
width             507 libavfilter/vf_stereo3d.c         s->out.off_left  = s->width;
width             564 libavfilter/vf_stereo3d.c         s->out.width     = s->width * 2;
width             582 libavfilter/vf_stereo3d.c     outlink->w = s->out.width;
width             588 libavfilter/vf_stereo3d.c     if ((ret = av_image_fill_linesizes(s->linesize, outlink->format, s->width)) < 0)
width             627 libavfilter/vf_stereo3d.c              s->out.width, end - start,
width             815 libavfilter/vf_stereo3d.c             oleft->width   = outlink->w;
width             816 libavfilter/vf_stereo3d.c             oright->width  = outlink->w;
width             889 libavfilter/vf_stereo3d.c             out->width  = outlink->w;
width             938 libavfilter/vf_stereo3d.c                 s->out.width, s->out.height,
width             172 libavfilter/vf_subtitles.c                       picref->width, picref->height,
width              59 libavfilter/vf_super2xsai.c                        int width, int height)
width             107 libavfilter/vf_super2xsai.c         for (x = 0; x < width; x++) {
width             197 libavfilter/vf_super2xsai.c             if (x < width - 3) {
width             317 libavfilter/vf_super2xsai.c     outpicref->width  = outlink->w;
width              99 libavfilter/vf_threshold.c                                 s->width[p] * s->bpc,
width             111 libavfilter/vf_threshold.c                      s->width[p], slice_end - slice_start);
width             220 libavfilter/vf_threshold.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
width             221 libavfilter/vf_threshold.c     s->width[0]  = s->width[3]  = inlink->w;
width             177 libavfilter/vf_thumbnail_cuda.c         .res.pitch2D.width = src_width,
width             205 libavfilter/vf_thumbnail_cuda.c             histogram, in->data[0], in->width, in->height, in->linesize[0], 1);
width             207 libavfilter/vf_thumbnail_cuda.c             histogram + 256, in->data[1], in->width / 2, in->height / 2, in->linesize[1], 1);
width             211 libavfilter/vf_thumbnail_cuda.c             histogram, in->data[0], in->width, in->height, in->linesize[0], 1);
width             213 libavfilter/vf_thumbnail_cuda.c             histogram + 256, in->data[1], in->width / 2, in->height / 2, in->linesize[1], 1);
width             215 libavfilter/vf_thumbnail_cuda.c             histogram + 512, in->data[2], in->width / 2, in->height / 2, in->linesize[2], 1);
width             219 libavfilter/vf_thumbnail_cuda.c             histogram, in->data[0], in->width, in->height, in->linesize[0], 1);
width             221 libavfilter/vf_thumbnail_cuda.c             histogram + 256, in->data[1], in->width, in->height, in->linesize[1], 1);
width             223 libavfilter/vf_thumbnail_cuda.c             histogram + 512, in->data[2], in->width, in->height, in->linesize[2], 1);
width             228 libavfilter/vf_thumbnail_cuda.c             histogram, in->data[0], in->width, in->height, in->linesize[0], 2);
width             230 libavfilter/vf_thumbnail_cuda.c             histogram + 256, in->data[1], in->width / 2, in->height / 2, in->linesize[1], 2);
width             234 libavfilter/vf_thumbnail_cuda.c             histogram, in->data[0], in->width, in->height, in->linesize[0], 2);
width             236 libavfilter/vf_thumbnail_cuda.c             histogram + 256, in->data[1], in->width, in->height, in->linesize[1], 2);
width             238 libavfilter/vf_thumbnail_cuda.c             histogram + 512, in->data[2], in->width, in->height, in->linesize[2], 2);
width             209 libavfilter/vf_tile.c         tile->out_ref->width  = outlink->w;
width             112 libavfilter/vf_tinterlace.c static void lowpass_line_c(uint8_t *dstp, ptrdiff_t width, const uint8_t *srcp,
width             118 libavfilter/vf_tinterlace.c     for (i = 0; i < width; i++) {
width             126 libavfilter/vf_tinterlace.c static void lowpass_line_c_16(uint8_t *dst8, ptrdiff_t width, const uint8_t *src8,
width             134 libavfilter/vf_tinterlace.c     for (i = 0; i < width; i++) {
width             144 libavfilter/vf_tinterlace.c static void lowpass_line_complex_c(uint8_t *dstp, ptrdiff_t width, const uint8_t *srcp,
width             152 libavfilter/vf_tinterlace.c     for (i = 0; i < width; i++) {
width             171 libavfilter/vf_tinterlace.c static void lowpass_line_complex_c_16(uint8_t *dst8, ptrdiff_t width, const uint8_t *src8,
width             181 libavfilter/vf_tinterlace.c     for (i = 0; i < width; i++) {
width             212 libavfilter/vf_tonemap.c         for (int x = 0; x < out->width; x++)
width             287 libavfilter/vf_tonemap.c             for (x = 0; x < out->width; x++) {
width             353 libavfilter/vf_tonemap_opencl.c            input->width, input->height, input->pts);
width             428 libavfilter/vf_tonemap_opencl.c            output->width, output->height, output->pts);
width             248 libavfilter/vf_tonemap_vaapi.c            input_frame->width, input_frame->height, input_frame->pts);
width             307 libavfilter/vf_tonemap_vaapi.c            output_frame->width, output_frame->height, output_frame->pts);
width              89 libavfilter/vf_tpad.c                           0, 0, frame->width, frame->height);
width             149 libavfilter/vf_tpad.c                               0, 0, frame->width, frame->height);
width             281 libavfilter/vf_transpose.c         int outw    = AV_CEIL_RSHIFT(out->width,  hsub);
width              67 libavfilter/vf_transpose_npp.c         int width;
width             134 libavfilter/vf_transpose_npp.c     if (!stage->planes_out[0].width) {
width             135 libavfilter/vf_transpose_npp.c         stage->planes_out[0].width  = stage->planes_in[0].width;
width             140 libavfilter/vf_transpose_npp.c         stage->planes_in[i].width   = stage->planes_in[0].width   >> in_sw;
width             142 libavfilter/vf_transpose_npp.c         stage->planes_out[i].width  = stage->planes_out[0].width  >> out_sw;
width             153 libavfilter/vf_transpose_npp.c     out_ctx->width     = FFALIGN(stage->planes_out[0].width,  32);
width             165 libavfilter/vf_transpose_npp.c     stage->frame->width  = stage->planes_out[0].width;
width             226 libavfilter/vf_transpose_npp.c     s->stages[STAGE_ROTATE].planes_in[0].width   = in_width;
width             228 libavfilter/vf_transpose_npp.c     s->stages[STAGE_ROTATE].planes_out[0].width  = rot_width;
width             232 libavfilter/vf_transpose_npp.c     s->stages[STAGE_TRANSPOSE].planes_in[0].width   = rot_width;
width             234 libavfilter/vf_transpose_npp.c     s->stages[STAGE_TRANSPOSE].planes_out[0].width  = out_width;
width             306 libavfilter/vf_transpose_npp.c         int iw = stage->planes_in[i].width;
width             308 libavfilter/vf_transpose_npp.c         int ow = stage->planes_out[i].width;
width             339 libavfilter/vf_transpose_npp.c         int iw = stage->planes_in[i].width;
width             148 libavfilter/vf_transpose_opencl.c            input->width, input->height, input->pts);
width             204 libavfilter/vf_transpose_opencl.c            output->width, output->height, output->pts);
width             134 libavfilter/vf_transpose_vaapi.c            input_frame->width, input_frame->height, input_frame->pts);
width             166 libavfilter/vf_transpose_vaapi.c            output_frame->width, output_frame->height, output_frame->pts);
width              56 libavfilter/vf_unsharp.c     int width;
width              77 libavfilter/vf_unsharp.c     const int width = td->width;
width              91 libavfilter/vf_unsharp.c                             width, slice_end - slice_start);
width              96 libavfilter/vf_unsharp.c         memset(sc[sc_offset + y], 0, sizeof(sc[y][0]) * (width + 2 * steps_x));
width             110 libavfilter/vf_unsharp.c         for (x = -steps_x; x < width + steps_x; x++) {
width             111 libavfilter/vf_unsharp.c             tmp1 = x <= 0 ? src2[0] : x >= width ? src2[width-1] : src2[x];
width             154 libavfilter/vf_unsharp.c         td.width = plane_w[i];
width             204 libavfilter/vf_unsharp.c static int init_filter_param(AVFilterContext *ctx, UnsharpFilterParam *fp, const char *effect_type, int width)
width             226 libavfilter/vf_unsharp.c         if (!(fp->sc[z] = av_malloc_array(width + 2 * fp->steps_x,
width             223 libavfilter/vf_unsharp_opencl.c            input->width, input->height, input->pts);
width             293 libavfilter/vf_unsharp_opencl.c            output->width, output->height, output->pts);
width             135 libavfilter/vf_untile.c         out->width = outlink->w;
width             157 libavfilter/vf_uspp.c                           int width, int height, int log2_scale)
width             169 libavfilter/vf_uspp.c         for (x = 0; x < width; x += 8) {
width             184 libavfilter/vf_uspp.c                    int dst_stride[3], int src_stride[3], int width,
width             193 libavfilter/vf_uspp.c         int w = AV_CEIL_RSHIFT(width,  is_chroma ? p->hsub : 0);
width             225 libavfilter/vf_uspp.c             for (x = 0; x < (width>>4); x++)
width             232 libavfilter/vf_uspp.c     p->frame->width  = width + BLOCK;
width             264 libavfilter/vf_uspp.c             for (x = 0; x < width; x++)
width             273 libavfilter/vf_uspp.c             for (x = 0; x < AV_CEIL_RSHIFT(width, p->hsub); x++) {
width             285 libavfilter/vf_uspp.c                       AV_CEIL_RSHIFT(width,  is_chroma ? p->hsub : 0),
width             315 libavfilter/vf_uspp.c     const int width  = inlink->w;
width             330 libavfilter/vf_uspp.c         int w = (width  + 4 * BLOCK-1) & (~(2 * BLOCK-1));
width             354 libavfilter/vf_uspp.c         avctx_enc->width = width + BLOCK;
width             371 libavfilter/vf_uspp.c     uspp->outbuf_size = (width + BLOCK) * (height + BLOCK) * 10;
width             442 libavfilter/vf_uspp.c                 out->width  = in->width;
width             125 libavfilter/vf_v360.c     {         "w", "output width",                   OFFSET(width), AV_OPT_TYPE_INT,    {.i64=0},               0,           INT16_MAX, FLAGS, "w"},
width             248 libavfilter/vf_v360.c static void remap1_##bits##bit_line_c(uint8_t *dst, int width, const uint8_t *const src, \
width             258 libavfilter/vf_v360.c     for (int x = 0; x < width; x++)                                                      \
width             293 libavfilter/vf_v360.c             const int width = s->pr_width[plane];                                                          \
width             304 libavfilter/vf_v360.c                 s->remap_line(dst + y * out_linesize, width, src, in_linesize, u, v, ker);                 \
width             308 libavfilter/vf_v360.c                 memcpy(dst + y * out_linesize, mask + y * width * (bits >> 3), width * (bits >> 3));       \
width             326 libavfilter/vf_v360.c static void remap##ws##_##bits##bit_line_c(uint8_t *dst, int width, const uint8_t *const src, \
width             336 libavfilter/vf_v360.c     for (int x = 0; x < width; x++) {                                                         \
width            1315 libavfilter/vf_v360.c                           int i, int j, int width, int height,
width            1318 libavfilter/vf_v360.c     const float scalew = s->fout_pad > 0 ? 1.f - s->fout_pad / (width  / 3.f) : 1.f - s->out_pad;
width            1321 libavfilter/vf_v360.c     const float ew = width  / 3.f;
width            1354 libavfilter/vf_v360.c                           const float *vec, int width, int height,
width            1357 libavfilter/vf_v360.c     const float scalew = s->fin_pad > 0 ? 1.f - s->fin_pad / (width  / 3.f) : 1.f - s->in_pad;
width            1359 libavfilter/vf_v360.c     const float ew = width  / 3.f;
width            1443 libavfilter/vf_v360.c                           int i, int j, int width, int height,
width            1446 libavfilter/vf_v360.c     const float scalew = s->fout_pad > 0 ? 1.f - (float)(s->fout_pad) / width : 1.f - s->out_pad;
width            1449 libavfilter/vf_v360.c     const float ew = width;
width            1476 libavfilter/vf_v360.c                           int i, int j, int width, int height,
width            1479 libavfilter/vf_v360.c     const float scalew = s->fout_pad > 0 ? 1.f - s->fout_pad / (width / 6.f)   : 1.f - s->out_pad;
width            1482 libavfilter/vf_v360.c     const float ew = width / 6.f;
width            1511 libavfilter/vf_v360.c                           const float *vec, int width, int height,
width            1514 libavfilter/vf_v360.c     const float scalew = s->fin_pad > 0 ? 1.f - (float)(s->fin_pad) / width : 1.f - s->in_pad;
width            1517 libavfilter/vf_v360.c     const int ewi = width;
width            1591 libavfilter/vf_v360.c                           const float *vec, int width, int height,
width            1594 libavfilter/vf_v360.c     const float scalew = s->fin_pad > 0 ? 1.f - s->fin_pad / (width / 6.f)   : 1.f - s->in_pad;
width            1596 libavfilter/vf_v360.c     const float ew = width / 6.f;
width            1669 libavfilter/vf_v360.c                            int i, int j, int width, int height,
width            1672 libavfilter/vf_v360.c     const float phi   = ((2.f * i + 0.5f) / width  - 1.f) * M_PI;
width            1698 libavfilter/vf_v360.c                             int i, int j, int width, int height,
width            1701 libavfilter/vf_v360.c     const float phi   = ((2.f * i + 0.5f) / width  - 1.f) * M_PI_2;
width            1744 libavfilter/vf_v360.c                                 int i, int j, int width, int height,
width            1747 libavfilter/vf_v360.c     const float x = ((2.f * i + 1.f) / width  - 1.f) * s->flat_range[0];
width            1792 libavfilter/vf_v360.c                                 const float *vec, int width, int height,
width            1801 libavfilter/vf_v360.c     const float uf = (x + 1.f) * width  / 2.f;
width            1807 libavfilter/vf_v360.c     const int visible = isfinite(x) && isfinite(y) && vi >= 0 && vi < height && ui >= 0 && ui < width;
width            1814 libavfilter/vf_v360.c             us[i][j] = visible ? av_clip(ui + j - 1, 0, width  - 1) : 0;
width            1835 libavfilter/vf_v360.c                            const float *vec, int width, int height,
width            1841 libavfilter/vf_v360.c     const float uf = (phi   / M_PI   + 1.f) * width  / 2.f;
width            1852 libavfilter/vf_v360.c             us[i][j] = ereflectx(ui + j - 1, vi + i - 1, width, height);
width            1873 libavfilter/vf_v360.c                             const float *vec, int width, int height,
width            1879 libavfilter/vf_v360.c     const float uf = (phi   / M_PI_2 + 1.f) * width  / 2.f;
width            1892 libavfilter/vf_v360.c             us[i][j] = av_clip(ui + j - 1, 0, width  - 1);
width            1930 libavfilter/vf_v360.c                        const float *vec, int width, int height,
width            1935 libavfilter/vf_v360.c     const float rr = fabsf(r) < 1e+6f ? r : hypotf(width, height);
width            1943 libavfilter/vf_v360.c     uf = zf >= 0.f ? (uf + 1.f) * width  / 2.f : 0.f;
width            1949 libavfilter/vf_v360.c     visible = vi >= 0 && vi < height && ui >= 0 && ui < width && zf >= 0.f;
width            1956 libavfilter/vf_v360.c             us[i][j] = visible ? av_clip(ui + j - 1, 0, width  - 1) : 0;
width            1977 libavfilter/vf_v360.c                            const float *vec, int width, int height,
width            1983 libavfilter/vf_v360.c     const float uf = (phi / M_PI + 1.f) * width / 2.f;
width            1994 libavfilter/vf_v360.c             us[i][j] = av_clip(ui + j - 1, 0, width  - 1);
width            2013 libavfilter/vf_v360.c                            int i, int j, int width, int height,
width            2016 libavfilter/vf_v360.c     const float phi = ((2.f * i + 1.f) / width  - 1.f) * M_PI + M_PI_2;
width            2045 libavfilter/vf_v360.c                        const float *vec, int width, int height,
width            2051 libavfilter/vf_v360.c     const float uf = (1.f + r * vec[0] * s->input_mirror_modifier[0] / (l > 0.f ? l : 1.f)) * width  * 0.5f;
width            2062 libavfilter/vf_v360.c             us[i][j] = av_clip(ui + j - 1, 0, width  - 1);
width            2081 libavfilter/vf_v360.c                        int i, int j, int width, int height,
width            2084 libavfilter/vf_v360.c     const float x = (2.f * i + 1.f) / width  - 1.f;
width            2115 libavfilter/vf_v360.c                          int i, int j, int width, int height,
width            2118 libavfilter/vf_v360.c     const float x = ((2.f * i + 1.f) / width  - 1.f);
width            2156 libavfilter/vf_v360.c                          const float *vec, int width, int height,
width            2165 libavfilter/vf_v360.c     const float uf = (x + 1.f) * width  / 2.f;
width            2176 libavfilter/vf_v360.c             us[i][j] = av_clip(ui + j - 1, 0, width  - 1);
width            2195 libavfilter/vf_v360.c                              int i, int j, int width, int height,
width            2199 libavfilter/vf_v360.c     const float phi   = ((2.f * i + 1.f) / width  - 1.f) * M_PI / cosf(theta);
width            2228 libavfilter/vf_v360.c                              const float *vec, int width, int height,
width            2234 libavfilter/vf_v360.c     const float uf = (phi   / M_PI   + 1.f) * width  / 2.f;
width            2245 libavfilter/vf_v360.c             us[i][j] = av_clip(ui + j - 1, 0, width  - 1);
width            2352 libavfilter/vf_v360.c                       int i, int j, int width, int height,
width            2356 libavfilter/vf_v360.c     const float u_pad = pixel_pad / width;
width            2363 libavfilter/vf_v360.c     float uf = (i + 0.5f) / width;
width            2457 libavfilter/vf_v360.c                       const float *vec, int width, int height,
width            2461 libavfilter/vf_v360.c     const float u_pad = pixel_pad / width;
width            2482 libavfilter/vf_v360.c     uf *= width;
width            2496 libavfilter/vf_v360.c             us[i][j] = av_clip(ui + j - 1, 0, width  - 1);
width            2532 libavfilter/vf_v360.c                        int i, int j, int width, int height,
width            2535 libavfilter/vf_v360.c     const float l_x = s->flat_range[0] * ((2.f * i + 0.5f) / width  - 1.f);
width            2575 libavfilter/vf_v360.c                           int i, int j, int width, int height,
width            2578 libavfilter/vf_v360.c     const float uf = s->flat_range[0] * ((2.f * i) / width  - 1.f);
width            2628 libavfilter/vf_v360.c                           const float *vec, int width, int height,
width            2641 libavfilter/vf_v360.c     uf = (uf + 0.5f) * width;
width            2652 libavfilter/vf_v360.c             us[i][j] = visible ? av_clip(ui + j - 1, 0, width  - 1) : 0;
width            2671 libavfilter/vf_v360.c                           int i, int j, int width, int height,
width            2674 libavfilter/vf_v360.c     const float uf = ((2.f * i + 1.f) / width  - 1.f);
width            2707 libavfilter/vf_v360.c                           const float *vec, int width, int height,
width            2719 libavfilter/vf_v360.c     const float uf = (x + 1.f) * width  / 2.f;
width            2725 libavfilter/vf_v360.c     const int visible = vi >= 0 && vi < height && ui >= 0 && ui < width && vec[2] >= 0.f;
width            2732 libavfilter/vf_v360.c             us[i][j] = visible ? av_clip(ui + j - 1, 0, width  - 1) : 0;
width            2768 libavfilter/vf_v360.c                               int i, int j, int width, int height,
width            2771 libavfilter/vf_v360.c     const float uf = s->flat_range[0] * ((2.f * i + 1.f) / width  - 1.f);
width            2821 libavfilter/vf_v360.c                               const float *vec, int width, int height,
width            2827 libavfilter/vf_v360.c     const float uf = (phi + 1.f) * (width - 1) / 2.f;
width            2833 libavfilter/vf_v360.c     const int visible = vi >= 0 && vi < height && ui >= 0 && ui < width &&
width            2842 libavfilter/vf_v360.c             us[i][j] = visible ? av_clip(ui + j - 1, 0, width  - 1) : 0;
width            2861 libavfilter/vf_v360.c                               int i, int j, int width, int height,
width            2864 libavfilter/vf_v360.c     const float uf = ((2.f * i + 1.f) / width  - 1.f);
width            2908 libavfilter/vf_v360.c                               int i, int j, int width, int height,
width            2911 libavfilter/vf_v360.c     const float uf = (float)i / width;
width            2936 libavfilter/vf_v360.c                               const float *vec, int width, int height,
width            2961 libavfilter/vf_v360.c     uf *= width;
width            2972 libavfilter/vf_v360.c             us[i][j] = reflectx(ui + j - 1, vi + i - 1, width, height);
width            2991 libavfilter/vf_v360.c                            int i, int j, int width, int height,
width            2994 libavfilter/vf_v360.c     const float ew = width / 2.f;
width            3032 libavfilter/vf_v360.c                            const float *vec, int width, int height,
width            3035 libavfilter/vf_v360.c     const float ew = width / 2.f;
width            3063 libavfilter/vf_v360.c             us[i][j] = av_clip(u_shift + ui + j - 1, 0, width  - 1);
width            3082 libavfilter/vf_v360.c                          int i, int j, int width, int height,
width            3088 libavfilter/vf_v360.c     if (i < 4 * width / 5) {
width            3091 libavfilter/vf_v360.c         const int ew = 4 * width / 5;
width            3106 libavfilter/vf_v360.c         const int ew = width  / 5;
width            3156 libavfilter/vf_v360.c                          const float *vec, int width, int height,
width            3171 libavfilter/vf_v360.c         ew = 4 * width / 5;
width            3174 libavfilter/vf_v360.c         u_shift = s->ih_flip ? width / 5 : 0;
width            3180 libavfilter/vf_v360.c         ew = width  / 5;
width            3231 libavfilter/vf_v360.c                               const float *vec, int width, int height,
width            3245 libavfilter/vf_v360.c         const float scalew = s->fin_pad > 0 ? 1.f - s->fin_pad / (width * 2.f / 3.f) : 1.f - s->in_pad;
width            3248 libavfilter/vf_v360.c         ew = width / 3 * 2;
width            3251 libavfilter/vf_v360.c         u_shift = s->ih_flip ? width / 3 : 0;
width            3260 libavfilter/vf_v360.c         uf = (uf * scalew + 1.f) * width  / 3.f;
width            3263 libavfilter/vf_v360.c         const float scalew = s->fin_pad > 0 ? 1.f - s->fin_pad / (width  / 3.f) : 1.f - s->in_pad;
width            3267 libavfilter/vf_v360.c         ew = width  / 3;
width            3297 libavfilter/vf_v360.c         uf = 0.5f * width / 3.f * (uf * scalew + 1.f);
width            3328 libavfilter/vf_v360.c                               int i, int j, int width, int height,
width            3331 libavfilter/vf_v360.c     const float x = (i + 0.5f) / width;
width            3336 libavfilter/vf_v360.c         const float scalew = s->fout_pad > 0 ? 1.f - s->fout_pad / (width * 2.f / 3.f) : 1.f - s->out_pad;
width            3353 libavfilter/vf_v360.c         const float scalew = s->fout_pad > 0 ? 1.f - s->fout_pad / (width  / 3.f) : 1.f - s->out_pad;
width            3418 libavfilter/vf_v360.c                             int i, int j, int width, int height,
width            3421 libavfilter/vf_v360.c     const float x = (i + 0.5f) / width;
width            3478 libavfilter/vf_v360.c                             const float *vec, int width, int height,
width            3516 libavfilter/vf_v360.c     uf *= width;
width            3527 libavfilter/vf_v360.c             us[i][j] = reflectx(ui + j - 1, vi + i - 1, width, height);
width            3705 libavfilter/vf_v360.c         const int width = s->pr_width[p];
width            3717 libavfilter/vf_v360.c             for (int i = 0; i < width; i++) {
width            3726 libavfilter/vf_v360.c                     out_mask = s->out_transform(s, j, i, height, width, vec);
width            3728 libavfilter/vf_v360.c                     out_mask = s->out_transform(s, i, j, width, height, vec);
width            4159 libavfilter/vf_v360.c     if (s->width > 0 && s->height <= 0 && s->h_fov > 0.f && s->v_fov > 0.f &&
width            4161 libavfilter/vf_v360.c         w = s->width;
width            4163 libavfilter/vf_v360.c     } else if (s->width <= 0 && s->height > 0 && s->h_fov > 0.f && s->v_fov > 0.f &&
width            4167 libavfilter/vf_v360.c     } else if (s->width > 0 && s->height > 0) {
width            4168 libavfilter/vf_v360.c         w = s->width;
width            4170 libavfilter/vf_v360.c     } else if (s->width > 0 || s->height > 0) {
width            4181 libavfilter/vf_v360.c     s->width  = w;
width              62 libavfilter/vf_vaguedenoiser.c     void (*thresholding)(float *block, const int width, const int height,
width             338 libavfilter/vf_vaguedenoiser.c static void hard_thresholding(float *block, const int width, const int height,
width             346 libavfilter/vf_vaguedenoiser.c         for (x = 0; x < width; x++) {
width             354 libavfilter/vf_vaguedenoiser.c static void soft_thresholding(float *block, const int width, const int height, const int stride,
width             362 libavfilter/vf_vaguedenoiser.c         for (x = 0; x < width; x++) {
width             373 libavfilter/vf_vaguedenoiser.c static void qian_thresholding(float *block, const int width, const int height,
width             383 libavfilter/vf_vaguedenoiser.c         for (x = 0; x < width; x++) {
width             396 libavfilter/vf_vaguedenoiser.c static float bayes_threshold(float *block, const int width, const int height,
width             402 libavfilter/vf_vaguedenoiser.c         for (int x = 0; x < width; x++) {
width             408 libavfilter/vf_vaguedenoiser.c     mean /= width * height;
width             419 libavfilter/vf_vaguedenoiser.c         const int width = s->planewidth[p];
width             425 libavfilter/vf_vaguedenoiser.c         int h_low_size0 = width;
width             439 libavfilter/vf_vaguedenoiser.c                 for (x = 0; x < width; x++)
width             442 libavfilter/vf_vaguedenoiser.c                 output += width;
width             446 libavfilter/vf_vaguedenoiser.c                 for (x = 0; x < width; x++)
width             449 libavfilter/vf_vaguedenoiser.c                 output += width;
width             460 libavfilter/vf_vaguedenoiser.c                 input += width;
width             466 libavfilter/vf_vaguedenoiser.c                 copyv(input, width, s->in + NPAD, v_low_size0);
width             468 libavfilter/vf_vaguedenoiser.c                 copyh(s->out + NPAD, input, width, v_low_size0);
width             477 libavfilter/vf_vaguedenoiser.c             s->thresholding(s->block, width, height, width, s->threshold, s->percent);
width             484 libavfilter/vf_vaguedenoiser.c                     threshold = bayes_threshold(s->block, s->hlowsize[p][n], s->vlowsize[p][n], width, s->threshold);
width             485 libavfilter/vf_vaguedenoiser.c                     s->thresholding(s->block, s->hlowsize[p][n], s->vlowsize[p][n], width, threshold, s->percent);
width             488 libavfilter/vf_vaguedenoiser.c                 threshold = bayes_threshold(block, s->hhighsize[p][n], s->vlowsize[p][n], width, s->threshold);
width             489 libavfilter/vf_vaguedenoiser.c                 s->thresholding(block, s->hhighsize[p][n], s->vlowsize[p][n], width, threshold, s->percent);
width             490 libavfilter/vf_vaguedenoiser.c                 block = s->block + s->vlowsize[p][n] * width;
width             491 libavfilter/vf_vaguedenoiser.c                 threshold = bayes_threshold(block, s->hlowsize[p][n], s->vhighsize[p][n], width, s->threshold);
width             492 libavfilter/vf_vaguedenoiser.c                 s->thresholding(block, s->hlowsize[p][n], s->vhighsize[p][n], width, threshold, s->percent);
width             493 libavfilter/vf_vaguedenoiser.c                 block = s->block + s->hlowsize[p][n] + s->vlowsize[p][n] * width;
width             494 libavfilter/vf_vaguedenoiser.c                 threshold = bayes_threshold(block, s->hhighsize[p][n], s->vhighsize[p][n], width, s->threshold);
width             495 libavfilter/vf_vaguedenoiser.c                 s->thresholding(block, s->hhighsize[p][n], s->vhighsize[p][n], width, threshold, s->percent);
width             504 libavfilter/vf_vaguedenoiser.c                 copyv(idx3, width, s->in + NPAD, idx);
width             506 libavfilter/vf_vaguedenoiser.c                 copyh(s->out + NPAD, idx3, width, idx);
width             515 libavfilter/vf_vaguedenoiser.c                 idx3 += width;
width             521 libavfilter/vf_vaguedenoiser.c                 for (x = 0; x < width; x++)
width             523 libavfilter/vf_vaguedenoiser.c                 input += width;
width             528 libavfilter/vf_vaguedenoiser.c                 for (x = 0; x < width; x++)
width             530 libavfilter/vf_vaguedenoiser.c                 input += width;
width             301 libavfilter/vf_vectorscope.c         for (j = 0; j < out->width; j++) {
width             306 libavfilter/vf_vectorscope.c             if (dpd[pos] && (((!j || !dpd[pos - 1]) || ((j == (out->width - 1)) || !dpd[pos + 1]))
width             322 libavfilter/vf_vectorscope.c         for (j = 0; j < out->width; j++) {
width             334 libavfilter/vf_vectorscope.c         for (j = 0; j < out->width; j++) {
width             337 libavfilter/vf_vectorscope.c             if (s->peak[i][j] && (((!j || !s->peak[i][j-1]) || ((j == (out->width - 1)) || !s->peak[i][j + 1]))
width             352 libavfilter/vf_vectorscope.c         for (j = 0; j < out->width; j++) {
width             357 libavfilter/vf_vectorscope.c             if (dpd[pos] && (((!j || !dpd[pos - 1]) || ((j == (out->width - 1)) || !dpd[pos + 1]))
width             372 libavfilter/vf_vectorscope.c         for (j = 0; j < out->width; j++) {
width             384 libavfilter/vf_vectorscope.c         for (j = 0; j < out->width; j++) {
width             387 libavfilter/vf_vectorscope.c             if (s->peak[i][j] && (((!j || !s->peak[i][j-1]) || ((j == (out->width - 1)) || !s->peak[i][j + 1]))
width             447 libavfilter/vf_vectorscope.c             for (j = 0; j < out->width; j++)
width             541 libavfilter/vf_vectorscope.c             for (j = 0; j < in->width; j++) {
width             564 libavfilter/vf_vectorscope.c             for (j = 0; j < out->width; j++) {
width             576 libavfilter/vf_vectorscope.c             for (j = 0; j < out->width; j++) {
width             586 libavfilter/vf_vectorscope.c             for (j = 0; j < out->width; j++) {
width             596 libavfilter/vf_vectorscope.c             for (j = 0; j < out->width; j++) {
width             606 libavfilter/vf_vectorscope.c             for (j = 0; j < out->width; j++) {
width             646 libavfilter/vf_vectorscope.c                    (s->mode == COLOR || s->mode == COLOR5) && k == s->pd ? 0 : s->bg_color[k], out->width);
width             737 libavfilter/vf_vectorscope.c             for (j = 0; j < in->width; j++) {
width             760 libavfilter/vf_vectorscope.c             for (j = 0; j < out->width; j++) {
width             772 libavfilter/vf_vectorscope.c             for (j = 0; j < out->width; j++) {
width             782 libavfilter/vf_vectorscope.c             for (j = 0; j < out->width; j++) {
width             792 libavfilter/vf_vectorscope.c             for (j = 0; j < out->width; j++) {
width             802 libavfilter/vf_vectorscope.c             for (j = 0; j < out->width; j++) {
width            1130 libavfilter/vf_vectorscope.c         x = av_clip(x, 0, out->width - 9);
width            1196 libavfilter/vf_vectorscope.c         x = av_clip(x, 0, out->width - 9);
width            1256 libavfilter/vf_vectorscope.c         x = av_clip(x, 0, out->width - 9);
width            1314 libavfilter/vf_vectorscope.c         x = av_clip(x, 0, out->width - 9);
width            1373 libavfilter/vf_vectorscope.c         x = av_clip(x, 0, out->width - 9);
width            1431 libavfilter/vf_vectorscope.c         x = av_clip(x, 0, out->width - 9);
width              51 libavfilter/vf_vibrance.c     const int width = frame->width;
width              75 libavfilter/vf_vibrance.c         for (int x = 0; x < width; x++) {
width             114 libavfilter/vf_vibrance.c     const int width = frame->width;
width             134 libavfilter/vf_vibrance.c         for (int x = 0; x < width; x++) {
width             193 libavfilter/vf_vmafmotion.c                              s->width, s->height, ref->linesize[0], s->stride);
width             195 libavfilter/vf_vmafmotion.c                              s->width, s->height, s->stride, s->stride);
width             201 libavfilter/vf_vmafmotion.c                                       s->width, s->height, s->stride, s->stride);
width             203 libavfilter/vf_vmafmotion.c         score = (double) (sad * 1.0 / (s->width * s->height << (BIT_SHIFT - 8)));
width             241 libavfilter/vf_vmafmotion.c     s->width = w;
width             400 libavfilter/vf_waveform.c     const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width;
width             447 libavfilter/vf_waveform.c     const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width;
width             495 libavfilter/vf_waveform.c     const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width;
width             564 libavfilter/vf_waveform.c     const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width;
width             699 libavfilter/vf_waveform.c     const int src_w = AV_CEIL_RSHIFT(in->width, shift_w);
width             836 libavfilter/vf_waveform.c     const int src_w = AV_CEIL_RSHIFT(in->width, shift_w);
width             980 libavfilter/vf_waveform.c     const int src_w = in->width;
width            1117 libavfilter/vf_waveform.c     const int src_w = in->width;
width            1263 libavfilter/vf_waveform.c     const int src_w = in->width;                                                                                   \
width            1380 libavfilter/vf_waveform.c     const int src_w = in->width;                                                                      \
width            1544 libavfilter/vf_waveform.c     const int src_w = in->width;
width            1640 libavfilter/vf_waveform.c     const int src_w = in->width;
width            1745 libavfilter/vf_waveform.c     const int src_w = in->width;
width            1877 libavfilter/vf_waveform.c     const int src_w = in->width;
width            2011 libavfilter/vf_waveform.c     const int src_w = in->width;
width            2143 libavfilter/vf_waveform.c     const int src_w = in->width;
width            2605 libavfilter/vf_waveform.c static void blend_hline(uint8_t *dst, int width, int unused, float o1, float o2, int v, int step)
width            2609 libavfilter/vf_waveform.c     for (x = 0; x < width; x += step) {
width            2614 libavfilter/vf_waveform.c static void blend_hline16(uint8_t *ddst, int width, int unused, float o1, float o2, int v, int step)
width            2619 libavfilter/vf_waveform.c     for (x = 0; x < width; x += step) {
width            2749 libavfilter/vf_waveform.c static void iblend_hline(uint8_t *dst, int width, int unused, float o1, float o2, int v, int step)
width            2753 libavfilter/vf_waveform.c     for (x = 0; x < width; x += step) {
width            2758 libavfilter/vf_waveform.c static void iblend_hline16(uint8_t *ddst, int width, int unused, float o1, float o2, int v, int step)
width            2763 libavfilter/vf_waveform.c     for (x = 0; x < width; x += step) {
width            2962 libavfilter/vf_waveform.c     const int width = s->display == PARADE ? out->width / s->acomp : out->width;
width            2978 libavfilter/vf_waveform.c                 s->blend_line(dst, width, 1, o1, o2, v, step);
width            2994 libavfilter/vf_waveform.c         offset_x += width * (s->display == PARADE);
width            3004 libavfilter/vf_waveform.c     const int width = s->display == PARADE ? out->width / s->acomp : out->width;
width            3020 libavfilter/vf_waveform.c                 s->blend_line(dst, width, 1, o1, o2, v, step);
width            3036 libavfilter/vf_waveform.c         offset_x += width * (s->display == PARADE);
width             250 libavfilter/vf_xbr.c         for (x = 0; x < input->width; x++) {
width             269 libavfilter/vf_xbr.c             const int pnext = 3 - (x == input->width - 1);
width             276 libavfilter/vf_xbr.c             const int pnext2 = pnext + 1 - (x >= input->width - 2);
width             376 libavfilter/vf_xbr.c     out->width  = outlink->w;
width             203 libavfilter/vf_xfade.c     values[VAR_W] = out->width;                                                      \
width             216 libavfilter/vf_xfade.c             for (int x = 0; x < out->width; x++) {                                   \
width             267 libavfilter/vf_xfade.c             for (int x = 0; x < out->width; x++) {                                   \
width             289 libavfilter/vf_xfade.c     const int z = out->width * progress;                                             \
width             297 libavfilter/vf_xfade.c             for (int x = 0; x < out->width; x++) {                                   \
width             319 libavfilter/vf_xfade.c     const int z = out->width * (1.f - progress);                                     \
width             327 libavfilter/vf_xfade.c             for (int x = 0; x < out->width; x++) {                                   \
width             357 libavfilter/vf_xfade.c             for (int x = 0; x < out->width; x++) {                                   \
width             387 libavfilter/vf_xfade.c             for (int x = 0; x < out->width; x++) {                                   \
width             409 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             410 libavfilter/vf_xfade.c     const int z = -progress * width;                                                 \
width             418 libavfilter/vf_xfade.c             for (int x = 0; x < width; x++) {                                        \
width             420 libavfilter/vf_xfade.c                 const int zz = zx % width + width * (zx < 0);                        \
width             421 libavfilter/vf_xfade.c                 dst[x] = (zx > 0) && (zx < width) ? xf1[zz] : xf0[zz];               \
width             442 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             443 libavfilter/vf_xfade.c     const int z = progress * width;                                                  \
width             451 libavfilter/vf_xfade.c             for (int x = 0; x < out->width; x++) {                                   \
width             453 libavfilter/vf_xfade.c                 const int zz = zx % width + width * (zx < 0);                        \
width             454 libavfilter/vf_xfade.c                 dst[x] = (zx > 0) && (zx < width) ? xf1[zz] : xf0[zz];               \
width             486 libavfilter/vf_xfade.c             for (int x = 0; x < out->width; x++) {                                  \
width             517 libavfilter/vf_xfade.c             for (int x = 0; x < out->width; x++) {                                  \
width             536 libavfilter/vf_xfade.c     const int width = out->width;                                                   \
width             538 libavfilter/vf_xfade.c     float z = powf(2.f * fabsf(progress - 0.5f), 3.f) * hypotf(width/2, height/2);  \
width             548 libavfilter/vf_xfade.c             for (int x = 0; x < width; x++) {                                       \
width             549 libavfilter/vf_xfade.c                 float dist = hypotf(x - width / 2, y - height / 2);                 \
width             569 libavfilter/vf_xfade.c     const int width = out->width;                                                   \
width             572 libavfilter/vf_xfade.c     int zw = fabsf(progress - 0.5f) * width;                                        \
width             582 libavfilter/vf_xfade.c             for (int x = 0; x < width; x++) {                                       \
width             583 libavfilter/vf_xfade.c                 int dist = FFABS(x - width  / 2) < zw &&                            \
width             604 libavfilter/vf_xfade.c     const int width = out->width;                                                   \
width             608 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                           \
width             649 libavfilter/vf_xfade.c             for (int x = 0; x < out->width; x++) {                                   \
width             682 libavfilter/vf_xfade.c             for (int x = 0; x < out->width; x++) {                                   \
width             705 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             709 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width             710 libavfilter/vf_xfade.c             const float smooth = atan2f(x - width / 2, y - height / 2) -             \
width             733 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             734 libavfilter/vf_xfade.c     const float w = width;                                                           \
width             737 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width             761 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             762 libavfilter/vf_xfade.c     const float w = width;                                                           \
width             765 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width             789 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             794 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width             816 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             821 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width             843 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             845 libavfilter/vf_xfade.c     const float z = hypotf(width / 2, height / 2);                                   \
width             849 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width             850 libavfilter/vf_xfade.c             const float smooth = hypotf(x - width / 2, y - height / 2) / z + p;      \
width             872 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             874 libavfilter/vf_xfade.c     const float z = hypotf(width / 2, height / 2);                                   \
width             878 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width             879 libavfilter/vf_xfade.c             const float smooth = hypotf(x - width / 2, y - height / 2) / z + p;      \
width             901 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             902 libavfilter/vf_xfade.c     const float w2 = out->width / 2;                                                 \
width             905 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width             928 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             929 libavfilter/vf_xfade.c     const float w2 = out->width / 2;                                                 \
width             932 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width             955 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             960 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width             982 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width             987 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width            1016 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width            1019 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width            1042 libavfilter/vf_xfade.c     const int w = out->width;                                                        \
width            1074 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width            1075 libavfilter/vf_xfade.c     const float w = width;                                                           \
width            1079 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width            1103 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width            1104 libavfilter/vf_xfade.c     const float w = width;                                                           \
width            1108 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width            1132 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width            1133 libavfilter/vf_xfade.c     const float w = width;                                                           \
width            1137 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width            1161 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width            1162 libavfilter/vf_xfade.c     const float w = width;                                                           \
width            1166 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width            1191 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width            1192 libavfilter/vf_xfade.c     const float w = width;                                                           \
width            1195 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width            1220 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width            1221 libavfilter/vf_xfade.c     const float w = width;                                                           \
width            1224 libavfilter/vf_xfade.c         for (int x = 0; x < width; x++) {                                            \
width            1250 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width            1257 libavfilter/vf_xfade.c          for (int x = 0; x < width; x++) {                                           \
width            1279 libavfilter/vf_xfade.c     const int width = out->width;                                                    \
width            1287 libavfilter/vf_xfade.c          for (int x = 0; x < width; x++) {                                           \
width            1308 libavfilter/vf_xfade.c     const int w = in->width;
width              49 libavfilter/vf_xmedian.c     int width[4];
width             169 libavfilter/vf_xmedian.c             for (int x = 0; x < s->width[p]; x++) {
width             214 libavfilter/vf_xmedian.c             for (int x = 0; x < s->width[p]; x++) {
width             267 libavfilter/vf_xmedian.c     int width = ctx->inputs[0]->w;
width             272 libavfilter/vf_xmedian.c         if (ctx->inputs[i]->h != height || ctx->inputs[i]->w != width) {
width             273 libavfilter/vf_xmedian.c             av_log(ctx, AV_LOG_ERROR, "Input %d size (%dx%d) does not match input %d size (%dx%d).\n", i, ctx->inputs[i]->w, ctx->inputs[i]->h, 0, width, height);
width             293 libavfilter/vf_xmedian.c     s->width[1] = s->width[2] = AV_CEIL_RSHIFT(inlink->w, s->desc->log2_chroma_w);
width             294 libavfilter/vf_xmedian.c     s->width[0] = s->width[3] = inlink->w;
width             301 libavfilter/vf_xmedian.c     outlink->w          = width;
width             237 libavfilter/vf_yadif.c         int w = dstpic->width;
width              85 libavfilter/vf_yadif_cuda.c         .res.pitch2D.width = src_width,
width             173 libavfilter/vf_yadif_cuda.c                     AV_CEIL_RSHIFT(y->cur->width, i ? y->csp->log2_chroma_w : 0),
width             177 libavfilter/vf_yadif_cuda.c                     AV_CEIL_RSHIFT(dst->width, i ? y->csp->log2_chroma_w : 0),
width             284 libavfilter/vf_yadif_cuda.c     output_frames->width     = ctx->inputs[0]->w;
width              90 libavfilter/vf_yaepblur.c     int width;
width             105 libavfilter/vf_yaepblur.c     const int width        = td->width;                                  \
width             120 libavfilter/vf_yaepblur.c         for (x = 0; x < width; x++) {                                    \
width             141 libavfilter/vf_yaepblur.c     const int width        = td->width;
width             145 libavfilter/vf_yaepblur.c     const int startx = width * jobnr       / nb_jobs;
width             146 libavfilter/vf_yaepblur.c     const int endx   = width * (jobnr + 1) / nb_jobs;
width             171 libavfilter/vf_yaepblur.c     const int width = td->width;                                                                          \
width             197 libavfilter/vf_yaepblur.c         for (x = 0; x < width; x++) {                                                                     \
width             199 libavfilter/vf_yaepblur.c             higher_x = x + radius + 1 > width ? width : x + radius + 1;                                   \
width             252 libavfilter/vf_yaepblur.c         td.width        = s->planewidth[plane];
width             257 libavfilter/vf_yaepblur.c         ctx->internal->execute(ctx, pre_calculate_col, &td, NULL, FFMIN(td.width,  nb_threads));
width             176 libavfilter/vf_zoompan.c     w = in->width * (1.0 / *zoom);
width             181 libavfilter/vf_zoompan.c     x = *dx = av_clipd(*dx, 0, FFMAX(in->width - w, 0));
width             277 libavfilter/vf_zoompan.c         s->var_values[VAR_IN_W]  = s->var_values[VAR_IW] = s->in->width;
width             290 libavfilter/vf_zoompan.c         s->var_values[VAR_A]     = (double) s->in->width / s->in->height;
width             465 libavfilter/vf_zscale.c     format->width = frame->width;
width             522 libavfilter/vf_zscale.c             aligned->width  = (*frame)->width;
width             566 libavfilter/vf_zscale.c     out->width  = outlink->w;
width             569 libavfilter/vf_zscale.c     if(   in->width  != link->w
width             588 libavfilter/vf_zscale.c         link->dst->inputs[0]->w      = in->width;
width             648 libavfilter/vf_zscale.c             s->alpha_src_format.width = in->width;
width             654 libavfilter/vf_zscale.c             s->alpha_dst_format.width = out->width;
width             723 libavfilter/vf_zscale.c                 for (x = 0; x < out->width; x++) {
width              44 libavfilter/vmaf_motion.h     int width;
width             174 libavfilter/vsrc_gradients.c     const int width  = frame->width;
width             182 libavfilter/vsrc_gradients.c         for (int x = 0; x < width; x++) {
width             197 libavfilter/vsrc_gradients.c     const int width  = frame->width;
width             205 libavfilter/vsrc_gradients.c         for (int x = 0; x < width; x++) {
width             107 libavfilter/vsrc_sierpinski.c     const int width  = frame->width;
width             114 libavfilter/vsrc_sierpinski.c         for (int x = 0; x < width; x++) {
width             132 libavfilter/vsrc_sierpinski.c     const int width  = frame->width;
width             139 libavfilter/vsrc_sierpinski.c         for (int x = 0; x < width; x++) {
width             291 libavfilter/vsrc_testsrc.c     const int w = frame->width;
width             542 libavfilter/vsrc_testsrc.c     int width  = frame->width;
width             546 libavfilter/vsrc_testsrc.c     radius = (width + height) / 4;
width             547 libavfilter/vsrc_testsrc.c     quad0 = width * width / 4 + height * height / 4 - radius * radius;
width             555 libavfilter/vsrc_testsrc.c         dquad_x = 1 - width;
width             556 libavfilter/vsrc_testsrc.c         for (x = 0; x < width; x++) {
width             566 libavfilter/vsrc_testsrc.c             if (color_rest >= width) {
width             567 libavfilter/vsrc_testsrc.c                 color_rest -= width;
width             581 libavfilter/vsrc_testsrc.c     dgrad = GRADIENT_SIZE / width;
width             582 libavfilter/vsrc_testsrc.c     drgrad = GRADIENT_SIZE % width;
width             583 libavfilter/vsrc_testsrc.c     for (x = 0; x < width; x++) {
width             607 libavfilter/vsrc_testsrc.c         memcpy(p+frame->linesize[0], p, 3 * width);
width             612 libavfilter/vsrc_testsrc.c     seg_size = width / 80;
width             624 libavfilter/vsrc_testsrc.c         x = width - (width - seg_size * 64) / 2;
width             726 libavfilter/vsrc_testsrc.c                       frame->width, frame->height,
width             864 libavfilter/vsrc_testsrc.c                                    frame->width, frame->height,
width             895 libavfilter/vsrc_testsrc.c                            frame->width, frame->height,
width             998 libavfilter/vsrc_testsrc.c     int x, y, w = frame->width, h = frame->height;
width            1080 libavfilter/vsrc_testsrc.c     int x, y, w = frame->width, h = frame->height / 3;
width            1137 libavfilter/vsrc_testsrc.c     int x, y, w = frame->width, h = frame->height / 3;
width             736 libavfilter/vulkan.c     output_frames->width     = s->output_width;
width              28 libavfilter/x86/scene_sad_init.c     ptrdiff_t awidth = width & ~(MMSIZE - 1);                                 \
width              35 libavfilter/x86/scene_sad_init.c                    width - awidth, height, sad);                              \
width              30 libavfilter/x86/vf_blend_init.c                              ptrdiff_t width, ptrdiff_t height,                \
width              27 libavfilter/x86/vf_convolution_init.c void ff_filter_3x3_sse4(uint8_t *dst, int width,
width              28 libavfilter/x86/vf_fspp_init.c                         ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale);
width              31 libavfilter/x86/vf_fspp_init.c                          ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale);
width              27 libavfilter/x86/vf_gblur_init.c void ff_horiz_slice_sse4(float *ptr, int width, int height, int steps, float nu, float bscale);
width              28 libavfilter/x86/vf_gblur_init.c void ff_horiz_slice_avx2(float *ptr, int width, int height, int steps, float nu, float bscale);
width              45 libavfilter/x86/vf_gradfun_init.c                                        int width, int thresh,
width              49 libavfilter/x86/vf_gradfun_init.c     if (width & 3) {
width              50 libavfilter/x86/vf_gradfun_init.c         x = width & ~3;
width              52 libavfilter/x86/vf_gradfun_init.c                                  width - x, thresh, dithers);
width              53 libavfilter/x86/vf_gradfun_init.c         width = x;
width              55 libavfilter/x86/vf_gradfun_init.c     x = -width;
width              56 libavfilter/x86/vf_gradfun_init.c     ff_gradfun_filter_line_mmxext(x, dst + width, src + width, dc + width / 2,
width              61 libavfilter/x86/vf_gradfun_init.c                                       int width, int thresh,
width              65 libavfilter/x86/vf_gradfun_init.c     if (width & 7) {
width              67 libavfilter/x86/vf_gradfun_init.c         x = width & ~7;
width              69 libavfilter/x86/vf_gradfun_init.c                                  width - x, thresh, dithers);
width              70 libavfilter/x86/vf_gradfun_init.c         width = x;
width              72 libavfilter/x86/vf_gradfun_init.c     x = -width;
width              73 libavfilter/x86/vf_gradfun_init.c     ff_gradfun_filter_line_ssse3(x, dst + width, src + width, dc + width / 2,
width              78 libavfilter/x86/vf_gradfun_init.c                                    const uint8_t *src, int src_linesize, int width)
width              80 libavfilter/x86/vf_gradfun_init.c     intptr_t x = -2 * width;
width              82 libavfilter/x86/vf_gradfun_init.c         ff_gradfun_blur_line_movdqu_sse2(x, buf + width, buf1 + width,
width              83 libavfilter/x86/vf_gradfun_init.c                                          dc + width, src + width * 2,
width              84 libavfilter/x86/vf_gradfun_init.c                                          src + width * 2 + src_linesize);
width              86 libavfilter/x86/vf_gradfun_init.c         ff_gradfun_blur_line_movdqa_sse2(x, buf + width, buf1 + width,
width              87 libavfilter/x86/vf_gradfun_init.c                                          dc + width, src + width * 2,
width              88 libavfilter/x86/vf_gradfun_init.c                                          src + width * 2 + src_linesize);
width             180 libavfilter/x86/vf_spp.c                             int width, int height, int log2_scale,
width             212 libavfilter/x86/vf_spp.c             : "r"(dst + width), "r"(dither[y]), "g"(log2_scale), "g"(MAX_LEVEL - log2_scale)
width              27 libavfilter/x86/vf_stereo3d_init.c                       int width, int height,
width              26 libavfilter/x86/vf_v360_init.c void ff_remap1_8bit_line_avx2(uint8_t *dst, int width, const uint8_t *src, ptrdiff_t in_linesize,
width              29 libavfilter/x86/vf_v360_init.c void ff_remap2_8bit_line_avx2(uint8_t *dst, int width, const uint8_t *src, ptrdiff_t in_linesize,
width              32 libavfilter/x86/vf_v360_init.c void ff_remap3_8bit_line_avx2(uint8_t *dst, int width, const uint8_t *src, ptrdiff_t in_linesize,
width              35 libavfilter/x86/vf_v360_init.c void ff_remap4_8bit_line_avx2(uint8_t *dst, int width, const uint8_t *src, ptrdiff_t in_linesize,
width              38 libavfilter/x86/vf_v360_init.c void ff_remap1_16bit_line_avx2(uint8_t *dst, int width, const uint8_t *src, ptrdiff_t in_linesize,
width              41 libavfilter/x86/vf_v360_init.c void ff_remap2_16bit_line_avx2(uint8_t *dst, int width, const uint8_t *src, ptrdiff_t in_linesize,
width              80 libavfilter/yadif_common.c     AVFrame *dst = ff_default_get_video_buffer(link, f->width, f->height);
width              86 libavfilter/yadif_common.c                   dst->format, dst->width, dst->height);
width             122 libavformat/4xm.c     st->codecpar->width  = AV_RL32(buf + 36);
width             106 libavformat/anm.c     st->codecpar->width      = avio_rl16(pb);
width             175 libavformat/apngdec.c     st->codecpar->width      = avio_rb32(pb);
width             177 libavformat/apngdec.c     if ((ret = av_image_check_size(st->codecpar->width, st->codecpar->height, 0, s)) < 0)
width             186 libavformat/apngdec.c     AV_WB32(st->codecpar->extradata+8,  st->codecpar->width);
width             249 libavformat/apngdec.c     uint32_t sequence_number, width, height, x_offset, y_offset;
width             254 libavformat/apngdec.c     width           = avio_rb32(s->pb);
width             287 libavformat/apngdec.c             width,
width             296 libavformat/apngdec.c     if (width != s->streams[0]->codecpar->width ||
width             301 libavformat/apngdec.c             x_offset >= s->streams[0]->codecpar->width ||
width             302 libavformat/apngdec.c             width > s->streams[0]->codecpar->width - x_offset ||
width             511 libavformat/asfdec_f.c         st->codecpar->width  = avio_rl32(pb);
width             549 libavformat/asfdec_f.c             st->codecpar->width      =
width             700 libavformat/asfdec_o.c     st->codecpar->width  = avio_rl32(pb);
width             679 libavformat/asfenc.c             avio_wl32(pb, par->width);
width             740 libavformat/avidec.c                         st->codecpar->width      = avih_width;
width             342 libavformat/avienc.c         avio_wl32(pb, video_par->width);
width             429 libavformat/avienc.c         avio_wl16(pb, par->width);
width             509 libavformat/avienc.c                                       (AVRational) { par->width,
width             524 libavformat/avienc.c             avio_wl32(pb, par->width);
width             528 libavformat/avienc.c             avio_wl32(pb, par->width);
width             546 libavformat/avienc.c                 avio_wl32(pb, par->width);           // compressed bitmap width
width             548 libavformat/avienc.c                 avio_wl32(pb, par->width);           // valid bitmap width
width             790 libavformat/avienc.c             int expected_stride = ((par->width * bpc + 31) >> 5)*4;
width             234 libavformat/avisynth.c     st->codecpar->width      = avs->vi->width;
width             658 libavformat/avisynth.c     pkt->size = (((int64_t)avs->vi->width *
width              36 libavformat/avs.c     int width;
width              73 libavformat/avs.c     avs->width = avio_rl16(s->pb);
width              83 libavformat/avs.c     if (avs->width != 318 || avs->height != 198)
width              86 libavformat/avs.c                avs->width, avs->height);
width             194 libavformat/avs.c                     avs->st_video->codecpar->width = avs->width;
width              44 libavformat/bethsoftvid.c     int width;              /**< video width       */
width              82 libavformat/bethsoftvid.c     vid->width   = avio_rl16(pb);
width             122 libavformat/bethsoftvid.c         st->codecpar->width      = vid->width;
width             126 libavformat/bethsoftvid.c     npixels = st->codecpar->width * st->codecpar->height;
width              78 libavformat/bfi.c     vstream->codecpar->width  = avio_rl32(pb);
width             133 libavformat/bink.c     vst->codecpar->width  = avio_rl32(pb);
width              46 libavformat/bintext.c     int width, height;    /**< video size (WxH pixels) (private option) */
width              60 libavformat/bintext.c     if (!bin->width) {
width              61 libavformat/bintext.c         st->codecpar->width  = (80<<3);
width              79 libavformat/bintext.c     par->height = (fsize / ((par->width>>3)*2)) << 4;
width             126 libavformat/bintext.c         par->width = fsize > 4000 ? (160<<3) : (80<<3);
width             147 libavformat/bintext.c         par.width = par.height = 0;
width             152 libavformat/bintext.c         if (par.width < 8)
width             164 libavformat/bintext.c         if (par.width * par.height * 2 / (8*16) == p->buf_size)
width             196 libavformat/bintext.c         if (!bin->width) {
width             198 libavformat/bintext.c             if (st->codecpar->width < 8)
width             231 libavformat/bintext.c     st->codecpar->width   = avio_rl16(pb)<<3;
width             294 libavformat/bintext.c         st->codecpar->width = 80<<3;
width             296 libavformat/bintext.c         if (!bin->width)
width             347 libavformat/bintext.c     if (!bin->width)
width             379 libavformat/bintext.c     { "video_size", "set video size, such as 640x480 or hd720.", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, AV_OPT_FLAG_DECODING_PARAM },
width              52 libavformat/bmv.c     st->codecpar->width      = 640;
width              88 libavformat/c93.c     video->codecpar->width = 320;
width             112 libavformat/cdxl.c     uint16_t audio_size, palette_size, width, height;
width             130 libavformat/cdxl.c     width        = AV_RB16(&cdxl->header[14]);
width             135 libavformat/cdxl.c         FFALIGN(width, 16) * (uint64_t)height * cdxl->header[19] > INT_MAX)
width             138 libavformat/cdxl.c         image_size = width * height * cdxl->header[19] / 8;
width             140 libavformat/cdxl.c         image_size = FFALIGN(width, 16) * height * cdxl->header[19] / 8;
width             186 libavformat/cdxl.c             st->codecpar->width         = width;
width             130 libavformat/cinedec.c     st->codecpar->width      = avio_rl32(pb);
width             847 libavformat/dashenc.c                 i, os->format_name, os->codec_str, bandwidth_str, s->streams[i]->codecpar->width, s->streams[i]->codecpar->height);
width            1659 libavformat/dashenc.c             if (st->codecpar->width > as->max_width)
width            1660 libavformat/dashenc.c                 as->max_width = st->codecpar->width;
width            1669 libavformat/dashenc.c                       st->codecpar->width * (int64_t)os->sar.num,
width              61 libavformat/dfa.c     st->codecpar->width      = avio_rl16(pb);
width              36 libavformat/dhav.c     int width, height;
width              88 libavformat/dhav.c             dhav->width  = 8 * avio_r8(s->pb);
width             100 libavformat/dhav.c             dhav->width  = avio_rl16(s->pb);
width             365 libavformat/dhav.c         st->codecpar->width      = dhav->width;
width             122 libavformat/dsicin.c     st->codecpar->width = hdr->video_frame_width;
width             165 libavformat/dump.c     uint32_t flags, channels, sample_rate, width, height;
width             203 libavformat/dump.c         width = AV_RL32(data);
width             209 libavformat/dump.c         av_log(ctx, AV_LOG_INFO, "width %"PRIu32" height %"PRIu32, width, height);
width             381 libavformat/dump.c         av_spherical_tile_bounds(spherical, par->width, par->height,
width             532 libavformat/dump.c                   st->codecpar->width  * (int64_t)st->sample_aspect_ratio.num,
width             338 libavformat/dvenc.c     c->sys = av_dv_codec_profile2(vst->codecpar->width, vst->codecpar->height,
width             132 libavformat/dxa.c     st->codecpar->width      = w;
width              72 libavformat/electronicarts.c     int width, height;
width             321 libavformat/electronicarts.c     video->width       = avio_rl16(pb);
width             508 libavformat/electronicarts.c     st->codecpar->width       = video->width;
width              68 libavformat/filmstripdec.c     st->codecpar->width      = avio_rb16(pb);
width              72 libavformat/filmstripdec.c     if (av_image_check_size(st->codecpar->width, st->codecpar->height, 0, s) < 0)
width              90 libavformat/filmstripdec.c     pkt->dts = avio_tell(s->pb) / (st->codecpar->width * (int64_t)(st->codecpar->height + film->leading) * 4);
width              91 libavformat/filmstripdec.c     pkt->size = av_get_packet(s->pb, pkt, st->codecpar->width * st->codecpar->height * 4);
width              92 libavformat/filmstripdec.c     avio_skip(s->pb, st->codecpar->width * (int64_t) film->leading * 4);
width             102 libavformat/filmstripdec.c     if (avio_seek(s->pb, FFMAX(timestamp, 0) * st->codecpar->width * st->codecpar->height * 4, SEEK_SET) < 0)
width              52 libavformat/filmstripenc.c     avio_wb16(pb, st->codecpar->width);
width             127 libavformat/fitsenc.c     write_keyword_value(s, "NAXIS1", encctx->width, &lines_written);   // first dimension i.e. width
width              40 libavformat/flac_picture.c     int width, height, ret = 0;
width             114 libavformat/flac_picture.c     width  = bytestream2_get_be32u(&g);
width             178 libavformat/flac_picture.c     st->codecpar->width      = width;
width             121 libavformat/flacenc.c                       st->codecpar->width != 32 ||
width             151 libavformat/flacenc.c     avio_wb32(pb, st->codecpar->width);
width             115 libavformat/flic.c     st->codecpar->width = AV_RL16(&header[0x08]);
width             118 libavformat/flic.c     if (!st->codecpar->width || !st->codecpar->height) {
width             123 libavformat/flic.c         st->codecpar->width  = 640;
width             618 libavformat/flvdec.c                         vpar->width = num_val;
width             316 libavformat/flvenc.c         put_amf_double(pb, flv->video_par->width);
width            1037 libavformat/flvenc.c                 avio_w8(pb, ((FFALIGN(par->width,  16) - par->width) << 4) |
width              44 libavformat/framehash.c             avio_printf(s->pb, "#dimensions %d: %dx%d\n", i, avctx->width, avctx->height);
width              70 libavformat/frmdec.c     st->codecpar->width      = avio_rl16(pb);
width              84 libavformat/frmdec.c     packet_size = av_image_get_buffer_size(par->format, par->width, par->height, 1);
width              47 libavformat/gdv.c     uint16_t width;
width             122 libavformat/gdv.c     vst->codecpar->width      = avio_rl16(pb);
width             125 libavformat/gdv.c     if (vst->codecpar->width == 0 || vst->codecpar->height == 0) {
width             133 libavformat/gdv.c         vst->codecpar->width  = FixedSize[i].width;
width             115 libavformat/gifdec.c     int type, width, height, ret, n, flags;
width             122 libavformat/gifdec.c     width  = avio_rl16(pb);
width             128 libavformat/gifdec.c     if (width == 0 || height == 0)
width             191 libavformat/gifdec.c     st->codecpar->width      = width;
width              84 libavformat/hlsplaylist.c     if (st && st->codecpar->width > 0 && st->codecpar->height > 0)
width              85 libavformat/hlsplaylist.c         avio_printf(out, ",RESOLUTION=%dx%d", st->codecpar->width,
width              62 libavformat/hnm.c     unsigned width, height;
width              67 libavformat/hnm.c     width          = avio_rl16(pb);
width              73 libavformat/hnm.c     if (width  < 256 || width  > 640 ||
width              76 libavformat/hnm.c                "invalid resolution: %ux%u\n", width, height);
width              86 libavformat/hnm.c     vst->codecpar->width      = width;
width              92 libavformat/hnm.c     vst->codecpar->extradata[0] = width == 640 ? 0x4a : 0x40;
width             105 libavformat/icodec.c         st->codecpar->width      = avio_r8(pb);
width             128 libavformat/icodec.c             st->codecpar->width    = 0;
width             139 libavformat/icodec.c                 st->codecpar->width = tmp;
width              34 libavformat/icoenc.c     unsigned char width;
width              69 libavformat/icoenc.c     if (p->width > 256 ||
width              71 libavformat/icoenc.c         av_log(s, AV_LOG_ERROR, "Unsupported dimensions %dx%d (dimensions cannot exceed 256x256)\n", p->width, p->height);
width             128 libavformat/icoenc.c     image->width = (par->width == 256) ? 0 : par->width;
width             143 libavformat/icoenc.c         image->size = pkt->size - 14 + par->height * (par->width + 7) / 8;
width             149 libavformat/icoenc.c         for (i = 0; i < par->height * (par->width + 7) / 8; ++i)
width             167 libavformat/icoenc.c         avio_w8(pb, ico->images[i].width);
width             157 libavformat/idcin.c     unsigned int width, height;
width             162 libavformat/idcin.c     width = avio_rl32(pb);
width             173 libavformat/idcin.c     if (av_image_check_size(width, height, 0, s) < 0)
width             204 libavformat/idcin.c     st->codecpar->width = width;
width              50 libavformat/idroqdec.c     int width;
width              84 libavformat/idroqdec.c     roq->width = roq->height = roq->audio_channels = roq->video_pts =
width             139 libavformat/idroqdec.c                 st->codecpar->width  = roq->width  = AV_RL16(preamble);
width             543 libavformat/iff.c             st->codecpar->width                 = avio_rb16(pb);
width             594 libavformat/iff.c             st->codecpar->width              = avio_rb16(pb);
width             605 libavformat/iff.c             st->codecpar->width  = avio_rb16(pb);
width              33 libavformat/ifv.c     int width, height;
width              99 libavformat/ifv.c     ifv->width = avio_rl16(s->pb);
width             143 libavformat/ifv.c     st->codecpar->width = ifv->width;
width              52 libavformat/img2.h     int width, height;      /**< Set by a private option. */
width              29 libavformat/img2_alias_pix.c     int width  = bytestream_get_be16(&b);
width              36 libavformat/img2_alias_pix.c     if (!width || !height)
width              43 libavformat/img2_alias_pix.c         for (x=0; x<width; ) {
width              45 libavformat/img2_alias_pix.c             if (count == 0 || x + count > width)
width             226 libavformat/img2dec.c     if (s->width && s->height) {
width             227 libavformat/img2dec.c         st->codecpar->width  = s->width;
width             472 libavformat/img2dec.c         if (par->codec_id == AV_CODEC_ID_RAWVIDEO && !par->width)
width             473 libavformat/img2dec.c             infer_size(&par->width, &par->height, size[0]);
width             606 libavformat/img2dec.c     { "video_size",   "set video size",          OFFSET(width),        AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0,       DEC }, \
width            1025 libavformat/img2dec.c     unsigned width, bpp, bpad, lsize;
width            1042 libavformat/img2dec.c     width = AV_RB32(b + 16);
width            1046 libavformat/img2dec.c     if (lsize < FFALIGN(width * bpp, bpad) >> 3)
width             188 libavformat/img2enc.c         int ysize = par->width * par->height;
width             189 libavformat/img2enc.c         int usize = AV_CEIL_RSHIFT(par->width, desc->log2_chroma_w) * AV_CEIL_RSHIFT(par->height, desc->log2_chroma_h);
width             471 libavformat/internal.h                         int32_t width, int32_t height);
width             290 libavformat/ipmovie.c     unsigned int width, height;
width             446 libavformat/ipmovie.c             width  = AV_RL16(&scratch[0]) * 8;
width             448 libavformat/ipmovie.c             if (width != s->video_width) {
width             449 libavformat/ipmovie.c                 s->video_width = width;
width             689 libavformat/ipmovie.c     st->codecpar->width = ipmovie->video_width;
width             205 libavformat/isom.h     int width;            ///< tkhd width
width              52 libavformat/ivfdec.c     st->codecpar->width      = avio_rl16(s->pb);
width              70 libavformat/ivfenc.c     avio_wl16(pb, par->width);
width              91 libavformat/jvdec.c     vst->codecpar->width       = avio_rl16(pb);
width             244 libavformat/libmodplug.c         vst->codecpar->width      = modplug->w << 3;
width              67 libavformat/lvfdec.c             st->codecpar->width      = avio_rl32(s->pb);
width            2721 libavformat/matroskadec.c             st->codecpar->width      = track->video.pixel_width;
width            2736 libavformat/matroskadec.c                           st->codecpar->width  * track->video.display_height * display_height_mul,
width            1244 libavformat/matroskaenc.c         put_ebml_uint (pb, MATROSKA_ID_VIDEOPIXELWIDTH , par->width);
width            1266 libavformat/matroskaenc.c             int64_t d_width = av_rescale(par->width, st->sample_aspect_ratio.num, st->sample_aspect_ratio.den);
width            1271 libavformat/matroskaenc.c             if (d_width != par->width || display_width_div != 1 || display_height_div != 1) {
width            1278 libavformat/matroskaenc.c                               par->width  * (int64_t)st->sample_aspect_ratio.num,
width            1287 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYWIDTH , par->width / display_width_div);
width              58 libavformat/mgsts.c     st->codecpar->width  = avio_rb32(pb);
width             133 libavformat/mlvdec.c             vst->codecpar->width  = avio_rl16(pb);
width             135 libavformat/mlvdec.c             ret = av_image_check_size(vst->codecpar->width, vst->codecpar->height, 0, avctx);
width             143 libavformat/mlvdec.c                 vst->codecpar->bits_per_coded_sample > (INT_MAX - 7) / (vst->codecpar->width * vst->codecpar->height)) {
width             147 libavformat/mlvdec.c                        vst->codecpar->width, vst->codecpar->height);
width             429 libavformat/mlvdec.c         ret = av_get_packet(pb, pkt, (st->codecpar->width * st->codecpar->height * st->codecpar->bits_per_coded_sample + 7) >> 3);
width              92 libavformat/mm.c     unsigned int frame_rate, width, height;
width             104 libavformat/mm.c     width = avio_rl16(pb);
width             115 libavformat/mm.c     st->codecpar->width = width;
width            1746 libavformat/mov.c             par->width  = AV_RB16(&par->extradata[38]);
width            1764 libavformat/mov.c                 par->width = 1440;
width            2092 libavformat/mov.c     st->codecpar->width  = avio_rb16(pb); /* width */
width            2113 libavformat/mov.c         st->codecpar->width &= ~1;
width            2250 libavformat/mov.c     st->codecpar->width  = sc->width;
width            2279 libavformat/mov.c     if (st->codecpar->width > 0 &&  st->codecpar->height > 0)
width            2281 libavformat/mov.c                  st->codecpar->width, st->codecpar->height);
width            4289 libavformat/mov.c         if (!st->sample_aspect_ratio.num && st->codecpar->width && st->codecpar->height &&
width            4290 libavformat/mov.c             sc->height && sc->width &&
width            4291 libavformat/mov.c             (st->codecpar->width != sc->width || st->codecpar->height != sc->height)) {
width            4292 libavformat/mov.c             st->sample_aspect_ratio = av_d2q(((double)st->codecpar->height * sc->width) /
width            4293 libavformat/mov.c                                              ((double)st->codecpar->width * sc->height), INT_MAX);
width            4321 libavformat/mov.c         st->codecpar->width = 0; /* let decoder init width/height */
width            4507 libavformat/mov.c     int width;
width            4560 libavformat/mov.c     width = avio_rb32(pb);       // 16.16 fixed point track width
width            4562 libavformat/mov.c     sc->width = width >> 16;
width            4605 libavformat/mov.c     if (width && height && sc->display_matrix) {
width            7637 libavformat/mov.c             if (st->codecpar->width <= 0 || st->codecpar->height <= 0) {
width            7638 libavformat/mov.c                 st->codecpar->width  = sc->width;
width            1267 libavformat/movenc.c     int display_width = track->par->width;
width            1362 libavformat/movenc.c     if (track->par->width == 720) { /* SD */
width            1421 libavformat/movenc.c         if (track->par->width == 1280 && track->par->height == 720) {
width            1429 libavformat/movenc.c         } else if (track->par->width == 1440 && track->par->height == 1080) {
width            1438 libavformat/movenc.c         } else if (track->par->width == 1920 && track->par->height == 1080) {
width            1449 libavformat/movenc.c         if (track->par->width == 1280 && track->par->height == 720) {
width            1457 libavformat/movenc.c         } else if (track->par->width == 1920 && track->par->height == 1080) {
width            1483 libavformat/movenc.c         if (track->par->width == 960 && track->par->height == 720) {
width            1491 libavformat/movenc.c         } else if (track->par->width == 1440 && track->par->height == 1080) {
width            1502 libavformat/movenc.c         if (track->par->width == 1280 && track->par->height == 720) {
width            1510 libavformat/movenc.c         } else if (track->par->width == 1920 && track->par->height == 1080) {
width            1520 libavformat/movenc.c         } else if (   track->par->width == 4096 && track->par->height == 2160
width            1521 libavformat/movenc.c                    || track->par->width == 3840 && track->par->height == 2160
width            1522 libavformat/movenc.c                    || track->par->width == 2048 && track->par->height == 1080) {
width            1852 libavformat/movenc.c     avio_wb32(pb, track->par->width); /* apertureWidth_N */
width            2003 libavformat/movenc.c     int xdcam_res =  (track->par->width == 1280 && track->par->height == 720)
width            2004 libavformat/movenc.c                   || (track->par->width == 1440 && track->par->height == 1080)
width            2005 libavformat/movenc.c                   || (track->par->width == 1920 && track->par->height == 1080);
width            2017 libavformat/movenc.c         } else if(track->par->width == 1440) {
width            2071 libavformat/movenc.c     avio_wb16(pb, track->par->width); /* Video width */
width            2989 libavformat/movenc.c         write_matrix(pb, -1,  0,  0, -1, track->par->width, track->par->height);
width            2991 libavformat/movenc.c         write_matrix(pb,  0, -1,  1,  0, 0, track->par->width);
width            3001 libavformat/movenc.c             track_width_1616 = track->par->width * 0x10000ULL;
width            3004 libavformat/movenc.c                                                   track->par->width * 0x10000LL,
width            3009 libavformat/movenc.c                 track_width_1616 = track->par->width * 0x10000ULL;
width            3030 libavformat/movenc.c     int32_t width = av_rescale(track->par->sample_aspect_ratio.num, track->par->width,
width            3041 libavformat/movenc.c     avio_wb32(pb, width << 16);
width            3047 libavformat/movenc.c     avio_wb32(pb, width << 16);
width            3053 libavformat/movenc.c     avio_wb32(pb, track->par->width << 16);
width            4221 libavformat/movenc.c             param_write_int(pb, "MaxWidth", track->par->width);
width            4223 libavformat/movenc.c             param_write_int(pb, "DisplayWidth", track->par->width);
width            5004 libavformat/movenc.c     avio_wb16(pb, video_par->width);
width            5917 libavformat/movenc.c                 int expected_stride = ((trk->par->width * bpc + 15) >> 4)*2;
width            6201 libavformat/movenc.c     int i, width = 720, height = 480;
width            6224 libavformat/movenc.c             sscanf(cur + 5, "%dx%d", &width, &height);
width            6242 libavformat/movenc.c     st->codecpar->width = width;
width            6454 libavformat/movenc.c                 if (st->codecpar->width != 720 || (st->codecpar->height != 608 && st->codecpar->height != 512)) {
width            6469 libavformat/movenc.c             if (st->codecpar->width > 65535 || st->codecpar->height > 65535) {
width            6470 libavformat/movenc.c                 av_log(s, AV_LOG_ERROR, "Resolution %dx%d too large for mov/mp4\n", st->codecpar->width, st->codecpar->height);
width              44 libavformat/msnwc_tcp.c         uint16_t width, height;
width              50 libavformat/msnwc_tcp.c         width  = bytestream_get_le16(&bytestream);
width              52 libavformat/msnwc_tcp.c         if (!(width == 320 &&
width              53 libavformat/msnwc_tcp.c               height == 240) && !(width == 160 && height == 120))
width             171 libavformat/mtv.c     st->codecpar->width           = mtv->img_width;
width             318 libavformat/mux.c             if ((par->width <= 0 || par->height <= 0) &&
width             210 libavformat/mvdec.c         st->codecpar->width = var_read_int(pb, size);
width             321 libavformat/mvdec.c         vst->codecpar->width     = avio_rb32(pb);
width              66 libavformat/mvi.c     vst->codecpar->width        = avio_rl16(pb);
width              97 libavformat/mvi.c     mvi->get_int = (vst->codecpar->width * vst->codecpar->height < (1 << 16)) ? avio_rl16 : avio_rl24;
width             190 libavformat/mxfdec.c     int width;
width            1176 libavformat/mxfdec.c         descriptor->width = avio_rb32(pb);
width            2377 libavformat/mxfdec.c             st->codecpar->width = descriptor->width;
width            2545 libavformat/mxfdec.c                 st->codecpar->width = coded_width;
width            1100 libavformat/mxfenc.c         stored_width = (st->codecpar->width+15)/16*16;
width            2029 libavformat/mxfenc.c         frame_size = avpriv_dnxhd_get_hr_frame_size(cid, st->codecpar->width, st->codecpar->height);
width            2039 libavformat/mxfenc.c                   st->codecpar->width, st->codecpar->height,
width            2203 libavformat/mxfenc.c             sc->aspect_ratio.num = st->codecpar->width * sps->sar.num;
width            2355 libavformat/mxfenc.c                           st->codecpar->width, st->codecpar->height, 1024*1024);
width            2475 libavformat/mxfenc.c                                             av_make_q(st->codecpar->width, st->codecpar->height));
width             433 libavformat/nsvdec.c             st->codecpar->width = vwidth;
width             437 libavformat/nutdec.c         GET_V(st->codecpar->width,  tmp > 0);
width             870 libavformat/nutdec.c     int width = 0;
width             942 libavformat/nutdec.c                 width = value;
width             951 libavformat/nutdec.c     if (channels || channel_layout || sample_rate || width || height) {
width             959 libavformat/nutdec.c                             AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS*(!!(width|height))
width             967 libavformat/nutdec.c         if (width || height){
width             968 libavformat/nutdec.c             bytestream_put_le32(&dst, width);
width             467 libavformat/nutenc.c         put_v(bc, par->width);
width             158 libavformat/nuv.c     int is_mythtv, width, height, v_packs, a_packs, ret;
width             165 libavformat/nuv.c     width  = avio_rl32(pb);
width             198 libavformat/nuv.c         ret = av_image_check_size(width, height, 0, s);
width             204 libavformat/nuv.c         vst->codecpar->width                 = width;
width             207 libavformat/nuv.c         vst->sample_aspect_ratio          = av_d2q(aspect * height / width,
width             415 libavformat/oggenc.c     bytestream_put_be16(&p, par->width);
width              46 libavformat/oggparsedirac.c     st->codecpar->width           = dsh->width;
width              55 libavformat/oggparsedirac.c     if (av_image_check_sar(st->codecpar->width, st->codecpar->height, dsh->sample_aspect_ratio) >= 0)
width              95 libavformat/oggparseogm.c             st->codecpar->width = bytestream2_get_le32(&p);
width             154 libavformat/oggparseogm.c         st->codecpar->width = AV_RL32(p + 176);
width              75 libavformat/oggparsetheora.c         st->codecpar->width  = get_bits(&gb, 16) << 4;
width              82 libavformat/oggparsetheora.c             int width  = get_bits(&gb, 24);
width              84 libavformat/oggparsetheora.c             if (width  <= st->codecpar->width  && width  > st->codecpar->width  - 16 &&
width              86 libavformat/oggparsetheora.c                 st->codecpar->width  = width;
width              54 libavformat/oggparsevp8.c         st->codecpar->width         = AV_RB16(p +  8);
width             107 libavformat/paf.c     vst->codecpar->width  = avio_rl32(pb);
width              71 libavformat/pmpdec.c     vst->codecpar->width  = avio_rl32(pb);
width             205 libavformat/psxstr.c                     st->codecpar->width      = AV_RL16(&sector[0x28]);
width              82 libavformat/r3d.c     st->codecpar->width  = avio_rb32(s->pb);
width             105 libavformat/r3d.c     av_log(s, AV_LOG_TRACE, "resolution %dx%d\n", st->codecpar->width, st->codecpar->height);
width              30 libavformat/rawutils.c     int min_stride = (par->width * bpc + 7) >> 3;
width              31 libavformat/rawvideodec.c     int width, height;        /**< Integers describing video size, set by a private option. */
width              60 libavformat/rawvideodec.c     st->codecpar->width  = s->width;
width              63 libavformat/rawvideodec.c     packet_size = av_image_get_buffer_size(st->codecpar->format, s->width, s->height, 1);
width              90 libavformat/rawvideodec.c     { "video_size", "set frame size", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, DEC },
width             215 libavformat/riffdec.c     st->codecpar->width  = avio_rl32(pb);
width             227 libavformat/riffenc.c     avio_wl32(pb, par->width);
width             236 libavformat/riffenc.c     avio_wl32(pb, (par->width * par->height * (par->bits_per_coded_sample ? par->bits_per_coded_sample : 24)+7) / 8);
width             121 libavformat/rl2.c     st->codecpar->width = 320;
width             381 libavformat/rmdec.c         st->codecpar->width  = avio_rb16(pb);
width             252 libavformat/rmenc.c             avio_wb16(s, stream->par->width);
width             154 libavformat/rpl.c         vst->codecpar->width           = read_line_and_int(pb, &error);  // video width
width             202 libavformat/rtpdec_h264.c     par->width   = atoi(buf1);
width             219 libavformat/rtpdec_jpeg.c     uint8_t type, q, width, height;
width             234 libavformat/rtpdec_jpeg.c     width  = AV_RB8(buf + 6);   /* frame width in 8 pixel blocks */
width             331 libavformat/rtpdec_jpeg.c         jpeg->hdr_size = jpeg_create_header(hdr, sizeof(hdr), type, width,
width              32 libavformat/rtpdec_rfc4175.c     int width;
width              71 libavformat/rtpdec_rfc4175.c     data->frame_size = data->width * data->height * data->pgroup / data->xinc;
width              81 libavformat/rtpdec_rfc4175.c         data->width = atoi(value);
width             108 libavformat/rtpdec_rfc4175.c         if (!data->sampling || !data->depth || !data->width || !data->height)
width             111 libavformat/rtpdec_rfc4175.c         stream->codecpar->width = data->width;
width             209 libavformat/rtpdec_rfc4175.c         copy_offset = (line * data->width + offset) * data->pgroup / data->xinc;
width             308 libavformat/rtpdec_xiph.c         par->width = atoi(value);
width              45 libavformat/rtpenc_jpeg.c     w = AV_CEIL_RSHIFT(s1->streams[0]->codecpar->width, 3);
width              68 libavformat/sauce.c                 avctx->streams[0]->codecpar->width = t1<<3;
width              75 libavformat/sauce.c                 avctx->streams[0]->codecpar->width = (filetype == 1 ? t1 : filetype) << 4;
width             510 libavformat/sdp.c             if (p->width == 176 && p->height == 144)
width             512 libavformat/sdp.c             else if (p->width == 352 && p->height == 288)
width             532 libavformat/sdp.c                                     payload_type, p->width, p->height);
width             660 libavformat/sdp.c                                     p->width, p->height, pix_fmt, config);
width              51 libavformat/sdr2.c     st->codecpar->width      = avio_rl32(s->pb);
width             156 libavformat/segafilm.c         st->codecpar->width = AV_RB32(&scratch[16]);
width             316 libavformat/segafilmenc.c     avio_wb32(pb, video->codecpar->width);
width              33 libavformat/serdec.c     int width, height;
width              62 libavformat/serdec.c     ser->width = avio_rl32(s->pb);
width              87 libavformat/serdec.c     st->codecpar->width  = ser->width;
width              90 libavformat/serdec.c     packet_size = av_image_get_buffer_size(st->codecpar->format, ser->width, ser->height, 1);
width              95 libavformat/sierravmd.c     int width, height;
width             107 libavformat/sierravmd.c     width = AV_RL16(&vmd->vmd_header[12]);
width             109 libavformat/sierravmd.c     if (width && height) {
width             124 libavformat/sierravmd.c         vst->codecpar->width = width;
width             126 libavformat/sierravmd.c         if(vmd->is_indeo3 && vst->codecpar->width > 320){
width             127 libavformat/sierravmd.c             vst->codecpar->width >>= 1;
width              95 libavformat/siff.c     int width, height;
width             109 libavformat/siff.c     width  = avio_rl16(pb);
width             129 libavformat/siff.c     st->codecpar->width      = width;
width              95 libavformat/smacker.c     uint32_t magic, width, height, flags, treesize;
width             103 libavformat/smacker.c     width  = avio_rl32(pb);
width             146 libavformat/smacker.c     par->width      = width;
width             119 libavformat/smjpegdec.c             vst->codecpar->width      = avio_rb16(pb);
width              83 libavformat/smjpegenc.c             avio_wb16(pb, par->width);
width             259 libavformat/smoothstreamingenc.c             avio_printf(out, "<QualityLevel Index=\"%d\" Bitrate=\"%"PRId64"\" FourCC=\"%s\" MaxWidth=\"%d\" MaxHeight=\"%d\" CodecPrivateData=\"%s\" />\n", index, s->streams[i]->codecpar->bit_rate, os->fourcc, s->streams[i]->codecpar->width, s->streams[i]->codecpar->height, os->private_str);
width              52 libavformat/smush.c     uint32_t width = 0, height = 0, got_audio = 0, read = 0;
width              94 libavformat/smush.c         width  = avio_rl16(pb);
width             157 libavformat/smush.c     vst->codecpar->width      = width;
width             321 libavformat/swfdec.c             const int width   = avio_rl16(pb);
width             329 libavformat/swfdec.c                 linesize = width;
width             334 libavformat/swfdec.c                 linesize = width * 2;
width             337 libavformat/swfdec.c                 linesize = width * 4;
width             346 libavformat/swfdec.c             if (av_image_check_size(width, height, 0, s) < 0 ||
width             349 libavformat/swfdec.c                 av_log(s, AV_LOG_ERROR, "invalid frame size %dx%d\n", width, height);
width             356 libavformat/swfdec.c                     ch_id, bmp_fmt, width, height, linesize, len, out_len, colormapsize);
width             391 libavformat/swfdec.c             if (!st->codecpar->width && !st->codecpar->height) {
width             392 libavformat/swfdec.c                 st->codecpar->width  = width;
width             395 libavformat/swfdec.c                 ff_add_param_change(pkt, 0, 0, 0, width, height);
width             180 libavformat/swfenc.c     int i, width, height, rate, rate_base;
width             222 libavformat/swfenc.c         width = 320;
width             227 libavformat/swfenc.c         width = swf->video_par->width;
width             254 libavformat/swfenc.c     put_swf_rect(pb, 0, width * 20, 0, height * 20);
width             276 libavformat/swfenc.c         put_swf_rect(pb, 0, width, 0, height);
width             299 libavformat/swfenc.c         put_swf_line_edge(&p, width, 0);
width             301 libavformat/swfenc.c         put_swf_line_edge(&p, -width, 0);
width             361 libavformat/swfenc.c             avio_wl16(pb, par->width);
width             199 libavformat/tests/movenc.c     st->codecpar->width = 640;
width             120 libavformat/thp.c             st->codecpar->width = avio_rb32(pb);
width             237 libavformat/tiertexseq.c     st->codecpar->width = SEQ_FRAME_W;
width             135 libavformat/tmv.c     vst->codecpar->width      = char_cols * 8;
width              48 libavformat/tty.c     int width, height; /**< Set by a private option. */
width             116 libavformat/tty.c     st->codecpar->width  = s->width;
width             169 libavformat/tty.c     { "video_size", "A string describing frame size, such as 640x480 or hd720.", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, DEC },
width              55 libavformat/uncodedframecrcenc.c     av_bprintf(bp, ", %d x %d", frame->width, frame->height);
width              60 libavformat/uncodedframecrcenc.c     if (av_image_fill_linesizes(linesize, frame->format, frame->width) < 0)
width            1901 libavformat/utils.c             if (st->codecpar->width && st->codecpar->height)
width            3028 libavformat/utils.c         if (!avctx->width)
width            3037 libavformat/utils.c         if (avctx->codec_id == AV_CODEC_ID_HDMV_PGS_SUBTITLE && !avctx->width)
width            4080 libavformat/utils.c                 AVRational hw_ratio = { avctx->height, avctx->width };
width            4149 libavformat/utils.c             int orig_w = st->codecpar->width;
width            4160 libavformat/utils.c                 st->codecpar->width = orig_w;
width            4175 libavformat/utils.c         if (st->internal->avctx->lowres && st->internal->avctx->width) {
width            4177 libavformat/utils.c             st->codec->width = st->internal->avctx->width;
width            5072 libavformat/utils.c                         int32_t width, int32_t height)
width            5091 libavformat/utils.c     if (width || height) {
width            5105 libavformat/utils.c     if (width || height) {
width            5106 libavformat/utils.c         bytestream_put_le32(&data, width);
width            5287 libavformat/utils.c                 val = par->width && par->height;
width            5289 libavformat/utils.c                 val = val || (codec->width && codec->height);
width            5464 libavformat/utils.c     if (st->codecpar->width == 1920) {
width            5472 libavformat/utils.c     } else if (st->codecpar->width == 1440) {
width            5480 libavformat/utils.c     } else if (st->codecpar->width == 1280) {
width            5483 libavformat/utils.c     } else if (st->codecpar->width == 960) {
width              31 libavformat/v210.c     int width, height;        /**< Integers describing video size, set by a private option. */
width              54 libavformat/v210.c     ret = av_image_check_size(s->width, s->height, 0, ctx);
width              57 libavformat/v210.c     st->codecpar->width    = s->width;
width              61 libavformat/v210.c     ctx->packet_size       = GET_PACKET_SIZE(s->width, s->height);
width              85 libavformat/v210.c     { "video_size", "set frame size", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, DEC },
width             262 libavformat/vapoursynth.c     if (!info->format || !info->width || !info->height) {
width             280 libavformat/vapoursynth.c     st->codecpar->width = info->width;
width             394 libavformat/vapoursynth.c     frame->width        = st->codecpar->width;
width             409 libavformat/vapoursynth.c     av_assert0(vs->vsapi->getFrameWidth(vsframe, 0) == frame->width);
width              75 libavformat/vc1test.c     st->codecpar->width = avio_rl32(pb);
width              42 libavformat/vc1testenc.c     avio_wl32(pb, par->width);
width             335 libavformat/vividas.c         st->codecpar->width = avio_rl16(pb); // width
width             187 libavformat/vivo.c                     vst->codecpar->width = value_int;
width              72 libavformat/vpcc.c     int picture_size = par->width * par->height;
width             473 libavformat/wavdec.c             vst->codecpar->width  = avio_rl24(pb);
width              66 libavformat/wc3movie.c     int width;
width              99 libavformat/wc3movie.c     wc3->width = WC3_DEFAULT_WIDTH;
width             144 libavformat/wc3movie.c             wc3->width  = avio_rl32(pb);
width             177 libavformat/wc3movie.c     st->codecpar->width = wc3->width;
width             187 libavformat/webmdashenc.c         avio_printf(s->pb, " width=\"%d\"", stream->codecpar->width);
width             220 libavformat/webmdashenc.c     first_width = s->streams[as->streams[0]]->codecpar->width;
width             222 libavformat/webmdashenc.c         if (first_width != s->streams[as->streams[i]]->codecpar->width)
width             359 libavformat/webmdashenc.c         avio_printf(s->pb, " width=\"%d\"", par->width);
width             118 libavformat/webpenc.c                 avio_wl24(s->pb, st->codecpar->width - 1);
width             134 libavformat/webpenc.c             avio_wl24(s->pb, st->codecpar->width - 1);
width             107 libavformat/westwood_vqa.c     st->codecpar->width = AV_RL16(&header[6]);
width             218 libavformat/wtvenc.c     AVRational dar = av_mul_q(st->sample_aspect_ratio, (AVRational){st->codecpar->width, st->codecpar->height});
width             225 libavformat/wtvenc.c     avio_wl32(pb, st->codecpar->width);
width             300 libavformat/xmv.c         vst->codecpar->width      = xmv->video_width;
width              88 libavformat/yop.c     video_par->width        = avio_rl16(pb);
width              39 libavformat/yuv4mpegdec.c     int width = -1, height  = -1, raten   = 0,
width              72 libavformat/yuv4mpegdec.c             width    = strtol(tokstart, &tokend, 10);
width             239 libavformat/yuv4mpegdec.c     if (width == -1 || height == -1) {
width             265 libavformat/yuv4mpegdec.c     st->codecpar->width  = width;
width             277 libavformat/yuv4mpegdec.c     s->packet_size = av_image_get_buffer_size(st->codecpar->format, width, height, 1) + Y4M_FRAME_MAGIC_LEN;
width              32 libavformat/yuv4mpegenc.c     int width, height;
width              40 libavformat/yuv4mpegenc.c     width  = st->codecpar->width;
width             173 libavformat/yuv4mpegenc.c                  Y4M_MAGIC, width, height, raten, rated, inter,
width             186 libavformat/yuv4mpegenc.c     int width, height, h_chroma_shift, v_chroma_shift;
width             209 libavformat/yuv4mpegenc.c     width  = st->codecpar->width;
width             244 libavformat/yuv4mpegenc.c         width *= 2;
width             253 libavformat/yuv4mpegenc.c         avio_write(pb, ptr, width);
width             264 libavformat/yuv4mpegenc.c         width  = AV_CEIL_RSHIFT(width,  h_chroma_shift);
width             270 libavformat/yuv4mpegenc.c             avio_write(pb, ptr1, width);
width             274 libavformat/yuv4mpegenc.c             avio_write(pb, ptr2, width);
width             729 libavutil/avsscanf.c     int width;
width             780 libavutil/avsscanf.c         for (width=0; av_isdigit(*p); p++) {
width             781 libavutil/avsscanf.c             width = 10*width + *p - '0';
width             831 libavutil/avsscanf.c                 if (width < 1) width = 1;
width             845 libavutil/avsscanf.c         shlim(f, width);
width             889 libavutil/avsscanf.c                 if (t == 'c' && shcnt(f) != width) goto match_fail;
width             221 libavutil/frame.c     if ((ret = av_image_check_size(frame->width, frame->height, 0, NULL)) < 0)
width             230 libavutil/frame.c                                           FFALIGN(frame->width, i));
width             330 libavutil/frame.c     if (frame->width > 0 && frame->height > 0)
width             390 libavutil/frame.c             && (src->width != dst->width || src->height != dst->height))
width             448 libavutil/frame.c     av_assert1(dst->width == 0 && dst->height == 0);
width             452 libavutil/frame.c     dst->width          = src->width;
width             585 libavutil/frame.c     av_assert1(dst->width == 0 && dst->height == 0);
width             625 libavutil/frame.c     tmp.width          = frame->width;
width             756 libavutil/frame.c     if (dst->width  < src->width ||
width             771 libavutil/frame.c                   dst->format, src->width, src->height);
width             805 libavutil/frame.c     if (dst->width > 0 && dst->height > 0)
width             896 libavutil/frame.c     if (!(frame->width > 0 && frame->height > 0))
width             901 libavutil/frame.c         (frame->crop_left + frame->crop_right) >= frame->width ||
width             914 libavutil/frame.c         frame->width      -= frame->crop_right;
width             948 libavutil/frame.c     frame->width      -= (frame->crop_left + frame->crop_right);
width             358 libavutil/frame.h     int width, height;
width             357 libavutil/hwcontext.c     ret = av_image_check_size(ctx->width, ctx->height, 0, ctx);
width             422 libavutil/hwcontext.c     frame_tmp->width  = ctx->width;
width             433 libavutil/hwcontext.c     frame_tmp->width  = src->width;
width             887 libavutil/hwcontext.c     dst->width     = src->width;
width             229 libavutil/hwcontext.h     int width, height;
width             146 libavutil/hwcontext_cuda.c         int size = av_image_get_buffer_size(ctx->sw_format, ctx->width, ctx->height, CUDA_FRAME_ALIGNMENT);
width             167 libavutil/hwcontext_cuda.c                                ctx->sw_format, ctx->width, ctx->height, CUDA_FRAME_ALIGNMENT);
width             180 libavutil/hwcontext_cuda.c     frame->width  = ctx->width;
width             185 libavutil/hwcontext_d3d11va.c         .Width      = ctx->width,
width             249 libavutil/hwcontext_d3d11va.c         .Width      = ctx->width,
width             299 libavutil/hwcontext_d3d11va.c     frame->width   = ctx->width;
width             334 libavutil/hwcontext_d3d11va.c         .Width          = ctx->width,
width             379 libavutil/hwcontext_d3d11va.c     int w = FFMIN(dst->width,  src->width);
width              79 libavutil/hwcontext_drm.c     frame->width  = hwfc->width;
width             152 libavutil/hwcontext_drm.c     dst->width  = src->width;
width             194 libavutil/hwcontext_drm.c     if (dst->width > hwfc->width || dst->height > hwfc->height)
width             206 libavutil/hwcontext_drm.c     map->width  = dst->width;
width             225 libavutil/hwcontext_drm.c     if (src->width > hwfc->width || src->height > hwfc->height)
width             238 libavutil/hwcontext_drm.c     map->width  = src->width;
width             188 libavutil/hwcontext_dxva2.c                                                         ctx->width, ctx->height,
width             244 libavutil/hwcontext_dxva2.c     frame->width   = ctx->width;
width             352 libavutil/hwcontext_dxva2.c                   ctx->sw_format, src->width, src->height);
width             383 libavutil/hwcontext_dxva2.c                           ctx->sw_format, src->width, src->height);
width            1370 libavutil/hwcontext_opencl.c                                    int plane, int width, int height,
width            1394 libavutil/hwcontext_opencl.c     if (width & wsub - 1 || height & hsub - 1)
width            1438 libavutil/hwcontext_opencl.c         image_desc->image_width     = width;
width            1440 libavutil/hwcontext_opencl.c         image_desc->image_row_pitch = step * width;
width            1442 libavutil/hwcontext_opencl.c         image_desc->image_width     = width  / wsub;
width            1444 libavutil/hwcontext_opencl.c         image_desc->image_row_pitch = step * width / wsub;
width            1638 libavutil/hwcontext_opencl.c                                       hwfc->width, hwfc->height,
width            1754 libavutil/hwcontext_opencl.c     frame->width   = hwfc->width;
width            1818 libavutil/hwcontext_opencl.c                                       src->width, src->height,
width            1873 libavutil/hwcontext_opencl.c                                       src->width, src->height,
width            1983 libavutil/hwcontext_opencl.c                                       src->width, src->height,
width            2022 libavutil/hwcontext_opencl.c     dst->width  = src->width;
width            2104 libavutil/hwcontext_opencl.c                                           src->width, src->height,
width            2113 libavutil/hwcontext_opencl.c             image_info.width  = image_desc.image_width;
width            2138 libavutil/hwcontext_opencl.c     dst->width  = src->width;
width            2310 libavutil/hwcontext_opencl.c     dst->width  = src->width;
width            2399 libavutil/hwcontext_opencl.c     dst->width  = src->width;
width            2554 libavutil/hwcontext_opencl.c     dst->width  = src->width;
width            2729 libavutil/hwcontext_opencl.c                                           src_fc->width, src_fc->height,
width            2782 libavutil/hwcontext_opencl.c     dst->width  = src->width;
width             267 libavutil/hwcontext_qsv.c     child_frames_ctx->width             = FFALIGN(ctx->width, 16);
width             340 libavutil/hwcontext_qsv.c     surf->Info.Width          = FFALIGN(ctx->width, 16);
width             341 libavutil/hwcontext_qsv.c     surf->Info.CropW          = ctx->width;
width             590 libavutil/hwcontext_qsv.c     frame->width   = ctx->width;
width             698 libavutil/hwcontext_qsv.c         dst->width   = src->width;
width             721 libavutil/hwcontext_qsv.c     dummy->width         = src->width;
width             749 libavutil/hwcontext_qsv.c     dummy->width         = src->width;
width             923 libavutil/hwcontext_qsv.c         tmp_frame.width          = FFALIGN(src->width, 16);
width            1057 libavutil/hwcontext_qsv.c     dst->width   = src->width;
width             459 libavutil/hwcontext_vaapi.c                            hwfc->width, hwfc->height,
width             657 libavutil/hwcontext_vaapi.c     frame->width   = hwfc->width;
width             719 libavutil/hwcontext_vaapi.c                          0, 0, hwfc->width, hwfc->height,
width             720 libavutil/hwcontext_vaapi.c                          0, 0, hwfc->width, hwfc->height);
width             810 libavutil/hwcontext_vaapi.c                             hwfc->width, hwfc->height, &map->image);
width             820 libavutil/hwcontext_vaapi.c                              hwfc->width, hwfc->height, map->image.image_id);
width             844 libavutil/hwcontext_vaapi.c     dst->width  = src->width;
width             877 libavutil/hwcontext_vaapi.c     if (dst->width > hwfc->width || dst->height > hwfc->height)
width             889 libavutil/hwcontext_vaapi.c     map->width  = dst->width;
width             908 libavutil/hwcontext_vaapi.c     if (src->width > hwfc->width || src->height > hwfc->height)
width             920 libavutil/hwcontext_vaapi.c     map->width  = src->width;
width            1065 libavutil/hwcontext_vaapi.c     buffer_desc.width        = src_fc->width;
width            1089 libavutil/hwcontext_vaapi.c                            src->width, src->height,
width            1105 libavutil/hwcontext_vaapi.c     dst->width   = src->width;
width            1191 libavutil/hwcontext_vaapi.c     dst->width   = src->width;
width            1352 libavutil/hwcontext_vaapi.c     dst->width   = src->width;
width             226 libavutil/hwcontext_vdpau.c                                    ctx->width, ctx->height, &surf);
width             285 libavutil/hwcontext_vdpau.c     frame->width   = ctx->width;
width              86 libavutil/hwcontext_videotoolbox.c     frame->width   = ctx->width;
width             132 libavutil/hwcontext_videotoolbox.c     if (CVPixelBufferGetWidth(pixbuf) != ctx->width ||
width             176 libavutil/hwcontext_videotoolbox.c     if (dst->width > hwfc->width || dst->height > hwfc->height)
width             188 libavutil/hwcontext_videotoolbox.c     map->width  = dst->width;
width             207 libavutil/hwcontext_videotoolbox.c     if (src->width > hwfc->width || src->height > hwfc->height)
width             219 libavutil/hwcontext_videotoolbox.c     map->width  = src->width;
width            1534 libavutil/hwcontext_vulkan.c         int w = hwfc->width;
width            1544 libavutil/hwcontext_vulkan.c             .extent.width          = p_w,
width            1767 libavutil/hwcontext_vulkan.c     frame->width   = hwfc->width;
width            1853 libavutil/hwcontext_vulkan.c     dst->width  = src->width;
width            2013 libavutil/hwcontext_vulkan.c         const int p_w = i > 0 ? AV_CEIL_RSHIFT(hwfc->width, fmt_desc->log2_chroma_w) : hwfc->width;
width            2021 libavutil/hwcontext_vulkan.c             .extent.width          = p_w,
width            2203 libavutil/hwcontext_vulkan.c     dst->width   = src->width;
width            2310 libavutil/hwcontext_vulkan.c                     .Width  = i > 0 ? AV_CEIL_RSHIFT(hwfc->width, desc->log2_chroma_w)
width            2311 libavutil/hwcontext_vulkan.c                                     : hwfc->width,
width            2441 libavutil/hwcontext_vulkan.c             .WidthInBytes  = (i > 0 ? AV_CEIL_RSHIFT(hwfc->width, desc->log2_chroma_w)
width            2442 libavutil/hwcontext_vulkan.c                                     : hwfc->width) * desc->comp[i].step,
width            2608 libavutil/hwcontext_vulkan.c     dst->width   = src->width;
width            3004 libavutil/hwcontext_vulkan.c     if (src->width > hwfc->width || src->height > hwfc->height)
width            3075 libavutil/hwcontext_vulkan.c                              src->width, src->height, src->format, 0);
width            3146 libavutil/hwcontext_vulkan.c             .WidthInBytes  = (i > 0 ? AV_CEIL_RSHIFT(hwfc->width, desc->log2_chroma_w)
width            3147 libavutil/hwcontext_vulkan.c                                     : hwfc->width) * desc->comp[i].step,
width            3188 libavutil/hwcontext_vulkan.c     if (dst->width > hwfc->width || dst->height > hwfc->height)
width            3239 libavutil/hwcontext_vulkan.c                                   dst->width, dst->height, dst->format, 1)))
width              54 libavutil/imgutils.c int image_get_linesize(int width, int plane,
width              63 libavutil/imgutils.c     if (width < 0)
width              66 libavutil/imgutils.c     shifted_w = ((width + (1 << s) - 1)) >> s;
width              76 libavutil/imgutils.c int av_image_get_linesize(enum AVPixelFormat pix_fmt, int width, int plane)
width              86 libavutil/imgutils.c     return image_get_linesize(width, plane, max_step[plane], max_step_comp[plane], desc);
width              89 libavutil/imgutils.c int av_image_fill_linesizes(int linesizes[4], enum AVPixelFormat pix_fmt, int width)
width             103 libavutil/imgutils.c         if ((ret = image_get_linesize(width, i, max_step[i], max_step_comp[i], desc)) < 0)
width             347 libavutil/imgutils.c                        enum AVPixelFormat pix_fmt, int width, int height,
width             360 libavutil/imgutils.c                    width, height);
width             372 libavutil/imgutils.c             ptrdiff_t bwidth = av_image_get_linesize(pix_fmt, width, i);
width             389 libavutil/imgutils.c                    enum AVPixelFormat pix_fmt, int width, int height)
width             400 libavutil/imgutils.c                width, height, image_copy_plane);
width             405 libavutil/imgutils.c                            enum AVPixelFormat pix_fmt, int width, int height)
width             408 libavutil/imgutils.c                width, height, image_copy_plane_uc_from);
width             413 libavutil/imgutils.c                          int width, int height, int align)
width             417 libavutil/imgutils.c     ret = av_image_check_size(width, height, 0, NULL);
width             421 libavutil/imgutils.c     ret = av_image_fill_linesizes(dst_linesize, pix_fmt, width);
width             432 libavutil/imgutils.c                              int width, int height, int align)
width             441 libavutil/imgutils.c     ret = av_image_check_size(width, height, 0, NULL);
width             447 libavutil/imgutils.c         return FFALIGN(width, align) * height;
width             450 libavutil/imgutils.c                                 width, height, align);
width             457 libavutil/imgutils.c                             int width, int height, int align)
width             460 libavutil/imgutils.c     int size = av_image_get_buffer_size(pix_fmt, width, height, align);
width             472 libavutil/imgutils.c     ret = av_image_fill_linesizes(linesize, pix_fmt, width);
width             536 libavutil/imgutils.c                         int width, int height)
width             555 libavutil/imgutils.c         ptrdiff_t bytewidth = av_image_get_linesize(pix_fmt, width, 0);
width             623 libavutil/imgutils.c         plane_line_bytes[plane] = av_image_get_linesize(pix_fmt, width, plane);
width              59 libavutil/imgutils.h int av_image_get_linesize(enum AVPixelFormat pix_fmt, int width, int plane);
width              68 libavutil/imgutils.h int av_image_fill_linesizes(int linesizes[4], enum AVPixelFormat pix_fmt, int width);
width             121 libavutil/imgutils.h                    enum AVPixelFormat pix_fmt, int width, int height);
width             139 libavutil/imgutils.h                            enum AVPixelFormat pix_fmt, int width, int height);
width             169 libavutil/imgutils.h                          enum AVPixelFormat pix_fmt, int width, int height, int align);
width             181 libavutil/imgutils.h int av_image_get_buffer_size(enum AVPixelFormat pix_fmt, int width, int height, int align);
width             202 libavutil/imgutils.h                             enum AVPixelFormat pix_fmt, int width, int height, int align);
width             270 libavutil/imgutils.h                         int width, int height);
width              68 libavutil/parseutils.c     int width, height;
width             153 libavutil/parseutils.c     int width = 0, height = 0;
width             157 libavutil/parseutils.c             width  = video_size_abbrs[i].width;
width             163 libavutil/parseutils.c         width = strtol(str, (void*)&p, 10);
width             172 libavutil/parseutils.c     if (width <= 0 || height <= 0)
width             174 libavutil/parseutils.c     *width_ptr  = width;
width              37 libavutil/spherical.c                               size_t width, size_t height,
width              42 libavutil/spherical.c     uint64_t orig_width  = (uint64_t) width  * UINT32_MAX /
width              50 libavutil/spherical.c     *right  = orig_width  - width  - *left;
width             206 libavutil/spherical.h                               size_t width, size_t height,
width             555 libpostproc/postprocess.c typedef void (*pp_fn)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
width             558 libpostproc/postprocess.c static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
width             592 libpostproc/postprocess.c     pp(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c);
width             846 libpostproc/postprocess.c static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){
width             847 libpostproc/postprocess.c     int mbWidth = (width+15)>>4;
width             859 libpostproc/postprocess.c             c->yHistogram[i]= width*height/64*15/256;
width             867 libpostproc/postprocess.c     reallocAlign((void **)&c->deintTemp, 2*width+32);
width             879 libpostproc/postprocess.c av_cold pp_context *pp_get_context(int width, int height, int cpuCaps){
width             881 libpostproc/postprocess.c     int stride= FFALIGN(width, 16);  //assumed / will realloc if needed
width             882 libpostproc/postprocess.c     int qpStride= (width+15)/16 + 2; //assumed / will realloc if needed
width             905 libpostproc/postprocess.c     reallocBuffers(c, width, height, stride, qpStride);
width             937 libpostproc/postprocess.c                      int width, int height,
width             941 libpostproc/postprocess.c     int mbWidth = (width+15)>>4;
width             950 libpostproc/postprocess.c         reallocBuffers(c, width, height,
width            1012 libpostproc/postprocess.c                 width, height, QP_store, QPStride, 0, mode, c);
width            1017 libpostproc/postprocess.c     width  = (width )>>c->hChromaSubSample;
width            1022 libpostproc/postprocess.c                     width, height, QP_store, QPStride, 1, mode, c);
width            1024 libpostproc/postprocess.c                     width, height, QP_store, QPStride, 2, mode, c);
width            1032 libpostproc/postprocess.c             memcpy(&(dst[1][y*dstStride[1]]), &(src[1][y*srcStride[1]]), width);
width            1033 libpostproc/postprocess.c             memcpy(&(dst[2][y*dstStride[2]]), &(src[2][y*srcStride[2]]), width);
width              85 libpostproc/postprocess.h pp_context *pp_get_context(int width, int height, int flags);
width            3077 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
width            3305 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
width            3373 libpostproc/postprocess_template.c         if(c.frameNum == 1) yHistogram[0]= width*(uint64_t)height/64*15/256;
width            3427 libpostproc/postprocess_template.c         for(x=0; x<width; x+=BLOCK_SIZE){
width            3449 libpostproc/postprocess_template.c                 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
width            3456 libpostproc/postprocess_template.c         if(width==FFABS(dstStride))
width            3461 libpostproc/postprocess_template.c                 memcpy(dst + i*dstStride, tempDst + (9+i)*dstStride, width);
width            3504 libpostproc/postprocess_template.c         for(x=0; x<width; ){
width            3506 libpostproc/postprocess_template.c             int endx = FFMIN(width, x+32);
width            3552 libpostproc/postprocess_template.c                 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
width            3691 libpostproc/postprocess_template.c             if(width==FFABS(dstStride))
width            3696 libpostproc/postprocess_template.c                     memcpy(dstBlock + i*dstStride, tempDst + (i+1)*dstStride, width);
width              31 libswscale/aarch64/rgb2rgb.c                               uint8_t *dest, int width, int height,
width              28 libswscale/arm/swscale_unscaled.c                 int width, int height,
width              33 libswscale/arm/swscale_unscaled.c                 int width, int height,
width             127 libswscale/bayer_template.c static void BAYER_RENAME(rgb24_copy)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width)
width             130 libswscale/bayer_template.c     for (i = 0 ; i < width; i+= 2) {
width             137 libswscale/bayer_template.c static void BAYER_RENAME(rgb24_interpolate)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width)
width             145 libswscale/bayer_template.c     for (i = 2 ; i < width - 2; i+= 2) {
width             151 libswscale/bayer_template.c     if (width > 2) {
width             156 libswscale/bayer_template.c static void BAYER_RENAME(yv12_copy)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv)
width             161 libswscale/bayer_template.c     for (i = 0 ; i < width; i+= 2) {
width             171 libswscale/bayer_template.c static void BAYER_RENAME(yv12_interpolate)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv)
width             184 libswscale/bayer_template.c     for (i = 2 ; i < width - 2; i+= 2) {
width             193 libswscale/bayer_template.c     if (width > 2) {
width              34 libswscale/gamma.c     int srcW = desc->src->width;
width              41 libswscale/hscale.c     int srcW = desc->src->width;
width              42 libswscale/hscale.c     int dstW = desc->dst->width;
width              88 libswscale/hscale.c     int srcW = desc->src->width;
width             169 libswscale/hscale.c     int srcW = AV_CEIL_RSHIFT(desc->src->width, desc->src->h_chr_sub_sample);
width             170 libswscale/hscale.c     int dstW = AV_CEIL_RSHIFT(desc->dst->width, desc->dst->h_chr_sub_sample);
width             204 libswscale/hscale.c     int srcW = AV_CEIL_RSHIFT(desc->src->width, desc->src->h_chr_sub_sample);
width              44 libswscale/input.c rgb64ToY_c_template(uint16_t *dst, const uint16_t *src, int width,
width              49 libswscale/input.c     for (i = 0; i < width; i++) {
width              61 libswscale/input.c                     int width, enum AVPixelFormat origin, int32_t *rgb2yuv)
width              67 libswscale/input.c     for (i = 0; i < width; i++) {
width              80 libswscale/input.c                           int width, enum AVPixelFormat origin, int32_t *rgb2yuv)
width              86 libswscale/input.c     for (i = 0; i < width; i++) {
width              98 libswscale/input.c                                     int width, uint32_t *rgb2yuv) \
width             102 libswscale/input.c     rgb64ToY_c_template(dst, src, width, origin, rgb2yuv); \
width             107 libswscale/input.c                                     int width, uint32_t *rgb2yuv) \
width             112 libswscale/input.c     rgb64ToUV_c_template(dstU, dstV, src1, src2, width, origin, rgb2yuv); \
width             117 libswscale/input.c                                     int width, uint32_t *rgb2yuv) \
width             122 libswscale/input.c     rgb64ToUV_half_c_template(dstU, dstV, src1, src2, width, origin, rgb2yuv); \
width             131 libswscale/input.c                                                  const uint16_t *src, int width,
width             137 libswscale/input.c     for (i = 0; i < width; i++) {
width             150 libswscale/input.c                                                   int width,
width             158 libswscale/input.c     for (i = 0; i < width; i++) {
width             172 libswscale/input.c                                                        int width,
width             180 libswscale/input.c     for (i = 0; i < width; i++) {
width             201 libswscale/input.c                                             int width,                  \
width             206 libswscale/input.c     rgb48ToY_c_template(dst, src, width, origin, rgb2yuv);              \
width             214 libswscale/input.c                                              int width,                 \
width             221 libswscale/input.c     rgb48ToUV_c_template(dstU, dstV, src1, src2, width, origin, rgb2yuv);        \
width             229 libswscale/input.c                                                   int width,            \
width             236 libswscale/input.c     rgb48ToUV_half_c_template(dstU, dstV, src1, src2, width, origin, rgb2yuv);   \
width             254 libswscale/input.c                                                     int width,
width             267 libswscale/input.c     for (i = 0; i < width; i++) {
width             280 libswscale/input.c                                                      int width,
width             294 libswscale/input.c     for (i = 0; i < width; i++) {
width             308 libswscale/input.c                                                           int width,
width             326 libswscale/input.c     for (i = 0; i < width; i++) {
width             352 libswscale/input.c                           int width, uint32_t *tab)                     \
width             354 libswscale/input.c     rgb16_32ToY_c_template((int16_t*)dst, src, width, fmt, shr, shg, shb, shp,    \
width             360 libswscale/input.c                            int width, uint32_t *tab)                    \
width             362 libswscale/input.c     rgb16_32ToUV_c_template((int16_t*)dstU, (int16_t*)dstV, src, width, fmt,                \
width             370 libswscale/input.c                                 int width, uint32_t *tab)               \
width             372 libswscale/input.c     rgb16_32ToUV_half_c_template((int16_t*)dstU, (int16_t*)dstV, src, width, fmt,           \
width             397 libswscale/input.c                          int width, uint32_t *rgb2yuv)
width             405 libswscale/input.c     for (i = 0; i < width; i++) {
width             416 libswscale/input.c                           const uint8_t *unused2, int width, uint32_t *unused)
width             421 libswscale/input.c     for (i = 0; i < width; i++)
width             426 libswscale/input.c                           const uint8_t *unused2, int width, uint32_t *unused)
width             431 libswscale/input.c     for (i = 0; i < width; i++)
width             435 libswscale/input.c static void abgrToA_c(uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
width             439 libswscale/input.c     for (i=0; i<width; i++) {
width             444 libswscale/input.c static void rgbaToA_c(uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
width             448 libswscale/input.c     for (i=0; i<width; i++) {
width             453 libswscale/input.c static void palToA_c(uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *pal)
width             457 libswscale/input.c     for (i=0; i<width; i++) {
width             464 libswscale/input.c static void palToY_c(uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *pal)
width             468 libswscale/input.c     for (i = 0; i < width; i++) {
width             477 libswscale/input.c                       int width, uint32_t *pal)
width             483 libswscale/input.c     for (i = 0; i < width; i++) {
width             491 libswscale/input.c static void monowhite2Y_c(uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2,  int width, uint32_t *unused)
width             495 libswscale/input.c     width = (width + 7) >> 3;
width             496 libswscale/input.c     for (i = 0; i < width; i++) {
width             501 libswscale/input.c     if(width&7){
width             503 libswscale/input.c         for (j = 0; j < (width&7); j++)
width             508 libswscale/input.c static void monoblack2Y_c(uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2,  int width, uint32_t *unused)
width             512 libswscale/input.c     width = (width + 7) >> 3;
width             513 libswscale/input.c     for (i = 0; i < width; i++) {
width             518 libswscale/input.c     if(width&7){
width             520 libswscale/input.c         for (j = 0; j < (width&7); j++)
width             525 libswscale/input.c static void yuy2ToY_c(uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2,  int width,
width             529 libswscale/input.c     for (i = 0; i < width; i++)
width             534 libswscale/input.c                        const uint8_t *src2, int width, uint32_t *unused)
width             537 libswscale/input.c     for (i = 0; i < width; i++) {
width             545 libswscale/input.c                        const uint8_t *src2, int width, uint32_t *unused)
width             548 libswscale/input.c     for (i = 0; i < width; i++) {
width             556 libswscale/input.c                         const uint8_t *unused1, int width, uint32_t *unused2)
width             559 libswscale/input.c     for (i = 0; i < width; i++) {
width             566 libswscale/input.c                        const uint8_t *unused1, int width, uint32_t *unused2)
width             569 libswscale/input.c     for (i = 0; i < width; i++)
width             573 libswscale/input.c static void bswap16Y_c(uint8_t *_dst, const uint8_t *_src, const uint8_t *unused1, const uint8_t *unused2, int width,
width             579 libswscale/input.c     for (i = 0; i < width; i++)
width             584 libswscale/input.c                         const uint8_t *_src2, int width, uint32_t *unused)
width             590 libswscale/input.c     for (i = 0; i < width; i++) {
width             596 libswscale/input.c static void read_ya16le_gray_c(uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width,
width             600 libswscale/input.c     for (i = 0; i < width; i++)
width             604 libswscale/input.c static void read_ya16le_alpha_c(uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width,
width             608 libswscale/input.c     for (i = 0; i < width; i++)
width             612 libswscale/input.c static void read_ya16be_gray_c(uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width,
width             616 libswscale/input.c     for (i = 0; i < width; i++)
width             620 libswscale/input.c static void read_ya16be_alpha_c(uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width,
width             624 libswscale/input.c     for (i = 0; i < width; i++)
width             628 libswscale/input.c static void read_ayuv64le_Y_c(uint8_t *dst, const uint8_t *src, const uint8_t *unused0, const uint8_t *unused1, int width,
width             632 libswscale/input.c     for (i = 0; i < width; i++)
width             638 libswscale/input.c                                const uint8_t *unused1, int width, uint32_t *unused2)
width             641 libswscale/input.c     for (i = 0; i < width; i++) {
width             647 libswscale/input.c static void read_ayuv64le_A_c(uint8_t *dst, const uint8_t *src, const uint8_t *unused0, const uint8_t *unused1, int width,
width             651 libswscale/input.c     for (i = 0; i < width; i++)
width             657 libswscale/input.c static void uyvyToY_c(uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2,  int width,
width             661 libswscale/input.c     for (i = 0; i < width; i++)
width             666 libswscale/input.c                        const uint8_t *src2, int width, uint32_t *unused)
width             669 libswscale/input.c     for (i = 0; i < width; i++) {
width             677 libswscale/input.c                                         const uint8_t *src, int width)
width             680 libswscale/input.c     for (i = 0; i < width; i++) {
width             688 libswscale/input.c                        int width, uint32_t *unused)
width             690 libswscale/input.c     nvXXtoUV_c(dstU, dstV, src1, width);
width             695 libswscale/input.c                        int width, uint32_t *unused)
width             697 libswscale/input.c     nvXXtoUV_c(dstV, dstU, src1, width);
width             701 libswscale/input.c                         const uint8_t *unused2, int width, uint32_t *unused)
width             704 libswscale/input.c     for (i = 0; i < width; i++) {
width             710 libswscale/input.c                         const uint8_t *unused2, int width, uint32_t *unused)
width             713 libswscale/input.c     for (i = 0; i < width; i++) {
width             720 libswscale/input.c                        int width, uint32_t *unused)
width             723 libswscale/input.c     for (i = 0; i < width; i++) {
width             731 libswscale/input.c                        int width, uint32_t *unused)
width             734 libswscale/input.c     for (i = 0; i < width; i++) {
width             742 libswscale/input.c                        int width, uint32_t *unused)
width             745 libswscale/input.c     for (i = 0; i < width; i++) {
width             753 libswscale/input.c                        int width, uint32_t *unused)
width             756 libswscale/input.c     for (i = 0; i < width; i++) {
width             765 libswscale/input.c                        int width, uint32_t *rgb2yuv)
width             770 libswscale/input.c     for (i = 0; i < width; i++) {
width             780 libswscale/input.c                         const uint8_t *src2, int width, uint32_t *rgb2yuv)
width             787 libswscale/input.c     for (i = 0; i < width; i++) {
width             799 libswscale/input.c                              const uint8_t *src2, int width, uint32_t *rgb2yuv)
width             806 libswscale/input.c     for (i = 0; i < width; i++) {
width             817 libswscale/input.c static void rgb24ToY_c(uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width,
width             823 libswscale/input.c     for (i = 0; i < width; i++) {
width             833 libswscale/input.c                         const uint8_t *src2, int width, uint32_t *rgb2yuv)
width             841 libswscale/input.c     for (i = 0; i < width; i++) {
width             852 libswscale/input.c                              const uint8_t *src2, int width, uint32_t *rgb2yuv)
width             860 libswscale/input.c     for (i = 0; i < width; i++) {
width             870 libswscale/input.c static void planar_rgb_to_y(uint8_t *_dst, const uint8_t *src[4], int width, int32_t *rgb2yuv)
width             875 libswscale/input.c     for (i = 0; i < width; i++) {
width             884 libswscale/input.c static void planar_rgb_to_a(uint8_t *_dst, const uint8_t *src[4], int width, int32_t *unused)
width             888 libswscale/input.c     for (i = 0; i < width; i++)
width             892 libswscale/input.c static void planar_rgb_to_uv(uint8_t *_dstU, uint8_t *_dstV, const uint8_t *src[4], int width, int32_t *rgb2yuv)
width             899 libswscale/input.c     for (i = 0; i < width; i++) {
width             912 libswscale/input.c                                                int width, int bpc, int is_be, int32_t *rgb2yuv)
width             919 libswscale/input.c     for (i = 0; i < width; i++) {
width             929 libswscale/input.c                                                int width, int bpc, int is_be, int32_t *rgb2yuv)
width             936 libswscale/input.c     for (i = 0; i < width; i++) {
width             942 libswscale/input.c                                                 const uint8_t *_src[4], int width,
width             952 libswscale/input.c     for (i = 0; i < width; i++) {
width             965 libswscale/input.c static av_always_inline void planar_rgbf32_to_a(uint8_t *_dst, const uint8_t *_src[4], int width, int is_be, int32_t *rgb2yuv)
width             971 libswscale/input.c     for (i = 0; i < width; i++) {
width             976 libswscale/input.c static av_always_inline void planar_rgbf32_to_uv(uint8_t *_dstU, uint8_t *_dstV, const uint8_t *_src[4], int width, int is_be, int32_t *rgb2yuv)
width             986 libswscale/input.c     for (i = 0; i < width; i++) {
width             996 libswscale/input.c static av_always_inline void planar_rgbf32_to_y(uint8_t *_dst, const uint8_t *_src[4], int width, int is_be, int32_t *rgb2yuv)
width            1005 libswscale/input.c     for (i = 0; i < width; i++) {
width            1017 libswscale/input.c                                             const uint8_t *unused2, int width, uint32_t *unused)
width            1023 libswscale/input.c     for (i = 0; i < width; ++i){
width            1029 libswscale/input.c                                                   const uint8_t *unused2, int width, uint32_t *unused)
width            1035 libswscale/input.c     for (i = 0; i < width; ++i){
width              45 libswscale/ppc/yuv2yuv_altivec.c     const int width       = c->srcW;
width              64 libswscale/ppc/yuv2yuv_altivec.c         for (i = 0; i < width - 31; i += 32) {
width              88 libswscale/ppc/yuv2yuv_altivec.c         if (i < width) {
width             121 libswscale/ppc/yuv2yuv_altivec.c     const int width                  = c->srcW;
width             140 libswscale/ppc/yuv2yuv_altivec.c         for (i = 0; i < width - 31; i += 32) {
width             164 libswscale/ppc/yuv2yuv_altivec.c         if (i < width) {
width              63 libswscale/rgb2rgb.c                    int width, int height,
width              67 libswscale/rgb2rgb.c                    int width, int height,
width              71 libswscale/rgb2rgb.c                       int width, int height,
width              75 libswscale/rgb2rgb.c                       int width, int height,
width              79 libswscale/rgb2rgb.c                    int width, int height,
width              83 libswscale/rgb2rgb.c                        int width, int height,
width              86 libswscale/rgb2rgb.c void (*planar2x)(const uint8_t *src, uint8_t *dst, int width, int height,
width              89 libswscale/rgb2rgb.c                         int width, int height, int src1Stride,
width              92 libswscale/rgb2rgb.c                           int width, int height, int srcStride,
width              96 libswscale/rgb2rgb.c                     int width, int height,
width             101 libswscale/rgb2rgb.c                      int width, int height,
width             105 libswscale/rgb2rgb.c                      const uint8_t *src, int width, int height,
width             108 libswscale/rgb2rgb.c                      const uint8_t *src, int width, int height,
width             111 libswscale/rgb2rgb.c                      const uint8_t *src, int width, int height,
width             114 libswscale/rgb2rgb.c                      const uint8_t *src, int width, int height,
width              83 libswscale/rgb2rgb.h                       uint8_t *vdst, int width, int height, int lumStride,
width              91 libswscale/rgb2rgb.h                           int width, int height,
width              98 libswscale/rgb2rgb.h                              int width, int height,
width             106 libswscale/rgb2rgb.h                           int width, int height,
width             114 libswscale/rgb2rgb.h                           int width, int height,
width             121 libswscale/rgb2rgb.h                              int width, int height,
width             131 libswscale/rgb2rgb.h                               int width, int height,
width             134 libswscale/rgb2rgb.h extern void (*planar2x)(const uint8_t *src, uint8_t *dst, int width, int height,
width             138 libswscale/rgb2rgb.h                                int width, int height, int src1Stride,
width             142 libswscale/rgb2rgb.h                                  int width, int height, int srcStride,
width             147 libswscale/rgb2rgb.h                            int width, int height,
width             153 libswscale/rgb2rgb.h                             int width, int height,
width             158 libswscale/rgb2rgb.h                             int width, int height,
width             161 libswscale/rgb2rgb.h                             int width, int height,
width             164 libswscale/rgb2rgb.h                             int width, int height,
width             167 libswscale/rgb2rgb.h                             int width, int height,
width             379 libswscale/rgb2rgb_template.c                                      int width, int height,
width             384 libswscale/rgb2rgb_template.c     const int chromWidth = width >> 1;
width             433 libswscale/rgb2rgb_template.c                                 int width, int height, int lumStride,
width             437 libswscale/rgb2rgb_template.c     yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
width             443 libswscale/rgb2rgb_template.c                                      int width, int height,
width             448 libswscale/rgb2rgb_template.c     const int chromWidth = width >> 1;
width             497 libswscale/rgb2rgb_template.c                                 int width, int height, int lumStride,
width             501 libswscale/rgb2rgb_template.c     yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
width             510 libswscale/rgb2rgb_template.c                                    int width, int height, int lumStride,
width             513 libswscale/rgb2rgb_template.c     yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
width             522 libswscale/rgb2rgb_template.c                                    int width, int height, int lumStride,
width             525 libswscale/rgb2rgb_template.c     yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
width             535 libswscale/rgb2rgb_template.c                                 int width, int height, int lumStride,
width             539 libswscale/rgb2rgb_template.c     const int chromWidth = width >> 1;
width             616 libswscale/rgb2rgb_template.c                                 int width, int height, int lumStride,
width             620 libswscale/rgb2rgb_template.c     const int chromWidth = width >> 1;
width             652 libswscale/rgb2rgb_template.c                    uint8_t *vdst, int width, int height, int lumStride,
width             659 libswscale/rgb2rgb_template.c     const int chromWidth = width >> 1;
width             713 libswscale/rgb2rgb_template.c                               uint8_t *dest, int width, int height,
width             720 libswscale/rgb2rgb_template.c         for (w = 0; w < width; w++) {
width             731 libswscale/rgb2rgb_template.c                                 int width, int height, int srcStride,
width             738 libswscale/rgb2rgb_template.c         for (w = 0; w < width; w++) {
width             750 libswscale/rgb2rgb_template.c                                  int width, int height,
width             755 libswscale/rgb2rgb_template.c     int w = width  / 2;
width             774 libswscale/rgb2rgb_template.c                                   int width, int height,
width             779 libswscale/rgb2rgb_template.c     int w = width / 2;
width             874 libswscale/rgb2rgb_template.c                            const uint8_t *src, int width, int height,
width             878 libswscale/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
width             881 libswscale/rgb2rgb_template.c         extract_even_c(src, ydst, width);
width             894 libswscale/rgb2rgb_template.c                            const uint8_t *src, int width, int height,
width             898 libswscale/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
width             901 libswscale/rgb2rgb_template.c         extract_even_c(src, ydst, width);
width             912 libswscale/rgb2rgb_template.c                            const uint8_t *src, int width, int height,
width             916 libswscale/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
width             919 libswscale/rgb2rgb_template.c         extract_even_c(src + 1, ydst, width);
width             932 libswscale/rgb2rgb_template.c                            const uint8_t *src, int width, int height,
width             936 libswscale/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
width             939 libswscale/rgb2rgb_template.c         extract_even_c(src + 1, ydst, width);
width              45 libswscale/slice.c static int alloc_lines(SwsSlice *s, int size, int width)
width              51 libswscale/slice.c     s->width = width;
width             166 libswscale/slice.c     s->width = srcW;
width              55 libswscale/swscale.c static av_always_inline void fillPlane(uint8_t *plane, int stride, int width,
width              61 libswscale/swscale.c         memset(ptr, val, width);
width             160 libswscale/swscale.c static void chrRangeToJpeg_c(int16_t *dstU, int16_t *dstV, int width)
width             163 libswscale/swscale.c     for (i = 0; i < width; i++) {
width             169 libswscale/swscale.c static void chrRangeFromJpeg_c(int16_t *dstU, int16_t *dstV, int width)
width             172 libswscale/swscale.c     for (i = 0; i < width; i++) {
width             178 libswscale/swscale.c static void lumRangeToJpeg_c(int16_t *dst, int width)
width             181 libswscale/swscale.c     for (i = 0; i < width; i++)
width             185 libswscale/swscale.c static void lumRangeFromJpeg_c(int16_t *dst, int width)
width             188 libswscale/swscale.c     for (i = 0; i < width; i++)
width             192 libswscale/swscale.c static void chrRangeToJpeg16_c(int16_t *_dstU, int16_t *_dstV, int width)
width             197 libswscale/swscale.c     for (i = 0; i < width; i++) {
width             203 libswscale/swscale.c static void chrRangeFromJpeg16_c(int16_t *_dstU, int16_t *_dstV, int width)
width             208 libswscale/swscale.c     for (i = 0; i < width; i++) {
width             214 libswscale/swscale.c static void lumRangeToJpeg16_c(int16_t *_dst, int width)
width             218 libswscale/swscale.c     for (i = 0; i < width; i++) {
width             223 libswscale/swscale.c static void lumRangeFromJpeg16_c(int16_t *_dst, int width)
width             227 libswscale/swscale.c     for (i = 0; i < width; i++)
width             366 libswscale/swscale.c         hout_slice->width = dstW;
width             529 libswscale/swscale_internal.h                       int width, uint32_t *pal);
width             532 libswscale/swscale_internal.h                       int width, uint32_t *pal);
width             536 libswscale/swscale_internal.h                       int width, uint32_t *pal);
width             543 libswscale/swscale_internal.h     void (*readLumPlanar)(uint8_t *dst, const uint8_t *src[4], int width, int32_t *rgb2yuv);
width             545 libswscale/swscale_internal.h                           int width, int32_t *rgb2yuv);
width             546 libswscale/swscale_internal.h     void (*readAlpPlanar)(uint8_t *dst, const uint8_t *src[4], int width, int32_t *rgb2yuv);
width             617 libswscale/swscale_internal.h     void (*lumConvertRange)(int16_t *dst, int width);
width             619 libswscale/swscale_internal.h     void (*chrConvertRange)(int16_t *dst1, int16_t *dst2, int width);
width             910 libswscale/swscale_internal.h static inline void fillPlane16(uint8_t *plane, int stride, int width, int height, int y,
width             918 libswscale/swscale_internal.h         for (j = 0; j < width; j++) {\
width             931 libswscale/swscale_internal.h static inline void fillPlane32(uint8_t *plane, int stride, int width, int height, int y,
width             945 libswscale/swscale_internal.h         for (j = 0; j < width; j++) {\
width             978 libswscale/swscale_internal.h     int width;              ///< Slice line width
width             114 libswscale/swscale_unscaled.c static void fillPlane(uint8_t *plane, int stride, int width, int height, int y,
width             120 libswscale/swscale_unscaled.c         memset(ptr, val, width);
width             126 libswscale/swscale_unscaled.c                       int srcSliceY, int srcSliceH, int width,
width             135 libswscale/swscale_unscaled.c             memcpy(dst, src, width);
width             570 libswscale/swscale_unscaled.c                              int src_alpha, int swap, int shift, int width)
width             579 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             586 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             593 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             600 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             609 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             616 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             623 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             630 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             639 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             646 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             653 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             660 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             669 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             676 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             683 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             690 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             764 libswscale/swscale_unscaled.c                              int alpha, int swap, int bpp, int width)
width             776 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             786 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             797 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             809 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             816 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             823 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             832 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             839 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             846 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             855 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             862 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             869 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             943 libswscale/swscale_unscaled.c                              int width)
width             948 libswscale/swscale_unscaled.c         for (x = 0; x < width; x++) {
width             961 libswscale/swscale_unscaled.c                              int alpha_first, int width)
width             968 libswscale/swscale_unscaled.c             for (x = 0; x < width; x++) {
width             975 libswscale/swscale_unscaled.c             for (x = 0; x < width; x++) {
width             990 libswscale/swscale_unscaled.c                             int alpha_first, int width)
width             997 libswscale/swscale_unscaled.c             for (x = 0; x < width; x++) {
width            1004 libswscale/swscale_unscaled.c             for (x = 0; x < width; x++) {
width            1148 libswscale/swscale_unscaled.c                            int alpha_first, int inc_size, int width)
width            1161 libswscale/swscale_unscaled.c         for (x = 0; x < width; x++) {
width            1168 libswscale/swscale_unscaled.c         src     += srcStride - width * inc_size;
width            1286 libswscale/swscale_unscaled.c     void (*copy)       (const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width);
width            1287 libswscale/swscale_unscaled.c     void (*interpolate)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width);
width            1337 libswscale/swscale_unscaled.c     void (*copy)       (const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv);
width            1338 libswscale/swscale_unscaled.c     void (*interpolate)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv);
width              96 libswscale/tests/colorspace.c         int width;
width             107 libswscale/tests/colorspace.c         for (width = 63; width > 0; width--) {
width             126 libswscale/tests/colorspace.c                     func_info[funcNum].func(src, dst, width * srcBpp);
width             135 libswscale/tests/colorspace.c                                    i, width, srcOffset, dstOffset, name);
width             144 libswscale/tests/colorspace.c                                    i, width, srcOffset, dstOffset, name);
width             149 libswscale/tests/colorspace.c                     for (i = dstOffset + width * dstBpp; i < SIZE; i++) {
width             153 libswscale/tests/colorspace.c                                    i, width, srcOffset, dstOffset, name);
width              43 libswscale/vscale.c     int dstW = desc->dst->width;
width              80 libswscale/vscale.c         int dstW = AV_CEIL_RSHIFT(desc->dst->width, desc->dst->h_chr_sub_sample);
width             111 libswscale/vscale.c     int dstW = desc->dst->width;
width             175 libswscale/vscale.c     int dstW = desc->dst->width;
width             156 libswscale/x86/rgb2rgb.c                           const uint8_t *src, int width, int height,
width             159 libswscale/x86/rgb2rgb.c                          const uint8_t *src, int width, int height,
width            1106 libswscale/x86/rgb2rgb_template.c                                            int width, int height,
width            1110 libswscale/x86/rgb2rgb_template.c     const x86_reg chromWidth= width>>1;
width            1163 libswscale/x86/rgb2rgb_template.c                                       int width, int height,
width            1167 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
width            1171 libswscale/x86/rgb2rgb_template.c                                            int width, int height,
width            1175 libswscale/x86/rgb2rgb_template.c     const x86_reg chromWidth= width>>1;
width            1228 libswscale/x86/rgb2rgb_template.c                                       int width, int height,
width            1232 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
width            1239 libswscale/x86/rgb2rgb_template.c                                          int width, int height,
width            1242 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1);
width            1249 libswscale/x86/rgb2rgb_template.c                                          int width, int height,
width            1252 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1);
width            1260 libswscale/x86/rgb2rgb_template.c                                       int width, int height,
width            1264 libswscale/x86/rgb2rgb_template.c     const x86_reg chromWidth= width>>1;
width            1466 libswscale/x86/rgb2rgb_template.c                                       int width, int height,
width            1470 libswscale/x86/rgb2rgb_template.c     const x86_reg chromWidth= width>>1;
width            1573 libswscale/x86/rgb2rgb_template.c                                        int width, int height,
width            1581 libswscale/x86/rgb2rgb_template.c     const x86_reg chromWidth= width>>1;
width            1584 libswscale/x86/rgb2rgb_template.c         ff_rgb24toyv12_c(src, ydst, udst, vdst, width, 2, lumStride, chromStride, srcStride, rgb2yuv);
width            1657 libswscale/x86/rgb2rgb_template.c                 : : "r" (src+width*3), "r" (ydst+width), "g" ((x86_reg)-width), "r"(rgb2yuv)
width            1820 libswscale/x86/rgb2rgb_template.c      ff_rgb24toyv12_c(src, ydst, udst, vdst, width, height-y, lumStride, chromStride, srcStride, rgb2yuv);
width            1827 libswscale/x86/rgb2rgb_template.c                                     int width, int height, int src1Stride,
width            1835 libswscale/x86/rgb2rgb_template.c         if (width >= 16) {
width            1853 libswscale/x86/rgb2rgb_template.c             ::"r"(dest), "r"(src1), "r"(src2), "r" ((x86_reg)width-15)
width            1880 libswscale/x86/rgb2rgb_template.c             ::"r"(dest), "r"(src1), "r"(src2), "r" ((x86_reg)width-15)
width            1885 libswscale/x86/rgb2rgb_template.c         for (w= (width&(~15)); w < width; w++) {
width            1910 libswscale/x86/rgb2rgb_template.c                                       int width, int height, int srcStride,
width            1916 libswscale/x86/rgb2rgb_template.c         RENAME(ff_nv12ToUV)(dst1, dst2, NULL, src, NULL, width, NULL);
width            1936 libswscale/x86/rgb2rgb_template.c                                        int width, int height,
width            1942 libswscale/x86/rgb2rgb_template.c     w=width/2; h=height/2;
width            2028 libswscale/x86/rgb2rgb_template.c                                         int width, int height,
width            2034 libswscale/x86/rgb2rgb_template.c     w=width/2; h=height;
width            2394 libswscale/x86/rgb2rgb_template.c                                  int width, int height,
width            2398 libswscale/x86/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
width            2401 libswscale/x86/rgb2rgb_template.c         RENAME(extract_even)(src, ydst, width);
width            2420 libswscale/x86/rgb2rgb_template.c                                  int width, int height,
width            2424 libswscale/x86/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
width            2427 libswscale/x86/rgb2rgb_template.c         RENAME(extract_even)(src, ydst, width);
width            2444 libswscale/x86/rgb2rgb_template.c                                  int width, int height,
width            2448 libswscale/x86/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
width            2451 libswscale/x86/rgb2rgb_template.c         RENAME(extract_odd)(src, ydst, width);
width            2470 libswscale/x86/rgb2rgb_template.c                                  int width, int height,
width            2474 libswscale/x86/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
width            2477 libswscale/x86/rgb2rgb_template.c         RENAME(extract_odd)(src, ydst, width);
width              48 tests/api/api-band-test.c     chroma_w = -((-ctx->width) >> pix_fmt_desc->log2_chroma_w);
width              54 tests/api/api-band-test.c         memcpy(slice_byte_buffer + ctx->width * slice_position + i * ctx->width,
width              55 tests/api/api-band-test.c                fr->data[0] + offset[0] + i * fr->linesize[0], ctx->width);
width              58 tests/api/api-band-test.c         memcpy(slice_byte_buffer + ctx->width * ctx->height + chroma_w * shift_slice_position + i * chroma_w,
width              62 tests/api/api-band-test.c         memcpy(slice_byte_buffer + ctx->width * ctx->height + chroma_w * shift_height + chroma_w * shift_slice_position + i * chroma_w,
width             143 tests/api/api-band-test.c     byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 32);
width             179 tests/api/api-band-test.c                                         ctx->pix_fmt, ctx->width, ctx->height, 1);
width              93 tests/api/api-h264-slice-test.c             av_hash_update(hash, &frame->data[0][i * frame->linesize[0]], frame->width);
width              95 tests/api/api-h264-slice-test.c             av_hash_update(hash, &frame->data[1][i * frame->linesize[1]], frame->width >> desc->log2_chroma_w);
width              97 tests/api/api-h264-slice-test.c             av_hash_update(hash, &frame->data[2][i * frame->linesize[2]], frame->width >> desc->log2_chroma_w);
width             102 tests/api/api-h264-slice-test.c             (frame->width * frame->height + 2 * (frame->height >> desc->log2_chroma_h) * (frame->width >> desc->log2_chroma_w)), sum);
width             156 tests/api/api-h264-slice-test.c     c->width  = 352;
width             100 tests/api/api-h264-test.c     byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 16);
width             130 tests/api/api-h264-test.c                                         ctx->pix_fmt, ctx->width, ctx->height, 1);
width              87 tests/api/api-seek-test.c     byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 16);
width             127 tests/api/api-seek-test.c                                         ctx->pix_fmt, ctx->width, ctx->height, 1);
width             102 tests/api/api-threadmessage-test.c             msg.frame->width  = 320;
width              82 tests/checkasm/hevc_sao.c                           int16_t *sao_offset_val, int sao_left_class, int width, int height);
width             114 tests/checkasm/hevc_sao.c                           int16_t *sao_offset_val, int eo, int width, int height);
width              38 tests/checkasm/huffyuvdsp.c static void check_add_int16(HuffYUVDSPContext c, unsigned mask, int width, const char * name)
width              40 tests/checkasm/huffyuvdsp.c     uint16_t *src0 = av_mallocz(width * sizeof(uint16_t));
width              41 tests/checkasm/huffyuvdsp.c     uint16_t *src1 = av_mallocz(width * sizeof(uint16_t));
width              42 tests/checkasm/huffyuvdsp.c     uint16_t *dst0 = av_mallocz(width * sizeof(uint16_t));
width              43 tests/checkasm/huffyuvdsp.c     uint16_t *dst1 = av_mallocz(width * sizeof(uint16_t));
width              50 tests/checkasm/huffyuvdsp.c     randomize_buffers(src0, width);
width              51 tests/checkasm/huffyuvdsp.c     memcpy(src1, src0, width * sizeof(uint16_t));
width              54 tests/checkasm/huffyuvdsp.c         call_ref(dst0, src0, mask, width);
width              55 tests/checkasm/huffyuvdsp.c         call_new(dst1, src1, mask, width);
width              56 tests/checkasm/huffyuvdsp.c         if (memcmp(dst0, dst1, width * sizeof(uint16_t)))
width              58 tests/checkasm/huffyuvdsp.c         bench_new(dst1, src1, mask, width);
width              70 tests/checkasm/huffyuvdsp.c     int width = 16 * av_clip(rnd(), 16, 128);
width              75 tests/checkasm/huffyuvdsp.c     check_add_int16(c, 65535, width, "add_int16_rnd_width");
width              39 tests/checkasm/llviddsp.c #define init_buffer(a0, a1, type, width)\
width              42 tests/checkasm/llviddsp.c     randomize_buffers(a0, width * sizeof(type));\
width              43 tests/checkasm/llviddsp.c     memcpy(a1, a0, width*sizeof(type));\
width              45 tests/checkasm/llviddsp.c static void check_add_bytes(LLVidDSPContext c, int width)
width              47 tests/checkasm/llviddsp.c     uint8_t *dst0 = av_mallocz(width);
width              48 tests/checkasm/llviddsp.c     uint8_t *dst1 = av_mallocz(width);
width              49 tests/checkasm/llviddsp.c     uint8_t *src0 = av_mallocz_array(width, sizeof(uint8_t));
width              50 tests/checkasm/llviddsp.c     uint8_t *src1 = av_mallocz_array(width, sizeof(uint8_t));
width              53 tests/checkasm/llviddsp.c     init_buffer(src0, src1, uint8_t, width);
width              60 tests/checkasm/llviddsp.c         call_ref(dst0, src0, width);
width              61 tests/checkasm/llviddsp.c         call_new(dst1, src1, width);
width              62 tests/checkasm/llviddsp.c         if (memcmp(dst0, dst1, width))
width              64 tests/checkasm/llviddsp.c         bench_new(dst1, src1, width);
width              73 tests/checkasm/llviddsp.c static void check_add_median_pred(LLVidDSPContext c, int width) {
width              75 tests/checkasm/llviddsp.c     uint8_t *dst0 = av_mallocz(width);
width              76 tests/checkasm/llviddsp.c     uint8_t *dst1 = av_mallocz(width);
width              77 tests/checkasm/llviddsp.c     uint8_t *src0 = av_mallocz_array(width, sizeof(uint8_t));
width              78 tests/checkasm/llviddsp.c     uint8_t *src1 = av_mallocz_array(width, sizeof(uint8_t));
width              79 tests/checkasm/llviddsp.c     uint8_t *diff0 = av_mallocz_array(width, sizeof(uint8_t));
width              80 tests/checkasm/llviddsp.c     uint8_t *diff1 = av_mallocz_array(width, sizeof(uint8_t));
width              85 tests/checkasm/llviddsp.c     init_buffer(src0, src1, uint8_t, width);
width              86 tests/checkasm/llviddsp.c     init_buffer(diff0, diff1, uint8_t, width);
width              95 tests/checkasm/llviddsp.c         call_ref(dst0, src0, diff0, width, &A0, &B0);
width              96 tests/checkasm/llviddsp.c         call_new(dst1, src1, diff1, width, &A1, &B1);
width              97 tests/checkasm/llviddsp.c         if (memcmp(dst0, dst1, width) || (A0 != A1) || (B0 != B1))
width              99 tests/checkasm/llviddsp.c         bench_new(dst1, src1, diff1, width, &A1, &B1);
width             110 tests/checkasm/llviddsp.c static void check_add_left_pred(LLVidDSPContext c, int width, int acc, const char * report)
width             113 tests/checkasm/llviddsp.c     uint8_t *dst0 = av_mallocz(width);
width             114 tests/checkasm/llviddsp.c     uint8_t *dst1 = av_mallocz(width);
width             115 tests/checkasm/llviddsp.c     uint8_t *src0 = av_mallocz_array(width, sizeof(uint8_t));
width             116 tests/checkasm/llviddsp.c     uint8_t *src1 = av_mallocz_array(width, sizeof(uint8_t));
width             119 tests/checkasm/llviddsp.c     init_buffer(src0, src1, uint8_t, width);
width             125 tests/checkasm/llviddsp.c         res0 = call_ref(dst0, src0, width, acc);
width             126 tests/checkasm/llviddsp.c         res1 = call_new(dst1, src1, width, acc);
width             128 tests/checkasm/llviddsp.c             memcmp(dst0, dst1, width))
width             130 tests/checkasm/llviddsp.c         bench_new(dst1, src1, width, acc);
width             139 tests/checkasm/llviddsp.c static void check_add_left_pred_16(LLVidDSPContext c, unsigned mask, int width, unsigned acc, const char * report)
width             142 tests/checkasm/llviddsp.c     uint16_t *dst0 = av_mallocz_array(width, sizeof(uint16_t));
width             143 tests/checkasm/llviddsp.c     uint16_t *dst1 = av_mallocz_array(width, sizeof(uint16_t));
width             144 tests/checkasm/llviddsp.c     uint16_t *src0 = av_mallocz_array(width, sizeof(uint16_t));
width             145 tests/checkasm/llviddsp.c     uint16_t *src1 = av_mallocz_array(width, sizeof(uint16_t));
width             148 tests/checkasm/llviddsp.c     init_buffer(src0, src1, uint16_t, width);
width             154 tests/checkasm/llviddsp.c         res0 = call_ref(dst0, src0, mask, width, acc);
width             155 tests/checkasm/llviddsp.c         res1 = call_new(dst1, src1, mask, width, acc);
width             157 tests/checkasm/llviddsp.c             memcmp(dst0, dst1, width))
width             159 tests/checkasm/llviddsp.c         bench_new(dst1, src1, mask, width, acc);
width             172 tests/checkasm/llviddsp.c                       const ptrdiff_t width);
width             198 tests/checkasm/llviddsp.c     int width = 16 * av_clip(rnd(), 16, 128);
width             203 tests/checkasm/llviddsp.c     check_add_bytes(c, width);
width             206 tests/checkasm/llviddsp.c     check_add_median_pred(c, width);
width             209 tests/checkasm/llviddsp.c     check_add_left_pred(c, width, 0, "add_left_pred_zero");
width             212 tests/checkasm/llviddsp.c     check_add_left_pred(c, width, accRnd, "add_left_pred_rnd_acc");
width             215 tests/checkasm/llviddsp.c     check_add_left_pred_16(c, 255, width, accRnd, "add_left_pred_int16");
width             218 tests/checkasm/llviddsp.c     check_add_gradient_pred(c, width);
width              85 tests/checkasm/llviddspenc.c                       ptrdiff_t stride, ptrdiff_t width, int height);
width              37 tests/checkasm/sw_rgb.c static const uint8_t width[] = {12, 16, 20, 32, 36, 128};
width              62 tests/checkasm/sw_rgb.c             call_ref(src0, dst0, width[i]);
width              63 tests/checkasm/sw_rgb.c             call_new(src1, dst1, width[i]);
width              67 tests/checkasm/sw_rgb.c         bench_new(src0, dst0, width[5]);
width              85 tests/checkasm/sw_rgb.c                       const uint8_t *src, int width, int height,
width              52 tests/checkasm/sw_scale.c     int i, j, fsi, hpi, width;
width              78 tests/checkasm/sw_scale.c             width = filter_sizes[fsi];
width              82 tests/checkasm/sw_scale.c             ctx->hLumFilterSize = ctx->hChrFilterSize = width;
width             100 tests/checkasm/sw_scale.c                 for (j = 0; j < width; j++) {
width             101 tests/checkasm/sw_scale.c                     filter[i * width + j] = -((1 << 14) / (width - 1));
width             103 tests/checkasm/sw_scale.c                 filter[i * width + (rnd() % width)] = ((1 << 15) - 1);
width             111 tests/checkasm/sw_scale.c                 filter[SRC_PIXELS * width + i] = rnd();
width             115 tests/checkasm/sw_scale.c             if (check_func(ctx->hcScale, "hscale_%d_to_%d_width%d", ctx->srcBpc, ctx->dstBpc + 1, width)) {
width             119 tests/checkasm/sw_scale.c                 call_ref(NULL, dst0, SRC_PIXELS, src, filter, filterPos, width);
width             120 tests/checkasm/sw_scale.c                 call_new(NULL, dst1, SRC_PIXELS, src, filter, filterPos, width);
width             123 tests/checkasm/sw_scale.c                 bench_new(NULL, dst0, SRC_PIXELS, src, filter, filterPos, width);
width              65 tests/checkasm/utvideodsp.c              ptrdiff_t linesize_b, int width, int height);  \
width              63 tests/checkasm/v210dec.c         declare_func(void, const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width);
width              46 tests/checkasm/v210enc.c         for (i = 0; i < width * 8 / 3; i += 4) {       \
width              65 tests/checkasm/v210enc.c                      uint8_t * dst, ptrdiff_t width);                              \
width              66 tests/checkasm/v210enc.c         ptrdiff_t width, step = 12 / sizeof(type);                                 \
width              68 tests/checkasm/v210enc.c         for (width = step; width < BUF_SIZE - 15; width += step) {                 \
width              72 tests/checkasm/v210enc.c             call_ref(y0 + y_offset, u0 + uv_offset, v0 + uv_offset, dst0, width);  \
width              73 tests/checkasm/v210enc.c             call_new(y1 + y_offset, u1 + uv_offset, v1 + uv_offset, dst1, width);  \
width              75 tests/checkasm/v210enc.c                 memcmp(v0, v1, BUF_SIZE / 2) || memcmp(dst0, dst1, width * 8 / 3)) \
width              77 tests/checkasm/v210enc.c             bench_new(y1 + y_offset, u1 + uv_offset, v1 + uv_offset, dst1, width); \
width              69 tests/checkasm/vf_blend.c                      ptrdiff_t width, ptrdiff_t height,                                    \
width             177 tests/rotozoom.c     width   = w;
width             100 tests/tiny_ssim.c static float ssim_end4( int sum0[5][4], int sum1[5][4], int width )
width             105 tests/tiny_ssim.c     for( i = 0; i < width; i++ )
width             116 tests/tiny_ssim.c                            int width, int height, void *buf, int *cnt )
width             122 tests/tiny_ssim.c     int (*sum1)[4] = sum0 + (width >> 2) + 3;
width             123 tests/tiny_ssim.c     width >>= 2;
width             130 tests/tiny_ssim.c             for( x = 0; x < width; x+=2 )
width             133 tests/tiny_ssim.c         for( x = 0; x < width-1; x += 4 )
width             134 tests/tiny_ssim.c             ssim += ssim_end4( sum0+x, sum1+x, FFMIN(4,width-x-1) );
width             137 tests/tiny_ssim.c     return ssim / ((height-1) * (width-1));
width              39 tests/utils.c                               int width, int height)
width              45 tests/utils.c      wrap  = width;
width              46 tests/utils.c      wrap3 = width * 3;
width              49 tests/utils.c          for (x = 0; x < width; x += 2) {
width             158 tests/utils.c  static int width, height, wrap;
width             164 tests/utils.c      if (x < 0 || x >= width ||
width             178 tests/videogen.c     width   = w;
width              75 tools/ismindex.c     int width, height;
width             594 tools/ismindex.c             track->width  = st->codecpar->width;
width             726 tools/ismindex.c                     index, track->bitrate, track->fourcc, track->width, track->height);
width              41 tools/sidxindex.c     int width, height;
width             198 tools/sidxindex.c             track->width  = st->codecpar->width;
width             305 tools/sidxindex.c             int width = 0, height = 0, sample_rate = 0, channels = 0, bitrate = 0;
width             316 tools/sidxindex.c                     width = track->width;
width             325 tools/sidxindex.c                     width ? "video" : "audio", bitrate);
width             326 tools/sidxindex.c             if (width > 0 && height > 0)
width             327 tools/sidxindex.c                 fprintf(out, " width=\"%d\" height=\"%d\"", width, height);
width              70 tools/target_bsf_fuzzer.c         bsf->par_in->width                      = bytestream2_get_le32(&gbc);
width              98 tools/target_bsf_fuzzer.c         if (av_image_check_size(bsf->par_in->width, bsf->par_in->height, 0, bsf))
width              99 tools/target_bsf_fuzzer.c             bsf->par_in->width = bsf->par_in->height = 0;
width             202 tools/target_dec_fuzzer.c         ctx->width                              = bytestream2_get_le32(&gbc);
width             260 tools/target_dec_fuzzer.c         if (av_image_check_size(ctx->width, ctx->height, 0, ctx))
width             261 tools/target_dec_fuzzer.c             ctx->width = ctx->height = 0;
width             336 tools/target_dec_fuzzer.c             ec_pixels += (ctx->width + 32LL) * (ctx->height + 32LL);
width             169 tools/uncoded_frame.c             st->stream->codecpar->width               = av_buffersink_get_w(st->sink);
width              24 tools/yuvcmp.c     int width;
width              33 tools/yuvcmp.c     width  = atoi(argv[3]);
width              40 tools/yuvcmp.c     int lsiz = width * height;
width              41 tools/yuvcmp.c     int csiz = width * height / 4;
width              43 tools/yuvcmp.c     int cwidth = width / 2;
width              71 tools/yuvcmp.c     mb_x = width / 16;
width              92 tools/yuvcmp.c                 x = c % width;
width              93 tools/yuvcmp.c                 y = c / width;
width             162 tools/yuvcmp.c                     a = Y[0] + x * 16 + y * 16 * width;
width             163 tools/yuvcmp.c                     b = Y[1] + x * 16 + y * 16 * width;
width             168 tools/yuvcmp.c                             printf("%02x%c", a[x + y * width],
width             169 tools/yuvcmp.c                                    a[x + y * width] != b[x + y * width] ? '<' : ' ');
width             173 tools/yuvcmp.c                             printf("%02x%c", b[x + y * width],
width             174 tools/yuvcmp.c                                    a[x + y * width] != b[x + y * width] ? '<' : ' ');