width              47 cmdutils_opencl.c                     int width,
width              68 cmdutils_opencl.c             lm_idx.x = lm_idx.x >= width ? width - 1: lm_idx.x;
width              69 cmdutils_opencl.c             data[i*16 + thread_idx.y][j*16 + thread_idx.x] = src[lm_idx.y*width + lm_idx.x];
width              89 cmdutils_opencl.c     if (global_idx.x < width && global_idx.y < height)
width              90 cmdutils_opencl.c         dst[global_idx.x + global_idx.y*width] = clip_uint8(res);
width             126 cmdutils_opencl.c     int i, arg = 0, width = 1920, height = 1088;
width             132 cmdutils_opencl.c     int buf_size = width * height * sizeof(char);
width             139 cmdutils_opencl.c     size_t global_work_size_2d[2] = {(size_t)width, (size_t)height};
width             181 cmdutils_opencl.c     OCLCHECK(clSetKernelArg, kernel, arg++, sizeof(cl_int), &width);
width             203 compat/avisynth/avisynth_c.h   int width, height;    // width=0 means no video
width             221 compat/avisynth/avisynth_c.h         { return (p->width!=0); }
width             292 compat/avisynth/avisynth_c.h         { return avs_bytes_from_pixels(p,p->width); }  // Also only returns first plane on planar images
width             159 compat/avisynth/avxsynth_c.h   int width, height;    // width=0 means no video
width             177 compat/avisynth/avxsynth_c.h         { return (p->width!=0); }
width             236 compat/avisynth/avxsynth_c.h         { return avs_bytes_from_pixels(p,p->width); }  // Also only returns first plane on planar images
width             375 doc/examples/decoding_encoding.c     c->width = 352;
width             410 doc/examples/decoding_encoding.c     frame->width  = c->width;
width             415 doc/examples/decoding_encoding.c     ret = av_image_alloc(frame->data, frame->linesize, c->width, c->height,
width             432 doc/examples/decoding_encoding.c             for (x = 0; x < c->width; x++) {
width             439 doc/examples/decoding_encoding.c             for (x = 0; x < c->width/2; x++) {
width             524 doc/examples/decoding_encoding.c                  avctx->width, avctx->height, buf);
width              39 doc/examples/demuxing_decoding.c static int width, height;
width              84 doc/examples/demuxing_decoding.c         if (video_dec_ctx->width != width || video_dec_ctx->height != height ||
width              93 doc/examples/demuxing_decoding.c                     width, height, av_get_pix_fmt_name(pix_fmt),
width              94 doc/examples/demuxing_decoding.c                     video_dec_ctx->width, video_dec_ctx->height,
width             109 doc/examples/demuxing_decoding.c                           pix_fmt, width, height);
width             284 doc/examples/demuxing_decoding.c         width = video_dec_ctx->width;
width             288 doc/examples/demuxing_decoding.c                              width, height, pix_fmt, 1);
width             363 doc/examples/demuxing_decoding.c                av_get_pix_fmt_name(pix_fmt), width, height,
width             105 doc/examples/filtering_video.c             dec_ctx->width, dec_ctx->height, dec_ctx->pix_fmt,
width             195 doc/examples/filtering_video.c         for (x = 0; x < frame->width; x++)
width             146 doc/examples/muxing.c         c->width    = 352;
width             360 doc/examples/muxing.c static AVFrame *alloc_picture(enum AVPixelFormat pix_fmt, int width, int height)
width             370 doc/examples/muxing.c     picture->width  = width;
width             400 doc/examples/muxing.c     ost->frame = alloc_picture(c->pix_fmt, c->width, c->height);
width             411 doc/examples/muxing.c         ost->tmp_frame = alloc_picture(AV_PIX_FMT_YUV420P, c->width, c->height);
width             421 doc/examples/muxing.c                            int width, int height)
width             437 doc/examples/muxing.c         for (x = 0; x < width; x++)
width             442 doc/examples/muxing.c         for (x = 0; x < width / 2; x++) {
width             462 doc/examples/muxing.c             ost->sws_ctx = sws_getContext(c->width, c->height,
width             464 doc/examples/muxing.c                                           c->width, c->height,
width             473 doc/examples/muxing.c         fill_yuv_image(ost->tmp_frame, ost->next_pts, c->width, c->height);
width             478 doc/examples/muxing.c         fill_yuv_image(ost->frame, ost->next_pts, c->width, c->height);
width             260 doc/examples/qsvdec.c                                 frame->width, frame->height, &img);
width             269 doc/examples/qsvdec.c                              frame->width, frame->height,
width             288 doc/examples/qsvdec.c                     avio_write(output_ctx, data + img.offsets[i] + j * img.pitches[i], img.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             129 doc/examples/transcoding.c                 enc_ctx->width = dec_ctx->width;
width             216 doc/examples/transcoding.c                 dec_ctx->width, dec_ctx->height, dec_ctx->pix_fmt,
width             171 ffmpeg.c           ist->sub2video.frame->width  = ist->sub2video.w;
width            1187 ffmpeg.c                   fprintf(vstats_file, "PSNR= %6.2f ", psnr(enc->coded_frame->error[0] / (enc->width * enc->height * 255.0 * 255.0)));
width            1502 ffmpeg.c                               scale = enc->width * enc->height * 255.0 * 255.0 * frame_number;
width            1505 ffmpeg.c                               scale = enc->width * enc->height * 255.0 * 255.0;
width            1782 ffmpeg.c               avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height);
width            1982 ffmpeg.c               if (ist->dec_ctx->width  != decoded_frame->width ||
width            1986 ffmpeg.c                       decoded_frame->width,
width            1989 ffmpeg.c                       ist->dec_ctx->width,
width            2039 ffmpeg.c           resample_changed = ist->resample_width   != decoded_frame->width  ||
width            2047 ffmpeg.c                      decoded_frame->width, decoded_frame->height, av_get_pix_fmt_name(decoded_frame->format));
width            2049 ffmpeg.c               ist->resample_width   = decoded_frame->width;
width            2775 ffmpeg.c                       enc_ctx->width              = dec_ctx->width;
width            2781 ffmpeg.c                                        (AVRational){ enc_ctx->height, enc_ctx->width });
width            2794 ffmpeg.c                       enc_ctx->width  = dec_ctx->width;
width            2881 ffmpeg.c                       enc_ctx->width  = ost->filter->filter->inputs[0]->w;
width            2885 ffmpeg.c                           av_mul_q(ost->frame_aspect_ratio, (AVRational){ enc_ctx->height, enc_ctx->width }) :
width            2906 ffmpeg.c                           enc_ctx->width   != dec_ctx->width  ||
width            2932 ffmpeg.c                       if (!enc_ctx->width) {
width            2933 ffmpeg.c                           enc_ctx->width     = input_streams[ost->source_index]->st->codec->width;
width             264 ffmpeg_dxva2.c     ctx->tmp_frame->width  = frame->width;
width             280 ffmpeg_dxva2.c                         LockedRect.Pitch, frame->width, frame->height);
width             284 ffmpeg_dxva2.c                         LockedRect.Pitch, frame->width, frame->height / 2);
width             361 ffmpeg_filter.c     if (codec->width || codec->height) {
width             366 ffmpeg_filter.c                  codec->width,
width             597 ffmpeg_filter.c     w = ist->dec_ctx->width;
width             602 ffmpeg_filter.c                 w = FFMAX(w, avf->streams[i]->codec->width);
width             612 ffmpeg_filter.c     ist->sub2video.w = ist->dec_ctx->width  = ist->resample_width  = w;
width             649 ffmpeg_opt.c               ist->resample_width   = ist->dec_ctx->width;
width             718 ffmpeg_opt.c                   av_parse_video_size(&ist->dec_ctx->width, &ist->dec_ctx->height, canvas_size) < 0) {
width            1342 ffmpeg_opt.c           if (frame_size && av_parse_video_size(&video_enc->width, &video_enc->height, frame_size) < 0) {
width            1575 ffmpeg_opt.c           if (frame_size && av_parse_video_size(&subtitle_enc->width, &subtitle_enc->height, frame_size) < 0) {
width            1886 ffmpeg_opt.c                   new_area = ist->st->codec->width * ist->st->codec->height;
width              51 ffmpeg_vda.c       vda->tmp_frame->width  = frame->width;
width              77 ffmpeg_vda.c                     frame->width, frame->height);
width             104 ffmpeg_vdpau.c     uint32_t width, height;
width             108 ffmpeg_vdpau.c     if (av_vdpau_get_surface_parameters(s, &chroma, &width, &height))
width             126 ffmpeg_vdpau.c     err = ctx->video_surface_create(ctx->device, chroma, width, height,
width             149 ffmpeg_vdpau.c                                             &ctx->tmp_frame->width,
width             162 ffmpeg_vdpau.c     ctx->tmp_frame->width  = frame->width;
width             157 ffplay.c           int width;
width             284 ffplay.c           int width, height, xleft, ytop;
width             793 ffplay.c       static void fill_border(int xleft, int ytop, int width, int height, int x, int y, int w, int h, int color, int update)
width             801 ffplay.c           w2 = width - (x + w);
width             815 ffplay.c                          xleft + width - w2, ytop,
width             820 ffplay.c                          width - w1 - w2, h1,
width             824 ffplay.c                          width - w1 - w2, h2,
width            1070 ffplay.c           int width, height, x, y;
width            1083 ffplay.c           width = ((int)rint(height * aspect_ratio)) & ~1;
width            1084 ffplay.c           if (width > scr_width) {
width            1085 ffplay.c               width = scr_width;
width            1086 ffplay.c               height = ((int)rint(width / aspect_ratio)) & ~1;
width            1088 ffplay.c           x = (scr_width - width) / 2;
width            1092 ffplay.c           rect->w = FFMAX(width,  1);
width            1130 ffplay.c               calculate_display_rect(&rect, is->xleft, is->ytop, is->width, is->height, vp->width, vp->height, vp->sar);
width            1136 ffplay.c                   fill_border(is->xleft, is->ytop, is->width, is->height, rect.x, rect.y, rect.w, rect.h, bgcolor, 1);
width            1162 ffplay.c               int data_used= s->show_mode == SHOW_MODE_WAVES ? s->width : (2*nb_freq);
width            1203 ffplay.c                              s->xleft, s->ytop, s->width, s->height,
width            1215 ffplay.c                   for (x = 0; x < s->width; x++) {
width            1237 ffplay.c                                  s->xleft, y, s->width, 1,
width            1240 ffplay.c               SDL_UpdateRect(screen, s->xleft, s->ytop, s->width, s->height);
width            1286 ffplay.c               if (s->xpos >= s->width)
width            1334 ffplay.c       static void set_default_window_size(int width, int height, AVRational sar)
width            1337 ffplay.c           calculate_display_rect(&rect, 0, 0, INT_MAX, height, width, height, sar);
width            1350 ffplay.c           if (vp && vp->width)
width            1351 ffplay.c               set_default_window_size(vp->width, vp->height, vp->sar);
width            1364 ffplay.c           if (screen && is->width == screen->w && screen->w == w
width            1376 ffplay.c           is->width  = screen->w;
width            1747 ffplay.c           vp->bmp = SDL_CreateYUVOverlay(vp->width, vp->height,
width            1751 ffplay.c           if (!vp->bmp || vp->bmp->pitches[0] < vp->width || bufferdiff < (int64_t)vp->height * vp->bmp->pitches[0]) {
width            1757 ffplay.c                               "to reduce the image size.\n", vp->width, vp->height );
width            1768 ffplay.c           int i, width, height;
width            1771 ffplay.c               width  = bmp->w;
width            1774 ffplay.c                   width  >>= 1;
width            1777 ffplay.c               if (bmp->pitches[i] > width) {
width            1779 ffplay.c                   for (p = bmp->pixels[i] + width - 1; p < maxp; p += bmp->pitches[i])
width            1801 ffplay.c               vp->width  != src_frame->width ||
width            1807 ffplay.c               vp->width = src_frame->width;
width            1851 ffplay.c                               src_frame->format, vp->width, vp->height);
width            1855 ffplay.c                   vp->width, vp->height, src_frame->format, vp->width, vp->height,
width            1973 ffplay.c                    frame->width, frame->height, frame->format,
width            2247 ffplay.c               if (   last_w != frame->width
width            2256 ffplay.c                          frame->width, frame->height,
width            2269 ffplay.c                   last_w = frame->width;
width            3008 ffplay.c               if (avctx->width)
width            3009 ffplay.c                   set_default_window_size(avctx->width, avctx->height, sar);
width            3337 ffplay.c                           is->xleft, is->ytop, is->width, is->height,
width            3523 ffplay.c                           stream_seek(cur_stream, size*x/cur_stream->width, 0, 1);
width            3532 ffplay.c                           frac = x / cur_stream->width;
width            3553 ffplay.c                       screen_width  = cur_stream->width  = screen->w;
width            1790 ffprobe.c              print_int("width",                  frame->width);
width            2095 ffprobe.c                  print_int("width",        dec_ctx->width);
width            2102 ffprobe.c                                dec_ctx->width  * sar.num,
width            2166 ffprobe.c                  if (dec_ctx->width)
width            2167 ffprobe.c                      print_int("width",       dec_ctx->width);
width            1108 ffserver.c                 feed_codec->width != codec->width ||
width            1940 ffserver.c                              "%dx%d, q=%d-%d, fps=%d", st->codec->width,
width            3394 ffserver.c                     if (av1->width == av->width &&
width            3599 ffserver.c                                         CHECK_CODEC(width) ||
width             217 ffserver_config.c             if (av->width == 0 || av->height == 0)
width             272 ffserver_config.c             av->width = 160;
width             277 ffserver_config.c                     av->width, av->height);
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             430 libavcodec/4xm.c     const int width  = f->avctx->width;
width             478 libavcodec/4xm.c     init_mv(f, width * 2);
width             481 libavcodec/4xm.c         for (x = 0; x < width; x += 8)
width             482 libavcodec/4xm.c             if ((ret = decode_p_block(f, dst + x, src + x, 3, 3, width)) < 0)
width             484 libavcodec/4xm.c         src += 8 * width;
width             485 libavcodec/4xm.c         dst += 8 * width;
width             553 libavcodec/4xm.c     int stride           = f->avctx->width;
width             718 libavcodec/4xm.c     const int width  = f->avctx->width;
width             720 libavcodec/4xm.c     const int mbs    = (FFALIGN(width, 16) >> 4) * (FFALIGN(height, 16) >> 4);
width             732 libavcodec/4xm.c         for (x = 0; x < width; x += 16) {
width             752 libavcodec/4xm.c                     dst[y2 * width + x2] = color[(bits >> index) & 3];
width             757 libavcodec/4xm.c         dst += 16 * width - x;
width             766 libavcodec/4xm.c     const int width  = f->avctx->width;
width             813 libavcodec/4xm.c         for (x = 0; x < width; x += 16) {
width             839 libavcodec/4xm.c     av_assert0(avctx->width % 16 == 0 && avctx->height % 16 == 0);
width             952 libavcodec/4xm.c                         (const uint8_t*)f->frame_buffer,  avctx->width * 2,
width             953 libavcodec/4xm.c                         avctx->width * 2, avctx->height);
width             990 libavcodec/4xm.c     if((avctx->width % 16) || (avctx->height % 16)) {
width             995 libavcodec/4xm.c     ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
width             999 libavcodec/4xm.c     f->frame_buffer      = av_mallocz(avctx->width * avctx->height * 2);
width            1000 libavcodec/4xm.c     f->last_frame_buffer = av_mallocz(avctx->width * avctx->height * 2);
width              74 libavcodec/a64multienc.c     int width  = FFMIN(avctx->width , C64XRES);
width              81 libavcodec/a64multienc.c                     if(x < width && y < height) {
width              82 libavcodec/a64multienc.c                         if (x + 1 < width) {
width             293 libavcodec/a64multienc.c         b_width  = FFMIN(avctx->width ,C64XRES) >> 3;
width             871 libavcodec/aacps.c             float width = 1.f / (stop - start);
width             892 libavcodec/aacps.c             h_step[0][0] = (H11[0][e+1][b] - h[0][0]) * width;
width             893 libavcodec/aacps.c             h_step[0][1] = (H12[0][e+1][b] - h[0][1]) * width;
width             894 libavcodec/aacps.c             h_step[0][2] = (H21[0][e+1][b] - h[0][2]) * width;
width             895 libavcodec/aacps.c             h_step[0][3] = (H22[0][e+1][b] - h[0][3]) * width;
width             897 libavcodec/aacps.c                 h_step[1][0] = (H11[1][e+1][b] - h[1][0]) * width;
width             898 libavcodec/aacps.c                 h_step[1][1] = (H12[1][e+1][b] - h[1][1]) * width;
width             899 libavcodec/aacps.c                 h_step[1][2] = (H21[1][e+1][b] - h[1][2]) * width;
width             900 libavcodec/aacps.c                 h_step[1][3] = (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             161 libavcodec/aic.c     int width, height;
width             172 libavcodec/aic.c     width      = AV_RB16(src + 6);
width             179 libavcodec/aic.c     if (width != ctx->avctx->width || height != ctx->avctx->height) {
width             182 libavcodec/aic.c                ctx->avctx->width, ctx->avctx->height, width, height);
width             438 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              79 libavcodec/aliaspixdec.c         if (x == avctx->width) {
width              92 libavcodec/aliaspixdec.c         if (!count || x + count > avctx->width) {
width             112 libavcodec/aliaspixdec.c     if (x != width || y != height) {
width              41 libavcodec/aliaspixenc.c     int width, height, bits_pixel, i, j, length, ret;
width              47 libavcodec/aliaspixenc.c     width  = avctx->width;
width              50 libavcodec/aliaspixenc.c     if (width > 65535 || height > 65535 ||
width              51 libavcodec/aliaspixenc.c         width * height >= INT_MAX / 4 - ALIAS_HEADER_SIZE) {
width              52 libavcodec/aliaspixenc.c         av_log(avctx, AV_LOG_ERROR, "Invalid image size %dx%d.\n", width, height);
width              67 libavcodec/aliaspixenc.c     length = ALIAS_HEADER_SIZE + 4 * width * height; // max possible
width              76 libavcodec/aliaspixenc.c     bytestream_put_be16(&buf, width);
width              83 libavcodec/aliaspixenc.c         for (i = 0; i < width; ) {
width              89 libavcodec/aliaspixenc.c                 while (count < 255 && count + i < width && pixel == *in_buf) {
width              97 libavcodec/aliaspixenc.c                 while (count < 255 && count + i < width &&
width              81 libavcodec/anm.c                      int *x, int width, int linesize)
width              83 libavcodec/anm.c     int remaining = width - *x;
width              96 libavcodec/anm.c             *dst      += linesize - width;
width              97 libavcodec/anm.c             remaining  = width;
width             105 libavcodec/anm.c     *x = width - remaining;
width             109 libavcodec/anm.c     *x = width - remaining;
width             143 libavcodec/anm.c     op(&dst, dst_end, (gb), (pixel), (count), &s->x, avctx->width, s->frame->linesize[0])
width              93 libavcodec/ansi.c     if (!avctx->width || !avctx->height) {
width             130 libavcodec/ansi.c                avctx->width);
width             133 libavcodec/ansi.c             DEFAULT_BG_COLOR, avctx->width);
width             150 libavcodec/ansi.c         memset(s->frame->data[0] + i * s->frame->linesize[0], DEFAULT_BG_COLOR, avctx->width);
width             174 libavcodec/ansi.c     if (s->x > avctx->width - FONT_WIDTH) {
width             188 libavcodec/ansi.c     int width  = avctx->width;
width             199 libavcodec/ansi.c         s->x = FFMIN(s->x + (s->nb_args > 0 ? s->args[0]*FONT_WIDTH : FONT_WIDTH), avctx->width  - FONT_WIDTH);
width             207 libavcodec/ansi.c         s->x = s->nb_args > 1 ? av_clip((s->args[1] - 1)*FONT_WIDTH,     0, avctx->width  - FONT_WIDTH) : 0;
width             217 libavcodec/ansi.c             width  = 40<<3;
width             223 libavcodec/ansi.c             width  = 80<<3;
width             229 libavcodec/ansi.c             width  = 80<<3;
width             237 libavcodec/ansi.c             width  = 80<<3;
width             243 libavcodec/ansi.c             width  = 80<<3;
width             249 libavcodec/ansi.c         s->x = av_clip(s->x, 0, width  - FONT_WIDTH);
width             251 libavcodec/ansi.c         if (width != avctx->width || height != avctx->height) {
width             253 libavcodec/ansi.c             ret = ff_set_dimensions(avctx, width, height);
width             270 libavcodec/ansi.c             erase_line(avctx, s->x, avctx->width - s->x);
width             287 libavcodec/ansi.c             erase_line(avctx, s->x, avctx->width - s->x);
width             293 libavcodec/ansi.c             erase_line(avctx, 0, avctx->width);
width             339 libavcodec/ansi.c         s->x = av_clip(s->sx, 0, avctx->width  - FONT_WIDTH);
width             346 libavcodec/ansi.c     s->x = av_clip(s->x, 0, avctx->width  - FONT_WIDTH);
width             365 libavcodec/ansi.c             memset(s->frame->data[0]+ i*s->frame->linesize[0], 0, avctx->width);
width              49 libavcodec/arm/hevcdsp_init_neon.c                                 intptr_t mx, intptr_t my, int width)
width              63 libavcodec/arm/hevcdsp_init_neon.c                                    int height, int width);
width              65 libavcodec/arm/hevcdsp_init_neon.c                                    int width, int height, int16_t* src2, ptrdiff_t src2stride);
width              67 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width);
width              69 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width);
width              72 libavcodec/arm/hevcdsp_init_neon.c                                        int height, intptr_t mx, intptr_t my, int width);
width              75 libavcodec/arm/hevcdsp_init_neon.c                                    int height, int width)
width              96 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width);
width             108 libavcodec/arm/hevcdsp_init_neon.c                                    int width, int height, int16_t* src2, ptrdiff_t src2stride);
width             128 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width) {
width             130 libavcodec/arm/hevcdsp_init_neon.c     put_hevc_qpel_neon[my][mx](dst, MAX_PB_SIZE, src, srcstride, height, width);
width             134 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width) {
width             136 libavcodec/arm/hevcdsp_init_neon.c     put_hevc_qpel_uw_neon[my][mx](dst, dststride, src, srcstride, width, height, NULL, 0);
width             141 libavcodec/arm/hevcdsp_init_neon.c                                        int height, intptr_t mx, intptr_t my, int width) {
width             142 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             225 libavcodec/asvenc.c     if (pict->width % 16 || pict->height % 16) {
width             232 libavcodec/asvenc.c         clone->width  = FFALIGN(pict->width, 16);
width             248 libavcodec/asvenc.c             int w  = FF_CEIL_RSHIFT(pict->width, !!i);
width             250 libavcodec/asvenc.c             int w2 = FF_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             934 libavcodec/avcodec.h     int width;
width            1412 libavcodec/avcodec.h     int width, height;
width            3994 libavcodec/avcodec.h void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
width            4003 libavcodec/avcodec.h void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
width            4390 libavcodec/avcodec.h     int width;
width            4754 libavcodec/avcodec.h int avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height);
width            4789 libavcodec/avcodec.h                    enum AVPixelFormat pix_fmt, int width, int height);
width            4810 libavcodec/avcodec.h                      int width, int height,
width            4825 libavcodec/avcodec.h int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height);
width            4835 libavcodec/avcodec.h                           enum AVPixelFormat pix_fmt, int width, int height);
width            4841 libavcodec/avcodec.h                      enum AVPixelFormat pix_fmt, int width, int height);
width            4852 libavcodec/avcodec.h int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat pix_fmt,
width            4954 libavcodec/avcodec.h void avcodec_set_dimensions(AVCodecContext *s, int width, int height);
width              35 libavcodec/avpicture.c                    enum AVPixelFormat pix_fmt, int width, int height)
width              38 libavcodec/avpicture.c                                 ptr, pix_fmt, width, height, 1);
width              41 libavcodec/avpicture.c int avpicture_layout(const AVPicture* src, enum AVPixelFormat pix_fmt, int width, int height,
width              46 libavcodec/avpicture.c                                    pix_fmt, width, height, 1);
width              49 libavcodec/avpicture.c int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height)
width              51 libavcodec/avpicture.c     return av_image_get_buffer_size(pix_fmt, width, height, 1);
width              55 libavcodec/avpicture.c                     enum AVPixelFormat pix_fmt, int width, int height)
width              58 libavcodec/avpicture.c                              width, height, pix_fmt, 1);
width              73 libavcodec/avpicture.c                      enum AVPixelFormat pix_fmt, int width, int height)
width              76 libavcodec/avpicture.c                   src->linesize, pix_fmt, width, height);
width              51 libavcodec/avrndec.c     if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
width              89 libavcodec/avrndec.c     true_height    = buf_size / (2*avctx->width);
width              91 libavcodec/avrndec.c     if(buf_size < 2*avctx->width * avctx->height) {
width             102 libavcodec/avrndec.c         buf += (true_height - avctx->height)*avctx->width;
width             104 libavcodec/avrndec.c             memcpy(p->data[0] + (y+ a->tff)*p->linesize[0], buf                             , 2*avctx->width);
width             105 libavcodec/avrndec.c             memcpy(p->data[0] + (y+!a->tff)*p->linesize[0], buf + avctx->width*true_height+4, 2*avctx->width);
width             106 libavcodec/avrndec.c             buf += 2*avctx->width;
width             109 libavcodec/avrndec.c         buf += (true_height - avctx->height)*avctx->width*2;
width             111 libavcodec/avrndec.c             memcpy(p->data[0] + y*p->linesize[0], buf, 2*avctx->width);
width             112 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              69 libavcodec/avuienc.c     size = 2 * avctx->width * (avctx->height + skip) + 8 * interlaced;
width              74 libavcodec/avuienc.c         dst += avctx->width * skip;
width              87 libavcodec/avuienc.c         dst += avctx->width * skip + 4 * i;
width              89 libavcodec/avuienc.c             memcpy(dst, src, avctx->width * 2);
width              91 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             126 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             823 libavcodec/bink.c     int bw = is_chroma ? (c->avctx->width  + 15) >> 4 : (c->avctx->width  + 7) >> 3;
width             968 libavcodec/bink.c     int bw = is_chroma ? (c->avctx->width  + 15) >> 4 : (c->avctx->width  + 7) >> 3;
width             970 libavcodec/bink.c     int width = c->avctx->width >> is_chroma;
width             972 libavcodec/bink.c     init_lengths(c, FFMAX(width, 8), bw);
width            1304 libavcodec/bink.c     if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
width             167 libavcodec/binkaudio.c     int width, coeff;
width             215 libavcodec/binkaudio.c             width = get_bits(gb, 4);
width             216 libavcodec/binkaudio.c             if (width == 0) {
width             225 libavcodec/binkaudio.c                     coeff = get_bits(gb, width);
width             130 libavcodec/bintext.c     if (s->x > avctx->width - FONT_WIDTH) {
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             135 libavcodec/bmp.c     avctx->width  = width;
width             215 libavcodec/bmp.c     n = ((avctx->width * depth + 31) / 8) & ~3;
width             218 libavcodec/bmp.c         n = (avctx->width * depth + 7) / 8;
width             328 libavcodec/bmp.c                 for (j = 0; j < avctx->width; j++)
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             261 libavcodec/bmvvideo.c         memcpy(outptr, srcptr, avctx->width);
width             262 libavcodec/bmvvideo.c         srcptr += avctx->width;
width             279 libavcodec/bmvvideo.c     if (avctx->width != SCREEN_WIDE || avctx->height != SCREEN_HIGH) {
width             280 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             208 libavcodec/brenderpix.c     if ((ret = ff_set_dimensions(avctx, hdr.width, hdr.height)) < 0)
width             264 libavcodec/brenderpix.c     bytes_per_scanline = bytes_pp * hdr.width;
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            1120 libavcodec/cavsdec.c     int width, height;
width            1126 libavcodec/cavsdec.c     width  = get_bits(&h->gb, 14);
width            1128 libavcodec/cavsdec.c     if ((h->width || h->height) && (h->width != width || h->height != height)) {
width            1133 libavcodec/cavsdec.c     if (width <= 0 || height <= 0) {
width            1137 libavcodec/cavsdec.c     h->width  = width;
width            1148 libavcodec/cavsdec.c     h->mb_width  = (h->width  + 15) >> 4;
width            1151 libavcodec/cavsdec.c     h->avctx->width  = h->width;
width              80 libavcodec/cdgraphics.c     avctx->width   = CDG_FULL_WIDTH;
width              87 libavcodec/cdxl.c             for (x = 0; x < c->avctx->width; x++)
width             103 libavcodec/cdxl.c             for (x = 0; x < c->avctx->width; x++)
width             144 libavcodec/cdxl.c     import_format(c, avctx->width, c->new_video);
width             150 libavcodec/cdxl.c         for (x = 0; x < avctx->width; x++) {
width             187 libavcodec/cdxl.c     import_format(c, avctx->width, c->new_video);
width             193 libavcodec/cdxl.c         for (x = 0; x < avctx->width; x++) {
width             253 libavcodec/cdxl.c     aligned_width = FFALIGN(c->avctx->width, 16);
width             254 libavcodec/cdxl.c     c->padded_bits  = aligned_width - c->avctx->width;
width              66 libavcodec/cinepak.c     int width, height;
width             273 libavcodec/cinepak.c     if (strip->x2 > s->width   ||
width             410 libavcodec/cinepak.c     s->width = (avctx->width + 3) & ~3;
width             191 libavcodec/cinepakenc.c     if (avctx->width & 3 || avctx->height & 3) {
width             193 libavcodec/cinepakenc.c                 avctx->width, avctx->height);
width             213 libavcodec/cinepakenc.c     if (!(s->codebook_input = av_malloc(sizeof(int) * (avctx->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4) * (avctx->width * avctx->height) >> 2)))
width             216 libavcodec/cinepakenc.c     if (!(s->codebook_closest = av_malloc(sizeof(int) * (avctx->width * avctx->height) >> 2)))
width             220 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             223 libavcodec/cinepakenc.c     mb_count = avctx->width * avctx->height / MB_AREA;
width             249 libavcodec/cinepakenc.c     s->w = avctx->width;
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)
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             100 libavcodec/cllc.c     for (i = 0; i < ctx->avctx->width; i++) {
width             166 libavcodec/cllc.c     for (i = 0; i < ctx->avctx->width; i++) {
width             195 libavcodec/cllc.c     for (i = 0; i < ctx->avctx->width >> is_chroma; i++) {
width             202 libavcodec/crystalhd.c            output->PicInfo.width);
width             391 libavcodec/crystalhd.c         .width       = avctx->width,
width             556 libavcodec/crystalhd.c     int width    = output->PicInfo.width;
width             650 libavcodec/crystalhd.c     bwidth = av_image_get_linesize(avctx->pix_fmt, width, 0);
width             654 libavcodec/crystalhd.c         if (width <= 720)
width             656 libavcodec/crystalhd.c         else if (width <= 1280)
width             740 libavcodec/crystalhd.c         .PicInfo.width  = avctx->width,
width             752 libavcodec/crystalhd.c         avctx->width  = output.PicInfo.width;
width             138 libavcodec/cscd.c     c->linelen = avctx->width * avctx->bits_per_coded_sample / 8;
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              44 libavcodec/dfa.c     if (!avctx->width || !avctx->height)
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             107 libavcodec/dfa.c static int decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height)
width             110 libavcodec/dfa.c     const uint8_t *frame_end   = frame + width * height;
width             144 libavcodec/dfa.c static int decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height)
width             147 libavcodec/dfa.c     const uint8_t *frame_end   = frame + width * height;
width             164 libavcodec/dfa.c             if (frame - frame_start < offset || frame_end - frame < count*2 + width)
width             168 libavcodec/dfa.c                 frame[width] = frame[width + 1] = frame[-offset];
width             178 libavcodec/dfa.c             if (frame_end - frame < width + 3)
width             181 libavcodec/dfa.c             frame[width] = frame[width + 1] =  bytestream2_get_byte(gb);
width             184 libavcodec/dfa.c             frame[width] = frame[width + 1] =  bytestream2_get_byte(gb);
width             193 libavcodec/dfa.c static int decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
width             201 libavcodec/dfa.c     frame += width * count;
width             210 libavcodec/dfa.c         frame += width;
width             235 libavcodec/dfa.c static int decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
width             237 libavcodec/dfa.c     const uint8_t *frame_end   = frame + width * height;
width             252 libavcodec/dfa.c             unsigned delta = -((int16_t)segments * width);
width             263 libavcodec/dfa.c             frame[width - 1] = segments & 0xFF;
width             267 libavcodec/dfa.c         if (frame_end - frame < width)
width             269 libavcodec/dfa.c         frame += width;
width             296 libavcodec/dfa.c static int decode_tdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
width             298 libavcodec/dfa.c     const uint8_t *frame_end = frame + width * height;
width             318 libavcodec/dfa.c static int decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height)
width             320 libavcodec/dfa.c     memset(frame, 0, width * height);
width             325 libavcodec/dfa.c typedef int (*chunk_decoder)(GetByteContext *gb, uint8_t *frame, int width, int height);
width             368 libavcodec/dfa.c             if (decoder[chunk_type - 2](&gb, s->frame_buf, avctx->width, avctx->height)) {
width             386 libavcodec/dfa.c             for(j = 0; j < avctx->width; j++) {
width             387 libavcodec/dfa.c                 dst[j] = buf[ (i&3)*(avctx->width /4) + (j/4) +
width             388 libavcodec/dfa.c                              ((j&3)*(avctx->height/4) + (i/4))*avctx->width];
width             391 libavcodec/dfa.c             memcpy(dst, buf, avctx->width);
width             392 libavcodec/dfa.c             buf += avctx->width;
width             131 libavcodec/dirac.c         source->width  = svq3_get_ue_golomb(gb); /* [DIRAC_STD] FRAME_WIDTH  */
width             244 libavcodec/dirac.c     if ((source->width % (1<<chroma_x_shift)) || (source->height % (1<<chroma_y_shift))) {
width             324 libavcodec/dirac.c     ret = ff_set_dimensions(avctx, source->width, source->height);
width              38 libavcodec/dirac.h     unsigned width;
width              30 libavcodec/dirac_dwt.c                                   int width)
width              34 libavcodec/dirac_dwt.c     for (i = 0; i < width; i++)
width             174 libavcodec/dirac_dwt.c static void vertical_compose_dirac53iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width)
width             178 libavcodec/dirac_dwt.c     for(i=0; i<width; i++){
width             184 libavcodec/dirac_dwt.c                                   IDWTELEM *b3, IDWTELEM *b4, int width)
width             188 libavcodec/dirac_dwt.c     for(i=0; i<width; i++){
width             194 libavcodec/dirac_dwt.c                                       IDWTELEM *b3, IDWTELEM *b4, int width)
width             198 libavcodec/dirac_dwt.c     for(i=0; i<width; i++){
width             203 libavcodec/dirac_dwt.c static void vertical_compose_haar(IDWTELEM *b0, IDWTELEM *b1, int width)
width             207 libavcodec/dirac_dwt.c     for (i = 0; i < width; i++) {
width             213 libavcodec/dirac_dwt.c static void vertical_compose_fidelityiH0(IDWTELEM *dst, IDWTELEM *b[8], int width)
width             217 libavcodec/dirac_dwt.c     for(i=0; i<width; i++){
width             222 libavcodec/dirac_dwt.c static void vertical_compose_fidelityiL0(IDWTELEM *dst, IDWTELEM *b[8], int width)
width             226 libavcodec/dirac_dwt.c     for(i=0; i<width; i++){
width             231 libavcodec/dirac_dwt.c static void vertical_compose_daub97iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width)
width             235 libavcodec/dirac_dwt.c     for(i=0; i<width; i++){
width             240 libavcodec/dirac_dwt.c static void vertical_compose_daub97iH1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width)
width             244 libavcodec/dirac_dwt.c     for(i=0; i<width; i++){
width             249 libavcodec/dirac_dwt.c static void vertical_compose_daub97iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width)
width             253 libavcodec/dirac_dwt.c     for(i=0; i<width; i++){
width             258 libavcodec/dirac_dwt.c static void vertical_compose_daub97iL1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width)
width             262 libavcodec/dirac_dwt.c     for(i=0; i<width; i++){
width             268 libavcodec/dirac_dwt.c static void spatial_compose_dd97i_dy(DWTContext *d, int level, int width, int height, int stride)
width             281 libavcodec/dirac_dwt.c         if(y+5<(unsigned)height) vertical_compose_l0(      b[5], b[6], b[7],       width);
width             282 libavcodec/dirac_dwt.c         if(y+1<(unsigned)height) vertical_compose_h0(b[0], b[2], b[3], b[4], b[6], width);
width             284 libavcodec/dirac_dwt.c         if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
width             285 libavcodec/dirac_dwt.c         if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
width             292 libavcodec/dirac_dwt.c static void spatial_compose_dirac53i_dy(DWTContext *d, int level, int width, int height, int stride)
width             303 libavcodec/dirac_dwt.c         if(y+1<(unsigned)height) vertical_compose_l0(b[1], b[2], b[3], width);
width             304 libavcodec/dirac_dwt.c         if(y+0<(unsigned)height) vertical_compose_h0(b[0], b[1], b[2], width);
width             306 libavcodec/dirac_dwt.c         if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
width             307 libavcodec/dirac_dwt.c         if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
width             315 libavcodec/dirac_dwt.c static void spatial_compose_dd137i_dy(DWTContext *d, int level, int width, int height, int stride)
width             328 libavcodec/dirac_dwt.c         if(y+5<(unsigned)height) vertical_compose_l0(b[3], b[5], b[6], b[7], b[9], width);
width             329 libavcodec/dirac_dwt.c         if(y+1<(unsigned)height) vertical_compose_h0(b[0], b[2], b[3], b[4], b[6], width);
width             331 libavcodec/dirac_dwt.c         if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
width             332 libavcodec/dirac_dwt.c         if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
width             340 libavcodec/dirac_dwt.c static void spatial_compose_haari_dy(DWTContext *d, int level, int width, int height, int stride)
width             347 libavcodec/dirac_dwt.c     vertical_compose(b0, b1, width);
width             348 libavcodec/dirac_dwt.c     d->horizontal_compose(b0, d->temp, width);
width             349 libavcodec/dirac_dwt.c     d->horizontal_compose(b1, d->temp, width);
width             356 libavcodec/dirac_dwt.c static void spatial_compose_fidelity(DWTContext *d, int level, int width, int height, int stride)
width             366 libavcodec/dirac_dwt.c         vertical_compose_h0(d->buffer + y*stride, b, width);
width             372 libavcodec/dirac_dwt.c         vertical_compose_l0(d->buffer + y*stride, b, width);
width             376 libavcodec/dirac_dwt.c         d->horizontal_compose(d->buffer + y*stride, d->temp, width);
width             381 libavcodec/dirac_dwt.c static void spatial_compose_daub97i_dy(DWTContext *d, int level, int width, int height, int stride)
width             396 libavcodec/dirac_dwt.c         if(y+3<(unsigned)height) vertical_compose_l1(b[3], b[4], b[5], width);
width             397 libavcodec/dirac_dwt.c         if(y+2<(unsigned)height) vertical_compose_h1(b[2], b[3], b[4], width);
width             398 libavcodec/dirac_dwt.c         if(y+1<(unsigned)height) vertical_compose_l0(b[1], b[2], b[3], width);
width             399 libavcodec/dirac_dwt.c         if(y+0<(unsigned)height) vertical_compose_h0(b[0], b[1], b[2], width);
width             401 libavcodec/dirac_dwt.c         if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
width             402 libavcodec/dirac_dwt.c         if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
width             450 libavcodec/dirac_dwt.c int ff_spatial_idwt_init2(DWTContext *d, IDWTELEM *buffer, int width, int height,
width             457 libavcodec/dirac_dwt.c     d->width = width;
width             553 libavcodec/dirac_dwt.c         int wl = d->width  >> level;
width              40 libavcodec/dirac_dwt.h typedef void (*vertical_compose_2tap)(IDWTELEM *b0, IDWTELEM *b1, int width);
width              41 libavcodec/dirac_dwt.h typedef void (*vertical_compose_3tap)(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width);
width              42 libavcodec/dirac_dwt.h typedef void (*vertical_compose_5tap)(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, int width);
width              43 libavcodec/dirac_dwt.h typedef void (*vertical_compose_9tap)(IDWTELEM *dst, IDWTELEM *b[8], int width);
width              48 libavcodec/dirac_dwt.h     int width;
width              54 libavcodec/dirac_dwt.h     void (*spatial_compose)(struct DWTContext *cs, int level, int width, int height, int stride);
width              60 libavcodec/dirac_dwt.h     void (*horizontal_compose)(IDWTELEM *b, IDWTELEM *tmp, int width);
width              79 libavcodec/dirac_dwt.h int ff_spatial_idwt_init2(DWTContext *d, IDWTELEM *buffer, int width, int height,
width             100 libavcodec/diracdec.c     int width;
width             112 libavcodec/diracdec.c     int width;
width             167 libavcodec/diracdec.c         unsigned width;
width             321 libavcodec/diracdec.c     int sbwidth  = DIVRNDUP(s->source.width,  4);
width             329 libavcodec/diracdec.c         w = s->source.width  >> (i ? s->chroma_x_shift : 0);
width             359 libavcodec/diracdec.c     int w = s->source.width;
width             577 libavcodec/diracdec.c     for (x = 1; x < b->width; x++)
width             584 libavcodec/diracdec.c         for (x = 1; x < b->width; x++) {
width             601 libavcodec/diracdec.c     int cb_width  = s->codeblock[b->level + (b->orientation != subband_ll)].width;
width             618 libavcodec/diracdec.c             right = (b->width * (cb_x+1LL)) / cb_width;
width             688 libavcodec/diracdec.c     int left   = b1->width  * slice_x    / s->lowdelay.num_x;
width             689 libavcodec/diracdec.c     int right  = b1->width  *(slice_x+1) / s->lowdelay.num_x;
width             823 libavcodec/diracdec.c         p->width       = s->source.width  >> (i ? s->chroma_x_shift : 0);
width             825 libavcodec/diracdec.c         p->idwt_width  = w = CALC_PADDING(p->width , s->wavelet_depth);
width             838 libavcodec/diracdec.c                 b->width  = w;
width            1010 libavcodec/diracdec.c                 CHECKEDREAD(s->codeblock[i].width , tmp < 1 || tmp > (s->avctx->width >>s->wavelet_depth-i), "codeblock width invalid\n")
width            1017 libavcodec/diracdec.c                 s->codeblock[i].width = s->codeblock[i].height = 1;
width            1243 libavcodec/diracdec.c     s->sbwidth  = DIVRNDUP(s->source.width,  4*s->plane[0].xbsep);
width            1454 libavcodec/diracdec.c     if (x + p->xblen > p->width +EDGE_WIDTH/2 ||
width            1461 libavcodec/diracdec.c                                      p->width+EDGE_WIDTH/2, p->height+EDGE_WIDTH/2);
width            1536 libavcodec/diracdec.c static void select_dsp_funcs(DiracContext *s, int width, int height, int xblen, int yblen)
width            1556 libavcodec/diracdec.c static void interpolate_refplane(DiracContext *s, DiracFrame *ref, int plane, int width, int height)
width            1564 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            1580 libavcodec/diracdec.c                                       ref->avframe->linesize[plane], width, height);
width            1581 libavcodec/diracdec.c         s->mpvencdsp.draw_edges(ref->hpel[plane][1], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM);
width            1582 libavcodec/diracdec.c         s->mpvencdsp.draw_edges(ref->hpel[plane][2], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM);
width            1583 libavcodec/diracdec.c         s->mpvencdsp.draw_edges(ref->hpel[plane][3], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM);
width            1616 libavcodec/diracdec.c             s->edge_emu_buffer[i] = s->edge_emu_buffer_base + i*FFALIGN(p->width, 16);
width            1631 libavcodec/diracdec.c                                                     p->idwt_buf + y*p->idwt_stride, p->idwt_stride, p->width, 16);
width            1636 libavcodec/diracdec.c             select_dsp_funcs(s, p->width, p->height, p->xblen, p->yblen);
width            1639 libavcodec/diracdec.c                 interpolate_refplane(s, s->ref_pics[i], comp, p->width, p->height);
width            1665 libavcodec/diracdec.c                                              p->idwt_buf + start*p->idwt_stride, p->idwt_stride, p->width, h);
width            1682 libavcodec/diracdec.c     f->width  = avctx->width  + 2 * EDGE_WIDTH;
width            1693 libavcodec/diracdec.c     f->width  = avctx->width;
width              32 libavcodec/diracdsp.c                               int stride, int width, int height)
width              37 libavcodec/diracdsp.c         for (x = -3; x < width+5; x++)
width              40 libavcodec/diracdsp.c         for (x = 0; x < width; x++)
width              43 libavcodec/diracdsp.c         for (x = 0; x < width; x++)
width             138 libavcodec/diracdsp.c static void put_signed_rect_clamped_c(uint8_t *dst, int dst_stride, const int16_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 width, int height)
width             160 libavcodec/diracdsp.c         for (x = 0; x < width; x+=2) {
width              30 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              44 libavcodec/diracdsp.h     void (*put_signed_rect_clamped)(uint8_t *dst/*align 16*/, int dst_stride, const int16_t *src/*align 16*/, int src_stride, int width, int height/*mod 2*/);
width              45 libavcodec/diracdsp.h     void (*put_rect_clamped)(uint8_t *dst/*align 16*/, int dst_stride, const int16_t *src/*align 16*/, int src_stride, int width, int height/*mod 2*/);
width              46 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            1113 libavcodec/dnxhddata.c         if (cid->width == avctx->width && cid->height == avctx->height &&
width            1135 libavcodec/dnxhddata.c                    cid->width, cid->height, cid->interlaced ? 'i' : 'p', cid->bit_rates[j],
width              31 libavcodec/dnxhddata.h     unsigned int width, height;
width              40 libavcodec/dnxhddec.c     unsigned int width, height;
width             143 libavcodec/dnxhddec.c     ctx->width  = AV_RB16(buf + 0x1a);
width             145 libavcodec/dnxhddec.c     av_dlog(ctx->avctx, "width %d, height %d\n", ctx->width, ctx->height);
width             183 libavcodec/dnxhddec.c     if (ctx->width != ctx->cid_table->width) {
width             186 libavcodec/dnxhddec.c                   ctx->width, ctx->cid_table->width, 255);
width             187 libavcodec/dnxhddec.c         ctx->width = ctx->cid_table->width;
width             196 libavcodec/dnxhddec.c     ctx->mb_width  = ctx->width >> 4;
width             457 libavcodec/dnxhddec.c     if ((avctx->width || avctx->height) &&
width             458 libavcodec/dnxhddec.c         (ctx->width != avctx->width || ctx->height != avctx->height)) {
width             460 libavcodec/dnxhddec.c                avctx->width, avctx->height, ctx->width, ctx->height);
width             470 libavcodec/dnxhddec.c     ret = ff_set_dimensions(avctx, ctx->width, ctx->height);
width             349 libavcodec/dnxhdenc.c     ctx->m.mb_width  = (avctx->width  + 15) / 16;
width             423 libavcodec/dnxhdenc.c     AV_WB16(buf + 0x1a, avctx->width);  // SPL
width             739 libavcodec/dnxhdenc.c             if (!partial_last_row && mb_x * 16 <= avctx->width - 16) {
width             743 libavcodec/dnxhdenc.c                 int bw = FFMIN(avctx->width - 16 * mb_x, 16);
width             193 libavcodec/dpx.c         stride = avctx->width * elements;
width             200 libavcodec/dpx.c         stride = (avctx->width * elements + 2) / 3 * 4;
width             207 libavcodec/dpx.c         stride = 2 * avctx->width * elements;
width             210 libavcodec/dpx.c         stride = 2 * avctx->width * elements;
width             319 libavcodec/dpx.c             for (y = 0; y < avctx->width; y++) {
width             341 libavcodec/dpx.c             for (y = 0; y < avctx->width; y++) {
width             368 libavcodec/dpx.c                 for (y = 0; y < avctx->width; y++) {
width             379 libavcodec/dpx.c                             elements * avctx->width, avctx->height);
width              97 libavcodec/dpxenc.c         for (x = 0; x < avctx->width; x++) {
width             122 libavcodec/dpxenc.c         for (x = 0; x < avctx->width; x++) {
width             148 libavcodec/dpxenc.c     pad = avctx->width*6;
width             151 libavcodec/dpxenc.c         for (x = 0; x < avctx->width; x++) {
width             181 libavcodec/dpxenc.c         size = avctx->height * avctx->width * 4;
width             184 libavcodec/dpxenc.c         len  = avctx->width*6;
width             190 libavcodec/dpxenc.c         len = avctx->width * s->num_components * s->bits_per_component >> 3;
width             214 libavcodec/dpxenc.c     write32(buf + 772, avctx->width);
width             244 libavcodec/dpxenc.c                                     avctx->width, avctx->height,
width              80 libavcodec/dsicinvideo.c     cin->bitmap_size = avctx->width * avctx->height;
width             282 libavcodec/dsicinvideo.c                cin->bitmap_table[CIN_CUR_BMP] + y * cin->avctx->width,
width             283 libavcodec/dsicinvideo.c                cin->avctx->width);
width              99 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             314 libavcodec/dv_profile.c const AVDVProfile *av_dv_codec_profile(int width, int height,
width             318 libavcodec/dv_profile.c     return av_dv_codec_profile2(width, height, pix_fmt, (AVRational){0, 0});
width             324 libavcodec/dv_profile.c const AVDVProfile *av_dv_codec_profile2(int width, int height,
width             337 libavcodec/dv_profile.c             width   == dv_profiles[i].width)
width              48 libavcodec/dv_profile.h     int              width;                 /* picture width in pixels */
width              84 libavcodec/dv_profile.h const AVDVProfile *av_dv_codec_profile(int width, int height, enum AVPixelFormat pix_fmt);
width              90 libavcodec/dv_profile.h const AVDVProfile *av_dv_codec_profile2(int width, int height, enum AVPixelFormat pix_fmt, AVRational frame_rate);
width             205 libavcodec/dvbsubdec.c     int width;
width             226 libavcodec/dvbsubdec.c     int width;
width             818 libavcodec/dvbsubdec.c             rect->w = region->width;
width             822 libavcodec/dvbsubdec.c             rect->pict.linesize[0] = region->width;
width             924 libavcodec/dvbsubdec.c         if ((*buf!=0xf0 && x_pos >= region->width) || y_pos >= region->height) {
width             925 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             938 libavcodec/dvbsubdec.c             x_pos = dvbsub_read_2bit_string(avctx, pbuf + (y_pos * region->width),
width             939 libavcodec/dvbsubdec.c                                             region->width, &buf, buf_end - buf,
width             953 libavcodec/dvbsubdec.c             x_pos = dvbsub_read_4bit_string(avctx, pbuf + (y_pos * region->width),
width             954 libavcodec/dvbsubdec.c                                             region->width, &buf, buf_end - buf,
width             963 libavcodec/dvbsubdec.c             x_pos = dvbsub_read_8bit_string(avctx, pbuf + (y_pos * region->width),
width             964 libavcodec/dvbsubdec.c                                             region->width, &buf, buf_end - buf,
width            1189 libavcodec/dvbsubdec.c     region->width = AV_RB16(buf);
width            1194 libavcodec/dvbsubdec.c     if (region->width * region->height != region->buf_size) {
width            1197 libavcodec/dvbsubdec.c         region->buf_size = region->width * region->height;
width            1226 libavcodec/dvbsubdec.c     av_dlog(avctx, "Region %d, (%dx%d)\n", region_id, region->width, region->height);
width            1373 libavcodec/dvbsubdec.c     int x_pos, y_pos, width, height;
width            1381 libavcodec/dvbsubdec.c     width = 0;
width            1393 libavcodec/dvbsubdec.c             width = region->width;
width            1397 libavcodec/dvbsubdec.c                 width += (x_pos - display->x_pos);
width            1406 libavcodec/dvbsubdec.c             if (display->x_pos + region->width > x_pos + width) {
width            1407 libavcodec/dvbsubdec.c                 width = display->x_pos + region->width - x_pos;
width            1418 libavcodec/dvbsubdec.c         pbuf = av_malloc(width * height * 4);
width            1450 libavcodec/dvbsubdec.c                 for (x = 0; x < region->width; x++) {
width            1451 libavcodec/dvbsubdec.c                     pbuf[((y + y_off) * width) + x_off + x] =
width            1452 libavcodec/dvbsubdec.c                         clut_table[region->pbuf[y * region->width + x]];
width            1460 libavcodec/dvbsubdec.c         png_save2(filename, pbuf, width, height);
width            1495 libavcodec/dvbsubdec.c     display_def->width   = bytestream_get_be16(&buf) + 1;
width            1497 libavcodec/dvbsubdec.c     if (!avctx->width || !avctx->height) {
width            1498 libavcodec/dvbsubdec.c         avctx->width  = display_def->width;
width            1507 libavcodec/dvbsubdec.c         display_def->width  = bytestream_get_be16(&buf) - display_def->x + 1;
width             499 libavcodec/dvdec.c     ret = ff_set_dimensions(avctx, s->sys->width, s->sys->height);
width             427 libavcodec/dvdsubenc.c     if (avctx->width && avctx->height)
width             428 libavcodec/dvdsubenc.c         av_bprintf(&extradata, "size: %dx%d\n", avctx->width, avctx->height);
width              50 libavcodec/dvenc.c     s->sys = av_dv_codec_profile2(avctx->width, avctx->height, avctx->pix_fmt, avctx->time_base);
width              54 libavcodec/dvenc.c                avctx->width, avctx->height, av_get_pix_fmt_name(avctx->pix_fmt));
width             585 libavcodec/dvenc.c                c->avctx->width / c->avctx->height * 10) >= 17) /* 16:9 */
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              42 libavcodec/dxtory.c     if (src_size < avctx->width * avctx->height * (int64_t)bpp) {
width              53 libavcodec/dxtory.c         memcpy(dst, src, avctx->width * bpp);
width              54 libavcodec/dxtory.c         src += avctx->width * bpp;
width              68 libavcodec/dxtory.c     if (src_size < avctx->width * avctx->height * 9LL / 8) {
width              84 libavcodec/dxtory.c         for (w = 0; w < avctx->width; w += 4) {
width             111 libavcodec/dxtory.c     if (src_size < avctx->width * avctx->height * 3LL / 2) {
width             125 libavcodec/dxtory.c         for (w = 0; w < avctx->width; w += 2) {
width             148 libavcodec/dxtory.c     if (src_size < avctx->width * avctx->height * 3LL) {
width             161 libavcodec/dxtory.c         for (w = 0; w < avctx->width; w++) {
width             213 libavcodec/dxtory.c static int dx2_decode_slice_565(GetBitContext *gb, int width, int height,
width             225 libavcodec/dxtory.c         for (x = 0; x < width; x++) {
width             260 libavcodec/dxtory.c                               avctx->width, avctx->height);
width             290 libavcodec/dxtory.c         dx2_decode_slice_565(&gb2, avctx->width, slice_height, dst,
width             300 libavcodec/dxtory.c static int dx2_decode_slice_rgb(GetBitContext *gb, int width, int height,
width             310 libavcodec/dxtory.c         for (x = 0; x < width; x++) {
width             342 libavcodec/dxtory.c                               avctx->width, avctx->height);
width             373 libavcodec/dxtory.c         dx2_decode_slice_rgb(&gb2, avctx->width, slice_height, dst,
width             383 libavcodec/dxtory.c static int dx2_decode_slice_410(GetBitContext *gb, int width, int height,
width             394 libavcodec/dxtory.c         for (x = 0; x < width; x += 4) {
width             431 libavcodec/dxtory.c                               avctx->width, avctx->height);
width             435 libavcodec/dxtory.c     if ((avctx->width & 3) || (avctx->height & 3)) {
width             437 libavcodec/dxtory.c                               avctx->width, avctx->height);
width             471 libavcodec/dxtory.c         dx2_decode_slice_410(&gb2, avctx->width, slice_height, Y, U, V,
width             485 libavcodec/dxtory.c static int dx2_decode_slice_420(GetBitContext *gb, int width, int height,
width             496 libavcodec/dxtory.c         for (x = 0; x < width; x += 2) {
width             534 libavcodec/dxtory.c                               avctx->width, avctx->height);
width             538 libavcodec/dxtory.c     if ((avctx->width & 1) || (avctx->height & 1)) {
width             540 libavcodec/dxtory.c                               avctx->width, avctx->height);
width             574 libavcodec/dxtory.c         dx2_decode_slice_420(&gb2, avctx->width, slice_height, Y, U, V,
width             588 libavcodec/dxtory.c static int dx2_decode_slice_444(GetBitContext *gb, int width, int height,
width             599 libavcodec/dxtory.c         for (x = 0; x < width; x++) {
width             633 libavcodec/dxtory.c                               avctx->width, avctx->height);
width             667 libavcodec/dxtory.c         dx2_decode_slice_444(&gb2, avctx->width, slice_height, Y, U, V,
width              65 libavcodec/dxva2_vc1.c         pp->wPicWidthInMBminus1 = avctx->width  - 1;
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 (av_image_check_size(s->width, s->height, 0, s->avctx))
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 * 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             215 libavcodec/eatgq.c         s->width  = bytestream2_get_be16u(&s->gb);
width             218 libavcodec/eatgq.c         s->width  = bytestream2_get_le16u(&s->gb);
width             222 libavcodec/eatgq.c     ret = ff_set_dimensions(s->avctx, s->width, s->height);
width             235 libavcodec/eatgq.c         for (x = 0; x < FFALIGN(avctx->width, 16) >> 4; x++)
width              45 libavcodec/eatgv.c     int width,height;
width              73 libavcodec/eatgv.c                   uint8_t *dst, int width, int height)
width              75 libavcodec/eatgv.c     uint8_t *dst_end = dst + width*height;
width             220 libavcodec/eatgv.c         (s->avctx->height / 4) * (s->avctx->width / 4))
width             225 libavcodec/eatgv.c         for (x = 0; x < s->avctx->width / 4; x++) {
width             234 libavcodec/eatgv.c                 if (mx < 0 || mx + 4 > s->avctx->width ||
width             286 libavcodec/eatgv.c         s->width  = AV_RL16(&buf[0]);
width             288 libavcodec/eatgv.c         if (s->avctx->width != s->width || s->avctx->height != s->height) {
width             291 libavcodec/eatgv.c             if ((ret = ff_set_dimensions(s->avctx, s->width, s->height)) < 0)
width             314 libavcodec/eatgv.c             !(s->frame_buffer = av_mallocz(s->width * s->height)))
width             317 libavcodec/eatgv.c         if (unpack(buf, buf_end, s->frame_buffer, s->avctx->width, s->avctx->height) < 0) {
width             323 libavcodec/eatgv.c                    s->frame_buffer + y * s->width,
width             324 libavcodec/eatgv.c                    s->width);
width             115 libavcodec/eatqi.c     s->width  = AV_RL16(&buf[0]);
width             120 libavcodec/eatqi.c     ret = ff_set_dimensions(s->avctx, s->width, s->height);
width             137 libavcodec/eatqi.c     for (s->mb_x=0; s->mb_x<(avctx->width+15)/16; s->mb_x++)
width              95 libavcodec/error_resilience.c static void filter181(int16_t *data, int width, int height, int stride)
width             103 libavcodec/error_resilience.c         for (x = 1; x < width - 1; x++) {
width             115 libavcodec/error_resilience.c     for (x = 1; x < width - 1; x++) {
width             898 libavcodec/error_resilience.c         if (s->last_pic.f->width  != s->cur_pic.f->width  ||
width             906 libavcodec/error_resilience.c         if (s->next_pic.f->width  != s->cur_pic.f->width  ||
width              63 libavcodec/escape124.c     s->num_superblocks = ((unsigned)avctx->width / 8) *
width             213 libavcodec/escape124.c              superblocks_per_row = avctx->width / 8, skip = -1;
width             120 libavcodec/escape130.c     if ((avctx->width & 1) || (avctx->height & 1)) {
width             126 libavcodec/escape130.c     s->old_y_avg = av_malloc(avctx->width * avctx->height / 4);
width             127 libavcodec/escape130.c     s->buf1      = av_malloc(avctx->width * avctx->height * 3 / 2);
width             128 libavcodec/escape130.c     s->buf2      = av_malloc(avctx->width * avctx->height * 3 / 2);
width             137 libavcodec/escape130.c     s->linesize[0] = avctx->width;
width             139 libavcodec/escape130.c     s->linesize[2] = avctx->width / 2;
width             142 libavcodec/escape130.c     s->new_u = s->new_y + avctx->width * avctx->height;
width             143 libavcodec/escape130.c     s->new_v = s->new_u + avctx->width * avctx->height / 4;
width             145 libavcodec/escape130.c     s->old_u = s->old_y + avctx->width * avctx->height;
width             146 libavcodec/escape130.c     s->old_v = s->old_u + avctx->width * avctx->height / 4;
width             147 libavcodec/escape130.c     memset(s->old_y, 0,    avctx->width * avctx->height);
width             148 libavcodec/escape130.c     memset(s->old_u, 0x10, avctx->width * avctx->height / 4);
width             149 libavcodec/escape130.c     memset(s->old_v, 0x10, avctx->width * avctx->height / 4);
width             205 libavcodec/escape130.c     unsigned total_blocks = avctx->width * avctx->height / 4,
width             302 libavcodec/escape130.c         if (block_x * 2 == avctx->width) {
width             304 libavcodec/escape130.c             old_y  += old_y_stride * 2  - avctx->width;
width             305 libavcodec/escape130.c             old_cb += old_cb_stride     - avctx->width / 2;
width             306 libavcodec/escape130.c             old_cr += old_cr_stride     - avctx->width / 2;
width             307 libavcodec/escape130.c             new_y  += new_y_stride * 2  - avctx->width;
width             308 libavcodec/escape130.c             new_cb += new_cb_stride     - avctx->width / 2;
width             309 libavcodec/escape130.c             new_cr += new_cr_stride     - avctx->width / 2;
width             322 libavcodec/escape130.c         for (i = 0; i < avctx->width; i++)
width             328 libavcodec/escape130.c         for (i = 0; i < avctx->width / 2; i++) {
width             841 libavcodec/exr.c     int axmax = (avctx->width - (s->xmax + 1)) * 2 * s->desc->nb_components;
width            1309 libavcodec/exr.c     out_line_size    = avctx->width * 2 * s->desc->nb_components;
width             161 libavcodec/faxcompr.c                                  unsigned int width, int *runs,
width             168 libavcodec/faxcompr.c     while (offs < width) {
width             175 libavcodec/faxcompr.c             if (run_off < width)
width             179 libavcodec/faxcompr.c             if (run_off < width)
width             181 libavcodec/faxcompr.c             if (offs > width) {
width             207 libavcodec/faxcompr.c                 if (offs > width || run > width) {
width             220 libavcodec/faxcompr.c             if (offs > width || run > width) {
width             233 libavcodec/faxcompr.c         while (offs < width && run_off <= offs) {
width             249 libavcodec/faxcompr.c static void put_line(uint8_t *dst, int size, int width, const int *runs)
width             252 libavcodec/faxcompr.c     int run, mode = ~0, pix_left = width, run_idx = 0;
width             287 libavcodec/faxcompr.c     int runsize = avctx->width + 2;
width             296 libavcodec/faxcompr.c     ref[0] = avctx->width;
width             306 libavcodec/faxcompr.c             ret = decode_group3_2d_line(avctx, &gb, avctx->width, runs, runend,
width             317 libavcodec/faxcompr.c                 ret = decode_group3_1d_line(avctx, &gb, avctx->width, runs,
width             320 libavcodec/faxcompr.c                 ret = decode_group3_2d_line(avctx, &gb, avctx->width, runs,
width             329 libavcodec/faxcompr.c             put_line(dst, stride, avctx->width, ref);
width             331 libavcodec/faxcompr.c             put_line(dst, stride, avctx->width, runs);
width              46 libavcodec/ffv1.c     if (!avctx->width || !avctx->height)
width              57 libavcodec/ffv1.c     s->width  = avctx->width;
width             123 libavcodec/ffv1.c         int sxs         = f->avctx->width  *  sx      / f->num_h_slices;
width             124 libavcodec/ffv1.c         int sxe         = f->avctx->width  * (sx + 1) / f->num_h_slices;
width             140 libavcodec/ffv1.c         fs->sample_buffer = av_malloc_array((fs->width + 6), 3 * MAX_PLANES *
width              84 libavcodec/ffv1.h     int width, height;
width             288 libavcodec/ffv1dec.c     fs->slice_x      =  get_symbol(c, state, 0)      * f->width ;
width             290 libavcodec/ffv1dec.c     fs->slice_width  = (get_symbol(c, state, 0) + 1) * f->width  + fs->slice_x;
width             297 libavcodec/ffv1dec.c     if ((unsigned)fs->slice_width > f->width || (unsigned)fs->slice_height > f->height)
width             299 libavcodec/ffv1dec.c     if (    (unsigned)fs->slice_x + (uint64_t)fs->slice_width  > f->width
width             334 libavcodec/ffv1dec.c     if (av_image_check_sar(f->width, f->height,
width             362 libavcodec/ffv1dec.c     int width, height, x, y, ret;
width             418 libavcodec/ffv1dec.c     width  = fs->slice_width;
width             432 libavcodec/ffv1dec.c     av_assert1(width && height);
width             434 libavcodec/ffv1dec.c         const int chroma_width  = FF_CEIL_RSHIFT(width,  f->chroma_h_shift);
width             438 libavcodec/ffv1dec.c         decode_plane(fs, p->data[0] + ps*x + y*p->linesize[0], width, height, p->linesize[0], 0);
width             445 libavcodec/ffv1dec.c             decode_plane(fs, p->data[3] + ps*x + y*p->linesize[3], width, height, p->linesize[3], 2);
width             450 libavcodec/ffv1dec.c         decode_rgb_frame(fs, planes, width, height, p->linesize);
width             549 libavcodec/ffv1dec.c     if (f->num_h_slices > (unsigned)f->width  || !f->num_h_slices ||
width             788 libavcodec/ffv1dec.c             fs->slice_x      =  get_symbol(c, state, 0)      * f->width ;
width             790 libavcodec/ffv1dec.c             fs->slice_width  = (get_symbol(c, state, 0) + 1) * f->width  + fs->slice_x;
width             797 libavcodec/ffv1dec.c             if ((unsigned)fs->slice_width  > f->width ||
width             800 libavcodec/ffv1dec.c             if (   (unsigned)fs->slice_x + (uint64_t)fs->slice_width  > f->width
width             523 libavcodec/ffv1enc.c                        (fs->slice_x      + 1) * f->num_h_slices / f->width, 0);
width             527 libavcodec/ffv1enc.c                        (fs->slice_width  + 1) * f->num_h_slices / f->width - 1,
width             679 libavcodec/ffv1enc.c     if (avctx->slices == 0 && avctx->level < 0 && avctx->width * avctx->height > 720*576)
width             946 libavcodec/ffv1enc.c         s->num_v_slices = (avctx->width > 352 || avctx->height > 288 || !avctx->slices) ? 2 : 1;
width             994 libavcodec/ffv1enc.c     put_symbol(c, state, (fs->slice_x     +1)*f->num_h_slices / f->width   , 0);
width             996 libavcodec/ffv1enc.c     put_symbol(c, state, (fs->slice_width +1)*f->num_h_slices / f->width -1, 0);
width            1106 libavcodec/ffv1enc.c     int width        = fs->slice_width;
width            1120 libavcodec/ffv1enc.c         choose_rct_params(fs, planes, p->linesize, width, height);
width            1142 libavcodec/ffv1enc.c         const int chroma_width  = FF_CEIL_RSHIFT(width,  f->chroma_h_shift);
width            1147 libavcodec/ffv1enc.c         ret = encode_plane(fs, p->data[0] + ps*x + y*p->linesize[0], width, height, p->linesize[0], 0);
width            1154 libavcodec/ffv1enc.c             ret |= encode_plane(fs, p->data[3] + ps*x + y*p->linesize[3], width, height, p->linesize[3], 2);
width            1156 libavcodec/ffv1enc.c         ret = encode_rgb_frame(fs, planes, width, height, p->linesize);
width            1186 libavcodec/ffv1enc.c                       + avctx->width*avctx->height*35LL*4;
width            1234 libavcodec/ffv1enc.c         maxsize = FF_MIN_BUFFER_SIZE + avctx->width*avctx->height*3LL*4;
width             238 libavcodec/fic.c         int lsize = FFMIN(32, avctx->width - cur_x);
width             321 libavcodec/fic.c     if (!skip_cursor && (cur_x > avctx->width || cur_y > avctx->height)) {
width             442 libavcodec/fic.c     ctx->aligned_width    = FFALIGN(avctx->width,  16);
width             185 libavcodec/flashsv.c                                 int width, int height, int x_pos, int y_pos,
width             231 libavcodec/flashsv.c                    line, width * 3);
width             233 libavcodec/flashsv.c             line += width * 3;
width             240 libavcodec/flashsv.c                       x_pos, s->diff_height, width,
width             342 libavcodec/flashsv.c     if (avctx->width == 0 && avctx->height == 0) {
width             348 libavcodec/flashsv.c     if (avctx->width != s->image_width || avctx->height != s->image_height) {
width             352 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             518 libavcodec/flashsv2enc.c                                    int width, int height, int stride)
width             525 libavcodec/flashsv2enc.c                                  const uint8_t * src, int width, int dist)
width             528 libavcodec/flashsv2enc.c     for (x = 0; x < width; x++) {
width             540 libavcodec/flashsv2enc.c         ptr += encode_15_7_sl(palette, ptr, src + i * stride, b->width, dist);
width             543 libavcodec/flashsv2enc.c         ptr += encode_15_7_sl(palette, ptr, src + i * stride, b->width, dist);
width             546 libavcodec/flashsv2enc.c         ptr += encode_15_7_sl(palette, ptr, src + i * stride, b->width, dist);
width             555 libavcodec/flashsv2enc.c     unsigned buf_size = b->width * b->height * 6;
width             591 libavcodec/flashsv2enc.c     if (memcmp(src, frame, b->width * 3) != 0) {
width             593 libavcodec/flashsv2enc.c         memcpy(frame, src, b->width * 3);
width             598 libavcodec/flashsv2enc.c     if (memcmp(src, key, b->width * 3) != 0) {
width             744 libavcodec/flashsv2enc.c     double width = block_size_fraction * sqrt(0.5 * save * s->rows * s->cols) * s->image_width;
width             745 libavcodec/flashsv2enc.c     int pwidth = ((int) width);
width             112 libavcodec/flashsvenc.c     if (avctx->width > 4095 || avctx->height > 4095) {
width             123 libavcodec/flashsvenc.c     s->image_width  = avctx->width;
width             291 libavcodec/flicvideo.c                     pixel_countdown = s->avctx->width;
width             334 libavcodec/flicvideo.c                 pixel_countdown = s->avctx->width;
width             385 libavcodec/flicvideo.c                 pixel_countdown = s->avctx->width;
width             426 libavcodec/flicvideo.c             if (chunk_size - 6 != s->avctx->width * s->avctx->height) {
width             434 libavcodec/flicvideo.c                                            s->avctx->width);
width             567 libavcodec/flicvideo.c                     pixel_countdown = s->avctx->width;
width             618 libavcodec/flicvideo.c                 pixel_countdown = (s->avctx->width * 2);
width             657 libavcodec/flicvideo.c                 pixel_countdown = s->avctx->width;
width             674 libavcodec/flicvideo.c                 pixel_countdown = s->avctx->width; /* Width is in pixels, not bytes */
width             714 libavcodec/flicvideo.c             if (chunk_size - 6 > (unsigned int)(s->avctx->width * s->avctx->height)*2) {
width             723 libavcodec/flicvideo.c                     pixel_countdown = s->avctx->width;
width              29 libavcodec/flvdec.c     int format, width, height;
width              46 libavcodec/flvdec.c         width  = get_bits(&s->gb, 8);
width              50 libavcodec/flvdec.c         width  = get_bits(&s->gb, 16);
width              54 libavcodec/flvdec.c         width  = 352;
width              58 libavcodec/flvdec.c         width  = 176;
width              62 libavcodec/flvdec.c         width  = 128;
width              66 libavcodec/flvdec.c         width  = 320;
width              70 libavcodec/flvdec.c         width  = 160;
width              74 libavcodec/flvdec.c         width = height = 0;
width              77 libavcodec/flvdec.c     if (av_image_check_size(width, height, 0, s->avctx))
width              79 libavcodec/flvdec.c     s->width  = width;
width              37 libavcodec/flvenc.c     if (s->width == 352 && s->height == 288)
width              39 libavcodec/flvenc.c     else if (s->width == 176 && s->height == 144)
width              41 libavcodec/flvenc.c     else if (s->width == 128 && s->height == 96)
width              43 libavcodec/flvenc.c     else if (s->width == 320 && s->height == 240)
width              45 libavcodec/flvenc.c     else if (s->width == 160 && s->height == 120)
width              47 libavcodec/flvenc.c     else if (s->width <= 255 && s->height <= 255)
width              53 libavcodec/flvenc.c         put_bits(&s->pb, 8, s->width);
width              56 libavcodec/flvenc.c         put_bits(&s->pb, 16, s->width);
width             168 libavcodec/fraps.c         unsigned needed_size = avctx->width * avctx->height * 3;
width             222 libavcodec/fraps.c         if (((avctx->width % 8) != 0) || ((avctx->height % 2) != 0)) {
width             224 libavcodec/fraps.c                    avctx->width, avctx->height);
width             234 libavcodec/fraps.c             for (x = 0; x < avctx->width; x += 8) {
width             249 libavcodec/fraps.c                        &buf[y * avctx->width * 3],
width             250 libavcodec/fraps.c                        3 * avctx->width);
width             262 libavcodec/fraps.c                                            avctx->width  >> is_chroma,
width             276 libavcodec/fraps.c                                            -f->linesize[0], avctx->width, avctx->height,
width             285 libavcodec/fraps.c             uint8_t *line_end = out + 3*avctx->width;
width             291 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              92 libavcodec/g2meet.c     int        width, height, bpp;
width             237 libavcodec/g2meet.c static int jpg_decode_data(JPGContext *c, int width, int height,
width             256 libavcodec/g2meet.c     width = FFALIGN(width, 16);
width             257 libavcodec/g2meet.c     mb_w  =  width        >> 4;
width             320 libavcodec/g2meet.c                               int width, int height,
width             336 libavcodec/g2meet.c         for (i = 0; i < width; i++) {
width             349 libavcodec/g2meet.c     int width, height;
width             364 libavcodec/g2meet.c     width  = FFMIN(c->width  - tile_x * c->tile_width,  c->tile_width);
width             374 libavcodec/g2meet.c             for (i = 0; i < width; i++)
width             378 libavcodec/g2meet.c         return jpg_decode_data(&c->jc, width, height, src, src_end - src,
width             415 libavcodec/g2meet.c                           NULL, 0, width, height, pal, npal, tidx);
width             421 libavcodec/g2meet.c     bstride = FFALIGN(width, 16) >> 3;
width             425 libavcodec/g2meet.c         for (j = 0; j < (FFALIGN(width, 16) >> 4); j++) {
width             446 libavcodec/g2meet.c     jpg_decode_data(&c->jc, width, height, src, src_end - src,
width             452 libavcodec/g2meet.c                       width, height, pal, npal, tidx);
width             461 libavcodec/g2meet.c     if (!c->framebuf || c->old_width < c->width || c->old_height < c->height) {
width             462 libavcodec/g2meet.c         c->framebuf_stride = FFALIGN(c->width + 15, 16) * 3;
width             629 libavcodec/g2meet.c     if (x + w > c->width)
width             630 libavcodec/g2meet.c         w = c->width - x;
width             714 libavcodec/g2meet.c             c->width  = bytestream2_get_be32(&bc);
width             716 libavcodec/g2meet.c             if (c->width  < 16 || c->width  > c->orig_width ||
width             720 libavcodec/g2meet.c                        c->width, c->height);
width             724 libavcodec/g2meet.c             if (c->width != avctx->width || c->height != avctx->height) {
width             725 libavcodec/g2meet.c                 ret = ff_set_dimensions(avctx, c->width, c->height);
width             749 libavcodec/g2meet.c             c->tiles_x = (c->width  + c->tile_width  - 1) / c->tile_width;
width             849 libavcodec/g2meet.c     if (c->width && c->height && c->framebuf) {
width             859 libavcodec/g2meet.c                    c->width * 3);
width             868 libavcodec/g2meet.c     c->width   =
width             889 libavcodec/g2meet.c     c->orig_width  = avctx->width;
width             238 libavcodec/g723_1.c static int normalize_bits(int num, int width)
width             240 libavcodec/g723_1.c     return width - av_log2(num) - 1;
width             821 libavcodec/g723_1.c #define iir_filter(fir_coef, iir_coef, src, dest, width)\
width             824 libavcodec/g723_1.c     int res_shift = 16 & ~-(width);\
width              83 libavcodec/gif.c     int len = 0, height = avctx->height, width = avctx->width, x, y;
width              92 libavcodec/gif.c         int x_end = avctx->width  - 1,
width              97 libavcodec/gif.c             if (memcmp(ref + y_start*ref_linesize, buf + y_start*linesize, width))
width             102 libavcodec/gif.c             if (memcmp(ref + y_end*ref_linesize, buf + y_end*linesize, width))
width             133 libavcodec/gif.c         width = x_end + 1 - x_start;
width             136 libavcodec/gif.c                width, height, x_start, y_start, avctx->width, avctx->height);
width             143 libavcodec/gif.c     bytestream_put_le16(bytestream, width);
width             159 libavcodec/gif.c                                    linesize, width, height);
width             177 libavcodec/gif.c     ff_lzw_encode_init(s->lzw, s->buf, 2 * width * height,
width             186 libavcodec/gif.c             memcpy(s->tmpl, ptr, width);
width             187 libavcodec/gif.c             for (x = 0; x < width; x++)
width             190 libavcodec/gif.c             len += ff_lzw_encode(s->lzw, s->tmpl, width);
width             196 libavcodec/gif.c             len += ff_lzw_encode(s->lzw, ptr, width);
width             220 libavcodec/gif.c     if (avctx->width > 65535 || avctx->height > 65535) {
width             235 libavcodec/gif.c     s->buf = av_malloc(avctx->width*avctx->height*2);
width             236 libavcodec/gif.c     s->tmpl = av_malloc(avctx->width);
width             273 libavcodec/gif.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*7/5 + FF_MIN_BUFFER_SIZE)) < 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     av_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 || left >= s->screen_width) {
width             190 libavcodec/gifdec.c     if (left + width > s->screen_width) {
width             194 libavcodec/gifdec.c                left + width - s->screen_width);
width             196 libavcodec/gifdec.c         pw = width;
width             253 libavcodec/gifdec.c         int count = ff_lzw_decode(s->lzw, s->idx_line, width);
width             254 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             617 libavcodec/h261dec.c     if (s->width != avctx->coded_width || s->height != avctx->coded_height) {
width             628 libavcodec/h261dec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width              39 libavcodec/h261enc.c int ff_h261_get_picture_format(int width, int height)
width              42 libavcodec/h261enc.c     if (width == 176 && height == 144)
width              45 libavcodec/h261enc.c     else if (width == 352 && height == 288)
width              72 libavcodec/h261enc.c     format = ff_h261_get_picture_format(s->width, s->height);
width              93 libavcodec/h261enc.c     if (ff_h261_get_picture_format(s->width, s->height) == 0) {
width             120 libavcodec/h261enc.c     if (ff_h261_get_picture_format(s->width, s->height) == 1) { // CIF
width             120 libavcodec/h263.h int av_const h263_get_picture_format(int width, int height);
width             498 libavcodec/h263dec.c         if (   s->width  != avctx->coded_width
width             501 libavcodec/h263dec.c                 s->width = avctx->coded_width;
width             538 libavcodec/h263dec.c     if (s->width  != avctx->coded_width  ||
width             544 libavcodec/h263dec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width             695 libavcodec/h263dec.c                 int w = FF_CEIL_RSHIFT(pict-> width, !!p);
width            1895 libavcodec/h264.c                               f->format, f->width, f->height>>1);
width             360 libavcodec/h264.h     int width, height;
width             332 libavcodec/h264_parser.c             s->width        = s->coded_width  - (h->sps.crop_right + h->sps.crop_left);
width             334 libavcodec/h264_parser.c             if (s->width <= 0 || s->height <= 0) {
width             335 libavcodec/h264_parser.c                 s->width  = s->coded_width;
width             461 libavcodec/h264_ps.c         int width  = 16 * sps->mb_width;
width             493 libavcodec/h264_ps.c                 (crop_left + crop_right ) * step_x >= width ||
width             496 libavcodec/h264_ps.c                 av_log(h->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             247 libavcodec/h264_slice.c                    0x80, FF_CEIL_RSHIFT(h->avctx->width, h_chroma_shift));
width             249 libavcodec/h264_slice.c                    0x80, FF_CEIL_RSHIFT(h->avctx->width, h_chroma_shift));
width             469 libavcodec/h264_slice.c         (h->width                 != h1->width                 ||
width             484 libavcodec/h264_slice.c         h->width     = h1->width;
width             598 libavcodec/h264_slice.c     h->avctx->width         = h1->avctx->width;
width            1115 libavcodec/h264_slice.c     int width  = h->width  - (h->sps.crop_right + h->sps.crop_left);
width            1119 libavcodec/h264_slice.c     av_assert0(h->sps.crop_right + h->sps.crop_left < (unsigned)h->width);
width            1124 libavcodec/h264_slice.c         FFALIGN(h->avctx->width,  16) == h->width &&
width            1126 libavcodec/h264_slice.c         width  = h->avctx->width;
width            1130 libavcodec/h264_slice.c     if (width <= 0 || height <= 0) {
width            1132 libavcodec/h264_slice.c                width, height);
width            1143 libavcodec/h264_slice.c         width  = h->width;
width            1147 libavcodec/h264_slice.c     h->avctx->coded_width  = h->width;
width            1149 libavcodec/h264_slice.c     h->avctx->width        = width;
width            1221 libavcodec/h264_slice.c             c->width             = h->width;
width            1436 libavcodec/h264_slice.c     h->width  = 16 * h->mb_width;
width            1461 libavcodec/h264_slice.c                    h->width, h->avctx->coded_width,
width            1476 libavcodec/h264_slice.c                "pix_fmt: %s\n", h->width, h->height, av_get_pix_fmt_name(h->avctx->pix_fmt));
width              85 libavcodec/hevc.c     int width            = sps->width;
width              87 libavcodec/hevc.c     int pic_size_in_ctb  = ((width  >> log2_min_cb_size) + 1) *
width              92 libavcodec/hevc.c     s->bs_width  = (width  >> 2) + 1;
width             295 libavcodec/hevc.c     s->avctx->coded_width         = sps->width;
width             297 libavcodec/hevc.c     s->avctx->width               = sps->output_width;
width             347 libavcodec/hevc.c             int w = sps->width >> sps->hshift[c_idx];
width             417 libavcodec/hevc.c             if (s->sps->width !=  last_sps->width || s->sps->height != last_sps->height ||
width            1097 libavcodec/hevc.c     int x_end = FFMIN(x0 + cb_size, s->sps->width);
width            1293 libavcodec/hevc.c     int pic_width        = s->sps->width;
width            1354 libavcodec/hevc.c     int pic_width        = s->sps->width;
width            1443 libavcodec/hevc.c     int pic_width        = s->sps->width >> s->sps->hshift[1];
width            1513 libavcodec/hevc.c     int pic_width        = s->sps->width >> s->sps->hshift[1];
width            2133 libavcodec/hevc.c     if (x0 + cb_size <= s->sps->width  &&
width            2163 libavcodec/hevc.c         if (more_data && x1 < s->sps->width) {
width            2173 libavcodec/hevc.c         if (more_data && x1 < s->sps->width &&
width            2185 libavcodec/hevc.c             return ((x1 + cb_size_split) < s->sps->width ||
width            2195 libavcodec/hevc.c              (x0 + cb_size >= s->sps->width)) &&
width            2222 libavcodec/hevc.c         lc->end_of_tiles_x = s->sps->width;
width            2230 libavcodec/hevc.c         lc->end_of_tiles_x = s->sps->width;
width            2283 libavcodec/hevc.c         x_ctb = (ctb_addr_rs % ((s->sps->width + ctb_size - 1) >> s->sps->log2_ctb_size)) << s->sps->log2_ctb_size;
width            2284 libavcodec/hevc.c         y_ctb = (ctb_addr_rs / ((s->sps->width + ctb_size - 1) >> s->sps->log2_ctb_size)) << s->sps->log2_ctb_size;
width            2307 libavcodec/hevc.c     if (x_ctb + ctb_size >= s->sps->width &&
width            2333 libavcodec/hevc.c     int ctb_addr_rs = s1->sh.slice_ctb_addr_rs + ctb_row * ((s1->sps->width + ctb_size - 1) >> s1->sps->log2_ctb_size);
width            2377 libavcodec/hevc.c         if (!more_data && (x_ctb+ctb_size) < s->sps->width && ctb_row != s->sh.num_entry_point_offsets) {
width            2383 libavcodec/hevc.c         if ((x_ctb+ctb_size) >= s->sps->width && (y_ctb+ctb_size) >= s->sps->height ) {
width            2391 libavcodec/hevc.c         if(x_ctb >= s->sps->width) {
width            2561 libavcodec/hevc.c     int pic_size_in_ctb  = ((s->sps->width  >> s->sps->log2_min_cb_size) + 1) *
width            3039 libavcodec/hevc.c         int width  = s->avctx->coded_width;
width            3041 libavcodec/hevc.c         int w = (i == 1 || i == 2) ? (width  >> desc->log2_chroma_w) : width;
width              82 libavcodec/hevc.h #define SAMPLE(tab, x, y) ((tab)[(y) * s->sps->width + (x)])
width             467 libavcodec/hevc.h     int width;
width             802 libavcodec/hevc.h     int                 width;
width             142 libavcodec/hevc_filter.c static void copy_CTB(uint8_t *dst, const uint8_t *src, int width, int height,
width             149 libavcodec/hevc_filter.c             for (j = 0; j < width; j+=8)
width             156 libavcodec/hevc_filter.c             for (j = 0; j < width; j+=16)
width             193 libavcodec/hevc_filter.c                            int stride_src, int x, int y, int width, int height,
width             197 libavcodec/hevc_filter.c     int w = s->sps->width >> s->sps->hshift[c_idx];
width             202 libavcodec/hevc_filter.c         src, width << sh);
width             204 libavcodec/hevc_filter.c         src + stride_src * (height - 1), width << sh);
width             209 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             215 libavcodec/hevc_filter.c                                int x0, int y0, int width, int height, int c_idx)
width             225 libavcodec/hevc_filter.c         int x_max        = ((x0 + width ) >> s->sps->log2_min_pu_size);
width             313 libavcodec/hevc_filter.c         int width    = FFMIN(ctb_size_h, (s->sps->width  >> s->sps->hshift[c_idx]) - x0);
width             315 libavcodec/hevc_filter.c         int tab      = sao_tab[(FFALIGN(width, 8) >> 3) - 1];
width             322 libavcodec/hevc_filter.c             copy_CTB_to_hv(s, src, stride_src, x0, y0, width, height, c_idx,
width             328 libavcodec/hevc_filter.c             copy_CTB(dst, src, width << s->sps->pixel_shift, height, stride_dst, stride_src);
width             331 libavcodec/hevc_filter.c                                             width, height);
width             333 libavcodec/hevc_filter.c                                x, y, width, height, c_idx);
width             337 libavcodec/hevc_filter.c                                             width, height);
width             343 libavcodec/hevc_filter.c             int w = s->sps->width >> s->sps->hshift[c_idx];
width             374 libavcodec/hevc_filter.c                 memcpy(dst1 + pos, src1[src_idx] + pos, width << sh);
width             376 libavcodec/hevc_filter.c                     pos += width << sh;
width             401 libavcodec/hevc_filter.c                 memcpy(dst1 + pos, src1[src_idx] + pos, width << sh);
width             403 libavcodec/hevc_filter.c                     pos += width << sh;
width             422 libavcodec/hevc_filter.c                     copy_vert(dst + (width << sh),
width             432 libavcodec/hevc_filter.c                      (width + left_pixels + right_pixels) << sh,
width             435 libavcodec/hevc_filter.c             copy_CTB_to_hv(s, src, stride_src, x0, y0, width, height, c_idx,
width             438 libavcodec/hevc_filter.c                                             sao->eo_class[c_idx], width, height);
width             442 libavcodec/hevc_filter.c                                                 edges, width,
width             448 libavcodec/hevc_filter.c                                x, y, width, height, c_idx);
width             508 libavcodec/hevc_filter.c     if (x_end > s->sps->width)
width             509 libavcodec/hevc_filter.c         x_end = s->sps->width;
width             518 libavcodec/hevc_filter.c     if (x_end2 != s->sps->width)
width             620 libavcodec/hevc_filter.c                 if (x_end != s->sps->width)
width             845 libavcodec/hevc_filter.c     int x_end = x >= s->sps->width  - ctb_size;
width             869 libavcodec/hevc_filter.c     int x_end = x_ctb >= s->sps->width  - ctb_size;
width             245 libavcodec/hevc_mvs.c         x < s->sps->width) {
width             368 libavcodec/hevc_mvs.c                       xB0 < s->sps->width &&
width             683 libavcodec/hevc_mvs.c                        xB0 < s->sps->width &&
width             765 libavcodec/hevc_ps.c     sps->width  = get_ue_golomb_long(gb);
width             767 libavcodec/hevc_ps.c     if ((ret = av_image_check_size(sps->width,
width            1038 libavcodec/hevc_ps.c     sps->output_width  = sps->width -
width            1042 libavcodec/hevc_ps.c     if (sps->width  <= sps->output_window.left_offset + (int64_t)sps->output_window.right_offset  ||
width            1054 libavcodec/hevc_ps.c         sps->output_width               = sps->width;
width            1063 libavcodec/hevc_ps.c     sps->ctb_width  = (sps->width  + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size;
width            1067 libavcodec/hevc_ps.c     sps->min_cb_width  = sps->width  >> sps->log2_min_cb_size;
width            1069 libavcodec/hevc_ps.c     sps->min_tb_width  = sps->width  >> sps->log2_min_tb_size;
width            1071 libavcodec/hevc_ps.c     sps->min_pu_width  = sps->width  >> sps->log2_min_pu_size;
width            1077 libavcodec/hevc_ps.c     if (sps->width  & ((1 << sps->log2_min_cb_size) - 1) ||
width            1122 libavcodec/hevc_ps.c                sps_id, sps->width, sps->height,
width            1320 libavcodec/hevc_ps.c             pps->num_tile_columns >= sps->width) {
width             417 libavcodec/hevc_refs.c                     for (x = 0; x < (s->sps->width >> s->sps->hshift[i]); x++) {
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              30 libavcodec/hevcdsp_template.c static void FUNC(put_pcm)(uint8_t *_dst, ptrdiff_t stride, int width, int height,
width              39 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             307 libavcodec/hevcdsp_template.c                                     int width, int height)
width             321 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             331 libavcodec/hevcdsp_template.c                                   int eo, int width, int height) {
width             350 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++) {
width             372 libavcodec/hevcdsp_template.c     int init_x = 0, width = _width, height = _height;
width             387 libavcodec/hevcdsp_template.c             int offset     = width - 1;
width             391 libavcodec/hevcdsp_template.c             width--;
width             397 libavcodec/hevcdsp_template.c             for (x = init_x; x < width; x++)
width             404 libavcodec/hevcdsp_template.c             for (x = init_x; x < width; x++)
width             422 libavcodec/hevcdsp_template.c     int init_x = 0, init_y = 0, width = _width, height = _height;
width             437 libavcodec/hevcdsp_template.c             int offset     = width - 1;
width             441 libavcodec/hevcdsp_template.c             width--;
width             447 libavcodec/hevcdsp_template.c             for (x = init_x; x < width; x++)
width             455 libavcodec/hevcdsp_template.c             for (x = init_x; x < width; x++)
width             474 libavcodec/hevcdsp_template.c                 dst[y*stride_dst+width-1] = src[y*stride_src+width-1];
width             478 libavcodec/hevcdsp_template.c             for(x = init_x+save_upper_left; x < width-save_upper_right; x++)
width             482 libavcodec/hevcdsp_template.c             for(x = init_x+save_lower_left; x < width-save_lower_right; x++)
width             488 libavcodec/hevcdsp_template.c             dst[width-1] = src[width-1];
width             490 libavcodec/hevcdsp_template.c             dst[stride_dst*(height-1)+width-1] = src[stride_src*(height-1)+width-1];
width             504 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
width             511 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             519 libavcodec/hevcdsp_template.c                                           int height, intptr_t mx, intptr_t my, int width)
width             528 libavcodec/hevcdsp_template.c         memcpy(dst, src, width * sizeof(pixel));
width             536 libavcodec/hevcdsp_template.c                                          int height, intptr_t mx, intptr_t my, int width)
width             552 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             561 libavcodec/hevcdsp_template.c                                             int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
width             577 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             587 libavcodec/hevcdsp_template.c                                            int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width             601 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++) {
width             625 libavcodec/hevcdsp_template.c                                   int height, intptr_t mx, intptr_t my, int width)
width             632 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             641 libavcodec/hevcdsp_template.c                                   int height, intptr_t mx, intptr_t my, int width)
width             648 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             659 libavcodec/hevcdsp_template.c                                    intptr_t my, int width)
width             671 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             680 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             689 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
width             706 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             715 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
width             733 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             743 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
width             760 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             770 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
width             788 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             798 libavcodec/hevcdsp_template.c                                        int height, intptr_t mx, intptr_t my, int width)
width             819 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             829 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             838 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
width             858 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             868 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             879 libavcodec/hevcdsp_template.c                                         intptr_t mx, intptr_t my, int width)
width             896 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             906 libavcodec/hevcdsp_template.c                                        int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width             922 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             934 libavcodec/hevcdsp_template.c                                         intptr_t mx, intptr_t my, int width)
width             951 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             961 libavcodec/hevcdsp_template.c                                        int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width             977 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width             989 libavcodec/hevcdsp_template.c                                          intptr_t mx, intptr_t my, int width)
width            1009 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1020 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1030 libavcodec/hevcdsp_template.c                                         int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width            1046 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1058 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1078 libavcodec/hevcdsp_template.c                                   int height, intptr_t mx, intptr_t my, int width)
width            1085 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1094 libavcodec/hevcdsp_template.c                                   int height, intptr_t mx, intptr_t my, int width)
width            1102 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1111 libavcodec/hevcdsp_template.c                                    int height, intptr_t mx, intptr_t my, int width)
width            1123 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1133 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1141 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
width            1157 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1166 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
width            1182 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++) {
width            1192 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
width            1208 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1217 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
width            1233 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1242 libavcodec/hevcdsp_template.c                                        int height, intptr_t mx, intptr_t my, int width)
width            1262 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1272 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1281 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
width            1301 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1311 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1320 libavcodec/hevcdsp_template.c                                         int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
width            1337 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++) {
width            1348 libavcodec/hevcdsp_template.c                                        int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width            1362 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1372 libavcodec/hevcdsp_template.c                                         int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
width            1389 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++) {
width            1400 libavcodec/hevcdsp_template.c                                        int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width            1414 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1424 libavcodec/hevcdsp_template.c                                          int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
width            1444 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1455 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1465 libavcodec/hevcdsp_template.c                                         int ox0, int ox1, intptr_t mx, intptr_t my, int width)
width            1481 libavcodec/hevcdsp_template.c         for (x = 0; x < width; x++)
width            1493 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->sps->width) -
width             188 libavcodec/hevcpred_template.c             int size_max_x = x0 + ((2 * size) << hshift) < s->sps->width ?
width             189 libavcodec/hevcpred_template.c                                     2 * size : (s->sps->width - x0) >> hshift;
width             194 libavcodec/hevcpred_template.c                 size_max_x = x0 + ((size) << hshift) < s->sps->width ?
width             195 libavcodec/hevcpred_template.c                                                     size : (s->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             124 libavcodec/hnm4video.c         src_x = src_y * hnm->width + (y % 2);
width             125 libavcodec/hnm4video.c         for (x = 0; x < hnm->width; x++) {
width             126 libavcodec/hnm4video.c             hnm->processed[(y * hnm->width) + x] = hnm->current[src_x];
width             140 libavcodec/hnm4video.c         memcpy(dst, src, hnm->width);
width             141 libavcodec/hnm4video.c         src += hnm->width;
width             163 libavcodec/hnm4video.c                 if (writeoffset + 2 > hnm->width * hnm->height) {
width             177 libavcodec/hnm4video.c                 if (writeoffset + count > hnm->width * hnm->height) {
width             189 libavcodec/hnm4video.c             if (writeoffset > hnm->width * hnm->height) {
width             205 libavcodec/hnm4video.c             if (!backward && offset + 2*count > hnm->width * hnm->height) {
width             208 libavcodec/hnm4video.c             } else if (backward && offset + 1 >= hnm->width * hnm->height) {
width             211 libavcodec/hnm4video.c             } else if (writeoffset + 2*count > hnm->width * hnm->height) {
width             217 libavcodec/hnm4video.c                 if (offset < (!!backline)*(2 * hnm->width - 1) + 2*(left-1)) {
width             222 libavcodec/hnm4video.c                 if (offset < (!!backline)*(2 * hnm->width - 1)) {
width             231 libavcodec/hnm4video.c                         hnm->current[writeoffset++] = hnm->previous[offset - (2 * hnm->width) + 1];
width             245 libavcodec/hnm4video.c                         hnm->current[writeoffset++] = hnm->current[offset - (2 * hnm->width) + 1];
width             291 libavcodec/hnm4video.c                 if (writeoffset + hnm->width >= hnm->width * hnm->height) {
width             296 libavcodec/hnm4video.c                 hnm->current[writeoffset + hnm->width] = bytestream2_get_byte(&gb);
width             299 libavcodec/hnm4video.c                 writeoffset += hnm->width;
width             303 libavcodec/hnm4video.c             if (writeoffset > hnm->width * hnm->height) {
width             323 libavcodec/hnm4video.c             if (offset + hnm->width + count >= hnm->width * hnm->height) {
width             326 libavcodec/hnm4video.c             } else if (writeoffset + hnm->width + count >= hnm->width * hnm->height) {
width             334 libavcodec/hnm4video.c                     hnm->current[writeoffset + hnm->width] = hnm->previous[offset + hnm->width];
width             342 libavcodec/hnm4video.c                     hnm->current[writeoffset + hnm->width] = hnm->current[offset + hnm->width];
width             419 libavcodec/hnm4video.c         memcpy(hnm->previous, hnm->current, hnm->width * hnm->height);
width             421 libavcodec/hnm4video.c             memcpy(hnm->processed, hnm->current, hnm->width * hnm->height);
width             435 libavcodec/hnm4video.c             memcpy(hnm->processed, hnm->current, hnm->width * hnm->height);
width             465 libavcodec/hnm4video.c     ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
width             471 libavcodec/hnm4video.c     hnm->width     = avctx->width;
width             473 libavcodec/hnm4video.c     hnm->buffer1   = av_mallocz(avctx->width * avctx->height);
width             474 libavcodec/hnm4video.c     hnm->buffer2   = av_mallocz(avctx->width * avctx->height);
width             475 libavcodec/hnm4video.c     hnm->processed = av_mallocz(avctx->width * avctx->height);
width             478 libavcodec/hnm4video.c         || avctx->width * avctx->height == 0
width             435 libavcodec/hqx.c     int mb_w = (ctx->width  + 15) >> 4;
width             537 libavcodec/hqx.c     ctx->width      = AV_RB16(src + 4);
width             546 libavcodec/hqx.c     ret = av_image_check_size(ctx->width, ctx->height, 0, avctx);
width             549 libavcodec/hqx.c                ctx->width, ctx->height);
width             553 libavcodec/hqx.c     avctx->coded_width         = FFALIGN(ctx->width,  16);
width             555 libavcodec/hqx.c     avctx->width               = ctx->width;
width              50 libavcodec/hqx.h     int format, dcb, width, height;
width              63 libavcodec/huffyuv.c         s->temp[i]= av_malloc(4*s->width + 16);
width              81 libavcodec/huffyuv.c     s->width = avctx->width;
width              84 libavcodec/huffyuv.c     av_assert1(s->width > 0 && s->height > 0);
width              74 libavcodec/huffyuv.h     int width, height;
width             545 libavcodec/huffyuvdec.c     if ((avctx->pix_fmt == AV_PIX_FMT_YUV422P || avctx->pix_fmt == AV_PIX_FMT_YUV420P) && avctx->width & 1) {
width             551 libavcodec/huffyuvdec.c         avctx->width % 4) {
width             691 libavcodec/huffyuvdec.c static void decode_plane_bitstream(HYuvContext *s, int width, int plane)
width             693 libavcodec/huffyuvdec.c     int i, count = width/2;
width             706 libavcodec/huffyuvdec.c         if( width&1 && BITS_LEFT(re, &s->gb)>0 ) {
width             711 libavcodec/huffyuvdec.c             VLC_INTERN(s->temp[0][width-1], s->vlc[plane].table,
width             726 libavcodec/huffyuvdec.c         if( width&1 && BITS_LEFT(re, &s->gb)>0 ) {
width             731 libavcodec/huffyuvdec.c             VLC_INTERN(s->temp16[0][width-1], s->vlc[plane].table,
width             745 libavcodec/huffyuvdec.c         if( width&1 && get_bits_left(&s->gb)>0 ) {
width             747 libavcodec/huffyuvdec.c             s->temp16[0][width-1] = dst + get_bits(&s->gb, 2);
width             903 libavcodec/huffyuvdec.c     const int width  = s->width;
width             904 libavcodec/huffyuvdec.c     const int width2 = s->width >> 1;
width             946 libavcodec/huffyuvdec.c             int w = width;
width            1033 libavcodec/huffyuvdec.c                 decode_422_bitstream(s, width - 2);
width            1035 libavcodec/huffyuvdec.c                                                    width - 2, lefty);
width            1045 libavcodec/huffyuvdec.c                         decode_gray_bitstream(s, width);
width            1050 libavcodec/huffyuvdec.c                                                            width, lefty);
width            1053 libavcodec/huffyuvdec.c                                 s->hdsp.add_bytes(ydst, ydst - fake_ystride, width);
width            1066 libavcodec/huffyuvdec.c                     decode_422_bitstream(s, width);
width            1068 libavcodec/huffyuvdec.c                                                        width, lefty);
width            1075 libavcodec/huffyuvdec.c                             s->hdsp.add_bytes(ydst, ydst - fake_ystride, width);
width            1088 libavcodec/huffyuvdec.c                 decode_422_bitstream(s, width - 2);
width            1090 libavcodec/huffyuvdec.c                                                    width - 2, lefty);
width            1100 libavcodec/huffyuvdec.c                     decode_422_bitstream(s, width);
width            1102 libavcodec/huffyuvdec.c                                                        s->temp[0], width, lefty);
width            1122 libavcodec/huffyuvdec.c                 decode_422_bitstream(s, width - 4);
width            1125 libavcodec/huffyuvdec.c                                              width - 4, &lefty, &lefttopy);
width            1140 libavcodec/huffyuvdec.c                             decode_gray_bitstream(s, width);
width            1143 libavcodec/huffyuvdec.c                                                          s->temp[0], width,
width            1152 libavcodec/huffyuvdec.c                     decode_422_bitstream(s, width);
width            1159 libavcodec/huffyuvdec.c                                                  s->temp[0], width,
width            1193 libavcodec/huffyuvdec.c                 decode_bgr_bitstream(s, width - 1);
width            1195 libavcodec/huffyuvdec.c                                                  s->temp[0], width - 1, left);
width            1198 libavcodec/huffyuvdec.c                     decode_bgr_bitstream(s, width);
width            1201 libavcodec/huffyuvdec.c                                                      s->temp[0], width, left);
width            1208 libavcodec/huffyuvdec.c                                               fake_ystride, 4 * width);
width             251 libavcodec/huffyuvenc.c         if (s->width & 1) {
width             415 libavcodec/huffyuvenc.c             int pels = s->width * s->height / (i ? 40 : 10);
width             491 libavcodec/huffyuvenc.c static int encode_plane_bitstream(HYuvContext *s, int width, int plane)
width             493 libavcodec/huffyuvenc.c     int i, count = width/2;
width             501 libavcodec/huffyuvenc.c             int y0 = s->temp[0][width-1];
width             503 libavcodec/huffyuvenc.c             int y0 = s->temp16[0][width-1] & mask;
width             505 libavcodec/huffyuvenc.c             int y0 = s->temp16[0][width-1];
width             546 libavcodec/huffyuvenc.c         if (width&1) {
width             560 libavcodec/huffyuvenc.c         if (width&1) {
width             570 libavcodec/huffyuvenc.c         if (width&1) {
width             582 libavcodec/huffyuvenc.c             if (width&1) {
width             596 libavcodec/huffyuvenc.c             if (width&1) {
width             606 libavcodec/huffyuvenc.c             if (width&1) {
width             617 libavcodec/huffyuvenc.c             if (width&1) {
width             631 libavcodec/huffyuvenc.c             if (width&1) {
width             641 libavcodec/huffyuvenc.c             if (width&1) {
width             753 libavcodec/huffyuvenc.c     const int width = s->width;
width             754 libavcodec/huffyuvenc.c     const int width2 = s->width>>1;
width             762 libavcodec/huffyuvenc.c     if ((ret = ff_alloc_packet2(avctx, pkt, width * height * 3 * 4 + FF_MIN_BUFFER_SIZE)) < 0)
width             786 libavcodec/huffyuvenc.c         lefty = sub_left_prediction(s, s->temp[0], p->data[0], width , 0);
width             790 libavcodec/huffyuvenc.c         encode_422_bitstream(s, 2, width-2);
width             796 libavcodec/huffyuvenc.c                 lefty = sub_left_prediction(s, s->temp[0], p->data[0] + p->linesize[0], width , lefty);
width             800 libavcodec/huffyuvenc.c                 encode_422_bitstream(s, 0, width);
width             813 libavcodec/huffyuvenc.c             s->hencdsp.sub_hfyu_median_pred(s->temp[0], p->data[0] + 4, p->data[0] + fake_ystride + 4, width  - 4, &lefty, &lefttopy);
width             816 libavcodec/huffyuvenc.c             encode_422_bitstream(s, 0, width - 4);
width             825 libavcodec/huffyuvenc.c                         s->hencdsp.sub_hfyu_median_pred(s->temp[0], ydst - fake_ystride, ydst, width, &lefty, &lefttopy);
width             826 libavcodec/huffyuvenc.c                         encode_gray_bitstream(s, width);
width             835 libavcodec/huffyuvenc.c                 s->hencdsp.sub_hfyu_median_pred(s->temp[0], ydst - fake_ystride, ydst, width,  &lefty, &lefttopy);
width             839 libavcodec/huffyuvenc.c                 encode_422_bitstream(s, 0, width);
width             850 libavcodec/huffyuvenc.c                         s->hencdsp.diff_bytes(s->temp[1], ydst, ydst - fake_ystride, width);
width             852 libavcodec/huffyuvenc.c                         lefty = sub_left_prediction(s, s->temp[0], s->temp[1], width , lefty);
width             854 libavcodec/huffyuvenc.c                         lefty = sub_left_prediction(s, s->temp[0], ydst, width , lefty);
width             856 libavcodec/huffyuvenc.c                     encode_gray_bitstream(s, width);
width             866 libavcodec/huffyuvenc.c                     s->hencdsp.diff_bytes(s->temp[1],          ydst, ydst - fake_ystride, width);
width             870 libavcodec/huffyuvenc.c                     lefty = sub_left_prediction(s, s->temp[0], s->temp[1], width , lefty);
width             874 libavcodec/huffyuvenc.c                     lefty = sub_left_prediction(s, s->temp[0], ydst, width , lefty);
width             879 libavcodec/huffyuvenc.c                 encode_422_bitstream(s, 0, width);
width             894 libavcodec/huffyuvenc.c         sub_left_prediction_bgr32(s, s->temp[0], data + 4, width - 1,
width             896 libavcodec/huffyuvenc.c         encode_bgra_bitstream(s, width - 1, 4);
width             901 libavcodec/huffyuvenc.c                 s->hencdsp.diff_bytes(s->temp[1], dst, dst - fake_stride, width * 4);
width             902 libavcodec/huffyuvenc.c                 sub_left_prediction_bgr32(s, s->temp[0], s->temp[1], width,
width             905 libavcodec/huffyuvenc.c                 sub_left_prediction_bgr32(s, s->temp[0], dst, width,
width             908 libavcodec/huffyuvenc.c             encode_bgra_bitstream(s, width, 4);
width             922 libavcodec/huffyuvenc.c         sub_left_prediction_rgb24(s, s->temp[0], data + 3, width - 1,
width             924 libavcodec/huffyuvenc.c         encode_bgra_bitstream(s, width-1, 3);
width             930 libavcodec/huffyuvenc.c                                       width * 3);
width             931 libavcodec/huffyuvenc.c                 sub_left_prediction_rgb24(s, s->temp[0], s->temp[1], width,
width             934 libavcodec/huffyuvenc.c                 sub_left_prediction_rgb24(s, s->temp[0], dst, width,
width             937 libavcodec/huffyuvenc.c             encode_bgra_bitstream(s, width, 3);
width             943 libavcodec/huffyuvenc.c             int w = width;
width             183 libavcodec/idcinvideo.c         for (x = y; x < y + s->avctx->width; x++) {
width             366 libavcodec/iff.c     if ((err = av_image_check_size(avctx->width, avctx->height, 0, avctx)))
width             368 libavcodec/iff.c     s->planesize = FFALIGN(avctx->width, 16) >> 3; // Align plane size in bits to word-boundary
width             466 libavcodec/iff.c                          const uint32_t *const pal, unsigned width)
width             470 libavcodec/iff.c     } while (--width);
width             521 libavcodec/iff.c         if (x >= width) { \
width             536 libavcodec/iff.c static void decode_rgb8(GetByteContext *gb, uint8_t *dst, int width, int height, int linesize)
width             553 libavcodec/iff.c static void decode_rgbn(GetByteContext *gb, uint8_t *dst, int width, int height, int linesize)
width             573 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             583 libavcodec/iff.c                 int length = FFMIN(size - i, width);
width             588 libavcodec/iff.c                 if (x >= width) {
width             601 libavcodec/iff.c                 if (x >= width) {
width             623 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             642 libavcodec/iff.c             d = FFMIN(d, width - x);
width             648 libavcodec/iff.c         if (x >= width) {
width             728 libavcodec/iff.c             int raw_width = avctx->width * (av_get_bits_per_pixel(desc) >> 3);
width             735 libavcodec/iff.c                     for (x = 0; x < avctx->width; x++)
width             743 libavcodec/iff.c                     memset(row, 0, avctx->width);
width             762 libavcodec/iff.c                     memset(row, 0, avctx->width << 2);
width             774 libavcodec/iff.c                     memcpy(row, buf, FFMIN(avctx->width, buf_end - buf));
width             775 libavcodec/iff.c                     buf += avctx->width + (avctx->width % 2); // padding if odd
width             780 libavcodec/iff.c                     memcpy(s->ham_buf, buf, FFMIN(avctx->width, buf_end - buf));
width             781 libavcodec/iff.c                     buf += avctx->width + (avctx->width & 1); // padding if odd
width             793 libavcodec/iff.c                     memset(row, 0, avctx->width);
width             802 libavcodec/iff.c                     memset(s->mask_buf, 0, avctx->width * sizeof(uint32_t));
width             807 libavcodec/iff.c                     lookup_pal_indicies((uint32_t *)row, s->mask_buf, s->mask_palbuf, avctx->width);
width             822 libavcodec/iff.c                     memset(row, 0, avctx->width << 2);
width             833 libavcodec/iff.c                     buf += decode_byterun(row, avctx->width, buf, buf_end);
width             838 libavcodec/iff.c                     buf += decode_byterun(s->ham_buf, avctx->width, buf, buf_end);
width             845 libavcodec/iff.c                 decode_deep_rle32(s->frame->data[0], buf, buf_size, avctx->width, avctx->height, s->frame->linesize[0]);
width             853 libavcodec/iff.c             decode_rgb8(&gb, s->frame->data[0], avctx->width, avctx->height, s->frame->linesize[0]);
width             855 libavcodec/iff.c             decode_rgbn(&gb, s->frame->data[0], avctx->width, avctx->height, s->frame->linesize[0]);
width             862 libavcodec/iff.c                 decode_deep_tvdc32(s->frame->data[0], buf, buf_size, avctx->width, avctx->height, s->frame->linesize[0], s->tvdc);
width              94 libavcodec/imgconvert.c                      int width, int height)
width             104 libavcodec/imgconvert.c         for(w = width;w >= 4; w-=4) {
width             127 libavcodec/imgconvert.c                      int width, int height)
width             139 libavcodec/imgconvert.c         for(w = width;w > 0; w--) {
width             158 libavcodec/imgconvert.c                      int width, int height)
width             163 libavcodec/imgconvert.c         for(w = width;w > 0; w--) {
width             172 libavcodec/imgconvert.c         src += 8*src_wrap - 8*width;
width             173 libavcodec/imgconvert.c         dst += dst_wrap - width;
width             229 libavcodec/imgconvert.c int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width,
width             266 libavcodec/imgconvert.c             memcpy(optr, iptr, (width - padleft - padright) >> x_shift);
width             274 libavcodec/imgconvert.c                        (width - padleft - padright) >> x_shift);
width             354 libavcodec/imgconvert.c                                     int width, int height)
width             365 libavcodec/imgconvert.c         memcpy(dst,src_m1,width);
width             367 libavcodec/imgconvert.c         deinterlace_line(dst,src_m2,src_m1,src_0,src_p1,src_p2,width);
width             375 libavcodec/imgconvert.c     memcpy(dst,src_m1,width);
width             378 libavcodec/imgconvert.c     deinterlace_line(dst,src_m2,src_m1,src_0,src_0,src_0,width);
width             382 libavcodec/imgconvert.c                                             int width, int height)
width             387 libavcodec/imgconvert.c     buf = av_malloc(width);
width             392 libavcodec/imgconvert.c     memcpy(buf,src_m1,width);
width             397 libavcodec/imgconvert.c         deinterlace_line_inplace(buf,src_m1,src_0,src_p1,src_p2,width);
width             404 libavcodec/imgconvert.c     deinterlace_line_inplace(buf,src_m1,src_0,src_0,src_0,width);
width             410 libavcodec/imgconvert.c                           enum AVPixelFormat pix_fmt, int width, int height)
width             422 libavcodec/imgconvert.c     if ((width & 3) != 0 || (height & 3) != 0)
width             430 libavcodec/imgconvert.c                 width >>= 1;
width             435 libavcodec/imgconvert.c                 width >>= 1;
width             438 libavcodec/imgconvert.c                 width >>= 2;
width             450 libavcodec/imgconvert.c                                                    width, height);
width             456 libavcodec/imgconvert.c                                         width, height);
width              43 libavcodec/imgconvert.h void ff_shrink22(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
width              44 libavcodec/imgconvert.h void ff_shrink44(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
width              45 libavcodec/imgconvert.h void ff_shrink88(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
width              51 libavcodec/indeo2.c static int ir2_decode_plane(Ir2Context *ctx, int width, int height, uint8_t *dst,
width              58 libavcodec/indeo2.c     if (width & 1)
width              62 libavcodec/indeo2.c     while (out < width) {
width              66 libavcodec/indeo2.c             if (out + c*2 > width)
width              79 libavcodec/indeo2.c         while (out < width) {
width              83 libavcodec/indeo2.c                 if (out + c*2 > width)
width             105 libavcodec/indeo2.c static int ir2_decode_plane_inter(Ir2Context *ctx, int width, int height, uint8_t *dst,
width             113 libavcodec/indeo2.c     if (width & 1)
width             118 libavcodec/indeo2.c         while (out < width) {
width             171 libavcodec/indeo2.c         if ((ret = ir2_decode_plane(s, avctx->width, avctx->height,
width             177 libavcodec/indeo2.c         if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2,
width             181 libavcodec/indeo2.c         if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2,
width             186 libavcodec/indeo2.c         if ((ret = ir2_decode_plane_inter(s, avctx->width, avctx->height,
width             191 libavcodec/indeo2.c         if ((ret = ir2_decode_plane_inter(s, avctx->width >> 2, avctx->height >> 2,
width             195 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             179 libavcodec/indeo3.c     ctx->width  = luma_width ;
width             199 libavcodec/indeo3.c         ctx->planes[p].width  = !p ? luma_width  : chroma_width;
width             249 libavcodec/indeo3.c         ((cell->xpos + cell->width)  << 2) + mv_x > plane->width) {
width             260 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             485 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             486 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             493 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             469 libavcodec/indeo5.c     if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)) {
width             471 libavcodec/indeo5.c                tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size));
width             482 libavcodec/indeo5.c         for (x = tile->xpos; x < (tile->xpos + tile->width); x += band->mb_size) {
width             652 libavcodec/indeo5.c     ctx->pic_conf.pic_width     = avctx->width;
width             654 libavcodec/indeo5.c     ctx->pic_conf.chroma_width  = (avctx->width  + 3) >> 2;
width             656 libavcodec/indeo5.c     ctx->pic_conf.tile_width    = avctx->width;
width              72 libavcodec/intelh263dec.c         s->width = ff_h263_format[format][0];
width              59 libavcodec/internal.h     int width, height;
width             243 libavcodec/internal.h int ff_set_dimensions(AVCodecContext *s, int width, int height);
width             924 libavcodec/interplayvideo.c                                   + (s->avctx->width - 8) * (1 + s->is_16bpp);
width             928 libavcodec/interplayvideo.c         for (x = 0; x < s->avctx->width; x += 8) {
width             991 libavcodec/interplayvideo.c     s->decoding_map_size = avctx->width * avctx->height / (8 * 8 * 2);
width             873 libavcodec/ituh263dec.c     int format, width, height, i;
width             926 libavcodec/ituh263dec.c         width = ff_h263_format[format][0];
width             928 libavcodec/ituh263dec.c         if (!width)
width             946 libavcodec/ituh263dec.c         s->width = width;
width            1024 libavcodec/ituh263dec.c                 width = (get_bits(&s->gb, 9) + 1) * 4;
width            1027 libavcodec/ituh263dec.c                 av_dlog(s->avctx, "\nH.263+ Custom picture: %dx%d\n",width,height);
width            1036 libavcodec/ituh263dec.c                 width = ff_h263_format[format][0];
width            1041 libavcodec/ituh263dec.c             if ((width == 0) || (height == 0))
width            1043 libavcodec/ituh263dec.c             s->width = width;
width            1085 libavcodec/ituh263dec.c     if (s->width == 0 || s->height == 0) {
width            1089 libavcodec/ituh263dec.c     s->mb_width = (s->width  + 15) / 16;
width             141 libavcodec/ituh263enc.c     format = ff_match_2uint16(ff_h263_format, FF_ARRAY_ELEMS(ff_h263_format), s->width, s->height);
width             197 libavcodec/ituh263enc.c             put_bits(&s->pb,9,(s->width >> 2) - 1);
width             318 libavcodec/ivi_common.c     planes[0].width     = cfg->pic_width;
width             323 libavcodec/ivi_common.c     planes[1].width     = planes[2].width     = (cfg->pic_width  + 3) >> 2;
width             335 libavcodec/ivi_common.c         b_width  = planes[p].num_bands == 1 ? planes[p].width
width             336 libavcodec/ivi_common.c                                             : (planes[p].width  + 1) >> 1;
width             351 libavcodec/ivi_common.c             band->width    = b_width;
width             387 libavcodec/ivi_common.c         for (x = 0; x < band->width; x += t_width) {
width             391 libavcodec/ivi_common.c             tile->width    = FFMIN(band->width - x,  t_width);
width             395 libavcodec/ivi_common.c             tile->num_MBs  = IVI_MBs_PER_TILE(tile->width, tile->height,
width             438 libavcodec/ivi_common.c             x_tiles = IVI_NUM_TILES(band->width, t_width);
width             769 libavcodec/ivi_common.c     if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)) {
width             772 libavcodec/ivi_common.c                tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size));
width             785 libavcodec/ivi_common.c         for (x = tile->xpos; x < (tile->xpos + tile->width); x += band->mb_size) {
width             868 libavcodec/ivi_common.c             memcpy(dst, src, tile->width*sizeof(band->buf[0]));
width             888 libavcodec/ivi_common.c         for (x = 0; x < band->width; x++)
width             914 libavcodec/ivi_common.c         for (x = 0; x < plane->width; x++)
width            1129 libavcodec/ivi_common.c     result = ff_set_dimensions(avctx, ctx->planes[0].width, ctx->planes[0].height);
width             131 libavcodec/ivi_common.h     int         width;
width             148 libavcodec/ivi_common.h     int             width;
width             196 libavcodec/ivi_common.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              65 libavcodec/j2kenc.c     int width, height; ///< image width and height
width             110 libavcodec/j2kenc.c             s->width, s->height, s->tile_width, s->tile_height,
width             241 libavcodec/j2kenc.c     bytestream_put_be32(&s->buf, s->width); // width
width             343 libavcodec/j2kenc.c     s->numXtiles = ff_jpeg2000_ceildiv(s->width, s->tile_width);
width             361 libavcodec/j2kenc.c                 comp->coord[0][1] = comp->coord_o[0][1] = FFMIN((tilex+1)*s->tile_width, s->width);
width             483 libavcodec/j2kenc.c static void encode_sigpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno)
width             487 libavcodec/j2kenc.c         for (x = 0; x < width; x++)
width             505 libavcodec/j2kenc.c static void encode_refpass(Jpeg2000T1Context *t1, int width, int height, int *nmsedec, int bpno)
width             509 libavcodec/j2kenc.c         for (x = 0; x < width; x++)
width             519 libavcodec/j2kenc.c static void encode_clnpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno)
width             523 libavcodec/j2kenc.c         for (x = 0; x < width; x++){
width             575 libavcodec/j2kenc.c                         int width, int height, int bandpos, int lev)
width             581 libavcodec/j2kenc.c         memset(t1->flags[y], 0, (width+2)*sizeof(int));
width             584 libavcodec/j2kenc.c         for (x = 0; x < width; x++){
width             607 libavcodec/j2kenc.c             case 0: encode_sigpass(t1, width, height, bandpos, &nmsedec, bpno);
width             609 libavcodec/j2kenc.c             case 1: encode_refpass(t1, width, height, &nmsedec, bpno);
width             611 libavcodec/j2kenc.c             case 2: encode_clnpass(t1, width, height, bandpos, &nmsedec, bpno);
width             923 libavcodec/j2kenc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*9 + FF_MIN_BUFFER_SIZE)) < 0)
width            1000 libavcodec/j2kenc.c     s->width = avctx->width;
width              72 libavcodec/jpeg2000dec.c     int             width, height;
width             241 libavcodec/jpeg2000dec.c     s->width          = bytestream2_get_be32u(&s->g); // Width
width             294 libavcodec/jpeg2000dec.c     s->numXtiles = ff_jpeg2000_ceildiv(s->width  - s->tile_offset_x, s->tile_width);
width             317 libavcodec/jpeg2000dec.c     s->avctx->width  = ff_jpeg2000_ceildivpow2(s->width  - s->image_offset_x,
width             690 libavcodec/jpeg2000dec.c         comp->coord_o[0][1] = FFMIN((tilex + 1) * s->tile_width  + s->tile_offset_x, s->width);
width             882 libavcodec/jpeg2000dec.c                 for (x = 0; x < s->width; x += 256) {
width             938 libavcodec/jpeg2000dec.c static void decode_sigpass(Jpeg2000T1Context *t1, int width, int height,
width             945 libavcodec/jpeg2000dec.c         for (x = 0; x < width; x++)
width             968 libavcodec/jpeg2000dec.c static void decode_refpass(Jpeg2000T1Context *t1, int width, int height,
width             978 libavcodec/jpeg2000dec.c         for (x = 0; x < width; x++)
width             991 libavcodec/jpeg2000dec.c                            int width, int height, int bpno, int bandno,
width             997 libavcodec/jpeg2000dec.c         for (x = 0; x < width; x++) {
width            1055 libavcodec/jpeg2000dec.c                        int width, int height, int bandpos)
width            1062 libavcodec/jpeg2000dec.c     av_assert0(width  <= JPEG2000_MAX_CBLKW);
width            1066 libavcodec/jpeg2000dec.c         memset(t1->data[y], 0, width * sizeof(**t1->data));
width            1073 libavcodec/jpeg2000dec.c         memset(t1->flags[y], 0, (width + 2) * sizeof(**t1->flags));
width            1082 libavcodec/jpeg2000dec.c             decode_sigpass(t1, width, height, bpno + 1, bandpos,
width            1087 libavcodec/jpeg2000dec.c             decode_refpass(t1, width, height, bpno + 1);
width            1092 libavcodec/jpeg2000dec.c             decode_clnpass(s, t1, width, height, bpno + 1, bandpos,
width             339 libavcodec/jpeglsdec.c     int off = 0, stride = 1, width, shift, ret = 0;
width             366 libavcodec/jpeglsdec.c                 s->width, s->height, state->near, state->maxval,
width             379 libavcodec/jpeglsdec.c         width  = s->width * stride;
width             383 libavcodec/jpeglsdec.c                 ls_decode_line(state, s, last, cur, t, width, stride, off, 8);
width             386 libavcodec/jpeglsdec.c                 ls_decode_line(state, s, last, cur, t, width, stride, off, 16);
width             402 libavcodec/jpeglsdec.c         width = s->width * stride;
width             406 libavcodec/jpeglsdec.c                                Rc[j], width, stride, j, 8);
width             426 libavcodec/jpeglsdec.c         w = s->width * s->nb_components;
width             473 libavcodec/jpeglsdec.c         w = s->width * s->nb_components;
width             268 libavcodec/jpeglsenc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width  *avctx->height * comps * 4 +
width             285 libavcodec/jpeglsenc.c     put_bits(&pb, 16, avctx->width);
width             325 libavcodec/jpeglsenc.c             ls_encode_line(state, &pb2, last, cur, t, avctx->width, 1, 0, 8);
width             334 libavcodec/jpeglsenc.c             ls_encode_line(state, &pb2, last, cur, t, avctx->width, 1, 0, 16);
width             340 libavcodec/jpeglsenc.c         int j, width;
width             343 libavcodec/jpeglsenc.c         width = avctx->width * 3;
width             347 libavcodec/jpeglsenc.c                                width, 3, j, 8);
width             354 libavcodec/jpeglsenc.c         int j, width;
width             357 libavcodec/jpeglsenc.c         width = avctx->width * 3;
width             361 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                 for (i = 0; i < avctx->width; i += 8)
width             184 libavcodec/jvdec.c                        v, avctx->width);
width              65 libavcodec/kgv1dec.c     if (w != avctx->width || h != avctx->height) {
width              73 libavcodec/kgv1dec.c         c->frame_buffer      = av_mallocz(avctx->width * avctx->height * 2);
width              74 libavcodec/kgv1dec.c         c->last_frame_buffer = av_mallocz(avctx->width * avctx->height * 2);
width             154 libavcodec/kgv1dec.c                         (const uint8_t*)c->frame_buffer,  avctx->width * 2,
width             155 libavcodec/kgv1dec.c                         avctx->width * 2, avctx->height);
width             332 libavcodec/kmvc.c         kmvc_decode_intra_8x8(ctx, avctx->width, avctx->height);
width             335 libavcodec/kmvc.c         kmvc_decode_inter_8x8(ctx, avctx->width, avctx->height);
width             345 libavcodec/kmvc.c         memcpy(out, src, avctx->width);
width             377 libavcodec/kmvc.c     if (avctx->width > 320 || avctx->height > 200) {
width             257 libavcodec/lagarith.c                           int width, int stride, int line)
width             263 libavcodec/lagarith.c         L = l->hdsp.add_hfyu_left_pred(buf, buf, width, 0);
width             266 libavcodec/lagarith.c         L = buf[width - stride - 1];
width             274 libavcodec/lagarith.c             TL = buf[width - (2 * stride) - 1];
width             278 libavcodec/lagarith.c                                   width, &L, &TL);
width             283 libavcodec/lagarith.c                                int width, int stride, int line,
width             292 libavcodec/lagarith.c         l->hdsp.add_hfyu_left_pred(buf, buf, width, 0);
width             301 libavcodec/lagarith.c         L  = buf[width - stride - 1];
width             307 libavcodec/lagarith.c         for (; i < width; i++) {
width             313 libavcodec/lagarith.c         TL = buf[width - (2 * stride) - 1];
width             314 libavcodec/lagarith.c         L  = buf[width - stride - 1];
width             315 libavcodec/lagarith.c         l->hdsp.add_hfyu_median_pred(buf, buf - stride, buf, width, &L, &TL);
width             320 libavcodec/lagarith.c                            uint8_t *dst, int width, int stride,
width             332 libavcodec/lagarith.c         int count = FFMIN(l->zeros_rem, width - i);
width             338 libavcodec/lagarith.c     while (i < width) {
width             363 libavcodec/lagarith.c                                     int width, int esc_count)
width             371 libavcodec/lagarith.c     uint8_t *end = dst + (width - 2);
width             375 libavcodec/lagarith.c     memset(dst, 0, width);
width             379 libavcodec/lagarith.c         count = FFMIN(l->zeros_rem, width - i);
width             420 libavcodec/lagarith.c                                   int width, int height, int stride,
width             441 libavcodec/lagarith.c         length = width * height;
width             458 libavcodec/lagarith.c             read += lag_decode_line(l, &rac, dst + (i * stride), width,
width             473 libavcodec/lagarith.c                                                    src_end, width, esc_count);
width             479 libavcodec/lagarith.c             if (src_size < width * height)
width             483 libavcodec/lagarith.c                 memcpy(dst + (i * stride), src, width);
width             484 libavcodec/lagarith.c                 src += width;
width             490 libavcodec/lagarith.c             memset(dst + i * stride, src[1], width);
width             503 libavcodec/lagarith.c             lag_pred_line(l, dst, width, stride, i);
width             508 libavcodec/lagarith.c             lag_pred_line_yuy2(l, dst, width, stride, i,
width             509 libavcodec/lagarith.c                                width == l->avctx->width);
width             565 libavcodec/lagarith.c             for (i = 0; i < avctx->width; i++)
width             571 libavcodec/lagarith.c                 memset(dst, buf[1], avctx->width * planes);
width             589 libavcodec/lagarith.c             for (i = 0; i < avctx->width; i++)
width             615 libavcodec/lagarith.c         l->rgb_stride = FFALIGN(avctx->width, 16);
width             633 libavcodec/lagarith.c                                    avctx->width, avctx->height,
width             640 libavcodec/lagarith.c             for (i = 0; i < avctx->width; i++) {
width             675 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[0], avctx->width, avctx->height,
width             678 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[1], (avctx->width + 1) / 2,
width             681 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[2], (avctx->width + 1) / 2,
width             702 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[0], avctx->width, avctx->height,
width             705 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[2], (avctx->width + 1) / 2,
width             708 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[1], (avctx->width + 1) / 2,
width             176 libavcodec/lcldec.c     unsigned int width = avctx->width; // Real image width
width             195 libavcodec/lcldec.c             if (c->imgtype == IMGTYPE_RGB24 && len == FFALIGN(width * 3, 4) * height ||
width             196 libavcodec/lcldec.c                 c->imgtype == IMGTYPE_YUV111 && len == width * height * 3) {
width             252 libavcodec/lcldec.c             if (len < ((width * height * bppx2) >> 1))
width             267 libavcodec/lcldec.c             len == width * height * 3) {
width             304 libavcodec/lcldec.c                 pixel_ptr = row * width * 3;
width             308 libavcodec/lcldec.c                 for (col = 1; col < width; col++) {
width             318 libavcodec/lcldec.c                 pixel_ptr = row * width * 2;
width             320 libavcodec/lcldec.c                 for (col = 0; col < width/4; col++) {
width             335 libavcodec/lcldec.c                 pixel_ptr = row * width / 2 * 3;
width             337 libavcodec/lcldec.c                 for (col = 0; col < width/4; col++) {
width             350 libavcodec/lcldec.c                 pixel_ptr = row * width * 2;
width             352 libavcodec/lcldec.c                 for (col = 0; col < width/2; col++) {
width             363 libavcodec/lcldec.c                 pixel_ptr = row * width * 3;
width             365 libavcodec/lcldec.c                 for (col = 0; col < width/2; col++) {
width             389 libavcodec/lcldec.c             for (col = 0; col < width; col++) {
width             401 libavcodec/lcldec.c             for (col = 0; col < width - 3; col += 4) {
width             415 libavcodec/lcldec.c         linesize = len < FFALIGN(3 * width, 4) * height ? 3 * width : FFALIGN(3 * width, 4);
width             418 libavcodec/lcldec.c             memcpy(outptr + pixel_ptr, encoded, 3 * width);
width             424 libavcodec/lcldec.c             for (col = 0; col < width - 3; col += 4) {
width             437 libavcodec/lcldec.c             for (col = 0; col < width - 1; col += 2) {
width             452 libavcodec/lcldec.c             for (col = 0; col < width - 1; col += 2) {
width             484 libavcodec/lcldec.c     unsigned int basesize = avctx->width * avctx->height;
width             485 libavcodec/lcldec.c     unsigned int max_basesize = FFALIGN(avctx->width,  4) *
width             514 libavcodec/lcldec.c         if (avctx->width % 4) {
width             549 libavcodec/lcldec.c     if (avctx->width % (1<<subsample_h) || avctx->height % (1<<subsample_v)) {
width              80 libavcodec/lclenc.c     int max_size = deflateBound(&c->zstream, avctx->width * avctx->height * 3);
width             100 libavcodec/lclenc.c         c->zstream.avail_in = avctx->width*3;
width             132 libavcodec/lclenc.c     av_assert0(avctx->width && avctx->height);
width              96 libavcodec/libopenh264enc.c     param.iPicWidth                  = avctx->width;
width             178 libavcodec/libopenh264enc.c     sp.iPicWidth  = avctx->width;
width             177 libavcodec/libopenjpegdec.c         index   = y * picture->width;
width             179 libavcodec/libopenjpegdec.c         for (x = 0; x < picture->width; x++, index++)
width             194 libavcodec/libopenjpegdec.c         index   = y * picture->width;
width             196 libavcodec/libopenjpegdec.c         for (x = 0; x < picture->width; x++, index++)
width             265 libavcodec/libopenjpegdec.c     int width, height, ret;
width             313 libavcodec/libopenjpegdec.c     width  = image->x1 - image->x0;
width             316 libavcodec/libopenjpegdec.c     ret = ff_set_dimensions(avctx, width, height);
width             197 libavcodec/libopenjpegenc.c         cmptparm[i].w = (avctx->width + sub_dx[i] - 1) / sub_dx[i];
width             207 libavcodec/libopenjpegenc.c     img->x1 = (avctx->width  - 1) * parameters->subsampling_dx + 1;
width             277 libavcodec/libopenjpegenc.c             for (x = 0; x < avctx->width; ++x) {
width             317 libavcodec/libopenjpegenc.c             for (x = 0; x < avctx->width; ++x) {
width             357 libavcodec/libopenjpegenc.c             for (x = 0; x < avctx->width; ++x) {
width             381 libavcodec/libopenjpegenc.c     int width;
width             395 libavcodec/libopenjpegenc.c         width  = avctx->width / image->comps[compno].dx;
width             400 libavcodec/libopenjpegenc.c             for (x = 0; x < width; ++x)
width             422 libavcodec/libopenjpegenc.c     int width;
width             437 libavcodec/libopenjpegenc.c         width     = avctx->width / image->comps[compno].dx;
width             443 libavcodec/libopenjpegenc.c             for (x = 0; x < width; ++x)
width              59 libavcodec/libschroedinger.c         if (avctx->width  == vf->width &&
width             188 libavcodec/libschroedinger.c     y_width   = avctx->width;
width             201 libavcodec/libschroedinger.c     p_frame->width  = y_width;
width             206 libavcodec/libschroedinger.c         p_frame->components[i].width  = i ? uv_width : y_width;
width              35 libavcodec/libschroedinger.h     uint16_t width;
width             179 libavcodec/libschroedingerdec.c     if (av_image_check_size(p_schro_params->format->width,
width             182 libavcodec/libschroedingerdec.c                p_schro_params->format->width, p_schro_params->format->height);
width             183 libavcodec/libschroedingerdec.c         avctx->height = avctx->width = 0;
width             187 libavcodec/libschroedingerdec.c     avctx->width   = p_schro_params->format->width;
width             123 libavcodec/libschroedingerenc.c     p_schro_params->format->width  = avctx->width;
width             159 libavcodec/libschroedingerenc.c                                                     avctx->width,
width             249 libavcodec/libschroedingerenc.c                           avctx->width, avctx->height,
width              94 libavcodec/libstagefright.cpp         frame_size  = (avctx->width * avctx->height * 3) / 2;
width             206 libavcodec/libstagefright.cpp             if (!avctx->width || !avctx->height || avctx->width > w || avctx->height > h) {
width             207 libavcodec/libstagefright.cpp                 avctx->width  = w;
width             220 libavcodec/libstagefright.cpp                           avctx->pix_fmt, avctx->width, avctx->height);
width             288 libavcodec/libstagefright.cpp     meta->setInt32(kKeyWidth, avctx->width);
width             174 libavcodec/libtheoraenc.c     t_info.frame_width  = FFALIGN(avc_context->width,  16);
width             176 libavcodec/libtheoraenc.c     t_info.pic_width    = avc_context->width;
width             293 libavcodec/libtheoraenc.c         t_yuv_buffer[i].width  = FFALIGN(avc_context->width,  16) >> (i && h->uv_hshift);
width              96 libavcodec/libutvideodec.cpp     utv->buf_size = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
width              99 libavcodec/libutvideodec.cpp         utv->buf_size += avctx->height * ((avctx->width + 47) / 48) * 128; // the linesize used by the decoder, this does not seem to be exported
width             127 libavcodec/libutvideodec.cpp     begin_ret = utv->codec->DecodeBegin(format, avctx->width, avctx->height,
width             145 libavcodec/libutvideodec.cpp     int w = avctx->width, h = avctx->height;
width              98 libavcodec/libutvideoenc.cpp     ret = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
width             118 libavcodec/libutvideoenc.cpp     utv->codec->EncodeBegin(in_format, avctx->width, avctx->height,
width             124 libavcodec/libutvideoenc.cpp                                    avctx->width, avctx->height,
width             138 libavcodec/libutvideoenc.cpp     int w = avctx->width, h = avctx->height;
width             148 libavcodec/libvpxdec.c         if ((int) img->d_w != avctx->width || (int) img->d_h != avctx->height) {
width             150 libavcodec/libvpxdec.c                    avctx->width, avctx->height, img->d_w, img->d_h);
width             146 libavcodec/libvpxenc.c     int width = -30;
width             153 libavcodec/libvpxenc.c            width, "g_usage:",           cfg->g_usage,
width             154 libavcodec/libvpxenc.c            width, "g_threads:",         cfg->g_threads,
width             155 libavcodec/libvpxenc.c            width, "g_profile:",         cfg->g_profile,
width             156 libavcodec/libvpxenc.c            width, "g_w:",               cfg->g_w,
width             157 libavcodec/libvpxenc.c            width, "g_h:",               cfg->g_h,
width             158 libavcodec/libvpxenc.c            width, "g_timebase:",        cfg->g_timebase.num, cfg->g_timebase.den,
width             159 libavcodec/libvpxenc.c            width, "g_error_resilient:", cfg->g_error_resilient,
width             160 libavcodec/libvpxenc.c            width, "g_pass:",            cfg->g_pass,
width             161 libavcodec/libvpxenc.c            width, "g_lag_in_frames:",   cfg->g_lag_in_frames);
width             165 libavcodec/libvpxenc.c            width, "rc_dropframe_thresh:",   cfg->rc_dropframe_thresh,
width             166 libavcodec/libvpxenc.c            width, "rc_resize_allowed:",     cfg->rc_resize_allowed,
width             167 libavcodec/libvpxenc.c            width, "rc_resize_up_thresh:",   cfg->rc_resize_up_thresh,
width             168 libavcodec/libvpxenc.c            width, "rc_resize_down_thresh:", cfg->rc_resize_down_thresh,
width             169 libavcodec/libvpxenc.c            width, "rc_end_usage:",          cfg->rc_end_usage,
width             170 libavcodec/libvpxenc.c            width, "rc_twopass_stats_in:",   cfg->rc_twopass_stats_in.buf, cfg->rc_twopass_stats_in.sz,
width             171 libavcodec/libvpxenc.c            width, "rc_target_bitrate:",     cfg->rc_target_bitrate);
width             174 libavcodec/libvpxenc.c            width, "rc_min_quantizer:", cfg->rc_min_quantizer,
width             175 libavcodec/libvpxenc.c            width, "rc_max_quantizer:", cfg->rc_max_quantizer);
width             178 libavcodec/libvpxenc.c            width, "rc_undershoot_pct:", cfg->rc_undershoot_pct,
width             179 libavcodec/libvpxenc.c            width, "rc_overshoot_pct:",  cfg->rc_overshoot_pct);
width             182 libavcodec/libvpxenc.c             width, "rc_buf_sz:",         cfg->rc_buf_sz,
width             183 libavcodec/libvpxenc.c             width, "rc_buf_initial_sz:", cfg->rc_buf_initial_sz,
width             184 libavcodec/libvpxenc.c             width, "rc_buf_optimal_sz:", cfg->rc_buf_optimal_sz);
width             187 libavcodec/libvpxenc.c            width, "rc_2pass_vbr_bias_pct:",       cfg->rc_2pass_vbr_bias_pct,
width             188 libavcodec/libvpxenc.c            width, "rc_2pass_vbr_minsection_pct:", cfg->rc_2pass_vbr_minsection_pct,
width             189 libavcodec/libvpxenc.c            width, "rc_2pass_vbr_maxsection_pct:", cfg->rc_2pass_vbr_maxsection_pct);
width             192 libavcodec/libvpxenc.c            width, "kf_mode:",     cfg->kf_mode,
width             193 libavcodec/libvpxenc.c            width, "kf_min_dist:", cfg->kf_min_dist,
width             194 libavcodec/libvpxenc.c            width, "kf_max_dist:", cfg->kf_max_dist);
width             232 libavcodec/libvpxenc.c     int width = -30;
width             236 libavcodec/libvpxenc.c     av_log(avctx, AV_LOG_DEBUG, "  %*s%d\n", width, buf, val);
width             291 libavcodec/libvpxenc.c     enccfg.g_w            = avctx->width;
width             480 libavcodec/libvpxenc.c     vpx_img_wrap(&ctx->rawimg, VPX_IMG_FMT_I420, avctx->width, avctx->height, 1,
width             484 libavcodec/libvpxenc.c         vpx_img_wrap(&ctx->rawimg_alpha, VPX_IMG_FMT_I420, avctx->width, avctx->height, 1,
width             115 libavcodec/libwebpenc.c     if (avctx->width > WEBP_MAX_DIMENSION || avctx->height > WEBP_MAX_DIMENSION) {
width             130 libavcodec/libwebpenc.c     pic->width  = avctx->width;
width             160 libavcodec/libwebpenc.c             alt_frame->width  = frame->width;
width             185 libavcodec/libwebpenc.c                     for (x = 0; x < frame->width; x+= bs) {
width             190 libavcodec/libwebpenc.c                             int w = FF_CEIL_RSHIFT(frame->width , !!p);
width             206 libavcodec/libwebpenc.c                                 int w = FF_CEIL_RSHIFT(frame->width , !!p);
width             218 libavcodec/libwebpenc.c                                     FFMIN(bs, frame->width-x));
width             471 libavcodec/libx264.c         int mbn = FF_CEIL_RSHIFT(avctx->width, 4) * FF_CEIL_RSHIFT(avctx->height, 4);
width             614 libavcodec/libx264.c     x4->params.i_width          = avctx->width;
width             110 libavcodec/libx265.c     ctx->params->sourceWidth     = avctx->width;
width             286 libavcodec/libxavs.c     x4->params.i_width              = avctx->width;
width             463 libavcodec/libxvid.c     xvid_enc_create.width  =
width             464 libavcodec/libxvid.c     x->xsize               = avctx->width;
width             709 libavcodec/libxvid.c     int mb_width  = (avctx->width  + 15) / 16;
width             106 libavcodec/libxvid_rc.c     xvid_plg_data.width         = s->width;
width             499 libavcodec/libzvbi-teletextdec.c         avctx->width  = 41 * BITMAP_CHAR_WIDTH;
width              65 libavcodec/ljpegenc.c     const int width       = frame->width;
width              80 libavcodec/ljpegenc.c         if (pb->buf_end - pb->buf - (put_bits_count(pb) >> 3) < width * 3 * 4) {
width              88 libavcodec/ljpegenc.c         for (x = 0; x < width; x++) {
width             192 libavcodec/ljpegenc.c     const int mb_width  = (avctx->width  + s->hsample[0] - 1) / s->hsample[0];
width             215 libavcodec/ljpegenc.c     const int width  = avctx->width;
width             217 libavcodec/ljpegenc.c     const int mb_width  = (width  + s->hsample[0] - 1) / s->hsample[0];
width             225 libavcodec/ljpegenc.c         max_pkt_size += width * height * 3 * 4;
width             295 libavcodec/ljpegenc.c     s->scratch = av_malloc_array(avctx->width + 1, sizeof(*s->scratch));
width             128 libavcodec/loco.c static int loco_decode_plane(LOCOContext *l, uint8_t *data, int width, int height,
width             154 libavcodec/loco.c     for (i = 1; i < width; i++) {
width             164 libavcodec/loco.c         for (i = 1; i < width; i++) {
width             174 libavcodec/loco.c static void rotate_faulty_loco(uint8_t *data, int width, int height, int stride, int step)
width             179 libavcodec/loco.c         if (width>=y) {
width             182 libavcodec/loco.c                     step*(width-y));
width             184 libavcodec/loco.c                 memmove(data + y*stride + step*(width-y),
width             211 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height,
width             214 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height,
width             217 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height,
width             221 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height,
width             224 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height / 2,
width             227 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height / 2,
width             231 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height,
width             234 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 1, avctx->width, avctx->height,
width             237 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 2, avctx->width, avctx->height,
width             239 libavcodec/loco.c         if (avctx->width & 1)
width             240 libavcodec/loco.c             rotate_faulty_loco(p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height, -p->linesize[0], 3);
width             244 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height,
width             247 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 1, avctx->width, avctx->height,
width             250 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 2, avctx->width, avctx->height,
width             253 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 3, avctx->width, avctx->height,
width              41 libavcodec/metasound.c static void add_peak(float period, int width, const float *shape,
width              48 libavcodec/metasound.c     for (i = 0; i < width / 2; i++)
width              51 libavcodec/metasound.c     for (i = 1; i < ROUNDED_DIV(len, width); i++) {
width              53 libavcodec/metasound.c         for (j = -width / 2; j < (width + 1) / 2; j++)
width              59 libavcodec/metasound.c     for (j = -width / 2; j < (width + 1) / 2 && shape < shape_end; j++)
width              69 libavcodec/metasound.c     int width;
width             101 libavcodec/metasound.c     width = (int)(some_mult / (mtab->size / period) * mtab->ppc_shape_len);
width             103 libavcodec/metasound.c         width = (int)((2.0 / period + 1) * width + 0.5);
width             111 libavcodec/metasound.c     add_peak(period, width, shape, ppc_gain, speech, mtab->ppc_shape_len);
width             365 libavcodec/mimic.c     int width, height;
width             377 libavcodec/mimic.c     width      = bytestream2_get_le16u(&gb);
width             387 libavcodec/mimic.c         if (!(width == 160 && height == 120) &&
width             388 libavcodec/mimic.c             !(width == 320 && height == 240)) {
width             394 libavcodec/mimic.c         avctx->width   = width;
width             399 libavcodec/mimic.c             ctx->num_hblocks[i] =                width >> (3 + !!i);
width             401 libavcodec/mimic.c     } else if (width != ctx->avctx->width || height != ctx->avctx->height) {
width             247 libavcodec/mjpegdec.c     int len, nb_components, i, width, height, bits, ret;
width             276 libavcodec/mjpegdec.c     width  = get_bits(&s->gb, 16);
width             282 libavcodec/mjpegdec.c     if (s->interlaced && s->width == width && s->height == height + 1)
width             285 libavcodec/mjpegdec.c     av_log(s->avctx, AV_LOG_DEBUG, "sof0: picture: %dx%d\n", width, height);
width             286 libavcodec/mjpegdec.c     if (av_image_check_size(width, height, 0, s->avctx))
width             343 libavcodec/mjpegdec.c     if (width != s->width || height != s->height || bits != s->bits ||
width             347 libavcodec/mjpegdec.c         s->width      = width;
width             366 libavcodec/mjpegdec.c         ret = ff_set_dimensions(s->avctx, width, height);
width             591 libavcodec/mjpegdec.c             s->width, s->height, s->linesize[0], s->linesize[1],
width             605 libavcodec/mjpegdec.c         int bw = (width  + s->h_max * 8 - 1) / (s->h_max * 8);
width            1251 libavcodec/mjpegdec.c                     if (   8*(h * mb_x + x) < s->width
width            1450 libavcodec/mjpegdec.c         s->mb_width  = (s->width  + s->h_max * block_size - 1) / (s->h_max * block_size);
width            1455 libavcodec/mjpegdec.c         s->mb_width     = (s->width  + h * block_size - 1) / (h * block_size);
width            2077 libavcodec/mjpegdec.c                 int qpw = (s->width + 15) / 16;
width            2150 libavcodec/mjpegdec.c             int w = s->width;
width            2193 libavcodec/mjpegdec.c             int w = s->width;
width            2220 libavcodec/mjpegdec.c             int w = s->picture_ptr->width;
width            2238 libavcodec/mjpegdec.c         int w = s->picture_ptr->width;
width            2260 libavcodec/mjpegdec.c         int w = s->picture_ptr->width;
width              79 libavcodec/mjpegdec.h     int width, height;
width              74 libavcodec/mjpegenc.c     if (s->width > 65500 || s->height > 65500) {
width             189 libavcodec/mjpegenc.c         if (16*s->mb_x+8 < s->width) {
width              93 libavcodec/mjpegenc_common.c         put_bits(p, 16, (avctx->width-1)/(8*hsample[0]) + 1);
width             219 libavcodec/mjpegenc_common.c     put_bits(pb, 16, avctx->width);
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             160 libavcodec/motion_est.c                     av_assert2((fx>>1) + 16*s->mb_x <= s->width);
width             164 libavcodec/motion_est.c                     av_assert2((bx>>1) + 16*s->mb_x <= s->width);
width             539 libavcodec/motion_est.c         c->xmax = - x + s->width;
width             585 libavcodec/motion_est.c     int saftey_cliping= s->unrestricted_mv && (s->width&15) && (s->height&15);
width             598 libavcodec/motion_est.c             c->xmax = - 16*s->mb_x + s->width  - 8*(block &1);
width            1447 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             210 libavcodec/motionpixels.c     const int y0 = y * mp->avctx->width;
width             218 libavcodec/motionpixels.c     while (x < mp->avctx->width) {
width             222 libavcodec/motionpixels.c                 if (mp->changes_map[y0 + x + mp->avctx->width] < w ||
width             223 libavcodec/motionpixels.c                     mp->changes_map[y0 + x + mp->avctx->width * 2] < w ||
width             224 libavcodec/motionpixels.c                     mp->changes_map[y0 + x + mp->avctx->width * 3] < w) {
width             226 libavcodec/motionpixels.c                         mp->hpt[((y / 4) * mp->avctx->width + i) / 4] = mp_get_yuv_from_rgb(mp, i, y);
width             242 libavcodec/motionpixels.c                     mp->hpt[((y / 4) * mp->avctx->width + x) / 4] = p;
width             244 libavcodec/motionpixels.c                     p.v = mp->hpt[((y / 4) * mp->avctx->width + x) / 4].v;
width             245 libavcodec/motionpixels.c                     p.u = mp->hpt[((y / 4) * mp->avctx->width + x) / 4].u;
width             262 libavcodec/motionpixels.c         if (mp->changes_map[y * mp->avctx->width] != 0) {
width             306 libavcodec/motionpixels.c     memset(mp->changes_map, 0, avctx->width * avctx->height);
width            1284 libavcodec/mpeg12dec.c                                   (AVRational) { s1->pan_scan.width,
width            1286 libavcodec/mpeg12dec.c                          (AVRational) { s->width, s->height });
width            1292 libavcodec/mpeg12dec.c             if ((s1->pan_scan.width == 0) || (s1->pan_scan.height == 0) ||
width            1297 libavcodec/mpeg12dec.c                              (AVRational) { s->width, s->height });
width            1301 libavcodec/mpeg12dec.c                              (AVRational) { s1->pan_scan.width, s1->pan_scan.height });
width            1321 libavcodec/mpeg12dec.c         avctx->coded_width       != s->width                ||
width            1323 libavcodec/mpeg12dec.c         s1->save_width           != s->width                ||
width            1336 libavcodec/mpeg12dec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width            1347 libavcodec/mpeg12dec.c         s1->save_width           = s->width;
width            1450 libavcodec/mpeg12dec.c     s->width  |= (horiz_size_ext << 12);
width            1491 libavcodec/mpeg12dec.c     s1->pan_scan.width  = 16 * w;
width            2108 libavcodec/mpeg12dec.c     int width, height;
width            2113 libavcodec/mpeg12dec.c     width  = get_bits(&s->gb, 12);
width            2115 libavcodec/mpeg12dec.c     if (width == 0 || height == 0) {
width            2138 libavcodec/mpeg12dec.c     s->width  = width;
width            2204 libavcodec/mpeg12dec.c     s->width            = avctx->coded_width;
width            2240 libavcodec/mpeg12dec.c     s1->save_width           = s->width;
width            2482 libavcodec/mpeg12dec.c             if (s2->width <= 0 || s2->height <= 0) {
width            2484 libavcodec/mpeg12dec.c                        s2->width, s2->height);
width             176 libavcodec/mpeg12enc.c             if (avctx->width <= 720 && avctx->height <= 608)
width             186 libavcodec/mpeg12enc.c             if (avctx->width <= 720 && avctx->height <= 576)
width             188 libavcodec/mpeg12enc.c             else if (avctx->width <= 1440)
width             195 libavcodec/mpeg12enc.c     if ((avctx->width & 0xFFF) == 0 && (avctx->height & 0xFFF) == 1) {
width             201 libavcodec/mpeg12enc.c         if ((avctx->width & 0xFFF) == 0 || (avctx->height & 0xFFF) == 0) {
width             255 libavcodec/mpeg12enc.c         put_sbits(&s->pb, 12, s->width  & 0xFFF);
width             263 libavcodec/mpeg12enc.c                 error -= (1LL<<32)*ff_mpeg2_aspect[i].num * s->height / s->width / ff_mpeg2_aspect[i].den;
width             297 libavcodec/mpeg12enc.c             s->width  <= 768                                    &&
width             315 libavcodec/mpeg12enc.c             int width = s->width;
width             329 libavcodec/mpeg12enc.c             put_bits(&s->pb, 2, s->width  >> 12);
width             341 libavcodec/mpeg12enc.c                 if (pan_scan->width && pan_scan->height) {
width             342 libavcodec/mpeg12enc.c                     width = pan_scan->width >> 4;
width             347 libavcodec/mpeg12enc.c             use_seq_disp_ext = (width != s->width ||
width             361 libavcodec/mpeg12enc.c                 put_bits(&s->pb, 14, width);                    // display_horizontal_size
width              97 libavcodec/mpeg4video_parser.c     if (s->width && (!avctx->width || !avctx->height ||
width              99 libavcodec/mpeg4video_parser.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width             173 libavcodec/mpeg4videodec.c     int w     = s->width;
width             180 libavcodec/mpeg4videodec.c     const int vop_ref[4][2] = { { 0, 0 },         { s->width, 0 },
width             181 libavcodec/mpeg4videodec.c                                 { 0, s->height }, { s->width, s->height } };
width            1708 libavcodec/mpeg4videodec.c     int width, height, vo_ver_id;
width            1787 libavcodec/mpeg4videodec.c             width = get_bits(gb, 13);
width            1791 libavcodec/mpeg4videodec.c             if (width && height &&  /* they should be non zero but who knows */
width            1792 libavcodec/mpeg4videodec.c                 !(s->width && s->codec_tag == AV_RL32("MP4S"))) {
width            1793 libavcodec/mpeg4videodec.c                 if (s->width && s->height &&
width            1794 libavcodec/mpeg4videodec.c                     (s->width != width || s->height != height))
width            1796 libavcodec/mpeg4videodec.c                 s->width  = width;
width            2488 libavcodec/mpeg4videodec.c         s->h_edge_pos = s->width;
width             689 libavcodec/mpeg4videoenc.c                         if (x + 16 > s->width || y + 16 > s->height) {
width             691 libavcodec/mpeg4videoenc.c                             int xe = FFMIN(16, s->width - x);
width            1045 libavcodec/mpeg4videoenc.c     put_bits(&s->pb, 13, s->width);     /* vol width */
width            1298 libavcodec/mpeg4videoenc.c     if (avctx->width >= (1<<13) || avctx->height >= (1<<13)) {
width             492 libavcodec/mpegvideo.c             pic->f->width  = s->avctx->width  + 2 * EDGE_WIDTH;
width             499 libavcodec/mpegvideo.c         pic->f->width  = s->avctx->width;
width             519 libavcodec/mpegvideo.c         pic->f->width  = s->avctx->width;
width             978 libavcodec/mpegvideo.c     if (s->height != s1->height || s->width != s1->width || s->context_reinit) {
width             981 libavcodec/mpegvideo.c         s->width  = s1->width;
width             988 libavcodec/mpegvideo.c     s->avctx->width         = s1->avctx->width;
width            1121 libavcodec/mpegvideo.c     s->width           = avctx->coded_width;
width            1175 libavcodec/mpegvideo.c     s->mb_width   = (s->width + 15) / 16;
width            1327 libavcodec/mpegvideo.c     if ((s->width || s->height) &&
width            1328 libavcodec/mpegvideo.c         av_image_check_size(s->width, s->height, 0, s->avctx))
width            1492 libavcodec/mpegvideo.c     if ((s->width || s->height) &&
width            1493 libavcodec/mpegvideo.c         (err = av_image_check_size(s->width, s->height, 0, s->avctx)) < 0)
width            1501 libavcodec/mpegvideo.c     if (s->width && s->height) {
width            1756 libavcodec/mpegvideo.c         memset(frame->data[0] + frame->linesize[0]*i, 0x80, frame->width);
width            1759 libavcodec/mpegvideo.c                0x80, FF_CEIL_RSHIFT(frame->width, h_chroma_shift));
width            1761 libavcodec/mpegvideo.c                0x80, FF_CEIL_RSHIFT(frame->width, h_chroma_shift));
width            1898 libavcodec/mpegvideo.c                        0x80, avctx->width);
width            1901 libavcodec/mpegvideo.c                        0x80, FF_CEIL_RSHIFT(avctx->width, h_chroma_shift));
width            1903 libavcodec/mpegvideo.c                        0x80, FF_CEIL_RSHIFT(avctx->width, h_chroma_shift));
width            1908 libavcodec/mpegvideo.c                 memset(s->last_picture_ptr->f->data[0] + s->last_picture_ptr->f->linesize[0]*i, 16, avctx->width);
width            2322 libavcodec/mpegvideo.c         const int width          = avctx->width;
width            2382 libavcodec/mpegvideo.c                                 draw_arrow(ptr, sx, sy, mx, my, width,
width            2397 libavcodec/mpegvideo.c                                 draw_arrow(ptr, sx, sy, mx + sx, my + sy, width,
width            2412 libavcodec/mpegvideo.c                                 draw_arrow(ptr, sx, sy, mx + sx, my + sy, width,
width            2421 libavcodec/mpegvideo.c                               draw_arrow(ptr, sx, sy, mx, my, width, height, pict->linesize[0], 100, 0, direction);
width            2550 libavcodec/mpegvideo.c                                      int width, int height, ptrdiff_t stride,
width            2829 libavcodec/mpegvideo.c                                s->width, s->height, s->linesize,
width             231 libavcodec/mpegvideo.h     int width, height;///< picture size. must be a multiple of 16
width             319 libavcodec/mpegvideo_enc.c     s->width    = avctx->width;
width             518 libavcodec/mpegvideo_enc.c         (avctx->width  > 2048 ||
width             525 libavcodec/mpegvideo_enc.c         ((avctx->width &3) ||
width             532 libavcodec/mpegvideo_enc.c         (avctx->width  > 4095 ||
width             539 libavcodec/mpegvideo_enc.c         (avctx->width  > 16383 ||
width             546 libavcodec/mpegvideo_enc.c         (avctx->width &15 ||
width             553 libavcodec/mpegvideo_enc.c         (avctx->width &3 ||
width             561 libavcodec/mpegvideo_enc.c          avctx->width & 1) {
width             721 libavcodec/mpegvideo_enc.c         if (ff_h261_get_picture_format(s->width, s->height) < 0) {
width             725 libavcodec/mpegvideo_enc.c                     s->width, s->height);
width             737 libavcodec/mpegvideo_enc.c                              s->width, s->height) == 8) {
width             742 libavcodec/mpegvideo_enc.c                    "Try H.263+.\n", s->width, s->height);
width             988 libavcodec/mpegvideo_enc.c             s->tmp_frames[i]->width  = s->width  >> avctx->brd_scale;
width            1061 libavcodec/mpegvideo_enc.c     w = s->width  & ~15;
width            1126 libavcodec/mpegvideo_enc.c         if ((s->width & 15) || (s->height & 15))
width            1169 libavcodec/mpegvideo_enc.c                     int w = s->width  >> h_shift;
width            1194 libavcodec/mpegvideo_enc.c                     if ((s->width & 15) || (s->height & (vpad-1))) {
width            1298 libavcodec/mpegvideo_enc.c     c->width        = s->width  >> scale;
width            1332 libavcodec/mpegvideo_enc.c                                        c->width, c->height);
width            1337 libavcodec/mpegvideo_enc.c                                        c->width >> 1, c->height >> 1);
width            1342 libavcodec/mpegvideo_enc.c                                        c->width >> 1, c->height >> 1);
width            2102 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            2104 libavcodec/mpegvideo_enc.c         int cw = (s->width  + s->chroma_x_shift) >> s->chroma_x_shift;
width            2109 libavcodec/mpegvideo_enc.c                                  s->width, s->height);
width            2573 libavcodec/mpegvideo_enc.c     if(s->mb_x*16 + 16 > s->width ) w= s->width - s->mb_x*16;
width            3345 libavcodec/mpegvideo_enc.c                 if(s->mb_x*16 + 16 > s->width ) w= s->width - s->mb_x*16;
width              52 libavcodec/mpegvideo_motion.c     src_x      = av_clip(src_x, -16, s->width);
width              53 libavcodec/mpegvideo_motion.c     if (src_x == s->width)
width              99 libavcodec/mpegvideo_motion.c     src_x      = av_clip(src_x, -8, s->width >> 1);
width             100 libavcodec/mpegvideo_motion.c     if (src_x == s->width >> 1)
width             205 libavcodec/mpegvideo_motion.c     src_x = av_clip(src_x, -16, s->width); // FIXME unneeded for emu?
width             206 libavcodec/mpegvideo_motion.c     if (src_x != s->width)
width             614 libavcodec/mpegvideo_motion.c     src_x = av_clip(src_x, -8, (s->width >> 1));
width             615 libavcodec/mpegvideo_motion.c     if (src_x == (s->width >> 1))
width             773 libavcodec/mpegvideo_motion.c             src_x = av_clip(src_x, -16, s->width);
width             774 libavcodec/mpegvideo_motion.c             if (src_x == s->width)
width              31 libavcodec/mpegvideo_parser.c     int width, height;
width              67 libavcodec/mpegvideo_parser.c                 pc->width  = (buf[0] << 4) | (buf[1] >> 4);
width              69 libavcodec/mpegvideo_parser.c                 if(!avctx->width || !avctx->height || !avctx->coded_width || !avctx->coded_height){
width              70 libavcodec/mpegvideo_parser.c                     set_dim_ret = ff_set_dimensions(avctx, pc->width, pc->height);
width              94 libavcodec/mpegvideo_parser.c                         pc->width  = (pc->width & 0xFFF) | (horiz_size_ext << 12);
width              98 libavcodec/mpegvideo_parser.c                             set_dim_ret = ff_set_dimensions(avctx, pc->width, pc->height);
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             131 libavcodec/mpegvideoencdsp.c static void draw_edges_8_c(uint8_t *buf, int wrap, int width, int height,
width             140 libavcodec/mpegvideoencdsp.c         memset(ptr + width, ptr[width - 1], w);
width             150 libavcodec/mpegvideoencdsp.c             memcpy(buf - (i + 1) * wrap, buf, width + w + w);
width             154 libavcodec/mpegvideoencdsp.c             memcpy(last_line + (i + 1) * wrap, last_line, width + w + w);
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             293 libavcodec/msmpeg4dec.c     if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
width             522 libavcodec/msmpeg4dec.c             s->inter_intra_pred= (s->width*s->height < 320*240 && s->bit_rate<=II_BITRATE);
width             543 libavcodec/msmpeg4dec.c             s->inter_intra_pred, s->width, s->height);
width             241 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             243 libavcodec/msmpeg4enc.c             s->inter_intra_pred, s->width, s->height);
width              92 libavcodec/msrle.c     int istride = FFALIGN(avctx->width*avctx->bits_per_coded_sample, 32) / 8;
width             114 libavcodec/msrle.c         int linesize = av_image_get_linesize(avctx->pix_fmt, avctx->width, 0);
width             124 libavcodec/msrle.c                 for (j = 0; j < avctx->width - 1; j += 2) {
width             128 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              71 libavcodec/msrledec.c                 if (pixel_ptr + 2*rle_code - odd_pixel > avctx->width ||
width              79 libavcodec/msrledec.c                     if (pixel_ptr >= avctx->width)
width              86 libavcodec/msrledec.c                     if (pixel_ptr >= avctx->width)
width              98 libavcodec/msrledec.c             if (pixel_ptr + rle_code > avctx->width + 1) {
width             105 libavcodec/msrledec.c                 if (pixel_ptr >= avctx->width)
width             135 libavcodec/msrledec.c     unsigned int width= FFABS(pic->linesize[0]) / (depth >> 3);
width             166 libavcodec/msrledec.c                 if (line < 0 || pos >= width){
width             173 libavcodec/mss1.c                                         avctx->width, avctx->height);
width             293 libavcodec/mss12.c                          int x, int y, int width, int height, int stride,
width             302 libavcodec/mss12.c         for (i = 0; i < width; i++) {
width             307 libavcodec/mss12.c                                             i, j, width - i - 1);
width             321 libavcodec/mss12.c                             int x, int y, int width, int height)
width             329 libavcodec/mss12.c                    width * 3);
width             332 libavcodec/mss12.c                    width);
width             337 libavcodec/mss12.c                                int x, int y, int width, int height)
width             339 libavcodec/mss12.c     if (x + c->mvX < 0 || x + c->mvX + width  > c->avctx->width  ||
width             359 libavcodec/mss12.c             memmove(dst, src, width);
width             360 libavcodec/mss12.c             memmove(rgb_dst, rgb_src, width * 3);
width             373 libavcodec/mss12.c                                 int width, int height,
width             383 libavcodec/mss12.c         for (i = 0; i < width; i++) {
width             399 libavcodec/mss12.c                                                 i, j, width - i - 1);
width             460 libavcodec/mss12.c                                int x, int y, int width, int height)
width             477 libavcodec/mss12.c             memset(dst, pix, width);
width             479 libavcodec/mss12.c                 for (j = 0; j < width * 3; j += 3)
width             484 libavcodec/mss12.c                              x, y, width, height, c->pal_stride, c->rgb_stride,
width             492 libavcodec/mss12.c                                int x, int y, int width, int height)
width             508 libavcodec/mss12.c             copy_rectangles(c, x, y, width, height);
width             510 libavcodec/mss12.c             return motion_compensation(c, x, y, width, height);
width             512 libavcodec/mss12.c             return decode_region_intra(sc, acoder, x, y, width, height);
width             515 libavcodec/mss12.c                           x, y, width, height, c->mask_stride, 0,
width             521 libavcodec/mss12.c                                     x, y, width, height,
width             529 libavcodec/mss12.c                          int x, int y, int width, int height)
width             539 libavcodec/mss12.c         if (ff_mss12_decode_rect(sc, acoder, x, y, width, pivot))
width             541 libavcodec/mss12.c         if (ff_mss12_decode_rect(sc, acoder, x, y + pivot, width, height - pivot))
width             545 libavcodec/mss12.c         if ((pivot = decode_pivot(sc, acoder, width)) < 1)
width             549 libavcodec/mss12.c         if (ff_mss12_decode_rect(sc, acoder, x + pivot, y, width - pivot, height))
width             554 libavcodec/mss12.c             return decode_region_intra(sc, acoder, x, y, width, height);
width             556 libavcodec/mss12.c             return decode_region_inter(sc, acoder, x, y, width, height);
width             658 libavcodec/mss12.c     c->mask_stride = FFALIGN(avctx->width, 16);
width              95 libavcodec/mss12.h                          int x, int y, int width, int height);
width             538 libavcodec/mss2.c                 r->x = arith2_get_number(&acoder, avctx->width);
width             540 libavcodec/mss2.c                 r->x = arith2_get_number(&acoder, avctx->width -
width             544 libavcodec/mss2.c             r->w = arith2_get_number(&acoder, avctx->width  - r->x) + 1;
width             557 libavcodec/mss2.c             wmv9rects[0].w = avctx->width;
width             592 libavcodec/mss2.c         c->mvX = AV_RB16(buf - 4) - avctx->width;
width             629 libavcodec/mss2.c                        keyframe, avctx->width, avctx->height))
width             646 libavcodec/mss2.c                                  avctx->width, avctx->height))
width             654 libavcodec/mss2.c                                      avctx->width, avctx->height))
width             667 libavcodec/mss2.c                                                     avctx->width,
width             680 libavcodec/mss2.c                                                         avctx->width,
width             711 libavcodec/mss3.c     if (dec_x + dec_width > avctx->width ||
width             825 libavcodec/mss3.c     if ((avctx->width & 0xF) || (avctx->height & 0xF)) {
width             833 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             578 libavcodec/mss4.c     mb_width  = FFALIGN(width,  16) >> 4;
width             653 libavcodec/mss4.c         c->dc_stride[i] = FFALIGN(avctx->width, 16) >> (2 + !!i);
width             105 libavcodec/msvideo1.c     blocks_wide = s->avctx->width / 4;
width             205 libavcodec/msvideo1.c     blocks_wide = s->avctx->width / 4;
width              79 libavcodec/msvideo1enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*9 + FF_MIN_BUFFER_SIZE)) < 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              41 libavcodec/mvcdec.c     int width     = avctx->width;
width              46 libavcodec/mvcdec.c         width  += 3;
width              49 libavcodec/mvcdec.c     width  &= ~3;
width              51 libavcodec/mvcdec.c     if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
width              66 libavcodec/mvcdec.c                        uint8_t *dst_start, int width, int height, int linesize)
width              73 libavcodec/mvcdec.c         for (x = 0; x < width; x += 4) {
width             139 libavcodec/mvcdec.c                        uint8_t *dst_start, int width, int height,
width             151 libavcodec/mvcdec.c     if ((w & ~3) != width || (h & ~3) != height)
width             220 libavcodec/mvcdec.c         if (x >= width) {
width             243 libavcodec/mvcdec.c                           avctx->width, avctx->height, s->frame->linesize[0]);
width             246 libavcodec/mvcdec.c                           avctx->width, avctx->height, s->frame->linesize[0],
width             162 libavcodec/mxpegdec.c     if ((jpg->width + 0x0F)>>4 != s->mb_width ||
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              79 libavcodec/nuv.c     avpicture_fill(&pic, src, AV_PIX_FMT_YUV420P, width, height);
width              80 libavcodec/nuv.c     av_picture_copy((AVPicture *)f, &pic, AV_PIX_FMT_YUV420P, width, height);
width             114 libavcodec/nuv.c static int codec_reinit(AVCodecContext *avctx, int width, int height,
width             120 libavcodec/nuv.c     width  = FFALIGN(width,  2);
width             124 libavcodec/nuv.c     if (width != c->width || height != c->height) {
width             126 libavcodec/nuv.c         int buf_size = height * width * 3 / 2
width             131 libavcodec/nuv.c         if ((ret = av_image_check_size(height, width, 0, avctx)) < 0)
width             133 libavcodec/nuv.c         avctx->width  = c->width  = width;
width             142 libavcodec/nuv.c         ff_rtjpeg_decode_init(&c->rtj, c->width, c->height, c->lq, c->cq);
width             146 libavcodec/nuv.c         ff_rtjpeg_decode_init(&c->rtj, c->width, c->height, c->lq, c->cq);
width             185 libavcodec/nuv.c         ff_rtjpeg_decode_init(&c->rtj, c->width, c->height, c->lq, c->cq);
width             269 libavcodec/nuv.c         if (buf_size < c->width * height * 3 / 2) {
width             271 libavcodec/nuv.c             height = buf_size / c->width / 3 * 2;
width             274 libavcodec/nuv.c             copy_frame(c->pic, buf, c->width, height);
width             284 libavcodec/nuv.c         memset(c->pic->data[0], 0, c->width * c->height);
width             285 libavcodec/nuv.c         memset(c->pic->data[1], 128, c->width * c->height / 4);
width             286 libavcodec/nuv.c         memset(c->pic->data[2], 128, c->width * c->height / 4);
width             315 libavcodec/nuv.c     c->width       = 0;
width             325 libavcodec/nuv.c     if ((ret = codec_reinit(avctx, avctx->width, avctx->height, -1)) < 0)
width              77 libavcodec/nvenc.c     int width;
width             575 libavcodec/nvenc.c     ctx->init_encode_params.encodeWidth = avctx->width;
width             580 libavcodec/nvenc.c                   avctx->width * avctx->sample_aspect_ratio.num,
width             587 libavcodec/nvenc.c         ctx->init_encode_params.darWidth = avctx->width;
width             592 libavcodec/nvenc.c     if (avctx->width == 720 &&
width             605 libavcodec/nvenc.c     num_mbs = ((avctx->width + 15) >> 4) * ((avctx->height + 15) >> 4);
width             748 libavcodec/nvenc.c         allocSurf.width = (avctx->width + 31) & ~31;
width             782 libavcodec/nvenc.c         ctx->input_surfaces[surfaceCount].width = allocSurf.width;
width            1022 libavcodec/nvenc.c                 avctx->width, avctx->height);
width            1028 libavcodec/nvenc.c                 avctx->width >> 1, avctx->height >> 1);
width            1034 libavcodec/nvenc.c                 avctx->width >> 1, avctx->height >> 1);
width            1040 libavcodec/nvenc.c                 avctx->width, avctx->height);
width            1046 libavcodec/nvenc.c                 avctx->width, avctx->height >> 1);
width            1052 libavcodec/nvenc.c                 avctx->width, avctx->height);
width            1058 libavcodec/nvenc.c                 avctx->width, avctx->height);
width            1064 libavcodec/nvenc.c                 avctx->width, avctx->height);
width            1090 libavcodec/nvenc.c         pic_params.inputWidth = avctx->width;
width             268 libavcodec/options.c {"width", "", FOFFSET(width), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, 0},
width             419 libavcodec/options.c            ctx->width, ctx->height,
width             438 libavcodec/options.c     ctx1->width = ctx1->height = 128;
width             497 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              82 libavcodec/pafvideo.c     c->width  = avctx->width;
width              85 libavcodec/pafvideo.c     if (avctx->height & 3 || avctx->width & 3) {
width              88 libavcodec/pafvideo.c                avctx->width, avctx->height);
width              98 libavcodec/pafvideo.c     c->frame_size = avctx->width * FFALIGN(avctx->height, 256);
width              99 libavcodec/pafvideo.c     c->video_size = avctx->width * avctx->height;
width             111 libavcodec/pafvideo.c static void read4x4block(PAFVideoDecContext *c, uint8_t *dst, int width)
width             117 libavcodec/pafvideo.c         dst += width;
width             121 libavcodec/pafvideo.c static void copy_color_mask(uint8_t *dst, int width, uint8_t mask, uint8_t color)
width             129 libavcodec/pafvideo.c             dst[width + i] = color;
width             133 libavcodec/pafvideo.c static void copy_src_mask(uint8_t *dst, int width, uint8_t mask, const uint8_t *src)
width             141 libavcodec/pafvideo.c             dst[width + i] = src[width + i];
width             154 libavcodec/pafvideo.c     *p    = c->frame[page] + x * 2 + y * 2 * c->width;
width             180 libavcodec/pafvideo.c             dst    = c->frame[page] + x + y * c->width;
width             186 libavcodec/pafvideo.c                 if (dst + 3 * c->width + 4 > dend)
width             188 libavcodec/pafvideo.c                 read4x4block(c, dst, c->width);
width             190 libavcodec/pafvideo.c                     dst += c->width * 3;
width             200 libavcodec/pafvideo.c         if ((src + 3 * c->width + 4 > send) ||
width             201 libavcodec/pafvideo.c             (dst + 3 * c->width + 4 > dend))
width             203 libavcodec/pafvideo.c         copy_block4(dst, src, c->width, c->width, 4);
width             206 libavcodec/pafvideo.c             dst += c->width * 3;
width             221 libavcodec/pafvideo.c     for (i = 0; i < c->height; i += 4, dst += c->width * 3)
width             222 libavcodec/pafvideo.c         for (j = 0; j < c->width; j += 4, dst += 4) {
width             234 libavcodec/pafvideo.c                 offset = c->width * 2;
width             244 libavcodec/pafvideo.c                     copy_color_mask(dst + offset, c->width, mask, color);
width             251 libavcodec/pafvideo.c                     if (src + offset + c->width + 4 > send)
width             254 libavcodec/pafvideo.c                     copy_src_mask(dst + offset, c->width, mask, src + offset);
width             375 libavcodec/pafvideo.c                         c->frame[c->current_frame], c->width,
width             376 libavcodec/pafvideo.c                         c->width, c->height);
width              34 libavcodec/pamenc.c     w = avctx->width;
width             115 libavcodec/pcxenc.c     if (avctx->width > 65535 || avctx->height > 65535) {
width             150 libavcodec/pcxenc.c     line_bytes = (avctx->width * bpp + 7) >> 3;
width             170 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             298 libavcodec/pgssubdec.c     object->w = width;
width             462 libavcodec/pgssubdec.c         if (ctx->presentation.objects[i].x > avctx->width ||
width             467 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              74 libavcodec/pictordec.c             if (*x == s->width) {
width             118 libavcodec/pictordec.c     s->width       = bytestream2_get_le16u(&s->g);
width             143 libavcodec/pictordec.c     if (av_image_check_size(s->width, s->height, 0, avctx) < 0)
width             145 libavcodec/pictordec.c     if (s->width != avctx->width && s->height != avctx->height) {
width             146 libavcodec/pictordec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width             239 libavcodec/pictordec.c         if (x < avctx->width) {
width             240 libavcodec/pictordec.c             int run = (y + 1) * avctx->width - x;
width             248 libavcodec/pictordec.c             memcpy(frame->data[0] + y * frame->linesize[0], s->g.buffer, FFMIN(avctx->width, bytestream2_get_bytes_left(&s->g)));
width             249 libavcodec/pictordec.c             bytestream2_skip(&s->g, avctx->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              65 libavcodec/png.h int ff_png_pass_row_size(int pass, int bits_per_pixel, int width);
width              46 libavcodec/pngdec.c     int width, height;
width              96 libavcodec/pngdec.c static void png_put_interlaced_row(uint8_t *dst, int width,
width             110 libavcodec/pngdec.c         for (x = 0; x < width; x++) {
width             123 libavcodec/pngdec.c         for (x = 0; x < width; x++) {
width             137 libavcodec/pngdec.c         for (x = 0; x < width; x++) {
width             153 libavcodec/pngdec.c             for (x = 0; x < width; x++) {
width             542 libavcodec/pngdec.c     s->width  = s->cur_w = bytestream2_get_be32(&s->gb);
width             544 libavcodec/pngdec.c     if (av_image_check_size(s->width, s->height, 0, avctx)) {
width             545 libavcodec/pngdec.c         s->width = s->height = 0;
width             559 libavcodec/pngdec.c                 s->width, s->height, s->bit_depth, s->color_type,
width             592 libavcodec/pngdec.c         avctx->width  = s->width;
width             737 libavcodec/pngdec.c             i = s->width / 8;
width             739 libavcodec/pngdec.c                 if ((s->width&7) >= k)
width             757 libavcodec/pngdec.c             i = s->width / 4;
width             759 libavcodec/pngdec.c                 if ((s->width&3) >= 3) pd[4*i + 2]= (pd[i] >> 2) & 3;
width             760 libavcodec/pngdec.c                 if ((s->width&3) >= 2) pd[4*i + 1]= (pd[i] >> 4) & 3;
width             761 libavcodec/pngdec.c                 if ((s->width&3) >= 1) pd[4*i + 0]=  pd[i] >> 6;
width             769 libavcodec/pngdec.c                 if ((s->width&3) >= 3) pd[4*i + 2]= ((pd[i]>>2) & 3)*0x55;
width             770 libavcodec/pngdec.c                 if ((s->width&3) >= 2) pd[4*i + 1]= ((pd[i]>>4) & 3)*0x55;
width             771 libavcodec/pngdec.c                 if ((s->width&3) >= 1) pd[4*i + 0]= ( pd[i]>>6     )*0x55;
width             785 libavcodec/pngdec.c             i = s->width/2;
width             787 libavcodec/pngdec.c                 if (s->width&1) pd[2*i+0]= pd[i]>>4;
width             793 libavcodec/pngdec.c                 if (s->width & 1) pd[2*i + 0]= (pd[i] >> 4) * 0x11;
width             823 libavcodec/pngdec.c         (s->cur_w != s->width ||
width             829 libavcodec/pngdec.c         s->cur_w > s->width - s->x_offset|| s->cur_h > s->height - s->y_offset)
width             851 libavcodec/pngdec.c     int ls = FFMIN(av_image_get_linesize(p->format, s->width, 0), s->width * s->bpp);
width             874 libavcodec/pngdec.c     int ls = FFMIN(av_image_get_linesize(p->format, s->width, 0), s->width * s->bpp);
width            1075 libavcodec/pngdec.c             && ref->width == p->width
width              55 libavcodec/pngenc.c                                    const uint8_t *src, int width)
width              67 libavcodec/pngenc.c         for (x = 0; x < width; x++) {
width              80 libavcodec/pngenc.c         for (x = 0; x < width; x++) {
width             349 libavcodec/pngenc.c     row_size       = (avctx->width * bits_per_pixel + 7) >> 3;
width             395 libavcodec/pngenc.c     AV_WB32(s->buf, avctx->width);
width             464 libavcodec/pngenc.c             pass_row_size = ff_png_pass_row_size(pass, bits_per_pixel, avctx->width);
width             473 libavcodec/pngenc.c                                                ptr, avctx->width);
width             113 libavcodec/pnm.c         avctx->width  = w;
width             156 libavcodec/pnm.c     avctx->width  = w;
width             188 libavcodec/pnm.c         if ((avctx->width & 1) != 0)
width              69 libavcodec/pnm_parser.c                + avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
width              67 libavcodec/pnmdec.c         n = avctx->width * 8;
width              74 libavcodec/pnmdec.c         n = avctx->width * 6;
width              81 libavcodec/pnmdec.c         n = avctx->width * 4;
width              86 libavcodec/pnmdec.c         n = avctx->width * 3;
width              93 libavcodec/pnmdec.c         n = avctx->width;
width             100 libavcodec/pnmdec.c         n = avctx->width * 2;
width             105 libavcodec/pnmdec.c         n = avctx->width * 2;
width             112 libavcodec/pnmdec.c         n =  avctx->width * 4;
width             120 libavcodec/pnmdec.c         n = (avctx->width + 7) >> 3;
width             133 libavcodec/pnmdec.c                 for(j=0; j<avctx->width * components; j++){
width             186 libavcodec/pnmdec.c             n        = avctx->width;
width             218 libavcodec/pnmdec.c             n        = avctx->width * 2;
width              34 libavcodec/pnmenc.c                                                        avctx->width,
width              47 libavcodec/pnmenc.c         n  = (avctx->width + 7) >> 3;
width              51 libavcodec/pnmenc.c         n  = avctx->width;
width              55 libavcodec/pnmenc.c         n  = avctx->width * 2;
width              59 libavcodec/pnmenc.c         n  = avctx->width * 3;
width              63 libavcodec/pnmenc.c         n  = avctx->width * 6;
width              66 libavcodec/pnmenc.c         if (avctx->width & 1 || avctx->height & 1) {
width              71 libavcodec/pnmenc.c         n  = avctx->width;
width              76 libavcodec/pnmenc.c         n  = avctx->width * 2;
width              83 libavcodec/pnmenc.c              "P%c\n%d %d\n", c, avctx->width, h1);
width              68 libavcodec/proresdec2.c     int hdr_size, width, height, flags;
width              86 libavcodec/proresdec2.c     width  = AV_RB16(buf + 8);
width              88 libavcodec/proresdec2.c     if (width != avctx->width || height != avctx->height) {
width              90 libavcodec/proresdec2.c                avctx->width, avctx->height, width, height);
width             176 libavcodec/proresdec2.c     ctx->mb_width  = (avctx->width  + 15) >> 4;
width             102 libavcodec/proresdec_lgpl.c     int hdr_size, version, width, height, flags;
width             118 libavcodec/proresdec_lgpl.c     width  = AV_RB16(buf + 8);
width             120 libavcodec/proresdec_lgpl.c     if (width != avctx->width || height != avctx->height) {
width             123 libavcodec/proresdec_lgpl.c                avctx->width, avctx->height, width, height);
width             249 libavcodec/proresdec_lgpl.c     ctx->num_x_mbs = (avctx->width + 15) >> 4;
width             342 libavcodec/proresenc_anatoliy.c         unsigned stride, unsigned width, unsigned height, uint16_t *dst,
width             346 libavcodec/proresenc_anatoliy.c     int box_width = FFMIN(width - x, dst_width);
width             394 libavcodec/proresenc_anatoliy.c                 luma_stride, avctx->width, avctx->height,
width             397 libavcodec/proresenc_anatoliy.c                 chroma_stride, avctx->width >> 1, avctx->height,
width             400 libavcodec/proresenc_anatoliy.c                 chroma_stride, avctx->width >> 1, avctx->height,
width             444 libavcodec/proresenc_anatoliy.c     int mb_width = (avctx->width + 15) >> 4;
width             469 libavcodec/proresenc_anatoliy.c             unsafe_right = (avctx->width & 0xf) && (mb_x + slice_mb_count == mb_width);
width             495 libavcodec/proresenc_anatoliy.c     int frame_size = FFALIGN(avctx->width, 16) * FFALIGN(avctx->height, 16)*16 + 500 + FF_MIN_BUFFER_SIZE; //FIXME choose tighter limit
width             511 libavcodec/proresenc_anatoliy.c     bytestream_put_be16(&buf, avctx->width);
width             550 libavcodec/proresenc_anatoliy.c     if (avctx->width & 0x1) {
width             556 libavcodec/proresenc_anatoliy.c     if (avctx->width > 65534 || avctx->height > 65535) {
width             562 libavcodec/proresenc_anatoliy.c     if ((avctx->height & 0xf) || (avctx->width & 0xf)) {
width             545 libavcodec/proresenc_kostya.c             pwidth      = avctx->width;
width             550 libavcodec/proresenc_kostya.c             pwidth      = avctx->width >> 1;
width             784 libavcodec/proresenc_kostya.c             pwidth         = avctx->width;
width             789 libavcodec/proresenc_kostya.c             pwidth         = avctx->width >> 1;
width             962 libavcodec/proresenc_kostya.c     bytestream_put_be16  (&buf, avctx->width);
width            1178 libavcodec/proresenc_kostya.c     ctx->mb_width      = FFALIGN(avctx->width,  16) >> 4;
width             202 libavcodec/pthread_frame.c         dst->width     = src->width;
width              39 libavcodec/qpeg.c                               int stride, int width, int height)
width              84 libavcodec/qpeg.c                 if (filled >= width) {
width              95 libavcodec/qpeg.c                 if (filled >= width) {
width             114 libavcodec/qpeg.c                               int stride, int width, int height,
width             126 libavcodec/qpeg.c             memcpy(dst + (i * stride), refdata + (i * stride), width);
width             166 libavcodec/qpeg.c                     if ((me_x + filled < 0) || (me_x + me_w + filled > width) ||
width             168 libavcodec/qpeg.c                        (filled + me_w > width) || (height - me_h < 0))
width             193 libavcodec/qpeg.c                 if(filled >= width) {
width             209 libavcodec/qpeg.c                 if(filled >= width) {
width             230 libavcodec/qpeg.c             while( filled >= width) {
width             231 libavcodec/qpeg.c                 filled -= width;
width             244 libavcodec/qpeg.c             if(filled >= width) {
width             284 libavcodec/qpeg.c         qpeg_decode_intra(a, outdata, p->linesize[0], avctx->width, avctx->height);
width             286 libavcodec/qpeg.c         qpeg_decode_inter(a, outdata, p->linesize[0], avctx->width, avctx->height, delta, ctable, ref->data[0]);
width             176 libavcodec/qsv_h264.c         avctx->width        = s->parser->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             118 libavcodec/qtrleenc.c     if ((ret = avpicture_alloc(&s->previous_frame, avctx->pix_fmt, avctx->width, avctx->height)) < 0) {
width             142 libavcodec/qtrleenc.c     int width=s->logical_width;
width             164 libavcodec/qtrleenc.c         (width - 1)*s->pixel_size;
width             166 libavcodec/qtrleenc.c         (width - 1)*s->pixel_size;
width             168 libavcodec/qtrleenc.c     s->length_table[width] = 0;
width             173 libavcodec/qtrleenc.c     lowest_bulk_cost_index = width;
width             175 libavcodec/qtrleenc.c     sec_lowest_bulk_cost_index = width;
width             179 libavcodec/qtrleenc.c     for (i = width - 1; i >= 0; i--) {
width             185 libavcodec/qtrleenc.c         if (FFMIN(width, i + MAX_RLE_BULK) < lowest_bulk_cost_index) {
width             190 libavcodec/qtrleenc.c             sec_lowest_bulk_cost_index = width;
width             231 libavcodec/qtrleenc.c         if (i < width - 1 && !memcmp(this_line, this_line + s->pixel_size, s->pixel_size))
width             287 libavcodec/qtrleenc.c     while (i < width) {
width             391 libavcodec/qtrleenc.c                     avctx->pix_fmt, avctx->width, avctx->height);
width              46 libavcodec/r210dec.c     int aligned_width = FFALIGN(avctx->width,
width              68 libavcodec/r210dec.c         for (w = 0; w < avctx->width; w++) {
width              89 libavcodec/r210dec.c         src += aligned_width - avctx->width;
width              41 libavcodec/r210enc.c     int aligned_width = FFALIGN(avctx->width,
width              43 libavcodec/r210enc.c     int pad = (aligned_width - avctx->width) * 4;
width              57 libavcodec/r210enc.c         for (j = 0; j < avctx->width; j++) {
width             139 libavcodec/rawdec.c         for (i = 0; i < avctx->width * avctx->height; i++) { \
width             168 libavcodec/rawdec.c                                                  FFALIGN(avctx->width, 16),
width             172 libavcodec/rawdec.c         context->frame_size = avpicture_get_size(avctx->pix_fmt, avctx->width,
width             195 libavcodec/rawdec.c     if ((res = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
width             268 libavcodec/rawdec.c                               avctx->width, avctx->height)) < 0) {
width             331 libavcodec/rawdec.c     if (avctx->codec_tag == AV_RL32("I420") && (avctx->width+1)*(avctx->height+1) * 3/2 == buf_size) {
width             332 libavcodec/rawdec.c         picture->data[1] = picture->data[1] +  (avctx->width+1)*(avctx->height+1) -avctx->width*avctx->height;
width             333 libavcodec/rawdec.c         picture->data[2] = picture->data[2] + ((avctx->width+1)*(avctx->height+1) -avctx->width*avctx->height)*5/4;
width             341 libavcodec/rawdec.c             for (x = 0; x < avctx->width; x++)
width              49 libavcodec/rawenc.c     int ret = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
width              56 libavcodec/rawenc.c     if ((ret = avpicture_layout((const AVPicture *)frame, avctx->pix_fmt, avctx->width,
width              63 libavcodec/rawenc.c         for(x = 1; x < avctx->height*avctx->width*2; x += 2)
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             151 libavcodec/rl2.c     if (s->video_base >= avctx->width * avctx->height) {
width             164 libavcodec/rl2.c         uint8_t *back_frame = av_mallocz(avctx->width*avctx->height);
width             168 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             159 libavcodec/roqvideodec.c         if (xpos >= ri->width) {
width             160 libavcodec/roqvideodec.c             xpos -= ri->width;
width             175 libavcodec/roqvideodec.c     if (avctx->width % 16 || avctx->height % 16) {
width             181 libavcodec/roqvideodec.c     s->width = avctx->width;
width             213 libavcodec/roqvideodec.c                         avctx->pix_fmt, avctx->width, avctx->height);
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             752 libavcodec/roqvideoenc.c                      enc->width));  //WARNING: Square dimensions implied...
width             847 libavcodec/roqvideoenc.c     int max = enc->width*enc->height/16;
width             860 libavcodec/roqvideoenc.c     create_clusters(enc->frame_to_enc, enc->width, enc->height, yuvClusters);
width             932 libavcodec/roqvideoenc.c     for (i=0; i<enc->width*enc->height/64; i++)
width             960 libavcodec/roqvideoenc.c     reconstruct_and_encode_image(enc, tempData, enc->width, enc->height,
width             961 libavcodec/roqvideoenc.c                                  enc->width*enc->height/64);
width            1005 libavcodec/roqvideoenc.c     if ((avctx->width & 0xf) || (avctx->height & 0xf)) {
width            1010 libavcodec/roqvideoenc.c     if (avctx->width > 65535 || avctx->height > 65535) {
width            1015 libavcodec/roqvideoenc.c     if (((avctx->width)&(avctx->width-1))||((avctx->height)&(avctx->height-1)))
width            1018 libavcodec/roqvideoenc.c     enc->width = avctx->width;
width            1035 libavcodec/roqvideoenc.c         av_mallocz_array((enc->width*enc->height/16), sizeof(motion_vect));
width            1038 libavcodec/roqvideoenc.c         av_malloc_array ((enc->width*enc->height/16), sizeof(motion_vect));
width            1041 libavcodec/roqvideoenc.c         av_mallocz_array((enc->width*enc->height/64), sizeof(motion_vect));
width            1044 libavcodec/roqvideoenc.c         av_malloc_array ((enc->width*enc->height/64), sizeof(motion_vect));
width            1068 libavcodec/roqvideoenc.c     bytestream_put_le16(&enc->out_buf, enc->width);
width            1097 libavcodec/roqvideoenc.c     size = ((enc->width * enc->height / 64) * 138 + 7) / 8 + 256 * (6 + 4) + 8;
width              58 libavcodec/rpza.c     if (pixel_ptr >= width) \
width              73 libavcodec/rpza.c     int width = s->avctx->width;
width             105 libavcodec/rpza.c     total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4);
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             376 libavcodec/rv10.c         if (new_w != s->width || new_h != s->height) {
width             387 libavcodec/rv10.c             if (2 * new_w * s->height == new_h * s->width)
width             389 libavcodec/rv10.c             if (new_w * s->height == 2 * new_h * s->width)
width             396 libavcodec/rv10.c             s->width  = new_w;
width             406 libavcodec/rv10.c     if (av_image_check_size(s->width, s->height, 0, s->avctx) < 0)
width             483 libavcodec/rv10.c     s->width        = avctx->coded_width;
width              40 libavcodec/rv30.c     int w = r->s.width, h = r->s.height;
width              71 libavcodec/rv30.c     si->width  = w;
width             666 libavcodec/rv34.c                           const int width, const int height, int dir,
width             725 libavcodec/rv34.c     if(s->h_edge_pos - (width << 3) < 6 || s->v_edge_pos - (height << 3) < 6 ||
width             726 libavcodec/rv34.c        (unsigned)(src_x - !!lx*2) > s->h_edge_pos - !!lx*2 - (width <<3) - 4 ||
width             731 libavcodec/rv34.c                                  (width << 3) + 6, (height << 3) + 6,
width             763 libavcodec/rv34.c                                  (width << 2) + 1, (height << 2) + 1,
width             771 libavcodec/rv34.c                                  (width << 2) + 1, (height << 2) + 1,
width             776 libavcodec/rv34.c     chroma_mc[2-width]   (U, srcU, s->uvlinesize, height*4, uvmx, uvmy);
width             777 libavcodec/rv34.c     chroma_mc[2-width]   (V, srcV, s->uvlinesize, height*4, uvmx, uvmy);
width             782 libavcodec/rv34.c                         const int width, const int height, int dir)
width             784 libavcodec/rv34.c     rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0,
width            1423 libavcodec/rv34.c     if (s->width != r->si.width || s->height != r->si.height) {
width            1558 libavcodec/rv34.c     if (s->height != s1->height || s->width != s1->width) {
width            1560 libavcodec/rv34.c         s->width  = s1->width;
width            1694 libavcodec/rv34.c         if (s->width != si.width || s->height != si.height) {
width            1698 libavcodec/rv34.c                    si.width, si.height);
width            1700 libavcodec/rv34.c             if (av_image_check_size(si.width, si.height, 0, s->avctx))
width            1704 libavcodec/rv34.c                 s->width, s->height, s->avctx->sample_aspect_ratio,
width            1705 libavcodec/rv34.c                 si.width, si.height);
width            1706 libavcodec/rv34.c             s->width  = si.width;
width            1709 libavcodec/rv34.c             err = ff_set_dimensions(s->avctx, s->width, s->height);
width              78 libavcodec/rv34.h     int width;             ///< coded width
width             131 libavcodec/rv40.c     int w = r->s.width, h = r->s.height;
width             150 libavcodec/rv40.c     si->width  = w;
width             390 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             496 libavcodec/sanm.c     init_sizes(ctx, avctx->width, avctx->height);
width             557 libavcodec/sanm.c                       int left, int width, int height)
width             578 libavcodec/sanm.c             if (pos + code > width)
width             623 libavcodec/sanm.c                        int left, int width, int height)
width             660 libavcodec/sanm.c             bytestream2_get_buffer(&ctx->gb, dst, width);
width             676 libavcodec/sanm.c                 for (i = 0; i < width; i += 4) {
width             727 libavcodec/sanm.c                 for (i = 0; i < width; i += 4) {
width             859 libavcodec/sanm.c                        int left, int width, int height)
width             892 libavcodec/sanm.c         if (bytestream2_get_bytes_left(&ctx->gb) < width * height)
width             895 libavcodec/sanm.c             bytestream2_get_bufferu(&ctx->gb, dst, width);
width             900 libavcodec/sanm.c         if (bytestream2_get_bytes_left(&ctx->gb) < ((width + 1) >> 1) * ((height + 1) >> 1))
width             903 libavcodec/sanm.c             for (i = 0; i < width; i += 2) {
width             915 libavcodec/sanm.c                 for (i = 0; i < width; i += 8)
width             962 libavcodec/sanm.c     if (ctx->width < left + w || ctx->height < top + h) {
width             963 libavcodec/sanm.c         int ret = ff_set_dimensions(ctx->avctx, FFMAX(left + w, ctx->width),
width             967 libavcodec/sanm.c         init_sizes(ctx, FFMAX(left + w, ctx->width),
width             998 libavcodec/sanm.c     if (bytestream2_get_bytes_left(&ctx->gb) < ctx->width * ctx->height * 2) {
width            1003 libavcodec/sanm.c         for (x = 0; x < ctx->width; x++)
width            1171 libavcodec/sanm.c         mx = index % ctx->width;
width            1172 libavcodec/sanm.c         my = index / ctx->width;
width            1332 libavcodec/sanm.c     hdr->width  = bytestream2_get_le32u(&ctx->gb);
width            1335 libavcodec/sanm.c     if (hdr->width != ctx->width || hdr->height != ctx->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              33 libavcodec/sgienc.c     if (avctx->width > 65535 || avctx->height > 65535) {
width              35 libavcodec/sgienc.c                "Unsupported resolution %dx%d.\n", avctx->width, avctx->height);
width              53 libavcodec/sgienc.c     unsigned int width, height, depth, dimension;
width              60 libavcodec/sgienc.c     width  = avctx->width;
width             113 libavcodec/sgienc.c         length += depth * height * width;
width             115 libavcodec/sgienc.c         length += tablesize * 2 + depth * height * (2 * width + 1);
width             127 libavcodec/sgienc.c     bytestream_put_be16(&buf, width);
width             155 libavcodec/sgienc.c         if (!(encode_buf = av_malloc(width)))
width             164 libavcodec/sgienc.c                 for (x = 0; x < width; x++)
width             167 libavcodec/sgienc.c                 if ((length = ff_rle_encode(buf, end_buf - buf - 1, encode_buf, 1, width, 0, 0, 0x80, 0)) < 1) {
width             185 libavcodec/sgienc.c                 for (x = 0; x < width * depth; x += depth)
width              75 libavcodec/sgirledec.c                           int width, int height, ptrdiff_t linesize)
width              82 libavcodec/sgirledec.c     if (x >= width) {                                                         \
width              93 libavcodec/sgirledec.c                 int length = FFMIN(v, width - x);
width             104 libavcodec/sgirledec.c                 int length = FFMIN3(v, width - x, src_end - src);
width             130 libavcodec/sgirledec.c                          avctx->width, avctx->height, s->frame->linesize[0]);
width             438 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             162 libavcodec/smc.c                     (row_ptr - s->avctx->width * 4) + s->avctx->width - 4;
width             195 libavcodec/smc.c                 prev_block_ptr1 = (row_ptr - s->avctx->width * 4) +
width             196 libavcodec/smc.c                     s->avctx->width - 4 * 2;
width             198 libavcodec/smc.c                 prev_block_ptr1 = (row_ptr - s->avctx->width * 4) + row_inc;
width             203 libavcodec/smc.c                 prev_block_ptr2 = (row_ptr - s->avctx->width * 4) + row_inc;
width              53 libavcodec/smvjpegdec.c                                enum PixelFormat pix_fmt, int width, int height,
width             174 libavcodec/smvjpegdec.c     ret = ff_set_dimensions(avctx, mjpeg_data->width, mjpeg_data->height / s->frames_per_jpeg);
width             182 libavcodec/smvjpegdec.c         s->picture[1]->width         = avctx->width;
width             187 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= FF_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 ? s->avctx->width >>s->chroma_h_shift : s->avctx->width;
width              85 libavcodec/snow.h     int width;
width              99 libavcodec/snow.h     int width;
width             195 libavcodec/snow.h static av_always_inline void snow_interleave_line_header(int * i, int width, IDWTELEM * low, IDWTELEM * high){
width             196 libavcodec/snow.h     (*i) = (width) - 2;
width             198 libavcodec/snow.h     if (width & 1){
width             211 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             216 libavcodec/snow.h     if((width^lift_high)&1){
width             221 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             226 libavcodec/snow.h         if(width&1){
width             433 libavcodec/snow.h     int w= p->width;
width             618 libavcodec/snow.h     const int w= b->width;
width             711 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 ff_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     ff_spatial_idwt_init(cs, buffer, width, height, stride, type,
width             739 libavcodec/snow_dwt.c         ff_spatial_idwt_slice(cs, buffer, temp, width, height, stride, type,
width              57 libavcodec/snow_dwt.h                                 int width);
width              58 libavcodec/snow_dwt.h     void (*horizontal_compose97i)(IDWTELEM *b, IDWTELEM *temp, int width);
width             102 libavcodec/snow_dwt.h                                  int width);
width             103 libavcodec/snow_dwt.h void ff_snow_horizontal_compose97i(IDWTELEM *b, IDWTELEM *temp, int width);
width             112 libavcodec/snow_dwt.h void ff_spatial_dwt(int *buffer, int *temp, int width, int height, int stride,
width             115 libavcodec/snow_dwt.h void ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width,
width             120 libavcodec/snow_dwt.h                                     int width, int height, int stride_line,
width             122 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             115 libavcodec/snowdec.c     const int w= b->width;
width             136 libavcodec/snowdec.c         memset(line, 0, b->width*sizeof(IDWTELEM));
width             214 libavcodec/snowdec.c     const int w= b->width;
width             237 libavcodec/snowdec.c     const int w= b->width;
width             379 libavcodec/snowdec.c     if(FFMIN(s->avctx-> width>>s->chroma_h_shift,
width             452 libavcodec/snowdec.c                                     s->plane[0].width,
width             491 libavcodec/snowdec.c         int w= p->width;
width              77 libavcodec/snowenc.c     s->m.me.scratchpad= av_mallocz_array((avctx->width+64), 2*16*2*sizeof(uint8_t));
width             508 libavcodec/snowenc.c     const int w= p->width;
width             606 libavcodec/snowenc.c     const int w= p->width;
width             708 libavcodec/snowenc.c     const int w= p->width;
width             763 libavcodec/snowenc.c     const int w= b->width;
width             798 libavcodec/snowenc.c                     if(px<b->parent->width && py<b->parent->height)
width             849 libavcodec/snowenc.c                     if(px<b->parent->width && py<b->parent->height)
width            1064 libavcodec/snowenc.c                     const int w= s->plane[0].width;
width            1228 libavcodec/snowenc.c     const int w= b->width;
width            1289 libavcodec/snowenc.c     const int w= b->width;
width            1311 libavcodec/snowenc.c     const int w= b->width;
width            1335 libavcodec/snowenc.c     const int w= b->width;
width            1481 libavcodec/snowenc.c             const int w= b->width;
width            1522 libavcodec/snowenc.c     int width = p->width;
width            1532 libavcodec/snowenc.c             memset(s->spatial_idwt_buffer, 0, sizeof(*s->spatial_idwt_buffer)*width*height);
width            1533 libavcodec/snowenc.c             ibuf[b->width/2 + b->height/2*b->stride]= 256*16;
width            1534 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            1536 libavcodec/snowenc.c                 for(x=0; x<width; x++){
width            1537 libavcodec/snowenc.c                     int64_t d= s->spatial_idwt_buffer[x + y*width]*16;
width            1553 libavcodec/snowenc.c     const int width= s->avctx->width;
width            1571 libavcodec/snowenc.c                    width>>hshift);
width            1573 libavcodec/snowenc.c                                 width >> hshift, height >> vshift,
width            1607 libavcodec/snowenc.c         int w = s->avctx->width;
width            1631 libavcodec/snowenc.c         int block_width = (width +15)>>4;
width            1644 libavcodec/snowenc.c         s->m.width = width;
width            1680 libavcodec/snowenc.c     while(   !(width >>(s->chroma_h_shift + s->spatial_decomposition_count))
width            1707 libavcodec/snowenc.c         int w= p->width;
width            1918 libavcodec/snowenc.c     int buffer[2][width*height];
width            1925 libavcodec/snowenc.c     s.temp_dwt_buffer  = av_mallocz_array(width, sizeof(DWTELEM));
width            1926 libavcodec/snowenc.c     s.temp_idwt_buffer = av_mallocz_array(width, sizeof(IDWTELEM));
width            1936 libavcodec/snowenc.c     for(i=0; i<width*height; i++)
width            1939 libavcodec/snowenc.c     ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
width            1940 libavcodec/snowenc.c     ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
width            1942 libavcodec/snowenc.c     for(i=0; i<width*height; i++)
width            1947 libavcodec/snowenc.c     for(i=0; i<width*height; i++)
width            1950 libavcodec/snowenc.c     ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
width            1951 libavcodec/snowenc.c     ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
width            1953 libavcodec/snowenc.c     for(i=0; i<width*height; i++)
width            1966 libavcodec/snowenc.c                 int w= width  >> (s.spatial_decomposition_count-level);
width            1968 libavcodec/snowenc.c                 int stride= width  << (s.spatial_decomposition_count-level);
width            1975 libavcodec/snowenc.c                 memset(buffer[0], 0, sizeof(int)*width*height);
width            1977 libavcodec/snowenc.c                 ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
width            1979 libavcodec/snowenc.c                     for(x=0; x<width; x++){
width            1980 libavcodec/snowenc.c                         int64_t d= buffer[0][x + y*width];
width            1982 libavcodec/snowenc.c                         if(FFABS(width/2-x)<9 && FFABS(height/2-y)<9 && level==2) printf("%8"PRId64" ", d);
width            2003 libavcodec/snowenc.c             int w= width  >> (s.spatial_decomposition_count-level);
width            2005 libavcodec/snowenc.c             int stride= width  << (s.spatial_decomposition_count-level);
width            2012 libavcodec/snowenc.c             memset(buffer[0], 0, sizeof(int)*width*height);
width            2014 libavcodec/snowenc.c                 for(x=0; x<width; x++){
width            2016 libavcodec/snowenc.c                     buffer[0][x+width*y]= 256*256*tab[(x&1) + 2*(y&1)];
width            2019 libavcodec/snowenc.c             ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
width            2021 libavcodec/snowenc.c                 for(x=0; x<width; x++){
width            2022 libavcodec/snowenc.c                     int64_t d= buffer[0][x + y*width];
width            2024 libavcodec/snowenc.c                     if(FFABS(width/2-x)<9 && FFABS(height/2-y)<9) printf("%8"PRId64" ", d);
width              44 libavcodec/sp5xdec.c     if (!avctx->width || !avctx->height)
width              42 libavcodec/sunrastenc.c     bytestream2_put_be32u(&s->p, avctx->width);
width              78 libavcodec/sunrastenc.c     len  = (s->depth * avctx->width + 7) >> 3;
width             171 libavcodec/sunrastenc.c     s->length = avctx->height * (FFALIGN(avctx->width * s->depth, 16) >> 3);
width              64 libavcodec/svq1dec.c     int width;
width             166 libavcodec/svq1dec.c     unsigned x, y, width, height, level;
width             178 libavcodec/svq1dec.c         width  = 1 << ((4 + level) / 2);
width             186 libavcodec/svq1dec.c                 memset(&dst[y * (pitch / 4)], 0, width);
width             202 libavcodec/svq1dec.c                 memset(&dst[y * (pitch / 4)], mean, width);
width             207 libavcodec/svq1dec.c                 for (x = 0; x < width / 4; x++, codebook++) {
width             232 libavcodec/svq1dec.c     int x, y, width, height, level;
width             244 libavcodec/svq1dec.c         width  = 1 << ((4 + level) / 2);
width             266 libavcodec/svq1dec.c             for (x = 0; x < width / 4; x++, codebook++) {
width             327 libavcodec/svq1dec.c                                    int width, int height)
width             356 libavcodec/svq1dec.c     mv.x = av_clip(mv.x, -2 * x, 2 * (width  - x - 16));
width             370 libavcodec/svq1dec.c                                       int width, int height)
width             426 libavcodec/svq1dec.c         mvx = av_clip(mvx, -2 * x, 2 * (width  - x - 8));
width             448 libavcodec/svq1dec.c                                    int width, int height)
width             473 libavcodec/svq1dec.c                                          pitch, motion, x, y, width, height);
width             484 libavcodec/svq1dec.c                                             pitch, motion, x, y, width, height);
width             521 libavcodec/svq1dec.c     int width  = s->width;
width             573 libavcodec/svq1dec.c             width  = get_bits(bitbuf, 12);
width             576 libavcodec/svq1dec.c             if (!width || !height)
width             580 libavcodec/svq1dec.c             width  = ff_svq1_frame_size_table[frame_size_code][0];
width             604 libavcodec/svq1dec.c     s->width  = width;
width             617 libavcodec/svq1dec.c     int result, i, x, y, width, height;
width             664 libavcodec/svq1dec.c     result = ff_set_dimensions(avctx, s->width, s->height);
width             678 libavcodec/svq1dec.c     pmv = av_malloc((FFALIGN(s->width, 16) / 8 + 3) * sizeof(*pmv));
width             686 libavcodec/svq1dec.c             width    = FFALIGN(s->width,  16);
width             691 libavcodec/svq1dec.c             width    = FFALIGN(s->width  / 4, 16);
width             700 libavcodec/svq1dec.c                 for (x = 0; x < width; x += 16) {
width             716 libavcodec/svq1dec.c                 s->prev->width != s->width || s->prev->height != s->height) {
width             722 libavcodec/svq1dec.c             memset(pmv, 0, ((width / 8) + 3) * sizeof(svq1_pmv));
width             725 libavcodec/svq1dec.c                 for (x = 0; x < width; x += 16) {
width             729 libavcodec/svq1dec.c                                                      pmv, x, y, width, height);
width             771 libavcodec/svq1dec.c     s->width            = avctx->width  + 3 & ~3;
width             247 libavcodec/svq1enc.c                              int width, int height, int src_stride, int stride)
width             264 libavcodec/svq1enc.c     block_width  = (width  + 15) / 16;
width             276 libavcodec/svq1enc.c         s->m.width                         = width;
width             330 libavcodec/svq1enc.c                        width);
width             331 libavcodec/svq1enc.c                 for (x = width; x < 16 * block_width; x++)
width             356 libavcodec/svq1enc.c                    width);
width             357 libavcodec/svq1enc.c             for (x = width; x < 16 * block_width; x++)
width             489 libavcodec/svq1enc.c            s->rd_total / (double)(avctx->width * avctx->height *
width             531 libavcodec/svq1enc.c     s->frame_width  = avctx->width;
width             550 libavcodec/svq1enc.c     s->m.me.scratchpad     = av_mallocz((avctx->width + 64) *
width             301 libavcodec/svq3.c                                     int x, int y, int width, int height,
width             309 libavcodec/svq3.c     int blocksize = 2 - (width >> 3); // 16->0, 8->1, 4->2
width             314 libavcodec/svq3.c     if (mx < 0 || mx >= s->h_edge_pos - width  - 1 ||
width             317 libavcodec/svq3.c         mx = av_clip(mx, -16, s->h_edge_pos - width  + 15);
width             328 libavcodec/svq3.c                                  width + 1, height + 1,
width             335 libavcodec/svq3.c                                                  width, height);
width             344 libavcodec/svq3.c         width  = width  >> 1;
width             355 libavcodec/svq3.c                                          width + 1, height + 1,
width             364 libavcodec/svq3.c                                                          width, height);
width             937 libavcodec/svq3.c             avctx->width  = 160;
width             941 libavcodec/svq3.c             avctx->width  = 128;
width             945 libavcodec/svq3.c             avctx->width  = 176;
width             949 libavcodec/svq3.c             avctx->width  = 352;
width             953 libavcodec/svq3.c             avctx->width  = 704;
width             957 libavcodec/svq3.c             avctx->width  = 240;
width             961 libavcodec/svq3.c             avctx->width  = 320;
width             965 libavcodec/svq3.c             avctx->width  = get_bits(&gb, 12);
width            1042 libavcodec/svq3.c     h->width  = avctx->width;
width            1044 libavcodec/svq3.c     h->mb_width  = (h->width + 15) / 16;
width              38 libavcodec/targa_y216dec.c     uint16_t *y, *u, *v, aligned_width = FFALIGN(avctx->width, 4);
width              57 libavcodec/targa_y216dec.c         for (j = 0; j < avctx->width >> 1; j++) {
width              83 libavcodec/targaenc.c     if(avctx->width > 0xffff || avctx->height > 0xffff) {
width              87 libavcodec/targaenc.c     picsize = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
width              93 libavcodec/targaenc.c     AV_WL16(pkt->data+12, avctx->width);
width             150 libavcodec/targaenc.c         datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height);
width             157 libavcodec/targaenc.c     else datasize = targa_encode_normal(out, p, bpp, avctx->width, avctx->height);
width              54 libavcodec/tiff.c     int width, height;
width             239 libavcodec/tiff.c                                              uint8_t c, int width, int offset)
width             243 libavcodec/tiff.c         while (--width >= 0) {
width             244 libavcodec/tiff.c             dst[(width+offset)*8+7] = (usePtr ? src[width] : c)      & 0x1;
width             245 libavcodec/tiff.c             dst[(width+offset)*8+6] = (usePtr ? src[width] : c) >> 1 & 0x1;
width             246 libavcodec/tiff.c             dst[(width+offset)*8+5] = (usePtr ? src[width] : c) >> 2 & 0x1;
width             247 libavcodec/tiff.c             dst[(width+offset)*8+4] = (usePtr ? src[width] : c) >> 3 & 0x1;
width             248 libavcodec/tiff.c             dst[(width+offset)*8+3] = (usePtr ? src[width] : c) >> 4 & 0x1;
width             249 libavcodec/tiff.c             dst[(width+offset)*8+2] = (usePtr ? src[width] : c) >> 5 & 0x1;
width             250 libavcodec/tiff.c             dst[(width+offset)*8+1] = (usePtr ? src[width] : c) >> 6 & 0x1;
width             251 libavcodec/tiff.c             dst[(width+offset)*8+0] = (usePtr ? src[width] : c) >> 7;
width             255 libavcodec/tiff.c         while (--width >= 0) {
width             256 libavcodec/tiff.c             dst[(width+offset)*4+3] = (usePtr ? src[width] : c) & 0x3;
width             257 libavcodec/tiff.c             dst[(width+offset)*4+2] = (usePtr ? src[width] : c) >> 2 & 0x3;
width             258 libavcodec/tiff.c             dst[(width+offset)*4+1] = (usePtr ? src[width] : c) >> 4 & 0x3;
width             259 libavcodec/tiff.c             dst[(width+offset)*4+0] = (usePtr ? src[width] : c) >> 6;
width             263 libavcodec/tiff.c         while (--width >= 0) {
width             264 libavcodec/tiff.c             dst[(width+offset)*2+1] = (usePtr ? src[width] : c) & 0xF;
width             265 libavcodec/tiff.c             dst[(width+offset)*2+0] = (usePtr ? src[width] : c) >> 4;
width             270 libavcodec/tiff.c             memcpy(dst + offset, src, width);
width             272 libavcodec/tiff.c             memset(dst + offset, c, width);
width             294 libavcodec/tiff.c     int w       = (s->width - 1) / s->subsampling[0] + 1;
width             297 libavcodec/tiff.c     if (s->width % s->subsampling[0] || s->height % s->subsampling[1]) {
width             302 libavcodec/tiff.c                                FFMIN(i * s->subsampling[0] + k, s->width-1)] = *src++;
width             341 libavcodec/tiff.c                             const uint8_t *src, int size, int width, int lines,
width             347 libavcodec/tiff.c     outlen = width * lines;
width             362 libavcodec/tiff.c                (unsigned long)width * lines, ret);
width             369 libavcodec/tiff.c             horizontal_fill(s->bpp, dst, 1, src, 0, width, 0);
width             371 libavcodec/tiff.c             memcpy(dst, src, width);
width             378 libavcodec/tiff.c         src += width;
width             408 libavcodec/tiff.c                             const uint8_t *src, int size, int width, int lines,
width             411 libavcodec/tiff.c     uint64_t outlen = width * lines;
width             427 libavcodec/tiff.c                (uint64_t)width * lines, ret);
width             434 libavcodec/tiff.c             horizontal_fill(s->bpp, dst, 1, src, 0, width, 0);
width             436 libavcodec/tiff.c             memcpy(dst, src, width);
width             443 libavcodec/tiff.c         src += width;
width             451 libavcodec/tiff.c                            const uint8_t *src, int size, int width, int lines)
width             479 libavcodec/tiff.c             horizontal_fill(s->bpp, dst, 1, dst, 0, width, 0);
width             492 libavcodec/tiff.c     int width = ((s->width * s->bpp) + 7) >> 3;
width             499 libavcodec/tiff.c         width /= s->bppcount;
width             505 libavcodec/tiff.c         int bytes_per_row = (((s->width - 1) / s->subsampling[0] + 1) * s->bpp *
width             515 libavcodec/tiff.c         width = (s->width - 1) / s->subsampling[0] + 1;
width             516 libavcodec/tiff.c         width = width * s->subsampling[0] * s->subsampling[1] + 2*width;
width             517 libavcodec/tiff.c         av_assert0(width <= bytes_per_row);
width             523 libavcodec/tiff.c         return tiff_unpack_zlib(s, p, dst, stride, src, size, width, lines,
width             534 libavcodec/tiff.c         return tiff_unpack_lzma(s, p, dst, stride, src, size, width, lines,
width             556 libavcodec/tiff.c             pixels = ff_lzw_decode(s->lzw, dst, width);
width             557 libavcodec/tiff.c             if (pixels < width) {
width             559 libavcodec/tiff.c                        pixels, width);
width             563 libavcodec/tiff.c                 horizontal_fill(s->bpp, dst, 1, dst, 0, width, 0);
width             578 libavcodec/tiff.c         return tiff_unpack_fax(s, dst, stride, src, size, width, lines);
width             595 libavcodec/tiff.c             if (ssrc + size - src < width)
width             600 libavcodec/tiff.c                                 dst, 1, src, 0, width, 0);
width             603 libavcodec/tiff.c                 for (i = 0; i < width; i++)
width             606 libavcodec/tiff.c             src += width;
width             609 libavcodec/tiff.c             for (pixels = 0; pixels < width;) {
width             617 libavcodec/tiff.c                     if (pixels + code > width ||
width             629 libavcodec/tiff.c                     if (pixels + code > width) {
width             642 libavcodec/tiff.c                 for (i = 0; i < width; i++)
width             745 libavcodec/tiff.c     if (s->width != s->avctx->width || s->height != s->avctx->height) {
width             746 libavcodec/tiff.c         ret = ff_set_dimensions(s->avctx, s->width, s->height);
width             812 libavcodec/tiff.c         s->width = value;
width            1293 libavcodec/tiff.c             ssize = s->width * soff;
width            1351 libavcodec/tiff.c     s->width  = 0;
width              56 libavcodec/tiffenc.c     int width;                              ///< picture width
width             204 libavcodec/tiffenc.c     int w       = (s->width - 1) / s->subsampling[0] + 1;
width             207 libavcodec/tiffenc.c     if (s->width % s->subsampling[0] || s->height % s->subsampling[1]) {
width             212 libavcodec/tiffenc.c                                         FFMIN(i * s->subsampling[0] + k, s->width-1)];
width             260 libavcodec/tiffenc.c     s->width          = avctx->width;
width             320 libavcodec/tiffenc.c         s->rps = FFMAX(8192 / (((s->width * s->bpp) >> 3) + 1), 1);
width             326 libavcodec/tiffenc.c     bytes_per_row = (((s->width - 1) / s->subsampling[0] + 1) * s->bpp *
width             449 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             406 libavcodec/truemotion1.c     if (s->w != s->avctx->width || s->h != s->avctx->height ||
width             417 libavcodec/truemotion1.c         av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
width             425 libavcodec/truemotion1.c     s->mb_change_bits_row_size = ((s->avctx->width >> (2 - width_shift)) + 7) >> 3;
width             487 libavcodec/truemotion1.c     av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
width             633 libavcodec/truemotion1.c     memset(s->vert_pred, 0, s->avctx->width * sizeof(unsigned int));
width             646 libavcodec/truemotion1.c         pixels_left = s->avctx->width;
width             759 libavcodec/truemotion1.c     memset(s->vert_pred, 0, s->avctx->width * sizeof(unsigned int));
width             772 libavcodec/truemotion1.c         pixels_left = s->avctx->width;
width             704 libavcodec/truemotion2.c     mx = av_clip(mx, -(bx * 4 + 4), ctx->avctx->width  - bx * 4);
width             707 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             753 libavcodec/truemotion2.c     int w = ctx->avctx->width, h = ctx->avctx->height, bw = w >> 2, bh = h >> 2, cw = w >> 1;
width             930 libavcodec/truemotion2.c     int i, w = avctx->width, h = avctx->height;
width             932 libavcodec/truemotion2.c     if ((avctx->width & 3) || (avctx->height & 3)) {
width             142 libavcodec/tscc.c     c->decomp_size = (((avctx->width * c->bpp + 7) >> 3) + 3 * avctx->width + 2) * avctx->height + 2;
width             360 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              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             265 libavcodec/ulti.c                 while(x >= s->width) {
width             266 libavcodec/ulti.c                     x -= s->width;
width             399 libavcodec/ulti.c             if(x >= s->width) {
width             220 libavcodec/utils.c void avcodec_set_dimensions(AVCodecContext *s, int width, int height)
width             222 libavcodec/utils.c     int ret = ff_set_dimensions(s, width, height);
width             224 libavcodec/utils.c         av_log(s, AV_LOG_WARNING, "Failed to set dimensions %d %d\n", width, height);
width             229 libavcodec/utils.c int ff_set_dimensions(AVCodecContext *s, int width, int height)
width             231 libavcodec/utils.c     int ret = av_image_check_size(width, height, 0, s);
width             234 libavcodec/utils.c         width = height = 0;
width             236 libavcodec/utils.c     s->coded_width  = width;
width             238 libavcodec/utils.c     s->width        = FF_CEIL_RSHIFT(width,  s->lowres);
width             246 libavcodec/utils.c     int ret = av_image_check_sar(avctx->width, avctx->height, sar);
width             279 libavcodec/utils.c void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
width             425 libavcodec/utils.c     *width  = FFALIGN(*width, w_align);
width             436 libavcodec/utils.c void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height)
width             443 libavcodec/utils.c     avcodec_align_dimensions2(s, width, height, linesize_align);
width             448 libavcodec/utils.c     *width              = FFALIGN(*width, align);
width             519 libavcodec/utils.c         int w = frame->width;
width             524 libavcodec/utils.c             pool->width == frame->width && pool->height == frame->height)
width             565 libavcodec/utils.c         pool->width  = frame->width;
width             605 libavcodec/utils.c     pool->width  = pool->height = 0;
width             702 libavcodec/utils.c         int bytes  = is_chroma ? FF_CEIL_RSHIFT(frame->width,  desc->log2_chroma_w) : frame->width;
width             796 libavcodec/utils.c         if (frame->width && frame->height &&
width             797 libavcodec/utils.c             av_image_check_sar(frame->width, frame->height,
width             876 libavcodec/utils.c         if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0 || avctx->pix_fmt<0) {
width             882 libavcodec/utils.c         if (frame->width <= 0 || frame->height <= 0) {
width             883 libavcodec/utils.c             frame->width  = FFMAX(avctx->width,  FF_CEIL_RSHIFT(avctx->coded_width,  avctx->lowres));
width            1005 libavcodec/utils.c         frame->width  = avctx->width;
width            1023 libavcodec/utils.c         frame->width  = avctx->width;
width            1045 libavcodec/utils.c     if (frame->data[0] && (frame->width != avctx->width || frame->height != avctx->height || frame->format != avctx->pix_fmt)) {
width            1047 libavcodec/utils.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            1400 libavcodec/utils.c     if (!(avctx->coded_width && avctx->coded_height && avctx->width && avctx->height &&
width            1404 libavcodec/utils.c     else if (avctx->width && avctx->height)
width            1405 libavcodec/utils.c         ret = ff_set_dimensions(avctx, avctx->width, avctx->height);
width            1410 libavcodec/utils.c     if ((avctx->coded_width || avctx->coded_height || avctx->width || avctx->height)
width            1412 libavcodec/utils.c            || av_image_check_size(avctx->width,       avctx->height,       0, avctx) < 0)) {
width            1417 libavcodec/utils.c     if (avctx->width > 0 && avctx->height > 0) {
width            1418 libavcodec/utils.c         if (av_image_check_sar(avctx->width, avctx->height,
width            1593 libavcodec/utils.c             if (avctx->width <= 0 || avctx->height <= 0) {
width            2110 libavcodec/utils.c     if (av_image_check_size(avctx->width, avctx->height, 0, avctx))
width            2115 libavcodec/utils.c     if (frame && (frame->width == 0 || frame->height == 0))
width            2264 libavcodec/utils.c         avctx->width  = bytestream_get_le32(&data);
width            2267 libavcodec/utils.c         ret = ff_set_dimensions(avctx, avctx->width, avctx->height);
width            2327 libavcodec/utils.c     frame->width          = avci->to_free->width;
width            2383 libavcodec/utils.c                 if (!picture->width)                      picture->width               = avctx->width;
width            3078 libavcodec/utils.c         if (enc->width) {
width            3083 libavcodec/utils.c                      enc->width, enc->height);
width            3086 libavcodec/utils.c                 (enc->width != enc->coded_width ||
width            3093 libavcodec/utils.c                           enc->width * enc->sample_aspect_ratio.num,
width            3140 libavcodec/utils.c         if (enc->width)
width            3142 libavcodec/utils.c                      ", %dx%d", enc->width, enc->height);
width              83 libavcodec/utvideodec.c                         int width, int height,
width             108 libavcodec/utvideodec.c                 for (i = 0; i < width * step; i += step) {
width             154 libavcodec/utvideodec.c             for (i = 0; i < width * step; i += step) {
width             186 libavcodec/utvideodec.c static void restore_rgb_planes(uint8_t *src, int step, int stride, int width,
width             193 libavcodec/utvideodec.c         for (i = 0; i < width * step; i += step) {
width             205 libavcodec/utvideodec.c                            int width, int height, int slices, int rmode)
width             225 libavcodec/utvideodec.c         for (i = step; i < width * step; i += step) {
width             236 libavcodec/utvideodec.c         for (i = step; i < width * step; i += step) {
width             245 libavcodec/utvideodec.c             for (i = 0; i < width * step; i += step) {
width             261 libavcodec/utvideodec.c                               int width, int height, int slices, int rmode)
width             283 libavcodec/utvideodec.c         for (i = step; i < width * step; i += step) {
width             287 libavcodec/utvideodec.c         for (i = 0; i < width * step; i += step) {
width             298 libavcodec/utvideodec.c         for (i = step; i < width * step; i += step) {
width             304 libavcodec/utvideodec.c         for (i = 0; i < width * step; i += step) {
width             313 libavcodec/utvideodec.c             for (i = 0; i < width * step; i += step) {
width             319 libavcodec/utvideodec.c             for (i = 0; i < width * step; i += step) {
width             400 libavcodec/utvideodec.c                                c->planes, frame.f->linesize[0], avctx->width,
width             408 libavcodec/utvideodec.c                                    c->planes, frame.f->linesize[0], avctx->width,
width             413 libavcodec/utvideodec.c                                       avctx->width, avctx->height, c->slices,
width             419 libavcodec/utvideodec.c                            avctx->width, avctx->height);
width             424 libavcodec/utvideodec.c                                avctx->width >> !!i, avctx->height >> !!i,
width             431 libavcodec/utvideodec.c                                    avctx->width >> !!i, avctx->height >> !!i,
width             435 libavcodec/utvideodec.c                                       avctx->width  >> !!i,
width             445 libavcodec/utvideodec.c                                avctx->width >> !!i, avctx->height,
width             452 libavcodec/utvideodec.c                                    avctx->width >> !!i, avctx->height,
width             456 libavcodec/utvideodec.c                                       avctx->width >> !!i, avctx->height,
width              67 libavcodec/utvideoenc.c     c->slice_stride    = FFALIGN(avctx->width, 32);
width              81 libavcodec/utvideoenc.c         if (avctx->width & 1 || avctx->height & 1) {
width              94 libavcodec/utvideoenc.c         if (avctx->width & 1) {
width             240 libavcodec/utvideoenc.c                               int step, int stride, int width, int height)
width             248 libavcodec/utvideoenc.c             for (i = 0; i < width * step; i += step) {
width             257 libavcodec/utvideoenc.c             for (i = 0; i < width * step; i += step) {
width             267 libavcodec/utvideoenc.c         k += dst_stride - width;
width             274 libavcodec/utvideoenc.c                          int width, int height)
width             281 libavcodec/utvideoenc.c         for (i = 0; i < width; i++) {
width             291 libavcodec/utvideoenc.c                            int width, int height)
width             299 libavcodec/utvideoenc.c     for (i = 0; i < width; i++) {
width             317 libavcodec/utvideoenc.c         c->hdsp.sub_hfyu_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             left_predict(src + sstart * stride, dst + sstart * width,
width             423 libavcodec/utvideoenc.c                          stride, width, send - sstart);
width             430 libavcodec/utvideoenc.c             median_predict(c, src + sstart * stride, dst + sstart * width,
width             431 libavcodec/utvideoenc.c                            stride, width, send - sstart);
width             441 libavcodec/utvideoenc.c     count_usage(dst, width, height, counts);
width             448 libavcodec/utvideoenc.c             if (counts[symbol] == width * (int64_t)height) {
width             499 libavcodec/utvideoenc.c         offset += write_huff_codes(dst + sstart * width, c->slice_bits,
width             500 libavcodec/utvideoenc.c                                    width * height + 4, width,
width             543 libavcodec/utvideoenc.c     int width = avctx->width, height = avctx->height;
width             547 libavcodec/utvideoenc.c     ret = ff_alloc_packet2(avctx, pkt, (256 + 4 * c->slices + width * height) *
width             557 libavcodec/utvideoenc.c     av_fast_padded_malloc(&c->slice_bits, &c->slice_bits_size, width * height + 4);
width             567 libavcodec/utvideoenc.c                           c->planes, pic->linesize[0], width, height);
width             576 libavcodec/utvideoenc.c                                width, height, &pb);
width             587 libavcodec/utvideoenc.c                                pic->linesize[i], i, width >> !!i, height, &pb);
width             598 libavcodec/utvideoenc.c                                pic->linesize[i], i, width >> !!i, height >> !!i,
width              39 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              44 libavcodec/v210dec.c     for( i = 0; i < width-5; i += 6 ){
width              56 libavcodec/v210dec.c     if (avctx->width & 1) {
width              84 libavcodec/v210dec.c         int aligned_width = ((avctx->width + 47) / 48) * 48;
width              89 libavcodec/v210dec.c         if ((((avctx->width + 23) / 24) * 24 * 8) / 3 * avctx->height == avpkt->size) {
width             120 libavcodec/v210dec.c         w = (avctx->width / 6) * 6;
width             128 libavcodec/v210dec.c         if (w < avctx->width - 1) {
width             133 libavcodec/v210dec.c             if (w < avctx->width - 3) {
width             144 libavcodec/v210dec.c         y += pic->linesize[0] / 2 - avctx->width;
width             145 libavcodec/v210dec.c         u += pic->linesize[1] / 2 - avctx->width / 2;
width             146 libavcodec/v210dec.c         v += pic->linesize[2] / 2 - avctx->width / 2;
width              31 libavcodec/v210dec.h     void (*unpack_frame)(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width);
width              52 libavcodec/v210enc.c                                  ptrdiff_t width)
width              58 libavcodec/v210enc.c     for (i = 0; i < width - 11; i += 12) {
width              72 libavcodec/v210enc.c                                   ptrdiff_t width)
width              77 libavcodec/v210enc.c     for (i = 0; i < width - 5; i += 6) {
width              89 libavcodec/v210enc.c     if (avctx->width & 1) {
width             113 libavcodec/v210enc.c     int aligned_width = ((avctx->width + 47) / 48) * 48;
width             115 libavcodec/v210enc.c     int line_padding = stride - ((avctx->width * 8 + 11) / 12) * 4;
width             132 libavcodec/v210enc.c             w = (avctx->width / 6) * 6;
width             139 libavcodec/v210enc.c             if (w < avctx->width - 1) {
width             143 libavcodec/v210enc.c                 if (w == avctx->width - 2) {
width             148 libavcodec/v210enc.c             if (w < avctx->width - 3) {
width             160 libavcodec/v210enc.c             y += pic->linesize[0] / 2 - avctx->width;
width             161 libavcodec/v210enc.c             u += pic->linesize[1] / 2 - avctx->width / 2;
width             162 libavcodec/v210enc.c             v += pic->linesize[2] / 2 - avctx->width / 2;
width             170 libavcodec/v210enc.c             w = (avctx->width / 12) * 12;
width             178 libavcodec/v210enc.c             for (; w < avctx->width - 5; w += 6) {
width             184 libavcodec/v210enc.c             if (w < avctx->width - 1) {
width             188 libavcodec/v210enc.c                 if (w == avctx->width - 2) {
width             193 libavcodec/v210enc.c             if (w < avctx->width - 3) {
width             205 libavcodec/v210enc.c             y += pic->linesize[0] - avctx->width;
width             206 libavcodec/v210enc.c             u += pic->linesize[1] - avctx->width / 2;
width             207 libavcodec/v210enc.c             v += pic->linesize[2] - avctx->width / 2;
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              51 libavcodec/v308enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 3)) < 0)
width              63 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              46 libavcodec/v408enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 4)) < 0)
width              59 libavcodec/v408enc.c         for (j = 0; j < avctx->width; j++) {
width              33 libavcodec/v410dec.c     if (avctx->width & 1) {
width              54 libavcodec/v410dec.c     if (avpkt->size < 4 * avctx->height * avctx->width) {
width              70 libavcodec/v410dec.c         for (j = 0; j < avctx->width; j++) {
width              30 libavcodec/v410enc.c     if (avctx->width & 1) {
width              53 libavcodec/v410enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 4)) < 0)
width              65 libavcodec/v410enc.c         for (j = 0; j < avctx->width; j++) {
width              55 libavcodec/vaapi_mpeg2.c     pic_param->horizontal_size                                  = s->width;
width              60 libavcodec/vaapi_mpeg4.c     pic_param->vop_width                                = s->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             115 libavcodec/vb.c                 if (check_line(prev + y*width, pstart, pend))
width             116 libavcodec/vb.c                     memcpy(cur + y*width, prev + y*width, 4);
width             118 libavcodec/vb.c                     memset(cur + y*width, 0, 4);
width             128 libavcodec/vb.c                     bytestream2_get_buffer(&g, cur + y * width, 4);
width             132 libavcodec/vb.c                 t = x + y*width;
width             134 libavcodec/vb.c                     if (check_line(prev + t + y*width, pstart, pend))
width             135 libavcodec/vb.c                         memcpy(cur + y*width, prev + t + y*width, 4);
width             137 libavcodec/vb.c                         memset(cur + y*width, 0, 4);
width             143 libavcodec/vb.c                 memset(cur + y*width, t, 4);
width             155 libavcodec/vb.c                         cur[x + y*width] = (pattern & 1) ? b : a;
width             163 libavcodec/vb.c                         if (pattern & 1 && check_pixel(prev + x + y*width, pstart, pend))
width             164 libavcodec/vb.c                             cur[x + y*width] = prev[x + y*width];
width             166 libavcodec/vb.c                             cur[x + y*width] = a;
width             178 libavcodec/vb.c         if (blk2 == (width >> 2)) {
width             180 libavcodec/vb.c             cur  += width * 3;
width             181 libavcodec/vb.c             prev += width * 3;
width             208 libavcodec/vb.c         offset = i + j * avctx->width;
width             231 libavcodec/vb.c         memcpy(outptr, srcptr, avctx->width);
width             232 libavcodec/vb.c         srcptr += avctx->width;
width             251 libavcodec/vb.c     c->frame      = av_mallocz(avctx->width * avctx->height);
width             252 libavcodec/vb.c     c->prev_frame = av_mallocz(avctx->width * avctx->height);
width              85 libavcodec/vble.c                                int offset, int width, int height)
width              93 libavcodec/vble.c         for (j = 0; j < width; j++) {
width             104 libavcodec/vble.c                                            width, &left, &left_top);
width             107 libavcodec/vble.c             for (j = 1; j < width; j++)
width             111 libavcodec/vble.c         val += width;
width             124 libavcodec/vble.c     int width_uv = avctx->width / 2, height_uv = avctx->height / 2;
width             155 libavcodec/vble.c     vble_restore_plane(ctx, pic, &gb, 0, offset, avctx->width, avctx->height);
width             159 libavcodec/vble.c         offset += avctx->width * avctx->height;
width             191 libavcodec/vble.c                                    avctx->width, avctx->height);
width              53 libavcodec/vc1.c static void decode_rowskip(uint8_t* plane, int width, int height, int stride,
width              60 libavcodec/vc1.c             memset(plane, 0, width);
width              62 libavcodec/vc1.c             for (x = 0; x < width; x++)
width              75 libavcodec/vc1.c static void decode_colskip(uint8_t* plane, int width, int height, int stride,
width              80 libavcodec/vc1.c     for (x = 0; x < width; x++) {
width             104 libavcodec/vc1.c     int width, height, stride;
width             106 libavcodec/vc1.c     width  = v->s.mb_width;
width             120 libavcodec/vc1.c         if ((height * width) & 1) {
width             123 libavcodec/vc1.c             if (offset == width) {
width             125 libavcodec/vc1.c                 planep += stride - width;
width             131 libavcodec/vc1.c         for (; y < height * width; y += 2) {
width             135 libavcodec/vc1.c             if (offset == width) {
width             137 libavcodec/vc1.c                 planep += stride - width;
width             141 libavcodec/vc1.c             if (offset == width) {
width             143 libavcodec/vc1.c                 planep += stride - width;
width             149 libavcodec/vc1.c         if (!(height % 3) && (width % 3)) { // use 2x3 decoding
width             151 libavcodec/vc1.c                 for (x = width & 1; x < width; x += 2) {
width             166 libavcodec/vc1.c             if (width & 1)
width             171 libavcodec/vc1.c                 for (x = width % 3; x < width; x += 3) {
width             186 libavcodec/vc1.c             x = width % 3;
width             190 libavcodec/vc1.c                 decode_rowskip(data + x, width - x,      1, stride, &v->s.gb);
width             194 libavcodec/vc1.c         decode_rowskip(data, width, height, stride, &v->s.gb);
width             197 libavcodec/vc1.c         decode_colskip(data, width, height, stride, &v->s.gb);
width             207 libavcodec/vc1.c         for (x = 1; x < width; x++)
width             212 libavcodec/vc1.c             for (x = 1; x < width; x++) {
width             463 libavcodec/vc1.c                       v->s.avctx->width * h,
width             370 libavcodec/vc1_mc.c         int width  = s->avctx->coded_width;
width             381 libavcodec/vc1_mc.c         else if (qx > width)
width             382 libavcodec/vc1_mc.c             mx -= 4 * (qx - width);
width             194 libavcodec/vc1dec.c         int width = v->output_width>>!!plane;
width             222 libavcodec/vc1dec.c                             v->vc1dsp.sprite_h(v->sr_rows[sprite][0], iplane + yline * iline, xoff[sprite], xadv[sprite], width);
width             229 libavcodec/vc1dec.c                                            xadv[sprite], width);
width             239 libavcodec/vc1dec.c                     v->vc1dsp.sprite_v_single(dst, src_h[0][0], src_h[0][1], ysub[0], width);
width             241 libavcodec/vc1dec.c                     memcpy(dst, src_h[0][0], width);
width             246 libavcodec/vc1dec.c                                                        src_h[1][0], src_h[1][1], ysub[1], alpha, width);
width             249 libavcodec/vc1dec.c                                                        src_h[1][0], alpha, width);
width             252 libavcodec/vc1dec.c                                                        src_h[0][0], (1<<16)-1-alpha, width);
width             254 libavcodec/vc1dec.c                     v->vc1dsp.sprite_v_double_noscale(dst, src_h[0][0], src_h[1][0], alpha, width);
width             425 libavcodec/vc1dec.c     v->output_width  = avctx->width;
width             552 libavcodec/vc1dec.c         avctx->coded_width  = avctx->width  = v->output_width;
width             764 libavcodec/vc1dec.c                 avctx->width  = avctx->coded_width  = v->sprite_width;
width             773 libavcodec/vc1dec.c         (s->width  != avctx->coded_width ||
width            1018 libavcodec/vc1dec.c         avctx->width  = avctx->coded_width  = v->output_width;
width             902 libavcodec/vc1dsp.c                                                int width)
width             905 libavcodec/vc1dsp.c     while (width--) {
width             925 libavcodec/vc1dsp.c                               int offset, int width)
width             927 libavcodec/vc1dsp.c     sprite_v_template(dst, src1a, src1b, offset, 0, NULL, NULL, 0, 0, 1, width);
width             932 libavcodec/vc1dsp.c                                       int alpha, int width)
width             934 libavcodec/vc1dsp.c     sprite_v_template(dst, src1a, NULL, 0, 1, src2a, NULL, 0, alpha, 0, width);
width             942 libavcodec/vc1dsp.c                                        int alpha, int width)
width             945 libavcodec/vc1dsp.c                       width);
width             956 libavcodec/vc1dsp.c                                        int width)
width             959 libavcodec/vc1dsp.c                       alpha, 2, width);
width              69 libavcodec/vc1dsp.h     void (*sprite_v_single)(uint8_t *dst, const uint8_t *src1a, const uint8_t *src1b, int offset, int width);
width              70 libavcodec/vc1dsp.h     void (*sprite_v_double_noscale)(uint8_t *dst, const uint8_t *src1a, const uint8_t *src2a, int alpha, int width);
width              72 libavcodec/vc1dsp.h                                                    const uint8_t *src2a, int alpha, int width);
width              75 libavcodec/vc1dsp.h                                      int alpha, int width);
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              96 libavcodec/vda.h     int                 width;
width             183 libavcodec/vda_h264.c     CFNumberRef width;
width             220 libavcodec/vda_h264.c     width    = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &vda_ctx->width);
width             224 libavcodec/vda_h264.c     CFDictionarySetValue(config_info, kVDADecoderConfiguration_Width, width);
width             253 libavcodec/vda_h264.c     CFRelease(width);
width             411 libavcodec/vda_h264.c     CFNumberRef width;
width             449 libavcodec/vda_h264.c     width  = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &avctx->width);
width             452 libavcodec/vda_h264.c     CFDictionarySetValue(config_info, kVDADecoderConfiguration_Width, width);
width             483 libavcodec/vda_h264.c     CFRelease(width);
width             511 libavcodec/vda_h264.c     frame->width  = avctx->width;
width             197 libavcodec/vda_h264_dec.c     vda_ctx->width = avctx->width;
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             127 libavcodec/vdpau.c     uint32_t width;
width             130 libavcodec/vdpau.c     vdctx->width            = UINT32_MAX;
width             155 libavcodec/vdpau.c     if (av_vdpau_get_surface_parameters(avctx, &type, &width, &height))
width             175 libavcodec/vdpau.c         max_width < width || max_height < height)
width             201 libavcodec/vdpau.c         max_width < width || max_height < height)
width             218 libavcodec/vdpau.c     status = create(vdctx->device, profile, width, height, avctx->refs,
width             221 libavcodec/vdpau.c         vdctx->width  = avctx->coded_width;
width             237 libavcodec/vdpau.c     if (vdctx->width == UINT32_MAX && vdctx->height == UINT32_MAX)
width             258 libavcodec/vdpau.c     if (avctx->coded_width == vdctx->width &&
width             190 libavcodec/vdpau.h                                     uint32_t *width, uint32_t *height);
width              88 libavcodec/vdpau_internal.h     uint32_t width;
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             341 libavcodec/vmnc.c         if (c->width < c->cur_x + w)
width             342 libavcodec/vmnc.c             w = c->width - c->cur_x;
width             454 libavcodec/vmnc.c             if ((dx + w > c->width) || (dy + h > c->height)) {
width             457 libavcodec/vmnc.c                        w, h, dx, dy, c->width, c->height);
width             470 libavcodec/vmnc.c             if ((dx + w > c->width) || (dy + h > c->height)) {
width             473 libavcodec/vmnc.c                        w, h, dx, dy, c->width, c->height);
width             489 libavcodec/vmnc.c         if (c->width < c->cur_x + w)
width             490 libavcodec/vmnc.c             w = c->width - c->cur_x;
width             528 libavcodec/vmnc.c     c->width  = avctx->width;
width             136 libavcodec/vp3.c     int width, height;
width            1312 libavcodec/vp3.c     int width           = s->fragment_width[!!plane];
width            1314 libavcodec/vp3.c     int fragment        = s->fragment_start[plane] + ystart * width;
width            1322 libavcodec/vp3.c         for (x = 0; x < width; x++) {
width            1345 libavcodec/vp3.c                 if ((x < width - 1) &&
width            1356 libavcodec/vp3.c                     (s->all_fragments[fragment + width].coding_method == MODE_COPY)) {
width            1503 libavcodec/vp3.c         int plane_width  = s->width  >> (plane && s->chroma_x_shift);
width            1736 libavcodec/vp3.c     s->width  = FFALIGN(avctx->coded_width, 16);
width            1759 libavcodec/vp3.c     s->y_superblock_width  = (s->width  + 31) / 32;
width            1764 libavcodec/vp3.c     c_width                = s->width >> s->chroma_x_shift;
width            1774 libavcodec/vp3.c     s->macroblock_width  = (s->width  + 15) / 16;
width            1778 libavcodec/vp3.c     s->fragment_width[0]  = s->width / FRAGMENT_PIXELS;
width            1943 libavcodec/vp3.c         s->width != s1->width || s->height != s1->height) {
width            2264 libavcodec/vp3.c     s->width       = get_bits(gb, 16) << 4;
width            2278 libavcodec/vp3.c         visible_width  + offset_x > s->width ||
width            2283 libavcodec/vp3.c                s->width, s->height);
width            2324 libavcodec/vp3.c     ret = ff_set_dimensions(avctx, s->width, s->height);
width            2328 libavcodec/vp3.c         avctx->width  = visible_width;
width             551 libavcodec/vp56.c         int bak_w = avctx->width;
width             562 libavcodec/vp56.c                 avctx->width  = bak_w;
width              88 libavcodec/vp6.c                 FFALIGN(s->avctx->width,  16) == 16 * cols &&
width             101 libavcodec/vp6.c                     s->avctx->width  -= s->avctx->extradata[0] >> 4;
width             149 libavcodec/vp8.c int update_dimensions(VP8Context *s, int width, int height, int is_vp7)
width             154 libavcodec/vp8.c     if (width  != s->avctx->width || ((width+15)/16 != s->mb_width || (height+15)/16 != s->mb_height) && s->macroblocks_base ||
width             158 libavcodec/vp8.c         ret = ff_set_dimensions(s->avctx, width, height);
width             203 libavcodec/vp8.c static int vp7_update_dimensions(VP8Context *s, int width, int height)
width             205 libavcodec/vp8.c     return update_dimensions(s, width, height, IS_VP7);
width             208 libavcodec/vp8.c static int vp8_update_dimensions(VP8Context *s, int width, int height)
width             210 libavcodec/vp8.c     return update_dimensions(s, width, height, IS_VP8);
width             425 libavcodec/vp8.c static void copy_chroma(AVFrame *dst, AVFrame *src, int width, int height)
width             432 libavcodec/vp8.c                    src->data[j] + i * src->linesize[j], width / 2);
width             438 libavcodec/vp8.c                  int width, int height,
width             443 libavcodec/vp8.c         for (i = 0; i < width; i++) {
width             457 libavcodec/vp8.c         int width  = s->mb_width * 16;
width             478 libavcodec/vp8.c             copy_chroma(dst, src, width, height);
width             483 libavcodec/vp8.c              width, height, alpha, beta);
width             493 libavcodec/vp8.c     int width  = s->avctx->width;
width             522 libavcodec/vp8.c         width  = vp8_rac_get_uint(c, 12);
width             571 libavcodec/vp8.c         width != s->avctx->width || height != s->avctx->height ||
width             572 libavcodec/vp8.c         (width + 15) / 16 != s->mb_width || (height + 15) / 16 != s->mb_height) {
width             573 libavcodec/vp8.c         if ((ret = vp7_update_dimensions(s, width, height)) < 0)
width             639 libavcodec/vp8.c     int width  = s->avctx->width;
width             670 libavcodec/vp8.c         width     = AV_RL16(buf + 3) & 0x3fff;
width             722 libavcodec/vp8.c         width != s->avctx->width || height != s->avctx->height ||
width             723 libavcodec/vp8.c         (width+15)/16 != s->mb_width || (height+15)/16 != s->mb_height)
width             724 libavcodec/vp8.c         if ((ret = vp8_update_dimensions(s, width, height)) < 0)
width            1716 libavcodec/vp8.c                  int width, int height, ptrdiff_t linesize,
width            1733 libavcodec/vp8.c         if (x_off < mx_idx || x_off >= width  - block_w - subpel_idx[2][mx] ||
width            1741 libavcodec/vp8.c                                      width, height);
width            1774 libavcodec/vp8.c                    int width, int height, ptrdiff_t linesize,
width            1790 libavcodec/vp8.c         if (x_off < mx_idx || x_off >= width  - block_w - subpel_idx[2][mx] ||
width            1797 libavcodec/vp8.c                                      x_off - mx_idx, y_off - my_idx, width, height);
width            1806 libavcodec/vp8.c                                      x_off - mx_idx, y_off - my_idx, width, height);
width            1824 libavcodec/vp8.c                  int width, int height, VP56mv *mv)
width            1831 libavcodec/vp8.c                 block_w, block_h, width, height, s->linesize,
width            1845 libavcodec/vp8.c     width   >>= 1;
width            1852 libavcodec/vp8.c                   block_w, block_h, width, height, s->uvlinesize,
width            1886 libavcodec/vp8.c     int width = 16 * s->mb_width, height = 16 * s->mb_height;
width            1893 libavcodec/vp8.c                     0, 0, 16, 16, width, height, &mb->mv);
width            1905 libavcodec/vp8.c                             width, height, s->linesize,
width            1913 libavcodec/vp8.c         width  >>= 1;
width            1934 libavcodec/vp8.c                               width, height, s->uvlinesize,
width            1942 libavcodec/vp8.c                     0, 0, 16, 8, width, height, &bmv[0]);
width            1944 libavcodec/vp8.c                     0, 8, 16, 8, width, height, &bmv[1]);
width            1948 libavcodec/vp8.c                     0, 0, 8, 16, width, height, &bmv[0]);
width            1950 libavcodec/vp8.c                     8, 0, 8, 16, width, height, &bmv[1]);
width            1954 libavcodec/vp8.c                     0, 0, 8, 8, width, height, &bmv[0]);
width            1956 libavcodec/vp8.c                     8, 0, 8, 8, width, height, &bmv[1]);
width            1958 libavcodec/vp8.c                     0, 8, 8, 8, width, height, &bmv[2]);
width            1960 libavcodec/vp8.c                     8, 8, 8, 8, width, height, &bmv[3]);
width             320 libavcodec/vp9.c     if (s->intra_pred_data[0] && w == ctx->width && h == ctx->height)
width             323 libavcodec/vp9.c     ctx->width  = w;
width             546 libavcodec/vp9.c                 w = s->refs[s->refidx[0]].f->width;
width             549 libavcodec/vp9.c                 w = s->refs[s->refidx[1]].f->width;
width             552 libavcodec/vp9.c                 w = s->refs[s->refidx[2]].f->width;
width             561 libavcodec/vp9.c             s->use_last_frame_mvs &= s->frames[CUR_FRAME].tf.f->width == w &&
width             633 libavcodec/vp9.c             (w != s->frames[CUR_FRAME].tf.f->width ||
width            2627 libavcodec/vp9.c     int w1 = ref1->width, h1 = ref1->height, w2, h2;
width            2633 libavcodec/vp9.c         w2 = ref2->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 = av_image_check_size(s->width, s->height, 0, avctx)) < 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             483 libavcodec/vqavideo.c         for (x = 0; x < s->width; x += 4, lobytes++, hibytes++) {
width             200 libavcodec/webp.c     int width;                          /* image width */
width             465 libavcodec/webp.c     int ret, block_bits, width, blocks_w, blocks_h, x, y, max;
width             467 libavcodec/webp.c     width = s->width;
width             469 libavcodec/webp.c         width = s->reduced_width;
width             471 libavcodec/webp.c     PARSE_BLOCK_SIZE(width, s->height);
width             484 libavcodec/webp.c         for (x = 0; x < img->frame->width; x++) {
width             500 libavcodec/webp.c     PARSE_BLOCK_SIZE(s->width, s->height);
width             516 libavcodec/webp.c     PARSE_BLOCK_SIZE(s->width, s->height);
width             553 libavcodec/webp.c         s->reduced_width = (s->width + ((1 << width_bits) - 1)) >> width_bits;
width             557 libavcodec/webp.c     for (x = 4; x < img->frame->width * 4; x++, ct++)
width             591 libavcodec/webp.c     int i, j, ret, x, y, width;
width             603 libavcodec/webp.c     img->frame->width  = w;
width             659 libavcodec/webp.c     width = img->frame->width;
width             661 libavcodec/webp.c         width = s->reduced_width;
width             679 libavcodec/webp.c             if (x == width) {
width             714 libavcodec/webp.c                 distance = FFMAX(1, xi + yi * width);
width             727 libavcodec/webp.c             while (distance >= width) {
width             729 libavcodec/webp.c                 distance -= width;
width             732 libavcodec/webp.c                 ref_x = width - distance;
width             750 libavcodec/webp.c                 if (x == width) {
width             754 libavcodec/webp.c                 if (ref_x == width) {
width             777 libavcodec/webp.c             if (x == width) {
width             942 libavcodec/webp.c     if (x == frame->width - 1)
width             962 libavcodec/webp.c         for (x = 0; x < img->frame->width; x++) {
width            1002 libavcodec/webp.c         for (x = 0; x < img->frame->width; x++) {
width            1022 libavcodec/webp.c         for (x = 0; x < img->frame->width; x++) {
width            1056 libavcodec/webp.c             for (x = 0; x < img->frame->width; x++) {
width            1070 libavcodec/webp.c     if (img->frame->height * img->frame->width > 300) {
width            1072 libavcodec/webp.c         const int size = pal->frame->width * 4;
width            1078 libavcodec/webp.c             for (x = 0; x < img->frame->width; x++) {
width            1086 libavcodec/webp.c             for (x = 0; x < img->frame->width; x++) {
width            1089 libavcodec/webp.c                 if (i >= pal->frame->width) {
width            1126 libavcodec/webp.c         if (s->width && s->width != w) {
width            1128 libavcodec/webp.c                    s->width, w);
width            1130 libavcodec/webp.c         s->width = w;
width            1133 libavcodec/webp.c                    s->width, w);
width            1137 libavcodec/webp.c         ret = ff_set_dimensions(avctx, s->width, s->height);
width            1148 libavcodec/webp.c         if (!s->width || !s->height)
width            1150 libavcodec/webp.c         w = s->width;
width            1232 libavcodec/webp.c     for (x = 1; x < frame->width; x++, dec++)
width            1245 libavcodec/webp.c             for (x = 1; x < frame->width; x++, dec++)
width            1252 libavcodec/webp.c             for (x = 1; x < frame->width; x++, dec++)
width            1259 libavcodec/webp.c             for (x = 1; x < frame->width; x++, dec++)
width            1279 libavcodec/webp.c                                    s->width);
width            1303 libavcodec/webp.c             for (x = 0; x < s->width; x++) {
width            1365 libavcodec/webp.c     s->width     = 0;
width            1426 libavcodec/webp.c             s->width  = bytestream2_get_le24(&gb) + 1;
width            1428 libavcodec/webp.c             ret = av_image_check_size(s->width, s->height, 0, avctx);
width             116 libavcodec/wmv2.c     src_x      = av_clip(src_x, -16, s->width);
width             119 libavcodec/wmv2.c     if (src_x <= -16 || src_x >= s->width)
width             156 libavcodec/wmv2.c     src_x = av_clip(src_x, -8, s->width >> 1);
width             157 libavcodec/wmv2.c     if (src_x == (s->width >> 1))
width             117 libavcodec/wnv1.c         for (i = 0; i < avctx->width / 2; i++) {
width              28 libavcodec/x86/dirac_dwt.c void ff_vertical_compose53iL0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width); \
width              29 libavcodec/x86/dirac_dwt.c void ff_vertical_compose_dirac53iH0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width); \
width              30 libavcodec/x86/dirac_dwt.c void ff_vertical_compose_dd137iL0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, int width); \
width              31 libavcodec/x86/dirac_dwt.c void ff_vertical_compose_dd97iH0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, int width); \
width              32 libavcodec/x86/dirac_dwt.c void ff_vertical_compose_haar##ext(IDWTELEM *b0, IDWTELEM *b1, int width); \
width              36 libavcodec/x86/dirac_dwt.c static void vertical_compose53iL0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) \
width              38 libavcodec/x86/dirac_dwt.c     int i, width_align = width&~(align-1); \
width              40 libavcodec/x86/dirac_dwt.c     for(i=width_align; i<width; i++) \
width              46 libavcodec/x86/dirac_dwt.c static void vertical_compose_dirac53iH0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) \
width              48 libavcodec/x86/dirac_dwt.c     int i, width_align = width&~(align-1); \
width              50 libavcodec/x86/dirac_dwt.c     for(i=width_align; i<width; i++) \
width              57 libavcodec/x86/dirac_dwt.c                                            IDWTELEM *b3, IDWTELEM *b4, int width) \
width              59 libavcodec/x86/dirac_dwt.c     int i, width_align = width&~(align-1); \
width              61 libavcodec/x86/dirac_dwt.c     for(i=width_align; i<width; i++) \
width              68 libavcodec/x86/dirac_dwt.c                                           IDWTELEM *b3, IDWTELEM *b4, int width) \
width              70 libavcodec/x86/dirac_dwt.c     int i, width_align = width&~(align-1); \
width              72 libavcodec/x86/dirac_dwt.c     for(i=width_align; i<width; i++) \
width              77 libavcodec/x86/dirac_dwt.c static void vertical_compose_haar##ext(IDWTELEM *b0, IDWTELEM *b1, int width) \
width              79 libavcodec/x86/dirac_dwt.c     int i, width_align = width&~(align-1); \
width              81 libavcodec/x86/dirac_dwt.c     for(i=width_align; i<width; i++) { \
width              25 libavcodec/x86/diracdsp_mmx.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              26 libavcodec/x86/diracdsp_mmx.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              27 libavcodec/x86/diracdsp_mmx.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              28 libavcodec/x86/diracdsp_mmx.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              35 libavcodec/x86/diracdsp_mmx.c                                           const uint8_t *src, int stride, int width, int height)   \
width              39 libavcodec/x86/diracdsp_mmx.c             ff_dirac_hpel_filter_v_ ## EXT(dstv-MMSIZE, src-MMSIZE, stride, width+MMSIZE+5); \
width              40 libavcodec/x86/diracdsp_mmx.c             ff_dirac_hpel_filter_h_ ## EXT(dsth, src, width);                                \
width              41 libavcodec/x86/diracdsp_mmx.c             ff_dirac_hpel_filter_h_ ## EXT(dstc, dstv, width);                               \
width              44 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              45 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              46 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              47 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              48 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              76 libavcodec/x86/hevcdsp.h #define WEIGHTING_PROTOTYPE(width, bitd, opt) \
width              77 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              78 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             100 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             101 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             102 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             103 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             104 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             106 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             107 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             108 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             109 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             110 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             114 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             115 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             116 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             117 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             118 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             121 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             122 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             123 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             124 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             125 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             127 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             128 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             129 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             130 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             131 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              77 libavcodec/x86/hevcdsp_init.c                                                 intptr_t mx, intptr_t my, int width)                            \
width              85 libavcodec/x86/hevcdsp_init.c         ff_hevc_put_hevc_##name##step##_##bitd##_##opt(dst, src, _srcstride, height, mx, my, width);            \
width              91 libavcodec/x86/hevcdsp_init.c                                                     intptr_t mx, intptr_t my, int width)                        \
width             100 libavcodec/x86/hevcdsp_init.c                                                           height, mx, my, width);                               \
width             106 libavcodec/x86/hevcdsp_init.c                                                    int height, intptr_t mx, intptr_t my, int width)             \
width             117 libavcodec/x86/hevcdsp_init.c                                                           height, mx, my, width);                               \
width             129 libavcodec/x86/hevcdsp_init.c                                                  intptr_t mx, intptr_t my, int width)                           \
width             131 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##step1##_##bitd##_##opt(dst, src, _srcstride, height, mx, my, width);               \
width             133 libavcodec/x86/hevcdsp_init.c                                                     _srcstride, height, mx, my, width);                         \
width             138 libavcodec/x86/hevcdsp_init.c                                                      intptr_t mx, intptr_t my, int width)                       \
width             140 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_uni_##name##step1##_##bitd##_##opt(dst, dststride, src, _srcstride, height, mx, my, width);\
width             143 libavcodec/x86/hevcdsp_init.c                                                         height, mx, my, width);                                 \
width             148 libavcodec/x86/hevcdsp_init.c                                                     int height, intptr_t mx, intptr_t my, int width)            \
width             150 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_bi_##name##step1##_##bitd##_##opt(dst, dststride, src, _srcstride, src2, height, mx, my, width);\
width             153 libavcodec/x86/hevcdsp_init.c                                                        src2 + step1, height, mx, my, width);                    \
width             170 libavcodec/x86/hevcdsp_init.c                                                  int height, intptr_t mx, intptr_t my, int width)             \
width             173 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##width2##_10_##opt1(dst, src, _srcstride, height, mx, my, width);                 \
width             174 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##width3##_10_##opt2(dst+ width2, src+ width4, _srcstride, height, mx, my, width); \
width             180 libavcodec/x86/hevcdsp_init.c                                                     int height, intptr_t mx, intptr_t my, int width)          \
width             183 libavcodec/x86/hevcdsp_init.c                                                    height, mx, my, width);                                    \
width             185 libavcodec/x86/hevcdsp_init.c                                                    height, mx, my, width);                                    \
width             191 libavcodec/x86/hevcdsp_init.c                                                      intptr_t mx, intptr_t my, int width)                     \
width             194 libavcodec/x86/hevcdsp_init.c                                                       height, mx, my, width);                                 \
width             196 libavcodec/x86/hevcdsp_init.c                                                       height, mx, my, width);                                 \
width             206 libavcodec/x86/hevcdsp_init.c                                                 int height, intptr_t mx, intptr_t my, int width)              \
width             209 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##width2##_8_##opt1(dst, src, _srcstride, height, mx, my, width);                  \
width             210 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##width3##_8_##opt2(dst+ width2, src+ width2, _srcstride, height, mx, my, width);  \
width             216 libavcodec/x86/hevcdsp_init.c                                                    int height, intptr_t mx, intptr_t my, int width)           \
width             219 libavcodec/x86/hevcdsp_init.c                                                   src2, height, mx, my, width);                               \
width             221 libavcodec/x86/hevcdsp_init.c                                                   src2+width2, height, mx, my, width);                        \
width             227 libavcodec/x86/hevcdsp_init.c                                                     intptr_t mx, intptr_t my, int width)                      \
width             230 libavcodec/x86/hevcdsp_init.c                                                    height, mx, my, width);                                    \
width             232 libavcodec/x86/hevcdsp_init.c                                                    height, mx, my, width);                                    \
width             509 libavcodec/x86/hevcdsp_init.c                                                       intptr_t mx, intptr_t my, int width)          \
width             512 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##W##_##bitd##_##opt(temp, _src, _srcstride, height, mx, my, width);     \
width             568 libavcodec/x86/hevcdsp_init.c                                                      intptr_t mx, intptr_t my, int width)            \
width             571 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##W##_##bitd##_##opt(temp, _src, _srcstride, height, mx, my, width);      \
width             625 libavcodec/x86/hevcdsp_init.c                                             int16_t *sao_offset_val, int sao_left_class, int width, int height);           \
width             627 libavcodec/x86/hevcdsp_init.c                                             int16_t *sao_offset_val, int sao_left_class, int width, int height);           \
width             629 libavcodec/x86/hevcdsp_init.c                                             int16_t *sao_offset_val, int sao_left_class, int width, int height);           \
width             631 libavcodec/x86/hevcdsp_init.c                                             int16_t *sao_offset_val, int sao_left_class, int width, int height);           \
width             633 libavcodec/x86/hevcdsp_init.c                                              int16_t *sao_offset_val, int sao_left_class, int width, int height)
width             655 libavcodec/x86/hevcdsp_init.c                                               int eo, int width, int height);                                               \
width             657 libavcodec/x86/hevcdsp_init.c                                                int eo, int width, int height);                                              \
width             659 libavcodec/x86/hevcdsp_init.c                                                int eo, int width, int height);                                              \
width             661 libavcodec/x86/hevcdsp_init.c                                                int eo, int width, int height);                                              \
width             663 libavcodec/x86/hevcdsp_init.c                                                int eo, int width, int height);                                              \
width              32 libavcodec/x86/mpegvideodsp.c                     int shift, int r, int width, int height)
width              56 libavcodec/x86/mpegvideodsp.c     int need_emu  =  (unsigned) ix >= 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              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              25 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              26 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              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              29 libavcodec/x86/v210enc_init.c                                   ptrdiff_t width);
width              96 libavcodec/xan.c     s->buffer1_size = avctx->width * avctx->height;
width             100 libavcodec/xan.c     s->buffer2_size = avctx->width * avctx->height;
width             215 libavcodec/xan.c     int width = s->avctx->width;
width             220 libavcodec/xan.c     line_inc = stride - width;
width             224 libavcodec/xan.c         int count = FFMIN(pixel_count, width - current_x);
width             231 libavcodec/xan.c         if (current_x >= width) {
width             247 libavcodec/xan.c     int width = s->avctx->width;
width             251 libavcodec/xan.c         x + motion_x < 0 || x + motion_x >= s->avctx->width)
width             259 libavcodec/xan.c     line_inc = stride - width;
width             273 libavcodec/xan.c         int count = FFMIN3(pixel_count, width - curframe_x,
width             274 libavcodec/xan.c                            width - prevframe_x);
width             284 libavcodec/xan.c         if (curframe_x >= width) {
width             289 libavcodec/xan.c         if (prevframe_x >= width) {
width             299 libavcodec/xan.c     int width  = s->avctx->width;
width             301 libavcodec/xan.c     int total_pixels = width * height;
width             451 libavcodec/xan.c         y += (x + size) / width;
width             452 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             158 libavcodec/xfaceenc.c     if (avctx->width || avctx->height) {
width             159 libavcodec/xfaceenc.c         if (avctx->width != XFACE_WIDTH || avctx->height != XFACE_HEIGHT) {
width             162 libavcodec/xfaceenc.c                    avctx->width, avctx->height, XFACE_WIDTH, XFACE_HEIGHT);
width             166 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             121 libavcodec/xsubenc.c     uint16_t width, height;
width             162 libavcodec/xsubenc.c     width  = FFALIGN(h->rects[0]->w, 2) + PADDING * 2;
width             165 libavcodec/xsubenc.c     bytestream_put_le16(&hdr, width);
width             169 libavcodec/xsubenc.c     bytestream_put_le16(&hdr, h->rects[0]->x + width -1);
width              63 libavcodec/xwddec.c     avctx->width  = bytestream2_get_be32u(&gb);
width             135 libavcodec/xwddec.c     if ((ret = av_image_check_size(avctx->width, avctx->height, 0, NULL)) < 0)
width             138 libavcodec/xwddec.c     rsize = FFALIGN(avctx->width * bpp, bpad) / 8;
width             145 libavcodec/xwdenc.c     lsize       = FFALIGN(bpp * avctx->width, bpad) / 8;
width             160 libavcodec/xwdenc.c     bytestream_put_be32(&buf, avctx->width);  // pixmap width in pixels
width             176 libavcodec/xwdenc.c     bytestream_put_be32(&buf, avctx->width);  // window width
width              65 libavcodec/xxan.c     if (avctx->width & 1) {
width              66 libavcodec/xxan.c         av_log(avctx, AV_LOG_ERROR, "Invalid frame width: %d.\n", avctx->width);
width              70 libavcodec/xxan.c     s->buffer_size = avctx->width * avctx->height;
width             226 libavcodec/xxan.c             for (i = 0; i < avctx->width >> 1; i++) {
width             244 libavcodec/xxan.c             memcpy(U, U - s->pic->linesize[1], avctx->width >> 1);
width             245 libavcodec/xxan.c             memcpy(V, V - s->pic->linesize[2], avctx->width >> 1);
width             252 libavcodec/xxan.c             for (i = 0; i < avctx->width >> 1; i += 2) {
width             311 libavcodec/xxan.c     for (j = 1; j < avctx->width - 1; j += 2) {
width             319 libavcodec/xxan.c     ybuf += avctx->width;
width             324 libavcodec/xxan.c         for (j = 1; j < avctx->width - 1; j += 2) {
width             332 libavcodec/xxan.c         ybuf += avctx->width;
width             352 libavcodec/xxan.c         for (i = 0; i < avctx->width; i++)
width             354 libavcodec/xxan.c         src  += avctx->width;
width             384 libavcodec/xxan.c         for (j = 1; j < avctx->width - 1; j += 2) {
width             391 libavcodec/xxan.c         ybuf += avctx->width;
width             397 libavcodec/xxan.c         for (i = 0; i < avctx->width; i++)
width             399 libavcodec/xxan.c         src  += avctx->width;
width              31 libavcodec/y41pdec.c     if (avctx->width & 7) {
width              46 libavcodec/y41pdec.c     if (avpkt->size < 1.5 * avctx->height * avctx->width) {
width              61 libavcodec/y41pdec.c         for (j = 0; j < avctx->width; j += 8) {
width              28 libavcodec/y41penc.c     if (avctx->width & 7) {
width              51 libavcodec/y41penc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 1.5)) < 0)
width              62 libavcodec/y41penc.c         for (j = 0; j < avctx->width; j += 8) {
width              96 libavcodec/yop.c     if (avctx->width & 1 || avctx->height & 1 ||
width              97 libavcodec/yop.c         av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) {
width             236 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              45 libavcodec/yuv4enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, 6 * (avctx->width + 1 >> 1) * (avctx->height + 1 >> 1))) < 0)
width              57 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              64 libavcodec/zmbv.c     int width, height;
width             105 libavcodec/zmbv.c         for (x = 0; x < c->width; x += c->bw) {
width             113 libavcodec/zmbv.c             bw2 = ((c->width - x) > c->bw) ? c->bw : (c->width - x);
width             117 libavcodec/zmbv.c             tprev = prev + x + dx + dy * c->width;
width             125 libavcodec/zmbv.c                         if (mx + i < 0 || mx + i >= c->width)
width             131 libavcodec/zmbv.c                 out += c->width;
width             132 libavcodec/zmbv.c                 tprev += c->width;
width             140 libavcodec/zmbv.c                     out += c->width;
width             144 libavcodec/zmbv.c         output += c->width * c->bh;
width             145 libavcodec/zmbv.c         prev += c->width * c->bh;
width             177 libavcodec/zmbv.c         for (x = 0; x < c->width; x += c->bw) {
width             185 libavcodec/zmbv.c             bw2 = ((c->width - x) > c->bw) ? c->bw : (c->width - x);
width             189 libavcodec/zmbv.c             tprev = prev + x + dx + dy * c->width;
width             197 libavcodec/zmbv.c                         if (mx + i < 0 || mx + i >= c->width)
width             203 libavcodec/zmbv.c                 out += c->width;
width             204 libavcodec/zmbv.c                 tprev += c->width;
width             214 libavcodec/zmbv.c                     out += c->width;
width             218 libavcodec/zmbv.c         output += c->width * c->bh;
width             219 libavcodec/zmbv.c         prev += c->width * c->bh;
width             247 libavcodec/zmbv.c     stride = c->width * 3;
width             254 libavcodec/zmbv.c         for (x = 0; x < c->width; x += c->bw) {
width             262 libavcodec/zmbv.c             bw2 = ((c->width - x) > c->bw) ? c->bw : (c->width - x);
width             274 libavcodec/zmbv.c                         if (mx + i < 0 || mx + i >= c->width) {
width             335 libavcodec/zmbv.c         for (x = 0; x < c->width; x += c->bw) {
width             343 libavcodec/zmbv.c             bw2 = ((c->width - x) > c->bw) ? c->bw : (c->width - x);
width             347 libavcodec/zmbv.c             tprev = prev + x + dx + dy * c->width;
width             355 libavcodec/zmbv.c                         if (mx + i < 0 || mx + i >= c->width)
width             361 libavcodec/zmbv.c                 out += c->width;
width             362 libavcodec/zmbv.c                 tprev += c->width;
width             372 libavcodec/zmbv.c                     out += c->width;
width             376 libavcodec/zmbv.c         output += c->width * c->bh;
width             377 libavcodec/zmbv.c         prev   += c->width * c->bh;
width             398 libavcodec/zmbv.c     memcpy(c->cur, src, c->width * c->height * (c->bpp / 8));
width             456 libavcodec/zmbv.c             c->stride = c->width;
width             467 libavcodec/zmbv.c             c->stride = c->width * 2;
width             475 libavcodec/zmbv.c             c->stride = c->width * 3;
width             483 libavcodec/zmbv.c             c->stride = c->width * 4;
width             497 libavcodec/zmbv.c         c->cur  = av_realloc_f(c->cur, avctx->width * avctx->height,  (c->bpp / 8));
width             498 libavcodec/zmbv.c         c->prev = av_realloc_f(c->prev, avctx->width * avctx->height,  (c->bpp / 8));
width             499 libavcodec/zmbv.c         c->bx = (c->width + c->bw - 1) / c->bw;
width             503 libavcodec/zmbv.c         memset(c->cur, 0, avctx->width * avctx->height * (c->bpp / 8));
width             504 libavcodec/zmbv.c         memset(c->prev, 0, avctx->width * avctx->height * (c->bpp / 8));
width             584 libavcodec/zmbv.c     c->width = avctx->width;
width             592 libavcodec/zmbv.c     c->decomp_size = (avctx->width + 255) * 4 * (avctx->height + 64);
width              98 libavcodec/zmbvenc.c     bw = FFMIN(ZMBV_BLOCK, c->avctx->width - x);
width             103 libavcodec/zmbvenc.c         for(tx = FFMAX(x - c->range, 0); tx < FFMIN(x + c->range, c->avctx->width - bw); tx++){
width             164 libavcodec/zmbvenc.c             memcpy(c->work_buf + work_size, src, avctx->width);
width             166 libavcodec/zmbvenc.c             work_size += avctx->width;
width             174 libavcodec/zmbvenc.c         bw = (avctx->width + ZMBV_BLOCK - 1) / ZMBV_BLOCK;
width             182 libavcodec/zmbvenc.c             for(x = 0; x < avctx->width; x += ZMBV_BLOCK, mv += 2) {
width             183 libavcodec/zmbvenc.c                 bw2 = FFMIN(avctx->width - x, ZMBV_BLOCK);
width             209 libavcodec/zmbvenc.c         memcpy(prev, src, avctx->width);
width             297 libavcodec/zmbvenc.c     c->comp_size = avctx->width * avctx->height + 1024 +
width             298 libavcodec/zmbvenc.c         ((avctx->width + ZMBV_BLOCK - 1) / ZMBV_BLOCK) * ((avctx->height + ZMBV_BLOCK - 1) / ZMBV_BLOCK) * 2 + 4;
width             312 libavcodec/zmbvenc.c     c->pstride = FFALIGN(avctx->width, 16);
width             111 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             154 libavdevice/bktr.c     geo.columns = width;
width             193 libavdevice/bktr.c     video_buf_size = width * height * 12 / 8;
width             292 libavdevice/bktr.c     st->codec->width = s->width;
width             298 libavdevice/bktr.c     if (bktr_init(s1->filename, s->width, s->height, s->standard,
width             339 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             102 libavdevice/decklink_common.cpp                                int width, int height,
width             138 libavdevice/decklink_common.cpp         if ((bmd_width == width && bmd_height == height &&
width              93 libavdevice/decklink_common.h int ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, decklink_direction_t direction = DIRECTION_OUT, int num = 0);
width             240 libavdevice/decklink_dec.cpp             int width  = videoFrame->GetWidth();
width             245 libavdevice/decklink_dec.cpp                 for (int x = 0; x < width; x += 2)
width             246 libavdevice/decklink_dec.cpp                     *p++ = bars[(x * 8) / width];
width             471 libavdevice/decklink_dec.cpp     st->codec->width       = ctx->bmd_width;
width              41 libavdevice/decklink_enc.cpp     decklink_frame(struct decklink_ctx *ctx, AVFrame *avframe, long width,
width              43 libavdevice/decklink_enc.cpp                    _ctx(ctx), _avframe(avframe), _width(width),
width             107 libavdevice/decklink_enc.cpp     if (ff_decklink_set_format(avctx, c->width, c->height,
width             228 libavdevice/decklink_enc.cpp     tmp->width  = ctx->bmd_width;
width             236 libavdevice/decklink_enc.cpp                   avpicture->linesize, (AVPixelFormat) tmp->format, tmp->width,
width             870 libavdevice/dshow.c         codec->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->codec->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 = codec_ctx->width;
width              51 libavdevice/gdigrab.c     int        width;       /**< Width of the grab frame (private option) */
width             276 libavdevice/gdigrab.c     if (!gdigrab->width || !gdigrab->height) {
width             284 libavdevice/gdigrab.c         clip_rect.right = gdigrab->width + gdigrab->offset_x;
width             613 libavdevice/gdigrab.c     { "video_size", "set video frame size", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, DEC },
width             316 libavdevice/lavfi.c             st->codec->width      = link->w;
width             431 libavdevice/lavfi.c     if (frame->width /* FIXME best way of testing a video */) {
width             432 libavdevice/lavfi.c         size = avpicture_get_size(frame->format, frame->width, frame->height);
width             439 libavdevice/lavfi.c         avpicture_layout(&pict, frame->format, frame->width, frame->height,
width              72 libavdevice/libdc1394.c     int width;
width             128 libavdevice/libdc1394.c     int width, height;
width             138 libavdevice/libdc1394.c     if ((ret = av_parse_video_size(&width, &height, dc1394->video_size)) < 0) {
width             148 libavdevice/libdc1394.c     for (fmt = dc1394_frame_formats; fmt->width; fmt++)
width             149 libavdevice/libdc1394.c          if (fmt->pix_fmt == pix_fmt && fmt->width == width && fmt->height == height)
width             156 libavdevice/libdc1394.c     if (!fps->frame_rate || !fmt->width) {
width             158 libavdevice/libdc1394.c                                                                                                 width, height, dc1394->frame_rate);
width             174 libavdevice/libdc1394.c     vst->codec->width = fmt->width;
width             180 libavdevice/libdc1394.c     dc1394->packet.size = avpicture_get_size(fmt->pix_fmt, fmt->width, fmt->height);
width             220 libavdevice/opengl_enc.c     int width;                         ///< Stream width
width             308 libavdevice/opengl_enc.c static int opengl_resize(AVFormatContext *h, int width, int height)
width             312 libavdevice/opengl_enc.c     opengl->window_width = width;
width             335 libavdevice/opengl_enc.c             return opengl_resize(h, message->width, message->height);
width             345 libavdevice/opengl_enc.c static int opengl_sdl_recreate_window(OpenGLContext *opengl, int width, int height)
width             347 libavdevice/opengl_enc.c     opengl->surface = SDL_SetVideoMode(width, height,
width             392 libavdevice/opengl_enc.c             message.width = opengl->surface->w;
width             415 libavdevice/opengl_enc.c     message.width = opengl->surface->w;
width             685 libavdevice/opengl_enc.c     dar = av_mul_q(sar, (AVRational){ encctx->width, encctx->height });
width             851 libavdevice/opengl_enc.c                                             GLsizei width, GLsizei height)
width             855 libavdevice/opengl_enc.c         opengl_get_texture_size(opengl, width, height, &new_width, &new_height);
width             895 libavdevice/opengl_enc.c     opengl_get_texture_size(opengl, opengl->width, opengl->height, &tex_w, &tex_h);
width             901 libavdevice/opengl_enc.c     opengl->vertex[2].s0 = (float)opengl->width  / (float)tex_w;
width             903 libavdevice/opengl_enc.c     opengl->vertex[3].s0 = (float)opengl->width  / (float)tex_w;
width             958 libavdevice/opengl_enc.c         message.width = opengl->window_width;
width            1021 libavdevice/opengl_enc.c     opengl_configure_texture(opengl, opengl->texture_name[0], opengl->width, opengl->height);
width            1035 libavdevice/opengl_enc.c                         FF_CEIL_RSHIFT(opengl->width, desc->log2_chroma_w),
width            1038 libavdevice/opengl_enc.c                 opengl_configure_texture(opengl, opengl->texture_name[i], opengl->width, opengl->height);
width            1040 libavdevice/opengl_enc.c             opengl_configure_texture(opengl, opengl->texture_name[3], opengl->width, opengl->height);
width            1074 libavdevice/opengl_enc.c     opengl->width = st->codec->width;
width            1078 libavdevice/opengl_enc.c         opengl->window_width = opengl->width;
width            1091 libavdevice/opengl_enc.c     if (opengl->width > opengl->max_texture_size || opengl->height > opengl->max_texture_size) {
width            1093 libavdevice/opengl_enc.c                opengl->width, opengl->height, opengl->max_texture_size, opengl->max_texture_size);
width            1138 libavdevice/opengl_enc.c     int width_chroma = FF_CEIL_RSHIFT(opengl->width, desc->log2_chroma_w);
width            1146 libavdevice/opengl_enc.c         data += opengl->width * opengl->height * wordsize;
width            1149 libavdevice/opengl_enc.c         data += opengl->width * opengl->height * wordsize;
width            1153 libavdevice/opengl_enc.c         data += opengl->width * opengl->height * wordsize;
width            1164 libavdevice/opengl_enc.c     int width = sub ? FF_CEIL_RSHIFT(opengl->width, desc->log2_chroma_w) : opengl->width;   \
width            1177 libavdevice/opengl_enc.c             (opengl->unpack_subimage || ((length / bytes_per_pixel) == width))) {           \
width            1179 libavdevice/opengl_enc.c             if (length != width)                                                            \
width            1181 libavdevice/opengl_enc.c             glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,                          \
width            1183 libavdevice/opengl_enc.c             if (length != width)                                                            \
width            1188 libavdevice/opengl_enc.c                 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, h, width, 1,                           \
width            1195 libavdevice/opengl_enc.c         glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,                              \
width             101 libavdevice/sdl.c     dar = av_mul_q(sar, (AVRational){ encctx->width, encctx->height });
width             117 libavdevice/sdl.c             overlay_rect->w = encctx->width;
width             157 libavdevice/sdl.c     sdl->overlay = SDL_CreateYUVOverlay(encctx->width, encctx->height,
width             159 libavdevice/sdl.c     if (!sdl->overlay || sdl->overlay->pitches[0] < encctx->width) {
width             162 libavdevice/sdl.c                encctx->width, encctx->height);
width             169 libavdevice/sdl.c            encctx->width, encctx->height, av_get_pix_fmt_name(encctx->pix_fmt),
width             325 libavdevice/sdl.c     avpicture_fill(&pict, pkt->data, encctx->pix_fmt, encctx->width, encctx->height);
width              95 libavdevice/v4l.c     s->video_win.width = ap->width;
width             120 libavdevice/v4l.c     if (s->video_win.width <= 0 || s->video_win.height <= 0) {
width             127 libavdevice/v4l.c     if(av_image_check_size(s->video_win.width, s->video_win.height, 0, s1) < 0)
width             209 libavdevice/v4l.c         s->gb_buf.width = s->video_win.width;
width             231 libavdevice/v4l.c             s->frame_size = s->video_win.width * s->video_win.height * video_formats[j].depth / 8;
width             244 libavdevice/v4l.c     st->codec->width = s->video_win.width;
width              72 libavdevice/v4l2.c     int width, height;
width             186 libavdevice/v4l2.c static int device_init(AVFormatContext *ctx, int *width, int *height,
width             193 libavdevice/v4l2.c     fmt.fmt.pix.width = *width;
width             203 libavdevice/v4l2.c     if ((*width != fmt.fmt.pix.width) || (*height != fmt.fmt.pix.height)) {
width             206 libavdevice/v4l2.c                *width, *height, fmt.fmt.pix.width, fmt.fmt.pix.height);
width             207 libavdevice/v4l2.c         *width = fmt.fmt.pix.width;
width             252 libavdevice/v4l2.c                    vfse.discrete.width, vfse.discrete.height);
width             765 libavdevice/v4l2.c                            int *width,
width             775 libavdevice/v4l2.c         ret = device_init(ctx, width, height, *desired_format);
width             792 libavdevice/v4l2.c                 ret = device_init(ctx, width, height, *desired_format);
width             906 libavdevice/v4l2.c     if (!s->width && !s->height) {
width             918 libavdevice/v4l2.c         s->width  = fmt.fmt.pix.width;
width             921 libavdevice/v4l2.c                "Setting frame size to %dx%d\n", s->width, s->height);
width             924 libavdevice/v4l2.c     res = device_try_init(ctx, pix_fmt, &s->width, &s->height, &desired_format, &codec_id);
width             935 libavdevice/v4l2.c     if ((res = av_image_check_size(s->width, s->height, 0, ctx)) < 0)
width             945 libavdevice/v4l2.c         avpicture_get_size(st->codec->pix_fmt, s->width, s->height);
width             965 libavdevice/v4l2.c     st->codec->width = s->width;
width            1091 libavdevice/v4l2.c     { "video_size",   "set frame size",                                           OFFSET(width),        AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL},  0, 0,   DEC },
width              72 libavdevice/v4l2enc.c     fmt.fmt.pix.width       = enc_ctx->width;
width              75 libavdevice/v4l2enc.c     fmt.fmt.pix.sizeimage   = av_image_get_buffer_size(enc_ctx->pix_fmt, enc_ctx->width, enc_ctx->height, 1);
width             376 libavdevice/vfwcap.c     codec->width  = bi->bmiHeader.biWidth;
width              71 libavdevice/x11grab.c     int width;               /**< Width of the grab frame */
width             109 libavdevice/x11grab.c                    (s->width  + REGION_WIN_BORDER * 2) - 1 * 2 - 1,
width             129 libavdevice/x11grab.c                                   s->width  + REGION_WIN_BORDER * 2,
width             136 libavdevice/x11grab.c     rect.width  = s->width;
width             152 libavdevice/x11grab.c                                         &g->shminfo, g->width, g->height);
width             288 libavdevice/x11grab.c            s1->filename, dpyname, x_off, y_off, x11grab->width, x11grab->height);
width             315 libavdevice/x11grab.c         x_off -= x11grab->width / 2;
width             317 libavdevice/x11grab.c         x_off  = FFMIN(FFMAX(x_off, 0), screen_w - x11grab->width);
width             338 libavdevice/x11grab.c                           x11grab->width, x11grab->height,
width             348 libavdevice/x11grab.c     x11grab->frame_size = x11grab->width * x11grab->height * image->bits_per_pixel / 8;
width             376 libavdevice/x11grab.c     st->codec->width      = x11grab->width;
width             398 libavdevice/x11grab.c     int width    = s->width;
width             435 libavdevice/x11grab.c     to_column = FFMIN((x + xcim->width),  (width  + x_off));
width             439 libavdevice/x11grab.c             int xcim_addr  = (line  - y)     * xcim->width + column - x;
width             440 libavdevice/x11grab.c             int image_addr = ((line - y_off) * width       + column - x_off) * pixstride;
width             489 libavdevice/x11grab.c     req->width     = image->width;
width             574 libavdevice/x11grab.c             x_off += pointer_x - s->width / 2 - x_off;
width             579 libavdevice/x11grab.c             if (pointer_x > x_off + s->width - follow_mouse)
width             580 libavdevice/x11grab.c                 x_off += pointer_x - (x_off + s->width - follow_mouse);
width             589 libavdevice/x11grab.c         s->x_off = x_off = FFMIN(FFMAX(x_off, 0), screen_w - s->width);
width             671 libavdevice/x11grab.c     { "video_size",  "set video frame size",     OFFSET(width),       AV_OPT_TYPE_IMAGE_SIZE, {.str = "vga"}, 0, 0, DEC },
width              61 libavdevice/xcbgrab.c     int width, height;
width             111 libavdevice/xcbgrab.c     int w = c->width, h = c->height, f = c->follow_mouse;
width             140 libavdevice/xcbgrab.c     c->x = FFMIN(FFMAX(0, x), geo->width  - w);
width             156 libavdevice/xcbgrab.c                         c->x, c->y, c->width, c->height, ~0);
width             237 libavdevice/xcbgrab.c                            c->x, c->y, c->width, c->height, ~0,
width             326 libavdevice/xcbgrab.c     w = FFMIN(cx + ci->width,  gr->x + gr->width)  - x;
width             332 libavdevice/xcbgrab.c     cursor += (y - cy) * ci->width;
width             333 libavdevice/xcbgrab.c     image  += (y - gr->y) * gr->width * stride;
width             360 libavdevice/xcbgrab.c         cursor +=  ci->width - w - c_off;
width             361 libavdevice/xcbgrab.c         image  += (gr->width - w - i_off) * stride;
width             488 libavdevice/xcbgrab.c             c->frame_size = c->width * c->height * fmt->bits_per_pixel / 8;
width             510 libavdevice/xcbgrab.c     ret = av_parse_video_size(&c->width, &c->height, c->video_size);
width             523 libavdevice/xcbgrab.c     c->width      = FFMIN(geo->width, c->width);
width             531 libavdevice/xcbgrab.c     st->codec->width      = c->width;
width             557 libavdevice/xcbgrab.c                           c->width  + c->region_border * 2 - 3,
width             572 libavdevice/xcbgrab.c     xcb_rectangle_t rect = { 0, 0, c->width, c->height };
width             581 libavdevice/xcbgrab.c                       c->width + c->region_border * 2,
width             135 libavdevice/xv.c     xv->image_width  = encctx->width;
width             139 libavdevice/xv.c         xv->window_width  = encctx->width;
width             198 libavdevice/xv.c     xv->image_width  = encctx->width;
width             235 libavdevice/xv.c     dar = av_mul_q(sar, (AVRational){ encctx->width, encctx->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             317 libavdevice/xv.c                   xv->image_format, img->width, img->height);
width             326 libavdevice/xv.c     avpicture_fill(&pict, pkt->data, ctx->pix_fmt, ctx->width, ctx->height);
width             107 libavfilter/af_biquads.c     double width;
width             124 libavfilter/af_biquads.c         if (s->frequency <= 0 || s->width <= 0) {
width             126 libavfilter/af_biquads.c                    s->frequency, s->width);
width             254 libavfilter/af_biquads.c         alpha = sin(w0) / (2 * s->frequency / s->width);
width             257 libavfilter/af_biquads.c         alpha = sin(w0) * sinh(log(2.) / 2 * s->width * w0 / sin(w0));
width             260 libavfilter/af_biquads.c         alpha = sin(w0) / (2 * s->width);
width             263 libavfilter/af_biquads.c         alpha = sin(w0) / 2 * sqrt((A + 1 / A) * (1 / s->width - 1) + 2);
width             478 libavfilter/af_biquads.c     {"width", "set band-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 999, FLAGS},
width             479 libavfilter/af_biquads.c     {"w",     "set band-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 999, FLAGS},
width             496 libavfilter/af_biquads.c     {"width", "set shelf transition steep", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             497 libavfilter/af_biquads.c     {"w",     "set shelf transition steep", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             514 libavfilter/af_biquads.c     {"width", "set shelf transition steep", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             515 libavfilter/af_biquads.c     {"w",     "set shelf transition steep", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 99999, FLAGS},
width             532 libavfilter/af_biquads.c     {"width", "set band-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 999, FLAGS},
width             533 libavfilter/af_biquads.c     {"w",     "set band-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 999, FLAGS},
width             549 libavfilter/af_biquads.c     {"width", "set band-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 999, FLAGS},
width             550 libavfilter/af_biquads.c     {"w",     "set band-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 999, FLAGS},
width             565 libavfilter/af_biquads.c     {"width", "set width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.707}, 0, 99999, FLAGS},
width             566 libavfilter/af_biquads.c     {"w",     "set width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.707}, 0, 99999, FLAGS},
width             583 libavfilter/af_biquads.c     {"width", "set width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.707}, 0, 99999, FLAGS},
width             584 libavfilter/af_biquads.c     {"w",     "set width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=0.707}, 0, 99999, FLAGS},
width             601 libavfilter/af_biquads.c     {"width", "set filter-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=707.1}, 0, 99999, FLAGS},
width             602 libavfilter/af_biquads.c     {"w",     "set filter-width", OFFSET(width), AV_OPT_TYPE_DOUBLE, {.dbl=707.1}, 0, 99999, FLAGS},
width              37 libavfilter/avcodec.c                                                   frame->width, frame->height,
width             105 libavfilter/avcodec.c         dst->width               = src->video->w;
width             185 libavfilter/avf_avectorscope.c     if (!s->outpicref || s->outpicref->width  != outlink->w ||
width             238 libavfilter/avf_showcqt.c                 for (bx = 0; bx < face->glyph->bitmap.width; bx++) {
width             244 libavfilter/avf_showcqt.c                     s->font_alpha[dy*video_width+dx] = face->glyph->bitmap.buffer[by*face->glyph->bitmap.width+bx];
width             254 libavfilter/avf_showwaves.c             outpicref->width  = outlink->w;
width              54 libavfilter/avfilter.c     if (ref->width) {
width              57 libavfilter/avfilter.c                 ref->width, ref->height,
width            1051 libavfilter/avfilter.c                           frame->format, frame->width, frame->height);
width            1154 libavfilter/avfilter.c             av_assert1(frame->width               == link->w);
width             140 libavfilter/buffer.c         dst->video->w                   = src->width;
width             302 libavfilter/buffersink.c                                                         frame->width, frame->height,
width              68 libavfilter/buffersrc.c #define CHECK_VIDEO_PARAM_CHANGE(s, c, width, height, format)\
width              69 libavfilter/buffersrc.c     if (c->w != width || c->h != height || c->pix_fmt != format) {\
width             139 libavfilter/buffersrc.c         CHECK_VIDEO_PARAM_CHANGE(ctx, s, frame->width, frame->height,
width             102 libavfilter/deshake.h     int (* transform)(AVFilterContext *ctx, int width, int height, int cw, int ch,
width              37 libavfilter/deshake_opencl.c                         int width, int height, int cw, int ch,
width              47 libavfilter/deshake_opencl.c     size_t global_worksize_lu[2] = {(size_t)ROUND_TO_16(width), (size_t)ROUND_TO_16(height)};
width              69 libavfilter/deshake_opencl.c                                   FF_OPENCL_PARAM_INFO(width),
width              84 libavfilter/deshake_opencl.c                                   FF_OPENCL_PARAM_INFO(width),
width              40 libavfilter/deshake_opencl.h                         int width, int height, int cw, int ch,
width              36 libavfilter/deshake_opencl_kernel.h                                   int width, int height, int stride, unsigned char def)
width              38 libavfilter/deshake_opencl_kernel.h     return pixel(src, (int)(x + 0.5f), (int)(y + 0.5f), width, height, stride, def);
width              42 libavfilter/deshake_opencl_kernel.h                                    int width, int height, int stride, unsigned char def)
width              51 libavfilter/deshake_opencl_kernel.h     if (x_f < -1 || x_f > width || y_f < -1 || y_f > height) {
width              54 libavfilter/deshake_opencl_kernel.h         v4 = pixel(src, x_f, y_f, width, height, stride, def);
width              55 libavfilter/deshake_opencl_kernel.h         v2 = pixel(src, x_c, y_f, width, height, stride, def);
width              56 libavfilter/deshake_opencl_kernel.h         v3 = pixel(src, x_f, y_c, width, height, stride, def);
width              57 libavfilter/deshake_opencl_kernel.h         v1 = pixel(src, x_c, y_c, width, height, stride, def);
width              64 libavfilter/deshake_opencl_kernel.h                                       int width, int height, int stride, unsigned char def)
width              74 libavfilter/deshake_opencl_kernel.h     if (x_f < - 1 || x_f > width || y_f < -1 || y_f > height)
width              77 libavfilter/deshake_opencl_kernel.h         v4 = pixel(src, x_f, y_f, width, height, stride, def);
width              78 libavfilter/deshake_opencl_kernel.h         v2 = pixel(src, x_c, y_f, width, height, stride, def);
width              79 libavfilter/deshake_opencl_kernel.h         v3 = pixel(src, x_f, y_c, width, height, stride, def);
width              80 libavfilter/deshake_opencl_kernel.h         v1 = pixel(src, x_c, y_c, width, height, stride, def);
width             115 libavfilter/deshake_opencl_kernel.h                                     int width)
width             124 libavfilter/deshake_opencl_kernel.h     if (x < width && y < height) {
width             134 libavfilter/deshake_opencl_kernel.h                 x_s = clipf(x_s, 0, width - 1);
width             139 libavfilter/deshake_opencl_kernel.h                 x_s = mirror(x_s, width - 1);
width             145 libavfilter/deshake_opencl_kernel.h                 dst[idx_dst] = interpolate_nearest(x_s, y_s, src, width, height, src_stride_lu, def);
width             148 libavfilter/deshake_opencl_kernel.h                 dst[idx_dst] = interpolate_bilinear(x_s, y_s, src, width, height, src_stride_lu, def);
width             151 libavfilter/deshake_opencl_kernel.h                 dst[idx_dst] = interpolate_biquadratic(x_s, y_s, src, width, height, src_stride_lu, def);
width             169 libavfilter/deshake_opencl_kernel.h                                       int width,
width             122 libavfilter/drawutils.c         int width  = FF_CEIL_RSHIFT(w, hsub1);
width             128 libavfilter/drawutils.c                    src[plane], width * pixelstep[plane]);
width             144 libavfilter/drawutils.c         int width  = FF_CEIL_RSHIFT(w, hsub1);
width             150 libavfilter/drawutils.c                    src[plane] + src_linesize[plane]*(i+(y2>>vsub1)), width * pixelstep[plane]);
width             253 libavfilter/f_select.c         frame->width  == prev_picref->width) {
width             263 libavfilter/f_select.c             for (x = 0; x < frame->width*3 - 7; x += 8) {
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              85 libavfilter/lavfutils.c     *w       = frame->width;
width             375 libavfilter/src_movie.c         outlink->w          = c->width;
width             395 libavfilter/src_movie.c                  frame->width, frame->height,
width              55 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             141 libavfilter/transform.c                         int width, int height, const float *matrix,
width             165 libavfilter/transform.c         for(x = 0; x < width; x++) {
width             175 libavfilter/transform.c                     x_s = av_clipf(x_s, 0, width - 1);
width             179 libavfilter/transform.c                     x_s = avpriv_mirror(x_s,  width-1);
width             183 libavfilter/transform.c                     av_assert2(x_s < width && y_s < height);
width             187 libavfilter/transform.c             dst[y * dst_stride + x] = func(x_s, y_s, src, width, height, src_stride, def);
width             123 libavfilter/transform.h                         int width, int height, const float *matrix,
width             171 libavfilter/unsharp_opencl.c     int width = link->w;
width             175 libavfilter/unsharp_opencl.c     size_t globalWorkSize1d = width * height + 2 * ch * cw;
width             181 libavfilter/unsharp_opencl.c         globalWorkSize2dLuma[0] = (size_t)ROUND_TO_16(width);
width             198 libavfilter/unsharp_opencl.c                                       FF_OPENCL_PARAM_INFO(width),
width              46 libavfilter/unsharp_opencl_kernel.h                     int width,
width              58 libavfilter/unsharp_opencl_kernel.h         if (globalIdx.x < width && globalIdx.y < height)
width              76 libavfilter/unsharp_opencl_kernel.h             indexIx = indexIx >= width ? width - 1: indexIx;
width             130 libavfilter/unsharp_opencl_kernel.h     if (globalIdx.x < width && globalIdx.y < height)
width             146 libavfilter/unsharp_opencl_kernel.h                     int width,
width             260 libavfilter/unsharp_opencl_kernel.h                     int width,
width             278 libavfilter/unsharp_opencl_kernel.h     if (global_id < width * height) {
width             279 libavfilter/unsharp_opencl_kernel.h         y = global_id / width;
width             280 libavfilter/unsharp_opencl_kernel.h         x = global_id % width;
width             286 libavfilter/unsharp_opencl_kernel.h         temp_width = width;
width             293 libavfilter/unsharp_opencl_kernel.h     } else if ((global_id >= width * height) && (global_id < width * height + ch * cw)) {
width             294 libavfilter/unsharp_opencl_kernel.h         y = (global_id - width * height) / cw;
width             295 libavfilter/unsharp_opencl_kernel.h         x = (global_id - width * height) % cw;
width             309 libavfilter/unsharp_opencl_kernel.h         y = (global_id - width * height - ch * cw) / cw;
width             310 libavfilter/unsharp_opencl_kernel.h         x = (global_id - width * height - ch * cw) % cw;
width             111 libavfilter/vf_alphamerge.c             for (x = 0; x < main_buf->width; x++) {
width              76 libavfilter/vf_blend.c                   int width, int start, int end,
width             160 libavfilter/vf_blend.c                          int width, int start, int end,
width             163 libavfilter/vf_blend.c     av_image_copy_plane(dst, dst_linesize, top, top_linesize, width, end - start);
width             170 libavfilter/vf_blend.c                           int width, int start, int end,              \
width             177 libavfilter/vf_blend.c         for (j = 0; j < width; j++) {                                 \
width             222 libavfilter/vf_blend.c                        int width, int start, int end,
width             230 libavfilter/vf_blend.c         for (x = 0; x < width; x++) {
width             256 libavfilter/vf_blend.c     values[VAR_SW] = td->w / (double)td->dst->width;
width             286 libavfilter/vf_blend.c         int outw = FF_CEIL_RSHIFT(dst_buf->width,  hsub);
width             210 libavfilter/vf_codecview.c                            frame->width, frame->height, frame->linesize[0],
width             188 libavfilter/vf_colormatrix.c     const int width = src->width*2;
width             200 libavfilter/vf_colormatrix.c         for (x = 0; x < width; x += 4) {
width             223 libavfilter/vf_colormatrix.c     const int width = src->width;
width             238 libavfilter/vf_colormatrix.c         for (x = 0; x < width; x += 2) {
width             266 libavfilter/vf_colormatrix.c     const int width = src->width;
width             282 libavfilter/vf_colormatrix.c         for (x = 0; x < width; x += 2) {
width              33 libavfilter/vf_copy.c     AVFrame *out = ff_get_video_buffer(outlink, in->width, in->height);
width             249 libavfilter/vf_crop.c     frame->width  = s->w;
width             174 libavfilter/vf_cropdetect.c             s->x1 = frame->width  - 1;
width             193 libavfilter/vf_cropdetect.c         FIND(s->y1,                 0,               y < s->y1, +1, frame->linesize[0], bpp, frame->width);
width             194 libavfilter/vf_cropdetect.c         FIND(s->y2, frame->height - 1, y > FFMAX(s->y2, s->y1), -1, frame->linesize[0], bpp, frame->width);
width             196 libavfilter/vf_cropdetect.c         FIND(s->x2,  frame->width - 1, y > FFMAX(s->x2, s->x1), -1, bpp, frame->linesize[0], frame->height);
width             501 libavfilter/vf_curves.c         for (x = 0; x < in->width * step; x += step) {
width              96 libavfilter/vf_decimate.c         int width    = plane ? FF_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             239 libavfilter/vf_deshake.c                         int width, int height, int stride, Transform *t)
width             250 libavfilter/vf_deshake.c     av_fast_malloc(&deshake->angles, &deshake->angles_size, width * height / (16 * deshake->blocksize) * sizeof(*deshake->angles));
width             263 libavfilter/vf_deshake.c         for (x = deshake->rx; x < width - deshake->rx - 16; x += 16) {
width             305 libavfilter/vf_deshake.c     p_x = (center_x - width / 2.0);
width             319 libavfilter/vf_deshake.c                                     int width, int height, int cw, int ch,
width             329 libavfilter/vf_deshake.c     plane_w[0] = width;
width             220 libavfilter/vf_drawbox.c             for (x = FFMAX(xb, 0); x < xb + s->w && x < frame->width; x++)
width             225 libavfilter/vf_drawbox.c             for (x = FFMAX(xb, 0); x < xb + s->w && x < frame->width; x++) {
width             333 libavfilter/vf_drawbox.c             for (x = 0; x < frame->width; x++)
width             337 libavfilter/vf_drawbox.c             for (x = 0; x < frame->width; x++) {
width            1053 libavfilter/vf_drawtext.c                        int width, int height,
width            1084 libavfilter/vf_drawtext.c                       frame->data, frame->linesize, width, height,
width            1086 libavfilter/vf_drawtext.c                       bitmap.width, bitmap.rows,
width            1095 libavfilter/vf_drawtext.c                      int width, int height)
width            1241 libavfilter/vf_drawtext.c     box_w = FFMIN(width - 1 , max_text_line_w);
width            1247 libavfilter/vf_drawtext.c                            frame->data, frame->linesize, width, height,
width            1251 libavfilter/vf_drawtext.c         if ((ret = draw_glyphs(s, frame, width, height,
width            1257 libavfilter/vf_drawtext.c         if ((ret = draw_glyphs(s, frame, width, height,
width            1261 libavfilter/vf_drawtext.c     if ((ret = draw_glyphs(s, frame, width, height,
width            1292 libavfilter/vf_drawtext.c     draw_text(ctx, frame, frame->width, frame->height);
width             183 libavfilter/vf_extractplanes.c                                 int width, int height,
width             191 libavfilter/vf_extractplanes.c             for (x = 0; x < width; x++)
width             195 libavfilter/vf_extractplanes.c             for (x = 0; x < width; x++) {
width             169 libavfilter/vf_fade.c         for (j = 0; j < frame->width; j++) {
width             208 libavfilter/vf_fade.c         for (j = 0; j < frame->width * s->bpp; j++) {
width             226 libavfilter/vf_fade.c     const int width = FF_CEIL_RSHIFT(frame->width, s->hsub);
width             234 libavfilter/vf_fade.c             for (j = 0; j < width; j++) {
width             260 libavfilter/vf_fade.c         for (j = 0; j < frame->width; j++) {
width             156 libavfilter/vf_fieldmatch.c     return plane ? FF_CEIL_RSHIFT(f->width, fm->hsub) : f->width;
width             171 libavfilter/vf_fieldmatch.c     const int width  = f1->width;
width             176 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++)
width             203 libavfilter/vf_fieldmatch.c         const int width  = get_width (fm, src, plane);
width             209 libavfilter/vf_fieldmatch.c             fill_buf(cmkp, width, height, cmk_linesize, 0xff);
width             212 libavfilter/vf_fieldmatch.c         fill_buf(cmkp, width, height, cmk_linesize, 0);
width             221 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++) {
width             230 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++) {
width             241 libavfilter/vf_fieldmatch.c             for (x = 0; x < width; x++) {
width             252 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++) {
width             262 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++) {
width             273 libavfilter/vf_fieldmatch.c         const int width  = FF_CEIL_RSHIFT(src->width,  fm->hsub);
width             287 libavfilter/vf_fieldmatch.c             for (x = 1; x < width - 1; x++) {
width             309 libavfilter/vf_fieldmatch.c         const int width  = src->width;
width             311 libavfilter/vf_fieldmatch.c         const int xblocks = ((width+xhalf)/blockx) + 1;
width             317 libavfilter/vf_fieldmatch.c         const int widtha = (width /(blockx/2))*(blockx/2);
width             335 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++)                                         \
width             365 libavfilter/vf_fieldmatch.c             for (x = widtha; x < width; x++) {
width             395 libavfilter/vf_fieldmatch.c                                 int width, int height)
width             402 libavfilter/vf_fieldmatch.c         for (x = 0; x < width; x++)
width             417 libavfilter/vf_fieldmatch.c                            int width, int plane)
width             424 libavfilter/vf_fieldmatch.c                         fm->tbuffer, tpitch, width, height>>1);
width             427 libavfilter/vf_fieldmatch.c         for (x = 1; x < width - 1; x++) {
width             449 libavfilter/vf_fieldmatch.c                                 for (u = FFMAX(x-4,0); u < FFMIN(x+5,width); u++) {
width             504 libavfilter/vf_fieldmatch.c         const int width  = get_width (fm, src, plane);
width             509 libavfilter/vf_fieldmatch.c         const int stopx  = width - startx;
width             513 libavfilter/vf_fieldmatch.c         fill_buf(mapp, width, height, map_linesize, 0);
width             538 libavfilter/vf_fieldmatch.c                            mapp, map_linesize, height, width, plane);
width             541 libavfilter/vf_fieldmatch.c                            mapp + map_linesize, map_linesize, height, width, plane);
width              82 libavfilter/vf_framepack.c     int width            = ctx->inputs[LEFT]->w;
width              88 libavfilter/vf_framepack.c     if (width  != ctx->inputs[RIGHT]->w ||
width              92 libavfilter/vf_framepack.c                width, height,
width             125 libavfilter/vf_framepack.c         width *= 2;
width             136 libavfilter/vf_framepack.c     outlink->w         = width;
width             149 libavfilter/vf_framepack.c     int length = dst->width / 2;
width             158 libavfilter/vf_framepack.c             length = FF_CEIL_RSHIFT(dst->width / 2, s->pix_desc->log2_chroma_w);
width             192 libavfilter/vf_framepack.c     int length = dst->width;
width             197 libavfilter/vf_framepack.c             length = -(-(dst->width)      >> s->pix_desc->log2_chroma_w);
width              44 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             630 libavfilter/vf_fspp.c                 out->width = in->width;
width              76 libavfilter/vf_fspp.h                         ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale);
width              80 libavfilter/vf_fspp.h                          ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale);
width              77 libavfilter/vf_geq.c     const int w = (plane == 1 || plane == 2) ? FF_CEIL_RSHIFT(picref->width,  geq->hsub) : picref->width;
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              92 libavfilter/vf_hflip.c         const int width  = s->planewidth[plane];
width             100 libavfilter/vf_hflip.c         inrow  = in ->data[plane] + start * in->linesize[plane] + (width - 1) * step;
width             104 libavfilter/vf_hflip.c                 for (j = 0; j < width; j++)
width             112 libavfilter/vf_hflip.c                 for (j = 0; j < width; j++)
width             121 libavfilter/vf_hflip.c                 for (j = 0; j < width; j++, out += 3, in -= 3) {
width             132 libavfilter/vf_hflip.c                 for (j = 0; j < width; j++)
width             138 libavfilter/vf_hflip.c                 for (j = 0; j < width; j++)
width             201 libavfilter/vf_histogram.c     const int src_w = FF_CEIL_RSHIFT(inpicref->width, shift_w);
width             269 libavfilter/vf_histogram.c                 for (j = 0; j < in->width; j++)
width             314 libavfilter/vf_hqdn3d.c                 FF_CEIL_RSHIFT(in->width,  (!!c * s->hsub)),
width             387 libavfilter/vf_hqx.c     const int width  = in->width;
width             404 libavfilter/vf_hqx.c         for (x = 0; x < width; x++) {
width             406 libavfilter/vf_hqx.c             const int nextcol = x < width -1 ?  1 : 0;
width             495 libavfilter/vf_hqx.c     out->width  = outlink->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     unsigned int width;
width             133 libavfilter/vf_lenscorrection.c     outlink->w = rect->width = inlink->w;
width             159 libavfilter/vf_lenscorrection.c         int w = rect->width / hdiv;
width              47 libavfilter/vf_libopencv.c     tmpimg = cvCreateImageHeader((CvSize){frame->width, frame->height}, depth, channels_nb);
width             224 libavfilter/vf_lut3d.c         for (x = 0; x < in->width * step; x += step) {                                              \
width             117 libavfilter/vf_mcdeint.c     enc_ctx->width  = inlink->w;
width             122 libavfilter/vf_mpdecimate.c                         FF_CEIL_RSHIFT(ref->width,  hsub),
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             370 libavfilter/vf_overlay.c     const int src_w = src->width;
width             372 libavfilter/vf_overlay.c     const int dst_w = dst->width;
width             184 libavfilter/vf_owdenoise.c                    int width, int height, double strength)
width             188 libavfilter/vf_owdenoise.c     while (1<<depth > width || 1<<depth > height)
width             192 libavfilter/vf_owdenoise.c         for(x = 0; x < width; x++)
width             196 libavfilter/vf_owdenoise.c         decompose2D2(s->plane[i + 1], s->plane[i][0], s->plane[0] + 1, s->linesize, 1<<i, width, height);
width             201 libavfilter/vf_owdenoise.c                 for (x = 0; x < width; x++) {
width             212 libavfilter/vf_owdenoise.c         compose2D2(s->plane[i][0], s->plane[i + 1], s->plane[0] + 1, s->linesize, 1<<i, width, height);
width             215 libavfilter/vf_owdenoise.c         for (x = 0; x < width; x++) {
width             213 libavfilter/vf_pad.c     frame->width  = w;
width             252 libavfilter/vf_pad.c         ptrdiff_t req_end   = ((s->w - s->x - frame->width) >> hsub) *
width             342 libavfilter/vf_pad.c                           s->x, s->y, 0, 0, in->width, in->height);
width             350 libavfilter/vf_pad.c     out->width  = s->w;
width             238 libavfilter/vf_palettegen.c         for (x = 0; x < out->width; x++) {
width             253 libavfilter/vf_palettegen.c         pal[out->width - pal_linesize - 1] = 0x0000ff00; // add a green transparent color
width             441 libavfilter/vf_palettegen.c         for (x = 0; x < f1->width; x++) {
width             463 libavfilter/vf_palettegen.c         for (x = 0; x < f->width; x++) {
width              78 libavfilter/vf_paletteuse.c                               int x_start, int y_start, int width, int height);
width             741 libavfilter/vf_paletteuse.c     const float div = in1->width * in1->height * 3;
width             745 libavfilter/vf_paletteuse.c         for (x = 0; x < in1->width; x++) {
width             768 libavfilter/vf_paletteuse.c     int width  = cur_src->width;
width             773 libavfilter/vf_paletteuse.c         int x_end = cur_src->width  - 1,
width             788 libavfilter/vf_paletteuse.c                                           cur_src->width * 4)) {
width             791 libavfilter/vf_paletteuse.c                    cur_dst->width);
width             796 libavfilter/vf_paletteuse.c                                           cur_src->width * 4)) {
width             799 libavfilter/vf_paletteuse.c                    cur_dst->width);
width             830 libavfilter/vf_paletteuse.c         width = x_end + 1 - x_start;
width             837 libavfilter/vf_paletteuse.c         if (x_end != cur_src->width - 1) {
width             838 libavfilter/vf_paletteuse.c             const int copy_len = cur_src->width - 1 - x_end;
width             847 libavfilter/vf_paletteuse.c     *wp = width;
width             879 libavfilter/vf_paletteuse.c             w, h, x, y, x+w, y+h, in->width, in->height);
width             930 libavfilter/vf_paletteuse.c         for (x = 0; x < palette_frame->width; x++)
width             123 libavfilter/vf_phase.c     const int w = new->width;
width             135 libavfilter/vf_pp.c     outbuf->width  = inbuf->width;
width             209 libavfilter/vf_pp7.c                    int width, int height,
width             213 libavfilter/vf_pp7.c     const int stride = is_luma ? p->temp_stride : ((width + 16 + 15) & (~15));
width             221 libavfilter/vf_pp7.c         memcpy(p_src + index, src + y * src_stride, width);
width             224 libavfilter/vf_pp7.c             p_src[index + width + x    ]= p_src[index + width - x - 1];
width             241 libavfilter/vf_pp7.c         for (x = 0; x < width; ) {
width             244 libavfilter/vf_pp7.c             int end = FFMIN(x + 8, width);
width             249 libavfilter/vf_pp7.c                 qp = qp_store[ (FFMIN(x, width - 1) >> qps) + (FFMIN(y, height - 1) >> qps) * qp_stride];
width             350 libavfilter/vf_pp7.c             out->width = in->width;
width             158 libavfilter/vf_psnr.c                        main->width, main->height, comp_mse);
width             148 libavfilter/vf_sab.c static int open_filter_param(FilterParam *f, int width, int height, unsigned int sws_flags)
width             153 libavfilter/vf_sab.c     int linesize = FFALIGN(width, 8);
width             163 libavfilter/vf_sab.c     f->pre_filter_context = sws_getContext(width, height, AV_PIX_FMT_GRAY8,
width             164 libavfilter/vf_sab.c                                            width, height, AV_PIX_FMT_GRAY8,
width             453 libavfilter/vf_scale.c     if(   in->width  != link->w
width             463 libavfilter/vf_scale.c         link->dst->inputs[0]->w      = in->width;
width             483 libavfilter/vf_scale.c     out->width  = outlink->w;
width              91 libavfilter/vf_showinfo.c         int linesize = av_image_get_linesize(frame->format, frame->width, plane);
width             114 libavfilter/vf_showinfo.c            frame->width, frame->height,
width             102 libavfilter/vf_shuffleplanes.c         AVFrame *copy = ff_get_video_buffer(ctx->outputs[0], frame->width, frame->height);
width             132 libavfilter/vf_signalstats.c     frame->width  = w;
width             189 libavfilter/vf_signalstats.c     const int w = in->width;
width             228 libavfilter/vf_signalstats.c     const int w = in->width;
width             278 libavfilter/vf_signalstats.c     const int w = in->width;
width             132 libavfilter/vf_smartblur.c static int alloc_sws_context(FilterParam *f, int width, int height, unsigned int flags)
width             147 libavfilter/vf_smartblur.c                                              width, height, AV_PIX_FMT_GRAY8,
width             148 libavfilter/vf_smartblur.c                                              width, height, AV_PIX_FMT_GRAY8,
width             161 libavfilter/vf_spp.c                           int width, int height, int log2_scale,
width             175 libavfilter/vf_spp.c         for (x = 0; x < width; x += 8) {
width             191 libavfilter/vf_spp.c                             int width, int height, int log2_scale,
width             206 libavfilter/vf_spp.c         for (x = 0; x < width; x += 8) {
width             233 libavfilter/vf_spp.c                    int dst_linesize, int src_linesize, int width, int height,
width             238 libavfilter/vf_spp.c     const int linesize = is_luma ? p->temp_linesize : FFALIGN(width+16, 16);
width             247 libavfilter/vf_spp.c         memcpy(p->src + index*sample_bytes, src + y*src_linesize, width*sample_bytes);
width             251 libavfilter/vf_spp.c                 p->src[index + width + x    ] = p->src[index + width - x - 1];
width             256 libavfilter/vf_spp.c                 psrc16[index + width + x    ] = psrc16[index + width - x - 1];
width             267 libavfilter/vf_spp.c         for (x = 0; x < width + 8; x += 8) {
width             274 libavfilter/vf_spp.c                 qp = qp_table[(FFMIN(x, width - 1) >> qps) + (FFMIN(y, height - 1) >> qps) * qp_stride];
width             291 libavfilter/vf_spp.c                                dst_linesize, linesize, width,
width             296 libavfilter/vf_spp.c                                 dst_linesize/2, linesize, width,
width             415 libavfilter/vf_spp.c                 out->width  = in->width;
width              50 libavfilter/vf_spp.h                         int width, int height, int log2_scale,
width              67 libavfilter/vf_stereo3d.c     int width, height;
width             135 libavfilter/vf_stereo3d.c     int width, height;
width             325 libavfilter/vf_stereo3d.c     s->in.width     =
width             326 libavfilter/vf_stereo3d.c     s->width        = inlink->w;
width             341 libavfilter/vf_stereo3d.c         s->width        = inlink->w / 2;
width             342 libavfilter/vf_stereo3d.c         s->in.off_right = s->width;
width             347 libavfilter/vf_stereo3d.c         s->width        = inlink->w / 2;
width             348 libavfilter/vf_stereo3d.c         s->in.off_left  = s->width;
width             373 libavfilter/vf_stereo3d.c     s->out.width     = s->width;
width             408 libavfilter/vf_stereo3d.c         s->out.width     = s->width * 2;
width             409 libavfilter/vf_stereo3d.c         s->out.off_right = s->width;
width             414 libavfilter/vf_stereo3d.c         s->out.width     = s->width * 2;
width             415 libavfilter/vf_stereo3d.c         s->out.off_left  = s->width;
width             456 libavfilter/vf_stereo3d.c     outlink->w = s->out.width;
width             462 libavfilter/vf_stereo3d.c     if ((ret = av_image_fill_linesizes(s->linesize, outlink->format, s->width)) < 0)
width             595 libavfilter/vf_stereo3d.c         int out_width = s->out.width;
width             167 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             315 libavfilter/vf_super2xsai.c     outpicref->width  = outlink->w;
width             180 libavfilter/vf_tile.c         tile->out_ref->width  = outlink->w;
width              88 libavfilter/vf_tinterlace.c static void lowpass_line_c(uint8_t *dstp, ptrdiff_t width, const uint8_t *srcp,
width              92 libavfilter/vf_tinterlace.c     for (i = 0; i < width; i++) {
width             156 libavfilter/vf_transpose.c         int outw    = FF_CEIL_RSHIFT(out->width,  hsub);
width              53 libavfilter/vf_unsharp.c                           int width, int height, UnsharpFilterParam *fp)
width              68 libavfilter/vf_unsharp.c         av_image_copy_plane(dst, dst_stride, src, src_stride, width, height);
width              73 libavfilter/vf_unsharp.c         memset(sc[y], 0, sizeof(sc[y][0]) * (width + 2 * steps_x));
width              80 libavfilter/vf_unsharp.c         for (x = -steps_x; x < width + steps_x; x++) {
width              81 libavfilter/vf_unsharp.c             tmp1 = x <= 0 ? src2[0] : x >= width ? src2[width-1] : src2[x];
width             171 libavfilter/vf_unsharp.c static int init_filter_param(AVFilterContext *ctx, UnsharpFilterParam *fp, const char *effect_type, int width)
width             187 libavfilter/vf_unsharp.c         if (!(fp->sc[z] = av_malloc_array(width + 2 * fp->steps_x,
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             192 libavfilter/vf_uspp.c         int w = FF_CEIL_RSHIFT(width,  is_chroma ? p->hsub : 0);
width             224 libavfilter/vf_uspp.c             for (x = 0; x < (width>>4); x++)
width             231 libavfilter/vf_uspp.c     p->frame->width  = width;
width             258 libavfilter/vf_uspp.c             for (x = 0; x < width; x++)
width             267 libavfilter/vf_uspp.c             for (x = 0; x < FF_CEIL_RSHIFT(width, p->hsub); x++) {
width             279 libavfilter/vf_uspp.c                       FF_CEIL_RSHIFT(width,  is_chroma ? p->hsub : 0),
width             306 libavfilter/vf_uspp.c     const int width  = inlink->w;
width             321 libavfilter/vf_uspp.c         int w = (width  + 4 * BLOCK-1) & (~(2 * BLOCK-1));
width             345 libavfilter/vf_uspp.c         avctx_enc->width = width + BLOCK;
width             362 libavfilter/vf_uspp.c     uspp->outbuf_size = (width + BLOCK) * (height + BLOCK) * 10;
width             433 libavfilter/vf_uspp.c                 out->width  = in->width;
width             245 libavfilter/vf_xbr.c         for (x = 0; x < input->width; x++) {
width             264 libavfilter/vf_xbr.c             const int pnext = 3 - (x == input->width - 1);
width             271 libavfilter/vf_xbr.c             const int pnext2 = pnext + 1 - (x >= input->width - 2);
width             369 libavfilter/vf_xbr.c     out->width  = outlink->w;
width             230 libavfilter/vf_yadif.c         int w = dstpic->width;
width             300 libavfilter/vf_yadif.c     AVFrame *dst = ff_default_get_video_buffer(link, f->width, f->height);
width             306 libavfilter/vf_yadif.c                   dst->format, dst->width, dst->height);
width             133 libavfilter/vf_zoompan.c     var_values[VAR_IN_W]  = var_values[VAR_IW] = in->width;
width             146 libavfilter/vf_zoompan.c     var_values[VAR_A]     = (double) in->width / in->height;
width             176 libavfilter/vf_zoompan.c         w = in->width * (1.0 / zoom);
width             183 libavfilter/vf_zoompan.c         x = dx = av_clipd(dx, 0, FFMAX(in->width - w, 0));
width              51 libavfilter/video.c     frame->width  = w;
width             293 libavfilter/vsrc_testsrc.c     const int w = frame->width;
width             541 libavfilter/vsrc_testsrc.c     int width  = frame->width;
width             545 libavfilter/vsrc_testsrc.c     radius = (width + height) / 4;
width             546 libavfilter/vsrc_testsrc.c     quad0 = width * width / 4 + height * height / 4 - radius * radius;
width             554 libavfilter/vsrc_testsrc.c         dquad_x = 1 - width;
width             555 libavfilter/vsrc_testsrc.c         for (x = 0; x < width; x++) {
width             565 libavfilter/vsrc_testsrc.c             if (color_rest >= width) {
width             566 libavfilter/vsrc_testsrc.c                 color_rest -= width;
width             580 libavfilter/vsrc_testsrc.c     dgrad = GRADIENT_SIZE / width;
width             581 libavfilter/vsrc_testsrc.c     drgrad = GRADIENT_SIZE % width;
width             582 libavfilter/vsrc_testsrc.c     for (x = 0; x < width; x++) {
width             606 libavfilter/vsrc_testsrc.c         memcpy(p+frame->linesize[0], p, 3 * width);
width             611 libavfilter/vsrc_testsrc.c     seg_size = width / 80;
width             623 libavfilter/vsrc_testsrc.c         x = width - (width - seg_size * 64) / 2;
width             721 libavfilter/vsrc_testsrc.c     int x, y, w = frame->width, h = frame->height;
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              46 libavfilter/x86/vf_gradfun_init.c                                        int width, int thresh,
width              50 libavfilter/x86/vf_gradfun_init.c     if (width & 3) {
width              51 libavfilter/x86/vf_gradfun_init.c         x = width & ~3;
width              53 libavfilter/x86/vf_gradfun_init.c                                  width - x, thresh, dithers);
width              54 libavfilter/x86/vf_gradfun_init.c         width = x;
width              56 libavfilter/x86/vf_gradfun_init.c     x = -width;
width              57 libavfilter/x86/vf_gradfun_init.c     ff_gradfun_filter_line_mmxext(x, dst + width, src + width, dc + width / 2,
width              62 libavfilter/x86/vf_gradfun_init.c                                       int width, int thresh,
width              66 libavfilter/x86/vf_gradfun_init.c     if (width & 7) {
width              68 libavfilter/x86/vf_gradfun_init.c         x = width & ~7;
width              70 libavfilter/x86/vf_gradfun_init.c                                  width - x, thresh, dithers);
width              71 libavfilter/x86/vf_gradfun_init.c         width = x;
width              73 libavfilter/x86/vf_gradfun_init.c     x = -width;
width              74 libavfilter/x86/vf_gradfun_init.c     ff_gradfun_filter_line_ssse3(x, dst + width, src + width, dc + width / 2,
width              79 libavfilter/x86/vf_gradfun_init.c                                    const uint8_t *src, int src_linesize, int width)
width              81 libavfilter/x86/vf_gradfun_init.c     intptr_t x = -2 * width;
width              83 libavfilter/x86/vf_gradfun_init.c         ff_gradfun_blur_line_movdqu_sse2(x, buf + width, buf1 + width,
width              84 libavfilter/x86/vf_gradfun_init.c                                          dc + width, src + width * 2,
width              85 libavfilter/x86/vf_gradfun_init.c                                          src + width * 2 + src_linesize);
width              87 libavfilter/x86/vf_gradfun_init.c         ff_gradfun_blur_line_movdqa_sse2(x, buf + width, buf1 + width,
width              88 libavfilter/x86/vf_gradfun_init.c                                          dc + width, src + width * 2,
width              89 libavfilter/x86/vf_gradfun_init.c                                          src + width * 2 + src_linesize);
width             179 libavfilter/x86/vf_spp.c                             int width, int height, int log2_scale,
width             211 libavfilter/x86/vf_spp.c             : "r"(dst + width), "r"(dither[y]), "g"(log2_scale), "g"(MAX_LEVEL - log2_scale)
width             119 libavformat/4xm.c     st->codec->width  = AV_RL32(buf + 36);
width             106 libavformat/anm.c     st->codec->width      = avio_rl16(pb);
width             175 libavformat/apngdec.c     st->codec->width      = avio_rb32(pb);
width             177 libavformat/apngdec.c     if ((ret = av_image_check_size(st->codec->width, st->codec->height, 0, s)) < 0)
width             187 libavformat/apngdec.c     AV_WB32(st->codec->extradata+8,  st->codec->width);
width             254 libavformat/apngdec.c     uint32_t sequence_number, width, height, x_offset, y_offset;
width             259 libavformat/apngdec.c     width           = avio_rb32(s->pb);
width             292 libavformat/apngdec.c             width,
width             301 libavformat/apngdec.c     if (width != s->streams[0]->codec->width ||
width             306 libavformat/apngdec.c             x_offset >= s->streams[0]->codec->width ||
width             307 libavformat/apngdec.c             width > s->streams[0]->codec->width - x_offset ||
width             467 libavformat/asfdec.c         st->codec->width  = avio_rl32(pb);
width             505 libavformat/asfdec.c             st->codec->width      =
width             549 libavformat/asfenc.c             avio_wl32(pb, enc->width);
width             720 libavformat/avidec.c                         st->codec->width      = avih_width;
width             221 libavformat/avienc.c         avio_wl32(pb, video_enc->width);
width             308 libavformat/avienc.c         avio_wl16(pb, enc->width);
width             395 libavformat/avienc.c                                       (AVRational) { enc->width,
width             404 libavformat/avienc.c             avio_wl32(pb, enc->width);
width             408 libavformat/avienc.c             avio_wl32(pb, enc->width);
width             413 libavformat/avienc.c             avio_wl32(pb, enc->width);
width             415 libavformat/avienc.c             avio_wl32(pb, enc->width);
width             218 libavformat/avisynth.c     st->codec->width      = avs->vi->width;
width             455 libavformat/avisynth.c     pkt->size = (((int64_t)avs->vi->width *
width              30 libavformat/avs.c     int width;
width              67 libavformat/avs.c     avs->width = avio_rl16(s->pb);
width              77 libavformat/avs.c     if (avs->width != 318 || avs->height != 198)
width              80 libavformat/avs.c                avs->width, avs->height);
width             189 libavformat/avs.c                     avs->st_video->codec->width = avs->width;
width              44 libavformat/bethsoftvid.c     int width;              /**< video width       */
width              81 libavformat/bethsoftvid.c     vid->width   = avio_rl16(pb);
width             121 libavformat/bethsoftvid.c         st->codec->width      = vid->width;
width             125 libavformat/bethsoftvid.c     npixels = st->codec->width * st->codec->height;
width              78 libavformat/bfi.c     vstream->codec->width  = avio_rl32(pb);
width             110 libavformat/bink.c     vst->codec->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->codec->width  = (80<<3);
width              79 libavformat/bintext.c     avctx->height = (fsize / ((avctx->width>>3)*2)) << 4;
width             126 libavformat/bintext.c         avctx->width = fsize > 4000 ? (160<<3) : (80<<3);
width             149 libavformat/bintext.c         if (!bin->width) {
width             182 libavformat/bintext.c     st->codec->width   = avio_rl16(pb)<<3;
width             243 libavformat/bintext.c         st->codec->width = 80<<3;
width             245 libavformat/bintext.c         if (!bin->width)
width             296 libavformat/bintext.c     if (!bin->width)
width             328 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->codec->width      = 640;
width              88 libavformat/c93.c     video->codec->width = 320;
width             112 libavformat/cdxl.c     uint16_t audio_size, palette_size, width, height;
width             129 libavformat/cdxl.c     width        = AV_RB16(&cdxl->header[14]);
width             133 libavformat/cdxl.c     if (FFALIGN(width, 16) * (uint64_t)height * cdxl->header[19] > INT_MAX)
width             135 libavformat/cdxl.c     image_size   = FFALIGN(width, 16) * height * cdxl->header[19] / 8;
width             181 libavformat/cdxl.c             st->codec->width         = width;
width             130 libavformat/cinedec.c     st->codec->width      = avio_rl32(pb);
width             505 libavformat/dashenc.c             avio_printf(out, "\t\t\t<Representation id=\"%d\" mimeType=\"video/mp4\" codecs=\"%s\"%s width=\"%d\" height=\"%d\">\n", i, os->codec_str, os->bandwidth_str, st->codec->width, st->codec->height);
width              61 libavformat/dfa.c     st->codec->width      = avio_rl16(pb);
width             122 libavformat/dsicin.c     st->codec->width = hdr->video_frame_width;
width             160 libavformat/dump.c     uint32_t flags, channels, sample_rate, width, height;
width             198 libavformat/dump.c         width = AV_RL32(data);
width             204 libavformat/dump.c         av_log(ctx, AV_LOG_INFO, "width %"PRIu32" height %"PRIu32, width, height);
width             374 libavformat/dump.c                   st->codec->width  * st->sample_aspect_ratio.num,
width             425 libavformat/dv.c     const AVDVProfile *sys = av_dv_codec_profile2(c->vst->codec->width, c->vst->codec->height,
width             340 libavformat/dvenc.c     c->sys = av_dv_codec_profile2(vst->codec->width, vst->codec->height,
width             132 libavformat/dxa.c     st->codec->width      = w;
width              70 libavformat/electronicarts.c     int width, height;
width             309 libavformat/electronicarts.c     ea->width       = avio_rl16(pb);
width             495 libavformat/electronicarts.c         st->codec->width       = ea->width;
width             345 libavformat/ffmdec.c             codec->width = avio_rb16(pb);
width             522 libavformat/ffmdec.c             codec->width = avio_rb16(pb);
width              67 libavformat/filmstripdec.c     st->codec->width      = avio_rb16(pb);
width              71 libavformat/filmstripdec.c     if (st->codec->width * 4LL * st->codec->height >= INT_MAX) {
width              91 libavformat/filmstripdec.c     pkt->dts = avio_tell(s->pb) / (st->codec->width * (int64_t)(st->codec->height + film->leading) * 4);
width              92 libavformat/filmstripdec.c     pkt->size = av_get_packet(s->pb, pkt, st->codec->width * st->codec->height * 4);
width              93 libavformat/filmstripdec.c     avio_skip(s->pb, st->codec->width * (int64_t) film->leading * 4);
width             103 libavformat/filmstripdec.c     if (avio_seek(s->pb, FFMAX(timestamp, 0) * st->codec->width * st->codec->height * 4, SEEK_SET) < 0)
width              64 libavformat/filmstripenc.c     avio_wb16(pb, st->codec->width);
width              36 libavformat/flac_picture.c     int width, height, ret = 0;
width              99 libavformat/flac_picture.c     width  = avio_rb32(pb);
width             137 libavformat/flac_picture.c     st->codec->width      = width;
width             115 libavformat/flic.c     st->codec->width = AV_RL16(&header[0x08]);
width             118 libavformat/flic.c     if (!st->codec->width || !st->codec->height) {
width             123 libavformat/flic.c         st->codec->width  = 640;
width             505 libavformat/flvdec.c                         vcodec->width = num_val;
width             238 libavformat/flvenc.c         put_amf_double(pb, flv->video_enc->width);
width             637 libavformat/flvenc.c                 avio_w8(pb, ((FFALIGN(enc->width,  16) - enc->width) << 4) |
width              69 libavformat/frmdec.c     st->codec->width      = avio_rl16(pb);
width              83 libavformat/frmdec.c     packet_size = avpicture_get_size(stc->pix_fmt, stc->width, stc->height);
width              68 libavformat/gif.c     avio_wl16(pb, avctx->width);
width              98 libavformat/gifdec.c     int width, height, ret;
width             104 libavformat/gifdec.c     width  = avio_rl16(pb);
width             107 libavformat/gifdec.c     if (width == 0 || height == 0)
width             119 libavformat/gifdec.c     st->codec->width      = width;
width              41 libavformat/hnm.c     uint16_t width;
width              83 libavformat/hnm.c     hnm->width     = avio_rl16(pb);
width              95 libavformat/hnm.c     if (hnm->width  < 256 || hnm->width  > 640 ||
width              98 libavformat/hnm.c                "invalid resolution: %ux%u\n", hnm->width, hnm->height);
width             103 libavformat/hnm.c     if (hnm->width == 640)
width             114 libavformat/hnm.c     vst->codec->width      = hnm->width;
width              77 libavformat/icodec.c         st->codec->width      = avio_r8(pb);
width              95 libavformat/icodec.c             st->codec->width    = 0;
width             104 libavformat/icodec.c                 st->codec->width = tmp;
width              34 libavformat/icoenc.c     unsigned char width;
width              69 libavformat/icoenc.c     if (c->width > 256 ||
width              71 libavformat/icoenc.c         av_log(s, AV_LOG_ERROR, "Unsupported dimensions %dx%d (dimensions cannot exceed 256x256)\n", c->width, c->height);
width             130 libavformat/icoenc.c     image->width = (c->width == 256) ? 0 : c->width;
width             145 libavformat/icoenc.c         image->size = pkt->size - 14 + c->height * (c->width + 7) / 8;
width             151 libavformat/icoenc.c         for (i = 0; i < c->height * (c->width + 7) / 8; ++i)
width             169 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->codec->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->codec->width  = roq->width  = AV_RL16(preamble);
width             469 libavformat/iff.c             st->codec->width                 = avio_rb16(pb);
width             512 libavformat/iff.c             st->codec->width                 = avio_rb16(pb);
width             523 libavformat/iff.c             st->codec->width  = avio_rb16(pb);
width              44 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             221 libavformat/img2dec.c     if (s->width && s->height) {
width             222 libavformat/img2dec.c         st->codec->width  = s->width;
width             424 libavformat/img2dec.c         if (codec->codec_id == AV_CODEC_ID_RAWVIDEO && !codec->width)
width             425 libavformat/img2dec.c             infer_size(&codec->width, &codec->height, size[0]);
width             542 libavformat/img2dec.c     { "video_size",   "set video size",                      OFFSET(width),        AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0,   DEC },
width             117 libavformat/img2enc.c         int ysize = codec->width * codec->height;
width             118 libavformat/img2enc.c         int usize = FF_CEIL_RSHIFT(codec->width, desc->log2_chroma_w) * FF_CEIL_RSHIFT(codec->height, desc->log2_chroma_h);
width             340 libavformat/internal.h                         int32_t width, int32_t height);
width             232 libavformat/ipmovie.c     unsigned int width, height;
width             391 libavformat/ipmovie.c             width  = AV_RL16(&scratch[0]) * 8;
width             393 libavformat/ipmovie.c             if (width != s->video_width) {
width             394 libavformat/ipmovie.c                 s->video_width = width;
width             598 libavformat/ipmovie.c     st->codec->width = ipmovie->video_width;
width             154 libavformat/isom.h     int width;            ///< tkhd width
width              52 libavformat/ivfdec.c     st->codec->width      = avio_rl16(s->pb);
width              42 libavformat/ivfenc.c     avio_wl16(pb, ctx->width);
width              91 libavformat/jvdec.c     vst->codec->width       = avio_rl16(pb);
width             243 libavformat/libmodplug.c         vst->codec->width      = modplug->w << 3;
width             109 libavformat/libnut.c             s[i].width = codec->width;
width             261 libavformat/libnut.c             st->codec->width = s[i].width;
width              67 libavformat/lvfdec.c             st->codec->width      = avio_rl32(s->pb);
width            1971 libavformat/matroskadec.c             st->codec->width      = track->video.pixel_width;
width            1976 libavformat/matroskadec.c                       st->codec->width  * track->video.display_height,
width             947 libavformat/matroskaenc.c         put_ebml_uint (pb, MATROSKA_ID_VIDEOPIXELWIDTH , codec->width);
width             967 libavformat/matroskaenc.c             int64_t d_width = av_rescale(codec->width, st->sample_aspect_ratio.num, st->sample_aspect_ratio.den);
width             975 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYWIDTH , codec->width / display_width_div);
width              58 libavformat/mgsts.c     st->codec->width  = avio_rb32(pb);
width             131 libavformat/mlvdec.c             vst->codec->width  = avio_rl16(pb);
width             404 libavformat/mlvdec.c         ret = av_get_packet(pb, pkt, (st->codec->width * st->codec->height * st->codec->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->codec->width = width;
width            1181 libavformat/mov.c             avctx->width  = AV_RB16(&avctx->extradata[38]);
width            1197 libavformat/mov.c                 codec->width = 1440;
width            1469 libavformat/mov.c     st->codec->width  = avio_rb16(pb); /* width */
width            1490 libavformat/mov.c         st->codec->width &= ~1;
width            1674 libavformat/mov.c     st->codec->width  = sc->width;
width            1703 libavformat/mov.c     if (st->codec->width > 0 &&  st->codec->height > 0)
width            1705 libavformat/mov.c                  st->codec->width, st->codec->height);
width            2709 libavformat/mov.c         if (!st->sample_aspect_ratio.num && st->codec->width && st->codec->height &&
width            2710 libavformat/mov.c             sc->height && sc->width &&
width            2711 libavformat/mov.c             (st->codec->width != sc->width || st->codec->height != sc->height)) {
width            2712 libavformat/mov.c             st->sample_aspect_ratio = av_d2q(((double)st->codec->height * sc->width) /
width            2713 libavformat/mov.c                                              ((double)st->codec->width * sc->height), INT_MAX);
width            2741 libavformat/mov.c         st->codec->width = 0; /* let decoder init width/height */
width            2882 libavformat/mov.c     int width;
width            2929 libavformat/mov.c     width = avio_rb32(pb);       // 16.16 fixed point track width
width            2931 libavformat/mov.c     sc->width = width >> 16;
width            2967 libavformat/mov.c     if (width && height && sc->display_matrix) {
width            4101 libavformat/mov.c             if (st->codec->width <= 0 || st->codec->height <= 0) {
width            4102 libavformat/mov.c                 st->codec->width  = sc->width;
width            1085 libavformat/movenc.c     avio_wb32(pb, track->enc->width);
width            1176 libavformat/movenc.c     if (track->enc->width == 720) { /* SD */
width            1221 libavformat/movenc.c         if (track->enc->width == 1280 && track->enc->height == 720) {
width            1229 libavformat/movenc.c         } else if (track->enc->width == 1440 && track->enc->height == 1080) {
width            1238 libavformat/movenc.c         } else if (track->enc->width == 1920 && track->enc->height == 1080) {
width            1249 libavformat/movenc.c         if (track->enc->width == 1280 && track->enc->height == 720) {
width            1257 libavformat/movenc.c         } else if (track->enc->width == 1920 && track->enc->height == 1080) {
width            1283 libavformat/movenc.c         if (track->enc->width == 960 && track->enc->height == 720) {
width            1291 libavformat/movenc.c         } else if (track->enc->width == 1440 && track->enc->height == 1080) {
width            1302 libavformat/movenc.c         if (track->enc->width == 1280 && track->enc->height == 720) {
width            1310 libavformat/movenc.c         } else if (track->enc->width == 1920 && track->enc->height == 1080) {
width            1320 libavformat/movenc.c         } else if (   track->enc->width == 4096 && track->enc->height == 2160
width            1321 libavformat/movenc.c                    || track->enc->width == 3840 && track->enc->height == 2160
width            1322 libavformat/movenc.c                    || track->enc->width == 2048 && track->enc->height == 1080) {
width            1559 libavformat/movenc.c         if ((track->enc->width >= 1920 && track->enc->height >= 1080)
width            1560 libavformat/movenc.c           || (track->enc->width == 1280 && track->enc->height == 720)) {
width            1563 libavformat/movenc.c         } else if (track->enc->width == 720 && track->height == 576) {
width            1566 libavformat/movenc.c         } else if (track->enc->width == 720 &&
width            1627 libavformat/movenc.c     int xdcam_res =  (track->enc->width == 1280 && track->enc->height == 720)
width            1628 libavformat/movenc.c                   || (track->enc->width == 1440 && track->enc->height == 1080)
width            1629 libavformat/movenc.c                   || (track->enc->width == 1920 && track->enc->height == 1080);
width            1641 libavformat/movenc.c         } else if(track->enc->width == 1440) {
width            1680 libavformat/movenc.c     avio_wb16(pb, track->enc->width); /* Video width */
width            2346 libavformat/movenc.c         write_matrix(pb, -1,  0,  0, -1, track->enc->width, track->enc->height);
width            2348 libavformat/movenc.c         write_matrix(pb,  0, -1,  1,  0, 0, track->enc->width);
width            2356 libavformat/movenc.c             avio_wb32(pb, track->enc->width << 16);
width            2362 libavformat/movenc.c             avio_wb32(pb, sample_aspect_ratio * track->enc->width * 0x10000);
width            2374 libavformat/movenc.c     int32_t width = av_rescale(track->enc->sample_aspect_ratio.num, track->enc->width,
width            2385 libavformat/movenc.c     avio_wb32(pb, width << 16);
width            2391 libavformat/movenc.c     avio_wb32(pb, width << 16);
width            2397 libavformat/movenc.c     avio_wb32(pb, track->enc->width << 16);
width            3300 libavformat/movenc.c             param_write_int(pb, "MaxWidth", track->enc->width);
width            3302 libavformat/movenc.c             param_write_int(pb, "DisplayWidth", track->enc->width);
width            3932 libavformat/movenc.c     avio_wb16(pb, video_codec->width);
width            4754 libavformat/movenc.c     int i, width = 720, height = 480;
width            4777 libavformat/movenc.c             sscanf(cur + 5, "%dx%d", &width, &height);
width            4794 libavformat/movenc.c     st->codec->width = width;
width            4956 libavformat/movenc.c                 if (st->codec->width != 720 || (st->codec->height != 608 && st->codec->height != 512)) {
width            4970 libavformat/movenc.c             if (st->codec->width > 65535 || st->codec->height > 65535) {
width            4971 libavformat/movenc.c                 av_log(s, AV_LOG_ERROR, "Resolution %dx%d too large for mov/mp4\n", st->codec->width, st->codec->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 && height==240) && !(width==160 && height==120))
width             171 libavformat/mtv.c     st->codec->width           = mtv->img_width;
width             270 libavformat/mux.c             if ((codec->width <= 0 || codec->height <= 0) &&
width             210 libavformat/mvdec.c         st->codec->width = var_read_int(pb, size);
width             313 libavformat/mvdec.c         vst->codec->width     = avio_rb32(pb);
width              65 libavformat/mvi.c     vst->codec->width        = avio_rl16(pb);
width              96 libavformat/mvi.c     mvi->get_int = (vst->codec->width * vst->codec->height < (1 << 16)) ? avio_rl16 : avio_rl24;
width             164 libavformat/mxfdec.c     int width;
width             951 libavformat/mxfdec.c         descriptor->width = avio_rb32(pb);
width            1888 libavformat/mxfdec.c             st->codec->width = descriptor->width;
width             933 libavformat/mxfenc.c     avio_wb32(pb, st->codec->width);
width             939 libavformat/mxfenc.c     avio_wb32(pb, st->codec->width);
width            1771 libavformat/mxfenc.c                           st->codec->width, st->codec->height, 1024*1024);
width             440 libavformat/nsvdec.c             st->codec->width = vwidth;
width             436 libavformat/nutdec.c         GET_V(st->codec->width,  tmp > 0);
width             815 libavformat/nutdec.c     int width = 0;
width             875 libavformat/nutdec.c                 width = value;
width             884 libavformat/nutdec.c     if (channels || channel_layout || sample_rate || width || height) {
width             892 libavformat/nutdec.c                             AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS*(!!(width|height))
width             900 libavformat/nutdec.c         if (width || height){
width             901 libavformat/nutdec.c             bytestream_put_le32(&dst, width);
width             454 libavformat/nutenc.c         ff_put_v(bc, codec->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             189 libavformat/nuv.c         ret = av_image_check_size(width, height, 0, ctx);
width             195 libavformat/nuv.c         vst->codec->width                 = width;
width             198 libavformat/nuv.c         vst->sample_aspect_ratio          = av_d2q(aspect * height / width,
width              91 libavformat/oggparseogm.c             st->codec->width = bytestream2_get_le32(&p);
width             145 libavformat/oggparseogm.c         st->codec->width = AV_RL32(p + 176);
width              75 libavformat/oggparsetheora.c         st->codec->width  = get_bits(&gb, 16) << 4;
width              82 libavformat/oggparsetheora.c             int width  = get_bits_long(&gb, 24);
width              84 libavformat/oggparsetheora.c             if (width  <= st->codec->width  && width  > st->codec->width  - 16 &&
width              86 libavformat/oggparsetheora.c                 st->codec->width  = width;
width              54 libavformat/oggparsevp8.c         st->codec->width            = AV_RB16(p +  8);
width             107 libavformat/paf.c     vst->codec->width  = avio_rl32(pb);
width              71 libavformat/pmpdec.c     vst->codec->width  = avio_rl32(pb);
width             211 libavformat/psxstr.c                     st->codec->width      = AV_RL16(&sector[0x28]);
width              80 libavformat/r3d.c     st->codec->width  = avio_rb32(s->pb);
width             112 libavformat/r3d.c     av_dlog(s, "resolution %dx%d\n", st->codec->width, st->codec->height);
width              30 libavformat/rawvideodec.c     int width, height;        /**< Integers describing video size, set by a private option. */
width              58 libavformat/rawvideodec.c     st->codec->width  = s->width;
width              61 libavformat/rawvideodec.c     st->codec->bit_rate = av_rescale_q(avpicture_get_size(st->codec->pix_fmt, s->width, s->height),
width              70 libavformat/rawvideodec.c     int packet_size, ret, width, height;
width              73 libavformat/rawvideodec.c     width = st->codec->width;
width              76 libavformat/rawvideodec.c     packet_size = avpicture_get_size(st->codec->pix_fmt, width, height);
width              92 libavformat/rawvideodec.c     { "video_size", "set frame size", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, DEC },
width             185 libavformat/riffdec.c     st->codec->width  = avio_rl32(pb);
width             214 libavformat/riffenc.c     avio_wl32(pb, enc->width);
width             223 libavformat/riffenc.c     avio_wl32(pb, (enc->width * enc->height * (enc->bits_per_coded_sample ? enc->bits_per_coded_sample : 24)+7) / 8);
width             121 libavformat/rl2.c     st->codec->width = 320;
width             397 libavformat/rmdec.c         st->codec->width  = avio_rb16(pb);
width             253 libavformat/rmenc.c             avio_wb16(s, stream->enc->width);
width             150 libavformat/rpl.c     vst->codec->width           = read_line_and_int(pb, &error);  // video width
width             198 libavformat/rtpdec_h264.c     codec->width   = atoi(buf1);
width             217 libavformat/rtpdec_jpeg.c     uint8_t type, q, width, height;
width             232 libavformat/rtpdec_jpeg.c     width  = AV_RB8(buf + 6);   /* frame width in 8 pixel blocks */
width             335 libavformat/rtpdec_jpeg.c         jpeg->hdr_size = jpeg_create_header(hdr, sizeof(hdr), type, width,
width             308 libavformat/rtpdec_xiph.c         codec->width = atoi(value);
width              43 libavformat/rtpenc_jpeg.c     w = s1->streams[0]->codec->width  >> 3;
width              68 libavformat/sauce.c                 avctx->streams[0]->codec->width = t1<<3;
width              75 libavformat/sauce.c                 avctx->streams[0]->codec->width = (filetype == 1 ? t1 : filetype) << 4;
width             505 libavformat/sdp.c             if (c->width == 176 && c->height == 144)
width             507 libavformat/sdp.c             else if (c->width == 352 && c->height == 288)
width             527 libavformat/sdp.c                                     payload_type, c->width, c->height);
width             649 libavformat/sdp.c                                     c->width, c->height, pix_fmt, config);
width              51 libavformat/sdr2.c     st->codec->width      = avio_rl32(s->pb);
width             155 libavformat/segafilm.c         st->codec->width = AV_RB32(&scratch[16]);
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->codec->width = width;
width             126 libavformat/sierravmd.c         if(vmd->is_indeo3 && vst->codec->width > 320){
width             127 libavformat/sierravmd.c             vst->codec->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->codec->width      = width;
width              48 libavformat/smacker.c     uint32_t width, height;
width             119 libavformat/smacker.c     smk->width = avio_rl32(pb);
width             173 libavformat/smacker.c     st->codec->width = smk->width;
width             116 libavformat/smjpegdec.c             vst->codec->width      = avio_rb16(pb);
width              82 libavformat/smjpegenc.c             avio_wb16(pb, codec->width);
width             263 libavformat/smoothstreamingenc.c             avio_printf(out, "<QualityLevel Index=\"%d\" Bitrate=\"%d\" FourCC=\"%s\" MaxWidth=\"%d\" MaxHeight=\"%d\" CodecPrivateData=\"%s\" />\n", index, s->streams[i]->codec->bit_rate, os->fourcc, s->streams[i]->codec->width, s->streams[i]->codec->height, os->private_str);
width              52 libavformat/smush.c     uint32_t width = 0, height = 0, got_audio = 0, read = 0;
width              93 libavformat/smush.c         width  = avio_rl16(pb);
width             157 libavformat/smush.c     vst->codec->width      = width;
width             307 libavformat/swfdec.c             const int width   = avio_rl16(pb);
width             315 libavformat/swfdec.c                 linesize = width;
width             320 libavformat/swfdec.c                 linesize = width * 2;
width             323 libavformat/swfdec.c                 linesize = width * 4;
width             332 libavformat/swfdec.c             if (av_image_check_size(width, height, 0, s) < 0 ||
width             335 libavformat/swfdec.c                 av_log(s, AV_LOG_ERROR, "invalid frame size %dx%d\n", width, height);
width             342 libavformat/swfdec.c                     ch_id, bmp_fmt, width, height, linesize, len, out_len, colormapsize);
width             377 libavformat/swfdec.c             if (!st->codec->width && !st->codec->height) {
width             378 libavformat/swfdec.c                 st->codec->width  = width;
width             381 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             226 libavformat/swfenc.c         width = 320;
width             231 libavformat/swfenc.c         width = swf->video_enc->width;
width             258 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             362 libavformat/swfenc.c             avio_wl16(pb, enc->width);
width             115 libavformat/thp.c             st->codec->width = avio_rb32(pb);
width             220 libavformat/tiertexseq.c     st->codec->width = SEQ_FRAME_W;
width             135 libavformat/tmv.c     vst->codec->width      = char_cols * 8;
width              41 libavformat/tty.c     int width, height; /**< Set by a private option. */
width              89 libavformat/tty.c     st->codec->width  = s->width;
width             140 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            1588 libavformat/utils.c             if (!st->codec->width && !st->codec->height && !st->codec_info_nb_frames)
width            2587 libavformat/utils.c         if (!avctx->width)
width            2596 libavformat/utils.c         if (avctx->codec_id == AV_CODEC_ID_HDMV_PGS_SUBTITLE && !avctx->width)
width            3394 libavformat/utils.c                 AVRational hw_ratio = { st->codec->height, st->codec->width };
width            4130 libavformat/utils.c                         int32_t width, int32_t height)
width            4149 libavformat/utils.c     if (width || height) {
width            4163 libavformat/utils.c     if (width || height) {
width            4164 libavformat/utils.c         bytestream_put_le32(&data, width);
width            4401 libavformat/utils.c     if (st->codec->width == 1920) {
width            4409 libavformat/utils.c     } else if (st->codec->width == 1440) {
width            4417 libavformat/utils.c     } else if (st->codec->width == 1280) {
width            4420 libavformat/utils.c     } else if (st->codec->width == 960) {
width              67 libavformat/vc1test.c     st->codec->width = avio_rl32(pb);
width              42 libavformat/vc1testenc.c     avio_wl32(pb, avc->width);
width             185 libavformat/vivo.c                     vst->codec->width = value_int;
width             378 libavformat/wavdec.c             vst->codec->width  = avio_rl24(pb);
width              66 libavformat/wc3movie.c     int width;
width              99 libavformat/wc3movie.c     wc3->width = WC3_DEFAULT_WIDTH;
width             142 libavformat/wc3movie.c             wc3->width  = avio_rl32(pb);
width             176 libavformat/wc3movie.c     st->codec->width = wc3->width;
width             155 libavformat/webmdashenc.c         avio_printf(s->pb, " width=\"%d\"", stream->codec->width);
width             177 libavformat/webmdashenc.c     first_width = s->streams[as->streams[0]]->codec->width;
width             179 libavformat/webmdashenc.c         if (first_width != s->streams[as->streams[i]]->codec->width)
width             243 libavformat/webmdashenc.c         avio_printf(s->pb, " width=\"%d\"", codec->width);
width              85 libavformat/webpenc.c                 avio_wl24(s->pb, st->codec->width - 1);
width             101 libavformat/webpenc.c             avio_wl24(s->pb, st->codec->width - 1);
width             107 libavformat/westwood_vqa.c     st->codec->width = AV_RL16(&header[6]);
width             218 libavformat/wtvenc.c     AVRational dar = av_mul_q(st->sample_aspect_ratio, (AVRational){st->codec->width, st->codec->height});
width             225 libavformat/wtvenc.c     avio_wl32(pb, st->codec->width);
width             172 libavformat/xmv.c     vst->codec->width      = avio_rl32(pb);
width              92 libavformat/yop.c     video_dec->width        = avio_rl16(pb);
width              37 libavformat/yuv4mpegdec.c     int width = -1, height  = -1, raten   = 0,
width              65 libavformat/yuv4mpegdec.c             width    = strtol(tokstart, &tokend, 10);
width             222 libavformat/yuv4mpegdec.c     if (width == -1 || height == -1) {
width             248 libavformat/yuv4mpegdec.c     st->codec->width  = width;
width             267 libavformat/yuv4mpegdec.c     int packet_size, width, height, ret;
width             287 libavformat/yuv4mpegdec.c     width  = st->codec->width;
width             290 libavformat/yuv4mpegdec.c     packet_size = avpicture_get_size(st->codec->pix_fmt, width, height);
width              32 libavformat/yuv4mpegenc.c     int width, height;
width              38 libavformat/yuv4mpegenc.c     width  = st->codec->width;
width             131 libavformat/yuv4mpegenc.c                  Y4M_MAGIC, width, height, raten, rated, inter,
width             143 libavformat/yuv4mpegenc.c     int width, height, h_chroma_shift, v_chroma_shift;
width             169 libavformat/yuv4mpegenc.c     width  = st->codec->width;
width             197 libavformat/yuv4mpegenc.c         width *= 2;
width             206 libavformat/yuv4mpegenc.c         avio_write(pb, ptr, width);
width             215 libavformat/yuv4mpegenc.c         width  = FF_CEIL_RSHIFT(width,  h_chroma_shift);
width             221 libavformat/yuv4mpegenc.c             avio_write(pb, ptr1, width);
width             225 libavformat/yuv4mpegenc.c             avio_write(pb, ptr2, width);
width             165 libavutil/frame.c     if ((ret = av_image_check_size(frame->width, frame->height, 0, NULL)) < 0)
width             171 libavutil/frame.c                                           FFALIGN(frame->width, i));
width             270 libavutil/frame.c     if (frame->width > 0 && frame->height > 0)
width             283 libavutil/frame.c     dst->width          = src->width;
width             433 libavutil/frame.c     tmp.width          = frame->width;
width             506 libavutil/frame.c             && (src->width != dst->width || src->height != dst->height))
width             614 libavutil/frame.c     if (dst->width  < src->width ||
width             626 libavutil/frame.c                   dst->format, src->width, src->height);
width             660 libavutil/frame.c     if (dst->width > 0 && dst->height > 0)
width             212 libavutil/frame.h     int width, height;
width              53 libavutil/imgutils.c int image_get_linesize(int width, int plane,
width              62 libavutil/imgutils.c     if (width < 0)
width              65 libavutil/imgutils.c     shifted_w = ((width + (1 << s) - 1)) >> s;
width              75 libavutil/imgutils.c int av_image_get_linesize(enum AVPixelFormat pix_fmt, int width, int plane)
width              85 libavutil/imgutils.c     return image_get_linesize(width, plane, max_step[plane], max_step_comp[plane], desc);
width              88 libavutil/imgutils.c int av_image_fill_linesizes(int linesizes[4], enum AVPixelFormat pix_fmt, int width)
width             102 libavutil/imgutils.c         if ((ret = image_get_linesize(width, i, max_step[i], max_step_comp[i], desc)) < 0)
width             282 libavutil/imgutils.c                    enum AVPixelFormat pix_fmt, int width, int height)
width             293 libavutil/imgutils.c                             width, height);
width             304 libavutil/imgutils.c             int bwidth = av_image_get_linesize(pix_fmt, width, i);
width             321 libavutil/imgutils.c                          int width, int height, int align)
width             325 libavutil/imgutils.c     ret = av_image_check_size(width, height, 0, NULL);
width             329 libavutil/imgutils.c     ret = av_image_fill_linesizes(dst_linesize, pix_fmt, width);
width             340 libavutil/imgutils.c                              int width, int height, int align)
width             349 libavutil/imgutils.c     ret = av_image_check_size(width, height, 0, NULL);
width             355 libavutil/imgutils.c         return width * height;
width             358 libavutil/imgutils.c                                 width, height, align);
width             365 libavutil/imgutils.c                             int width, int height, int align)
width             368 libavutil/imgutils.c     int size = av_image_get_buffer_size(pix_fmt, width, height, align);
width             379 libavutil/imgutils.c     av_image_fill_linesizes(linesize, pix_fmt, width);
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             151 libavutil/imgutils.h                          enum AVPixelFormat pix_fmt, int width, int height, int align);
width             159 libavutil/imgutils.h int av_image_get_buffer_size(enum AVPixelFormat pix_fmt, int width, int height, int align);
width             180 libavutil/imgutils.h                             enum AVPixelFormat pix_fmt, int width, int height, int align);
width              67 libavutil/parseutils.c     int width, height;
width             143 libavutil/parseutils.c     int width = 0, height = 0;
width             147 libavutil/parseutils.c             width  = video_size_abbrs[i].width;
width             153 libavutil/parseutils.c         width = strtol(str, (void*)&p, 10);
width             162 libavutil/parseutils.c     if (width <= 0 || height <= 0)
width             164 libavutil/parseutils.c     *width_ptr  = width;
width             593 libpostproc/postprocess.c typedef void (*pp_fn)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
width             596 libpostproc/postprocess.c static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
width             630 libpostproc/postprocess.c     pp(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c);
width             884 libpostproc/postprocess.c static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){
width             885 libpostproc/postprocess.c     int mbWidth = (width+15)>>4;
width             897 libpostproc/postprocess.c             c->yHistogram[i]= width*height/64*15/256;
width             905 libpostproc/postprocess.c     reallocAlign((void **)&c->deintTemp, 2*width+32);
width             917 libpostproc/postprocess.c av_cold pp_context *pp_get_context(int width, int height, int cpuCaps){
width             919 libpostproc/postprocess.c     int stride= FFALIGN(width, 16);  //assumed / will realloc if needed
width             920 libpostproc/postprocess.c     int qpStride= (width+15)/16 + 2; //assumed / will realloc if needed
width             943 libpostproc/postprocess.c     reallocBuffers(c, width, height, stride, qpStride);
width             975 libpostproc/postprocess.c                      int width, int height,
width             979 libpostproc/postprocess.c     int mbWidth = (width+15)>>4;
width             988 libpostproc/postprocess.c         reallocBuffers(c, width, height,
width            1050 libpostproc/postprocess.c                 width, height, QP_store, QPStride, 0, mode, c);
width            1055 libpostproc/postprocess.c     width  = (width )>>c->hChromaSubSample;
width            1060 libpostproc/postprocess.c                     width, height, QP_store, QPStride, 1, mode, c);
width            1062 libpostproc/postprocess.c                     width, height, QP_store, QPStride, 2, mode, c);
width            1070 libpostproc/postprocess.c             memcpy(&(dst[1][y*dstStride[1]]), &(src[1][y*srcStride[1]]), width);
width            1071 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            3083 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
width            3248 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
width            3316 libpostproc/postprocess_template.c         if(c.frameNum == 1) yHistogram[0]= width*(uint64_t)height/64*15/256;
width            3370 libpostproc/postprocess_template.c         for(x=0; x<width; x+=BLOCK_SIZE){
width            3424 libpostproc/postprocess_template.c                 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
width            3431 libpostproc/postprocess_template.c         if(width==FFABS(dstStride))
width            3436 libpostproc/postprocess_template.c                 memcpy(dst + i*dstStride, tempDst + (9+i)*dstStride, width);
width            3479 libpostproc/postprocess_template.c         for(x=0; x<width; x+=BLOCK_SIZE){
width            3558 libpostproc/postprocess_template.c                 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
width            3669 libpostproc/postprocess_template.c             if(width==FFABS(dstStride))
width            3674 libpostproc/postprocess_template.c                     memcpy(dstBlock + i*dstStride, tempDst + (i+1)*dstStride, width);
width              27 libswscale/arm/swscale_unscaled.c                 int width, int height,
width              32 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              95 libswscale/colorspace-test.c         int width;
width             106 libswscale/colorspace-test.c         for (width = 63; width > 0; width--) {
width             125 libswscale/colorspace-test.c                     func_info[funcNum].func(src, dst, width * srcBpp);
width             134 libswscale/colorspace-test.c                                    i, width, srcOffset, dstOffset, name);
width             143 libswscale/colorspace-test.c                                    i, width, srcOffset, dstOffset, name);
width             148 libswscale/colorspace-test.c                     for (i = dstOffset + width * dstBpp; i < SIZE; i++) {
width             152 libswscale/colorspace-test.c                                    i, width, srcOffset, dstOffset, name);
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             555 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             561 libswscale/input.c     for (i = 0; i < width; i++)
width             566 libswscale/input.c                         const uint8_t *_src2, int width, uint32_t *unused)
width             572 libswscale/input.c     for (i = 0; i < width; i++) {
width             578 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             582 libswscale/input.c     for (i = 0; i < width; i++)
width             586 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             590 libswscale/input.c     for (i = 0; i < width; i++)
width             594 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             598 libswscale/input.c     for (i = 0; i < width; i++)
width             602 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             606 libswscale/input.c     for (i = 0; i < width; i++)
width             612 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             616 libswscale/input.c     for (i = 0; i < width; i++)
width             621 libswscale/input.c                        const uint8_t *src2, int width, uint32_t *unused)
width             624 libswscale/input.c     for (i = 0; i < width; i++) {
width             632 libswscale/input.c                                         const uint8_t *src, int width)
width             635 libswscale/input.c     for (i = 0; i < width; i++) {
width             643 libswscale/input.c                        int width, uint32_t *unused)
width             645 libswscale/input.c     nvXXtoUV_c(dstU, dstV, src1, width);
width             650 libswscale/input.c                        int width, uint32_t *unused)
width             652 libswscale/input.c     nvXXtoUV_c(dstV, dstU, src1, width);
width             658 libswscale/input.c                        int width, uint32_t *rgb2yuv)
width             663 libswscale/input.c     for (i = 0; i < width; i++) {
width             673 libswscale/input.c                         const uint8_t *src2, int width, uint32_t *rgb2yuv)
width             680 libswscale/input.c     for (i = 0; i < width; i++) {
width             692 libswscale/input.c                              const uint8_t *src2, int width, uint32_t *rgb2yuv)
width             699 libswscale/input.c     for (i = 0; i < width; i++) {
width             710 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             716 libswscale/input.c     for (i = 0; i < width; i++) {
width             726 libswscale/input.c                         const uint8_t *src2, int width, uint32_t *rgb2yuv)
width             734 libswscale/input.c     for (i = 0; i < width; i++) {
width             745 libswscale/input.c                              const uint8_t *src2, int width, uint32_t *rgb2yuv)
width             753 libswscale/input.c     for (i = 0; i < width; i++) {
width             763 libswscale/input.c static void planar_rgb_to_y(uint8_t *_dst, const uint8_t *src[4], int width, int32_t *rgb2yuv)
width             768 libswscale/input.c     for (i = 0; i < width; i++) {
width             777 libswscale/input.c static void planar_rgb_to_a(uint8_t *_dst, const uint8_t *src[4], int width, int32_t *unused)
width             781 libswscale/input.c     for (i = 0; i < width; i++)
width             785 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             792 libswscale/input.c     for (i = 0; i < width; i++) {
width             805 libswscale/input.c                                                int width, int bpc, int is_be, int32_t *rgb2yuv)
width             812 libswscale/input.c     for (i = 0; i < width; i++) {
width             822 libswscale/input.c                                                 const uint8_t *_src[4], int width,
width             832 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              58 libswscale/rgb2rgb.c                    int width, int height,
width              62 libswscale/rgb2rgb.c                    int width, int height,
width              66 libswscale/rgb2rgb.c                       int width, int height,
width              70 libswscale/rgb2rgb.c                       int width, int height,
width              74 libswscale/rgb2rgb.c                    int width, int height,
width              78 libswscale/rgb2rgb.c                        int width, int height,
width              81 libswscale/rgb2rgb.c void (*planar2x)(const uint8_t *src, uint8_t *dst, int width, int height,
width              84 libswscale/rgb2rgb.c                         int width, int height, int src1Stride,
width              87 libswscale/rgb2rgb.c                           int width, int height, int srcStride,
width              91 libswscale/rgb2rgb.c                     int width, int height,
width              96 libswscale/rgb2rgb.c                      int width, int height,
width             100 libswscale/rgb2rgb.c                      const uint8_t *src, int width, int height,
width             103 libswscale/rgb2rgb.c                      const uint8_t *src, int width, int height,
width             106 libswscale/rgb2rgb.c                      const uint8_t *src, int width, int height,
width             109 libswscale/rgb2rgb.c                      const uint8_t *src, int width, int height,
width              80 libswscale/rgb2rgb.h                       uint8_t *vdst, int width, int height, int lumStride,
width              88 libswscale/rgb2rgb.h                           int width, int height,
width              95 libswscale/rgb2rgb.h                              int width, int height,
width             103 libswscale/rgb2rgb.h                           int width, int height,
width             111 libswscale/rgb2rgb.h                           int width, int height,
width             118 libswscale/rgb2rgb.h                              int width, int height,
width             128 libswscale/rgb2rgb.h                               int width, int height,
width             131 libswscale/rgb2rgb.h extern void (*planar2x)(const uint8_t *src, uint8_t *dst, int width, int height,
width             135 libswscale/rgb2rgb.h                                int width, int height, int src1Stride,
width             139 libswscale/rgb2rgb.h                                  int width, int height, int srcStride,
width             144 libswscale/rgb2rgb.h                            int width, int height,
width             150 libswscale/rgb2rgb.h                             int width, int height,
width             155 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             345 libswscale/rgb2rgb_template.c                                      int width, int height,
width             350 libswscale/rgb2rgb_template.c     const int chromWidth = width >> 1;
width             399 libswscale/rgb2rgb_template.c                                 int width, int height, int lumStride,
width             403 libswscale/rgb2rgb_template.c     yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
width             409 libswscale/rgb2rgb_template.c                                      int width, int height,
width             414 libswscale/rgb2rgb_template.c     const int chromWidth = width >> 1;
width             463 libswscale/rgb2rgb_template.c                                 int width, int height, int lumStride,
width             467 libswscale/rgb2rgb_template.c     yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
width             476 libswscale/rgb2rgb_template.c                                    int width, int height, int lumStride,
width             479 libswscale/rgb2rgb_template.c     yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
width             488 libswscale/rgb2rgb_template.c                                    int width, int height, int lumStride,
width             491 libswscale/rgb2rgb_template.c     yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
width             501 libswscale/rgb2rgb_template.c                                 int width, int height, int lumStride,
width             505 libswscale/rgb2rgb_template.c     const int chromWidth = width >> 1;
width             582 libswscale/rgb2rgb_template.c                                 int width, int height, int lumStride,
width             586 libswscale/rgb2rgb_template.c     const int chromWidth = width >> 1;
width             618 libswscale/rgb2rgb_template.c                    uint8_t *vdst, int width, int height, int lumStride,
width             625 libswscale/rgb2rgb_template.c     const int chromWidth = width >> 1;
width             679 libswscale/rgb2rgb_template.c                               uint8_t *dest, int width, int height,
width             686 libswscale/rgb2rgb_template.c         for (w = 0; w < width; w++) {
width             697 libswscale/rgb2rgb_template.c                                 int width, int height, int srcStride,
width             704 libswscale/rgb2rgb_template.c         for (w = 0; w < width; w++) {
width             716 libswscale/rgb2rgb_template.c                                  int width, int height,
width             721 libswscale/rgb2rgb_template.c     int w = width  / 2;
width             740 libswscale/rgb2rgb_template.c                                   int width, int height,
width             745 libswscale/rgb2rgb_template.c     int w = width / 2;
width             840 libswscale/rgb2rgb_template.c                            const uint8_t *src, int width, int height,
width             844 libswscale/rgb2rgb_template.c     const int chromWidth = FF_CEIL_RSHIFT(width, 1);
width             847 libswscale/rgb2rgb_template.c         extract_even_c(src, ydst, width);
width             860 libswscale/rgb2rgb_template.c                            const uint8_t *src, int width, int height,
width             864 libswscale/rgb2rgb_template.c     const int chromWidth = FF_CEIL_RSHIFT(width, 1);
width             867 libswscale/rgb2rgb_template.c         extract_even_c(src, ydst, width);
width             878 libswscale/rgb2rgb_template.c                            const uint8_t *src, int width, int height,
width             882 libswscale/rgb2rgb_template.c     const int chromWidth = FF_CEIL_RSHIFT(width, 1);
width             885 libswscale/rgb2rgb_template.c         extract_even_c(src + 1, ydst, width);
width             898 libswscale/rgb2rgb_template.c                            const uint8_t *src, int width, int height,
width             902 libswscale/rgb2rgb_template.c     const int chromWidth = FF_CEIL_RSHIFT(width, 1);
width             905 libswscale/rgb2rgb_template.c         extract_even_c(src + 1, ydst, width);
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             154 libswscale/swscale.c static void chrRangeToJpeg_c(int16_t *dstU, int16_t *dstV, int width)
width             157 libswscale/swscale.c     for (i = 0; i < width; i++) {
width             163 libswscale/swscale.c static void chrRangeFromJpeg_c(int16_t *dstU, int16_t *dstV, int width)
width             166 libswscale/swscale.c     for (i = 0; i < width; i++) {
width             172 libswscale/swscale.c static void lumRangeToJpeg_c(int16_t *dst, int width)
width             175 libswscale/swscale.c     for (i = 0; i < width; i++)
width             179 libswscale/swscale.c static void lumRangeFromJpeg_c(int16_t *dst, int width)
width             182 libswscale/swscale.c     for (i = 0; i < width; i++)
width             186 libswscale/swscale.c static void chrRangeToJpeg16_c(int16_t *_dstU, int16_t *_dstV, int width)
width             191 libswscale/swscale.c     for (i = 0; i < width; i++) {
width             197 libswscale/swscale.c static void chrRangeFromJpeg16_c(int16_t *_dstU, int16_t *_dstV, int width)
width             202 libswscale/swscale.c     for (i = 0; i < width; i++) {
width             208 libswscale/swscale.c static void lumRangeToJpeg16_c(int16_t *_dst, int width)
width             212 libswscale/swscale.c     for (i = 0; i < width; i++) {
width             217 libswscale/swscale.c static void lumRangeFromJpeg16_c(int16_t *_dst, int width)
width             221 libswscale/swscale.c     for (i = 0; i < width; i++)
width             511 libswscale/swscale_internal.h                       int width, uint32_t *pal);
width             514 libswscale/swscale_internal.h                       int width, uint32_t *pal);
width             518 libswscale/swscale_internal.h                       int width, uint32_t *pal);
width             525 libswscale/swscale_internal.h     void (*readLumPlanar)(uint8_t *dst, const uint8_t *src[4], int width, int32_t *rgb2yuv);
width             527 libswscale/swscale_internal.h                           int width, int32_t *rgb2yuv);
width             528 libswscale/swscale_internal.h     void (*readAlpPlanar)(uint8_t *dst, const uint8_t *src[4], int width, int32_t *rgb2yuv);
width             599 libswscale/swscale_internal.h     void (*lumConvertRange)(int16_t *dst, int width);
width             601 libswscale/swscale_internal.h     void (*chrConvertRange)(int16_t *dst1, int16_t *dst2, int width);
width             883 libswscale/swscale_internal.h static inline void fillPlane16(uint8_t *plane, int stride, int width, int height, int y,
width             891 libswscale/swscale_internal.h         for (j = 0; j < width; j++) {\
width             131 libswscale/swscale_unscaled.c static void fillPlane(uint8_t *plane, int stride, int width, int height, int y,
width             137 libswscale/swscale_unscaled.c         memset(ptr, val, width);
width             143 libswscale/swscale_unscaled.c                       int srcSliceY, int srcSliceH, int width,
width             152 libswscale/swscale_unscaled.c             memcpy(dst, src, width);
width             415 libswscale/swscale_unscaled.c                              int src_alpha, int swap, int shift, int width)
width             424 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             431 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             438 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             445 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             454 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             461 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             468 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             475 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             484 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             491 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             498 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             505 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             514 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             521 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             528 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             535 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             601 libswscale/swscale_unscaled.c                              int alpha, int swap, int bpp, int width)
width             613 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             623 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             634 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             692 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             699 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             706 libswscale/swscale_unscaled.c                 for (x = 0; x < width; x++) {
width             780 libswscale/swscale_unscaled.c                              int width)
width             785 libswscale/swscale_unscaled.c         for (x = 0; x < width; x++) {
width             798 libswscale/swscale_unscaled.c                              int alpha_first, int width)
width             805 libswscale/swscale_unscaled.c             for (x = 0; x < width; x++) {
width             812 libswscale/swscale_unscaled.c             for (x = 0; x < width; x++) {
width             900 libswscale/swscale_unscaled.c                            int alpha_first, int inc_size, int width)
width             913 libswscale/swscale_unscaled.c         for (x = 0; x < width; x++) {
width             920 libswscale/swscale_unscaled.c         src     += srcStride - width * inc_size;
width            1038 libswscale/swscale_unscaled.c     void (*copy)       (const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width);
width            1039 libswscale/swscale_unscaled.c     void (*interpolate)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width);
width            1084 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            1085 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            1168 libswscale/x86/rgb2rgb_template.c                                            int width, int height,
width            1172 libswscale/x86/rgb2rgb_template.c     const x86_reg chromWidth= width>>1;
width            1225 libswscale/x86/rgb2rgb_template.c                                       int width, int height,
width            1229 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
width            1233 libswscale/x86/rgb2rgb_template.c                                            int width, int height,
width            1237 libswscale/x86/rgb2rgb_template.c     const x86_reg chromWidth= width>>1;
width            1290 libswscale/x86/rgb2rgb_template.c                                       int width, int height,
width            1294 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
width            1301 libswscale/x86/rgb2rgb_template.c                                          int width, int height,
width            1304 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1);
width            1311 libswscale/x86/rgb2rgb_template.c                                          int width, int height,
width            1314 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1);
width            1322 libswscale/x86/rgb2rgb_template.c                                       int width, int height,
width            1326 libswscale/x86/rgb2rgb_template.c     const x86_reg chromWidth= width>>1;
width            1521 libswscale/x86/rgb2rgb_template.c                                       int width, int height,
width            1525 libswscale/x86/rgb2rgb_template.c     const x86_reg chromWidth= width>>1;
width            1628 libswscale/x86/rgb2rgb_template.c                                        int width, int height,
width            1636 libswscale/x86/rgb2rgb_template.c     const x86_reg chromWidth= width>>1;
width            1639 libswscale/x86/rgb2rgb_template.c         ff_rgb24toyv12_c(src, ydst, udst, vdst, width, 2, lumStride, chromStride, srcStride, rgb2yuv);
width            1712 libswscale/x86/rgb2rgb_template.c                 : : "r" (src+width*3), "r" (ydst+width), "g" ((x86_reg)-width), "r"(rgb2yuv)
width            1875 libswscale/x86/rgb2rgb_template.c      ff_rgb24toyv12_c(src, ydst, udst, vdst, width, height-y, lumStride, chromStride, srcStride, rgb2yuv);
width            1882 libswscale/x86/rgb2rgb_template.c                                     int width, int height, int src1Stride,
width            1890 libswscale/x86/rgb2rgb_template.c         if (width >= 16)
width            1907 libswscale/x86/rgb2rgb_template.c             ::"r"(dest), "r"(src1), "r"(src2), "r" ((x86_reg)width-15)
width            1933 libswscale/x86/rgb2rgb_template.c             ::"r"(dest), "r"(src1), "r"(src2), "r" ((x86_reg)width-15)
width            1937 libswscale/x86/rgb2rgb_template.c         for (w= (width&(~15)); w < width; w++) {
width            1962 libswscale/x86/rgb2rgb_template.c                                       int width, int height, int srcStride,
width            1968 libswscale/x86/rgb2rgb_template.c         RENAME(ff_nv12ToUV)(dst1, dst2, NULL, src, NULL, width, NULL);
width            1986 libswscale/x86/rgb2rgb_template.c                                        int width, int height,
width            1992 libswscale/x86/rgb2rgb_template.c     w=width/2; h=height/2;
width            2078 libswscale/x86/rgb2rgb_template.c                                         int width, int height,
width            2084 libswscale/x86/rgb2rgb_template.c     w=width/2; h=height;
width            2444 libswscale/x86/rgb2rgb_template.c                                  int width, int height,
width            2448 libswscale/x86/rgb2rgb_template.c     const int chromWidth = FF_CEIL_RSHIFT(width, 1);
width            2451 libswscale/x86/rgb2rgb_template.c         RENAME(extract_even)(src, ydst, width);
width            2470 libswscale/x86/rgb2rgb_template.c                                  int width, int height,
width            2474 libswscale/x86/rgb2rgb_template.c     const int chromWidth = FF_CEIL_RSHIFT(width, 1);
width            2477 libswscale/x86/rgb2rgb_template.c         RENAME(extract_even)(src, ydst, width);
width            2494 libswscale/x86/rgb2rgb_template.c                                  int width, int height,
width            2498 libswscale/x86/rgb2rgb_template.c     const int chromWidth = FF_CEIL_RSHIFT(width, 1);
width            2501 libswscale/x86/rgb2rgb_template.c         RENAME(extract_odd)(src, ydst, width);
width            2520 libswscale/x86/rgb2rgb_template.c                                  int width, int height,
width            2524 libswscale/x86/rgb2rgb_template.c     const int chromWidth = FF_CEIL_RSHIFT(width, 1);
width            2527 libswscale/x86/rgb2rgb_template.c         RENAME(extract_odd)(src, ydst, width);
width             177 tests/rotozoom.c     width   = w;
width             101 tests/tiny_ssim.c static float ssim_end4( int sum0[5][4], int sum1[5][4], int width )
width             106 tests/tiny_ssim.c     for( i = 0; i < width; i++ )
width             117 tests/tiny_ssim.c                            int width, int height, void *buf, int *cnt )
width             123 tests/tiny_ssim.c     int (*sum1)[4] = sum0 + (width >> 2) + 3;
width             124 tests/tiny_ssim.c     width >>= 2;
width             131 tests/tiny_ssim.c             for( x = 0; x < width; x+=2 )
width             134 tests/tiny_ssim.c         for( x = 0; x < width-1; x += 4 )
width             135 tests/tiny_ssim.c             ssim += ssim_end4( sum0+x, sum1+x, FFMIN(4,width-x-1) );
width             138 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              77 tools/ismindex.c     int width, height;
width             590 tools/ismindex.c             track->width  = st->codec->width;
width             722 tools/ismindex.c                     index, track->bitrate, track->fourcc, track->width, track->height);
width              41 tools/sidxindex.c     int width, height;
width             197 tools/sidxindex.c             track->width  = st->codec->width;
width             304 tools/sidxindex.c             int width = 0, height = 0, sample_rate = 0, channels = 0, bitrate = 0;
width             315 tools/sidxindex.c                     width = track->width;
width             324 tools/sidxindex.c                     width ? "video" : "audio", bitrate);
width             325 tools/sidxindex.c             if (width > 0 && height > 0)
width             326 tools/sidxindex.c                 fprintf(out, " width=\"%d\" height=\"%d\"", width, height);
width             174 tools/uncoded_frame.c             st->stream->codec->width               = st->link->w;
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] ? '<' : ' ');