height             79 doc/examples/decode_video.c                  frame->width, frame->height, buf);
height             39 doc/examples/demuxing_decoding.c static int width, height;
height             60 doc/examples/demuxing_decoding.c     if (frame->width != width || frame->height != height ||
height             69 doc/examples/demuxing_decoding.c                 width, height, av_get_pix_fmt_name(pix_fmt),
height             70 doc/examples/demuxing_decoding.c                 frame->width, frame->height,
height             82 doc/examples/demuxing_decoding.c                   pix_fmt, width, height);
height            269 doc/examples/demuxing_decoding.c         height = video_dec_ctx->height;
height            272 doc/examples/demuxing_decoding.c                              width, height, pix_fmt, 1);
height            340 doc/examples/demuxing_decoding.c                av_get_pix_fmt_name(pix_fmt), width, height,
height            108 doc/examples/encode_video.c     c->height = 288;
height            146 doc/examples/encode_video.c     frame->height = c->height;
height            165 doc/examples/encode_video.c         for (y = 0; y < c->height; y++) {
height            172 doc/examples/encode_video.c         for (y = 0; y < c->height/2; y++) {
height            112 doc/examples/filtering_video.c             dec_ctx->width, dec_ctx->height, dec_ctx->pix_fmt,
height            200 doc/examples/filtering_video.c     for (y = 0; y < frame->height; y++) {
height            119 doc/examples/hw_decode.c                                         tmp_frame->height, 1);
height            129 doc/examples/hw_decode.c                                       tmp_frame->width, tmp_frame->height, 1);
height            183 doc/examples/muxing.c         c->height   = 288;
height            385 doc/examples/muxing.c static AVFrame *alloc_picture(enum AVPixelFormat pix_fmt, int width, int height)
height            396 doc/examples/muxing.c     picture->height = height;
height            425 doc/examples/muxing.c     ost->frame = alloc_picture(c->pix_fmt, c->width, c->height);
height            436 doc/examples/muxing.c         ost->tmp_frame = alloc_picture(AV_PIX_FMT_YUV420P, c->width, c->height);
height            453 doc/examples/muxing.c                            int width, int height)
height            460 doc/examples/muxing.c     for (y = 0; y < height; y++)
height            465 doc/examples/muxing.c     for (y = 0; y < height / 2; y++) {
height            491 doc/examples/muxing.c             ost->sws_ctx = sws_getContext(c->width, c->height,
height            493 doc/examples/muxing.c                                           c->width, c->height,
height            502 doc/examples/muxing.c         fill_yuv_image(ost->tmp_frame, ost->next_pts, c->width, c->height);
height            504 doc/examples/muxing.c                   ost->tmp_frame->linesize, 0, c->height, ost->frame->data,
height            507 doc/examples/muxing.c         fill_yuv_image(ost->frame, ost->next_pts, c->width, c->height);
height             70 doc/examples/qsvdec.c             frames_ctx->height            = FFALIGN(avctx->coded_height, 32);
height            123 doc/examples/qsvdec.c             for (j = 0; j < (sw_frame->height >> (i > 0)); j++)
height             34 doc/examples/scaling_video.c                            int width, int height, int frame_index)
height             39 doc/examples/scaling_video.c     for (y = 0; y < height; y++)
height             44 doc/examples/scaling_video.c     for (y = 0; y < height / 2; y++) {
height            156 doc/examples/transcoding.c                 enc_ctx->height = dec_ctx->height;
height            255 doc/examples/transcoding.c                 dec_ctx->width, dec_ctx->height, dec_ctx->pix_fmt,
height             41 doc/examples/vaapi_encode.c static int width, height;
height             58 doc/examples/vaapi_encode.c     frames_ctx->height    = height;
height            117 doc/examples/vaapi_encode.c     height = atoi(argv[2]);
height            118 doc/examples/vaapi_encode.c     size   = width * height;
height            149 doc/examples/vaapi_encode.c     avctx->height    = height;
height            173 doc/examples/vaapi_encode.c         sw_frame->height = height;
height            187 doc/examples/vaapi_transcode.c             encoder_ctx->height    = decoder_ctx->height;
height            183 fftools/ffmpeg.c     ist->sub2video.frame->height = ist->dec_ctx->height ? ist->dec_ctx->height : ist->sub2video.h;
height            187 fftools/ffmpeg.c     memset(frame->data[0], 0, frame->height * frame->linesize[0]);
height            274 fftools/ffmpeg.c         sub2video_copy_rect(dst, dst_linesize, frame->width, frame->height, sub->rects[i]);
height           1376 fftools/ffmpeg.c             fprintf(vstats_file, "PSNR= %6.2f ", psnr(ost->error[0] / (enc->width * enc->height * 255.0 * 255.0)));
height           1721 fftools/ffmpeg.c                         scale = enc->width * enc->height * 255.0 * 255.0 * frame_number;
height           1724 fftools/ffmpeg.c                         scale = enc->width * enc->height * 255.0 * 255.0;
height           1842 fftools/ffmpeg.c     ifilter->height                 = par->height;
height           2122 fftools/ffmpeg.c                        ifilter->height != frame->height;
height           2384 fftools/ffmpeg.c             ist->dec_ctx->height != decoded_frame->height ||
height           2388 fftools/ffmpeg.c                 decoded_frame->height,
height           2391 fftools/ffmpeg.c                 ist->dec_ctx->height,
height           3118 fftools/ffmpeg.c                          (AVRational){ par_dst->height, par_dst->width });
height           3351 fftools/ffmpeg.c         enc_ctx->height = av_buffersink_get_h(ost->filter->filter);
height           3354 fftools/ffmpeg.c             av_mul_q(ost->frame_aspect_ratio, (AVRational){ enc_ctx->height, enc_ctx->width }) :
height           3368 fftools/ffmpeg.c             enc_ctx->height  != dec_ctx->height ||
height           3404 fftools/ffmpeg.c             enc_ctx->height    = input_streams[ost->source_index]->st->codecpar->height;
height            246 fftools/ffmpeg.h     int width, height;
height            269 fftools/ffmpeg.h     int width, height;
height            473 fftools/ffmpeg_filter.c     if (ofilter->width || ofilter->height) {
height            479 fftools/ffmpeg_filter.c                  ofilter->width, ofilter->height);
height            715 fftools/ffmpeg_filter.c     h = ifilter->height;
height            720 fftools/ffmpeg_filter.c                 h = FFMAX(h, avf->streams[i]->codecpar->height);
height            730 fftools/ffmpeg_filter.c     ist->sub2video.h = ifilter->height = h;
height            733 fftools/ffmpeg_filter.c     ifilter->height = ist->dec_ctx->height ? ist->dec_ctx->height : ist->sub2video.h;
height            797 fftools/ffmpeg_filter.c              ifilter->width, ifilter->height, ifilter->format,
height           1119 fftools/ffmpeg_filter.c         ofilter->height = av_buffersink_get_h(sink);
height           1190 fftools/ffmpeg_filter.c     ifilter->height              = frame->height;
height            854 fftools/ffmpeg_opt.c                 ist->dec_ctx->height = st->codec->height;
height            959 fftools/ffmpeg_opt.c                 av_parse_video_size(&ist->dec_ctx->width, &ist->dec_ctx->height, canvas_size) < 0) {
height           1711 fftools/ffmpeg_opt.c         if (frame_size && av_parse_video_size(&video_enc->width, &video_enc->height, frame_size) < 0) {
height           1991 fftools/ffmpeg_opt.c         if (frame_size && av_parse_video_size(&subtitle_enc->width, &subtitle_enc->height, frame_size) < 0) {
height           2213 fftools/ffmpeg_opt.c                 new_area = ist->st->codecpar->width * ist->st->codecpar->height + 100000000*!!ist->st->codec_info_nb_frames
height           2497 fftools/ffmpeg_opt.c                 f->height     = ost->enc_ctx->height;
height             94 fftools/ffmpeg_qsv.c     frames_ctx->height            = FFALIGN(s->coded_height, 32);
height             69 fftools/ffmpeg_videotoolbox.c     vt->tmp_frame->height = frame->height;
height             94 fftools/ffmpeg_videotoolbox.c                   frame->width, frame->height);
height            163 fftools/ffplay.c     int height;
height            293 fftools/ffplay.c     int width, height, xleft, ytop;
height            871 fftools/ffplay.c     int64_t width, height, x, y;
height            879 fftools/ffplay.c     height = scr_height;
height            880 fftools/ffplay.c     width = av_rescale(height, aspect_ratio.num, aspect_ratio.den) & ~1;
height            883 fftools/ffplay.c         height = av_rescale(width, aspect_ratio.den, aspect_ratio.num) & ~1;
height            886 fftools/ffplay.c     y = (scr_height - height) / 2;
height            890 fftools/ffplay.c     rect->h = FFMAX((int)height, 1);
height            916 fftools/ffplay.c     if (realloc_texture(tex, sdl_pix_fmt == SDL_PIXELFORMAT_UNKNOWN ? SDL_PIXELFORMAT_ARGB8888 : sdl_pix_fmt, frame->width, frame->height, sdl_blendmode, 0) < 0)
height            922 fftools/ffplay.c                 frame->width, frame->height, frame->format, frame->width, frame->height,
height            929 fftools/ffplay.c                               0, frame->height, pixels, pitch);
height            943 fftools/ffplay.c                 ret = SDL_UpdateYUVTexture(*tex, NULL, frame->data[0] + frame->linesize[0] * (frame->height                    - 1), -frame->linesize[0],
height            944 fftools/ffplay.c                                                        frame->data[1] + frame->linesize[1] * (AV_CEIL_RSHIFT(frame->height, 1) - 1), -frame->linesize[1],
height            945 fftools/ffplay.c                                                        frame->data[2] + frame->linesize[2] * (AV_CEIL_RSHIFT(frame->height, 1) - 1), -frame->linesize[2]);
height            953 fftools/ffplay.c                 ret = SDL_UpdateTexture(*tex, NULL, frame->data[0] + frame->linesize[0] * (frame->height - 1), -frame->linesize[0]);
height            994 fftools/ffplay.c                     if (!sp->width || !sp->height) {
height            996 fftools/ffplay.c                         sp->height = vp->height;
height            998 fftools/ffplay.c                     if (realloc_texture(&is->sub_texture, SDL_PIXELFORMAT_ARGB8888, sp->width, sp->height, SDL_BLENDMODE_BLEND, 1) < 0)
height           1005 fftools/ffplay.c                         sub_rect->y = av_clip(sub_rect->y, 0, sp->height);
height           1007 fftools/ffplay.c                         sub_rect->h = av_clip(sub_rect->h, 0, sp->height - sub_rect->y);
height           1030 fftools/ffplay.c     calculate_display_rect(&rect, is->xleft, is->ytop, is->width, is->height, vp->width, vp->height, vp->sar);
height           1048 fftools/ffplay.c         double yratio = (double)rect.h / (double)sp->height;
height           1073 fftools/ffplay.c     for (rdft_bits = 1; (1 << rdft_bits) < 2 * s->height; rdft_bits++)
height           1123 fftools/ffplay.c         h = s->height / nb_display_channels;
height           1151 fftools/ffplay.c         if (realloc_texture(&s->vis_texture, SDL_PIXELFORMAT_ARGB8888, s->width, s->height, SDL_BLENDMODE_NONE, 1) < 0)
height           1167 fftools/ffplay.c             SDL_Rect rect = {.x = s->xpos, .y = 0, .w = 1, .h = s->height};
height           1186 fftools/ffplay.c                 pixels += pitch * s->height;
height           1187 fftools/ffplay.c                 for (y = 0; y < s->height; y++) {
height           1328 fftools/ffplay.c static void set_default_window_size(int width, int height, AVRational sar)
height           1334 fftools/ffplay.c         max_height = height;
height           1335 fftools/ffplay.c     calculate_display_rect(&rect, 0, 0, max_width, max_height, width, height, sar);
height           1358 fftools/ffplay.c     is->height = h;
height           1763 fftools/ffplay.c     vp->height = src_frame->height;
height           1771 fftools/ffplay.c     set_default_window_size(vp->width, vp->height, vp->sar);
height           1891 fftools/ffplay.c              frame->width, frame->height, frame->format,
height           2167 fftools/ffplay.c             || last_h != frame->height
height           2175 fftools/ffplay.c                    frame->width, frame->height,
height           2194 fftools/ffplay.c             last_h = frame->height;
height           2264 fftools/ffplay.c             sp->height = is->subdec.avctx->height;
height           2902 fftools/ffplay.c             set_default_window_size(codecpar->width, codecpar->height, sar);
height           3456 fftools/ffplay.c                     screen_height = cur_stream->height = event.window.data2;
height           1893 fftools/ffprobe.c                 av_spherical_tile_bounds(spherical, par->width, par->height,
height           2163 fftools/ffprobe.c         print_int("height",                 frame->height);
height           2545 fftools/ffprobe.c         print_int("height",       par->height);
height           2559 fftools/ffprobe.c                       par->height * sar.den,
height           2626 fftools/ffprobe.c         if (par->height)
height           2627 fftools/ffprobe.c             print_int("height",      par->height);
height             48 libavcodec/012v.c     if (width <= 1 || avctx->height <= 0) {
height             49 libavcodec/012v.c         av_log(avctx, AV_LOG_ERROR, "Dimensions %dx%d not supported.\n", width, avctx->height);
height             54 libavcodec/012v.c         && avpkt->size % avctx->height == 0
height             55 libavcodec/012v.c         && avpkt->size / avctx->height * 3 >= width * 8)
height             56 libavcodec/012v.c         stride = avpkt->size / avctx->height;
height             58 libavcodec/012v.c     if (avpkt->size < avctx->height * stride) {
height             60 libavcodec/012v.c                avpkt->size, avctx->height * stride);
height             71 libavcodec/012v.c     for (line = 0; line < avctx->height; line++) {
height            362 libavcodec/4xm.c     end   = start + stride * (f->avctx->height - h + 1) - (1 << log2w);
height            433 libavcodec/4xm.c     const int height = f->avctx->height;
height            482 libavcodec/4xm.c     for (y = 0; y < height; y += 8) {
height            726 libavcodec/4xm.c     const int height = f->avctx->height;
height            727 libavcodec/4xm.c     const int mbs    = (FFALIGN(width, 16) >> 4) * (FFALIGN(height, 16) >> 4);
height            738 libavcodec/4xm.c     for (y = 0; y < height; y += 16) {
height            774 libavcodec/4xm.c     const int height = f->avctx->height;
height            819 libavcodec/4xm.c     for (y = 0; y < height; y += 16) {
height            846 libavcodec/4xm.c     av_assert0(avctx->width % 16 == 0 && avctx->height % 16 == 0);
height            960 libavcodec/4xm.c                         avctx->width * 2, avctx->height);
height            997 libavcodec/4xm.c     if((avctx->width % 16) || (avctx->height % 16)) {
height           1002 libavcodec/4xm.c     ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
height           1006 libavcodec/4xm.c     f->frame_buffer      = av_mallocz(avctx->width * avctx->height * 2);
height           1007 libavcodec/4xm.c     f->last_frame_buffer = av_mallocz(avctx->width * avctx->height * 2);
height             64 libavcodec/8bps.c     unsigned int height = avctx->height; // Real image height
height             79 libavcodec/8bps.c     dp = encoded + planes * (height << 1);
height             85 libavcodec/8bps.c         lp = encoded + p * (height << 1);
height             88 libavcodec/8bps.c         for (row = 0; row < height; row++) {
height             74 libavcodec/a64multienc.c     int height = FFMIN(avctx->height, C64YRES);
height             82 libavcodec/a64multienc.c                     if(x < width && y < height) {
height            293 libavcodec/a64multienc.c         b_height = FFMIN(avctx->height,C64YRES) >> 3;
height             51 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_weight_h264_pixels_16_neon(uint8_t *dst, ptrdiff_t stride, int height,
height             53 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_weight_h264_pixels_8_neon(uint8_t *dst, ptrdiff_t stride, int height,
height             55 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_weight_h264_pixels_4_neon(uint8_t *dst, ptrdiff_t stride, int height,
height             59 libavcodec/aarch64/h264dsp_init_aarch64.c                                      int height, int log2_den, int weightd,
height             62 libavcodec/aarch64/h264dsp_init_aarch64.c                                     int height, int log2_den, int weightd,
height             65 libavcodec/aarch64/h264dsp_init_aarch64.c                                     int height, int log2_den, int weightd,
height            110 libavcodec/aasc.c         if (buf_size < stride * avctx->height)
height            112 libavcodec/aasc.c         for (i = avctx->height - 1; i >= 0; i--) {
height            573 libavcodec/agm.c     uint8_t *dst = frame->data[0] + (avctx->height - 1) * frame->linesize[0];
height            576 libavcodec/agm.c     if (bytestream2_get_bytes_left(gbyte) < 3 * avctx->width * avctx->height)
height            579 libavcodec/agm.c     for (int y = 0; y < avctx->height; y++) {
height            661 libavcodec/agm.c     uint8_t *dst = frame->data[0] + (avctx->height - 1) * frame->linesize[0];
height            686 libavcodec/agm.c                         if (y >= frame->height)
height            702 libavcodec/agm.c                     if (y >= frame->height)
height            714 libavcodec/agm.c     uint8_t *y0dst = frame->data[0] + (avctx->height - 1) * frame->linesize[0];
height            716 libavcodec/agm.c     uint8_t *udst = frame->data[1] + ((avctx->height >> 1) - 1) * frame->linesize[1];
height            717 libavcodec/agm.c     uint8_t *vdst = frame->data[2] + ((avctx->height >> 1) - 1) * frame->linesize[2];
height            741 libavcodec/agm.c                                 avctx->height / 2))
height            754 libavcodec/agm.c                             avctx->height / 2))
height            764 libavcodec/agm.c     uint8_t *y0dst = frame->data[0] + (avctx->height - 1) * frame->linesize[0];
height            766 libavcodec/agm.c     uint8_t *udst = frame->data[1] + ((avctx->height >> 1) - 1) * frame->linesize[1];
height            767 libavcodec/agm.c     uint8_t *vdst = frame->data[2] + ((avctx->height >> 1) - 1) * frame->linesize[2];
height            770 libavcodec/agm.c     for (int y = 0; y < avctx->height / 2; y++) {
height           1055 libavcodec/agm.c     if (s->output_size > avctx->width * avctx->height * 9LL + 10000)
height           1101 libavcodec/agm.c     int w, h, width, height, header;
height           1159 libavcodec/agm.c         height = avctx->height;
height           1160 libavcodec/agm.c         if (w < width || h < height || w & 7 || h & 7)
height           1167 libavcodec/agm.c         avctx->height = height;
height           1200 libavcodec/agm.c             s->prev_frame->height != frame->height)
height           1224 libavcodec/agm.c     frame->crop_top  = avctx->coded_height - avctx->height;
height           1246 libavcodec/agm.c         if ((avctx->width & 1) || (avctx->height & 1))
height            162 libavcodec/aic.c     int width, height;
height            174 libavcodec/aic.c     height     = AV_RB16(src + 8);
height            180 libavcodec/aic.c     if (width != ctx->avctx->width || height != ctx->avctx->height) {
height            183 libavcodec/aic.c                ctx->avctx->width, ctx->avctx->height, width, height);
height            325 libavcodec/aic.c         y_pos = (ctx->avctx->height - 16);
height            326 libavcodec/aic.c         c_pos = ((ctx->avctx->height+1)/2 - 8);
height            461 libavcodec/aic.c     ctx->mb_height = FFALIGN(avctx->height, 16) >> 4;
height             35 libavcodec/aliaspixdec.c     int width, height, ret, bits_pixel, pixel;
height             48 libavcodec/aliaspixdec.c     height = bytestream2_get_be16u(&gb);
height             61 libavcodec/aliaspixdec.c     ret = ff_set_dimensions(avctx, width, height);
height             65 libavcodec/aliaspixdec.c     if (bytestream2_get_bytes_left(&gb) < width*height / 255)
height             85 libavcodec/aliaspixdec.c             if (y > avctx->height) {
height            115 libavcodec/aliaspixdec.c     if (x != width || y != height) {
height             33 libavcodec/aliaspixenc.c     int width, height, bits_pixel, i, j, length, ret;
height             44 libavcodec/aliaspixenc.c     height = avctx->height;
height             46 libavcodec/aliaspixenc.c     if (width > 65535 || height > 65535 ||
height             47 libavcodec/aliaspixenc.c         width * height >= INT_MAX / 4 - ALIAS_HEADER_SIZE) {
height             48 libavcodec/aliaspixenc.c         av_log(avctx, AV_LOG_ERROR, "Invalid image size %dx%d.\n", width, height);
height             63 libavcodec/aliaspixenc.c     length = ALIAS_HEADER_SIZE + 4 * width * height; // max possible
height             64 libavcodec/aliaspixenc.c     if ((ret = ff_alloc_packet2(avctx, pkt, length, ALIAS_HEADER_SIZE + height*2)) < 0) {
height             73 libavcodec/aliaspixenc.c     bytestream_put_be16(&buf, height);
height             77 libavcodec/aliaspixenc.c     for (j = 0; j < height; j++) {
height            429 libavcodec/amfenc.c         avctx->width, avctx->height);
height            660 libavcodec/amfenc.c                 res = ctx->context->pVtbl->AllocSurface(ctx->context, AMF_MEMORY_HOST, ctx->format, avctx->width, avctx->height, &surface);
height            671 libavcodec/amfenc.c             surface->pVtbl->SetCrop(surface, 0, 0, frame->width, frame->height);
height            138 libavcodec/amfenc_h264.c     AMFSize                          framesize = AMFConstructSize(avctx->width, avctx->height);
height            279 libavcodec/amfenc_h264.c     res = ctx->encoder->pVtbl->Init(ctx->encoder, ctx->format, avctx->width, avctx->height);
height            105 libavcodec/amfenc_hevc.c     AMFSize             framesize = AMFConstructSize(avctx->width, avctx->height);
height            225 libavcodec/amfenc_hevc.c     res = ctx->encoder->pVtbl->Init(ctx->encoder, ctx->format, avctx->width, avctx->height);
height            126 libavcodec/anm.c     dst_end = s->frame->data[0] + s->frame->linesize[0]*avctx->height;
height             90 libavcodec/ansi.c     if (!avctx->width || !avctx->height) {
height             94 libavcodec/ansi.c     } else if (avctx->width % FONT_WIDTH || avctx->height % s->font_height) {
height             95 libavcodec/ansi.c         av_log(avctx, AV_LOG_ERROR, "Invalid dimensions %d %d\n", avctx->width, avctx->height);
height            126 libavcodec/ansi.c     if (s->y <= avctx->height - 2*s->font_height) {
height            132 libavcodec/ansi.c     for (; i < avctx->height - s->font_height; i++)
height            136 libavcodec/ansi.c     for (; i < avctx->height; i++)
height            154 libavcodec/ansi.c     for (i = 0; i < avctx->height; i++)
height            194 libavcodec/ansi.c     int height = avctx->height;
height            201 libavcodec/ansi.c         s->y = FFMIN(s->y + (s->nb_args > 0 ? s->args[0]*s->font_height : s->font_height), avctx->height - s->font_height);
height            211 libavcodec/ansi.c         s->y = s->nb_args > 0 ? av_clip((s->args[0] - 1)*s->font_height, 0, avctx->height - s->font_height) : 0;
height            223 libavcodec/ansi.c             height = 25<<3;
height            229 libavcodec/ansi.c             height = 25<<4;
height            235 libavcodec/ansi.c             height = 25<<3;
height            243 libavcodec/ansi.c             height = 43<<3;
height            249 libavcodec/ansi.c             height = 60<<4;
height            255 libavcodec/ansi.c         s->y = av_clip(s->y, 0, height - s->font_height);
height            256 libavcodec/ansi.c         if (width != avctx->width || height != avctx->height) {
height            258 libavcodec/ansi.c             ret = ff_set_dimensions(avctx, width, height);
height            276 libavcodec/ansi.c             if (s->y < avctx->height - s->font_height)
height            278 libavcodec/ansi.c                     DEFAULT_BG_COLOR, (avctx->height - s->y - s->font_height)*s->frame->linesize[0]);
height            345 libavcodec/ansi.c         s->y = av_clip(s->sy, 0, avctx->height - s->font_height);
height            352 libavcodec/ansi.c     s->y = av_clip(s->y, 0, avctx->height - s->font_height);
height            369 libavcodec/ansi.c         for (i=0; i<avctx->height; i++)
height             46 libavcodec/arbc.c     int h = avctx->height - 1;
height             49 libavcodec/arbc.c     if ((avctx->width / 4 + 1) * (avctx->height / 4 + 1) < nb_tiles)
height             62 libavcodec/arbc.c                     if (j >= avctx->height || k >= avctx->width) {
height             84 libavcodec/arbc.c     int h = avctx->height - 1;
height             87 libavcodec/arbc.c     if ((avctx->width / tile_width + 1) * (avctx->height / tile_height + 1) < nb_tiles)
height             97 libavcodec/arbc.c         if (start_x >= avctx->width || start_y >= avctx->height)
height            105 libavcodec/arbc.c                             if (j + m >= avctx->height || k + n >= avctx->width)
height            110 libavcodec/arbc.c                     pixels_overwritten += FFMIN(step_h, avctx->height - j) * FFMIN(step_w, avctx->width - k);
height            125 libavcodec/arbc.c     int prev_pixels = avctx->width * avctx->height;
height             39 libavcodec/arm/h264dsp_init_arm.c void ff_weight_h264_pixels_16_neon(uint8_t *dst, int stride, int height,
height             41 libavcodec/arm/h264dsp_init_arm.c void ff_weight_h264_pixels_8_neon(uint8_t *dst, int stride, int height,
height             43 libavcodec/arm/h264dsp_init_arm.c void ff_weight_h264_pixels_4_neon(uint8_t *dst, int stride, int height,
height             47 libavcodec/arm/h264dsp_init_arm.c                                      int height, int log2_den, int weightd,
height             50 libavcodec/arm/h264dsp_init_arm.c                                     int height, int log2_den, int weightd,
height             53 libavcodec/arm/h264dsp_init_arm.c                                     int height, int log2_den, int weightd,
height             30 libavcodec/arm/hevcdsp_init_neon.c                                   int width, int height);
height             32 libavcodec/arm/hevcdsp_init_neon.c                                   int eo, int width, int height);
height             74 libavcodec/arm/hevcdsp_init_neon.c                                 ptrdiff_t srcstride, int height, \
height             89 libavcodec/arm/hevcdsp_init_neon.c                                    int height, int width);
height             91 libavcodec/arm/hevcdsp_init_neon.c                                    int width, int height, int16_t* src2, ptrdiff_t src2stride);
height             93 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width);
height             95 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width);
height             98 libavcodec/arm/hevcdsp_init_neon.c                                        int height, intptr_t mx, intptr_t my, int width);
height            101 libavcodec/arm/hevcdsp_init_neon.c                                    int height, int width)
height            122 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width);
height            134 libavcodec/arm/hevcdsp_init_neon.c                                    int width, int height, int16_t* src2, ptrdiff_t src2stride);
height            153 libavcodec/arm/hevcdsp_init_neon.c void ff_hevc_sao_band_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int height, int16_t *offset_table);
height            158 libavcodec/arm/hevcdsp_init_neon.c                                   int width, int height) {
height            168 libavcodec/arm/hevcdsp_init_neon.c     ff_hevc_sao_band_filter_neon_8(dst, src, stride_dst, stride_src, width, height, offset_table);
height            171 libavcodec/arm/hevcdsp_init_neon.c void ff_hevc_sao_edge_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int height,
height            175 libavcodec/arm/hevcdsp_init_neon.c                                   int eo, int width, int height) {
height            191 libavcodec/arm/hevcdsp_init_neon.c     ff_hevc_sao_edge_filter_neon_8(dst, src, stride_dst, stride_src, width, height, a_stride, b_stride, sao_offset_val, edge_idx);
height            195 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width) {
height            197 libavcodec/arm/hevcdsp_init_neon.c     put_hevc_qpel_neon[my][mx](dst, MAX_PB_SIZE, src, srcstride, height, width);
height            201 libavcodec/arm/hevcdsp_init_neon.c                                    int height, intptr_t mx, intptr_t my, int width) {
height            203 libavcodec/arm/hevcdsp_init_neon.c     put_hevc_qpel_uw_neon[my][mx](dst, dststride, src, srcstride, width, height, NULL, 0);
height            208 libavcodec/arm/hevcdsp_init_neon.c                                        int height, intptr_t mx, intptr_t my, int width) {
height            209 libavcodec/arm/hevcdsp_init_neon.c     put_hevc_qpel_uw_neon[my][mx](dst, dststride, src, srcstride, width, height, src2, MAX_PB_SIZE);
height             90 libavcodec/asv.c     a->mb_height  = (avctx->height + 15) / 16;
height             92 libavcodec/asv.c     a->mb_height2 = (avctx->height +  0) / 16;
height            222 libavcodec/asvenc.c     if (pict->width % 16 || pict->height % 16) {
height            230 libavcodec/asvenc.c         clone->height = FFALIGN(pict->height, 16);
height            246 libavcodec/asvenc.c             int h  = AV_CEIL_RSHIFT(pict->height, !!i);
height            248 libavcodec/asvenc.c             int h2 = AV_CEIL_RSHIFT(clone->height, !!i);
height             53 libavcodec/aura.c     if (pkt->size != 48 + avctx->height * avctx->width) {
height             55 libavcodec/aura.c                pkt->size, 48 + avctx->height * avctx->width);
height             70 libavcodec/aura.c     for (y = 0; y < avctx->height; y++) {
height            123 libavcodec/av1_parser.c             ctx->height = ref->frame_height;
height            131 libavcodec/av1_parser.c             ctx->height = av1->frame_height;
height            184 libavcodec/av1_parser.c     if (ctx->width != avctx->width || ctx->height != avctx->height) {
height            185 libavcodec/av1_parser.c         ret = ff_set_dimensions(avctx, ctx->width, ctx->height);
height            433 libavcodec/avcodec.h     int height;
height            699 libavcodec/avcodec.h     int width, height;
height            763 libavcodec/avcodec.h                             int y, int type, int height);
height           2936 libavcodec/avcodec.h void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
height           2945 libavcodec/avcodec.h void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
height           3501 libavcodec/avcodec.h     int height;
height           3712 libavcodec/avcodec.h int avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height);
height           3725 libavcodec/avcodec.h                    enum AVPixelFormat pix_fmt, int width, int height);
height           3732 libavcodec/avcodec.h                      int width, int height,
height           3739 libavcodec/avcodec.h int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height);
height           3746 libavcodec/avcodec.h                      enum AVPixelFormat pix_fmt, int width, int height);
height           3759 libavcodec/avcodec.h int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat pix_fmt,
height             38 libavcodec/avpicture.c                    enum AVPixelFormat pix_fmt, int width, int height)
height             41 libavcodec/avpicture.c                                 ptr, pix_fmt, width, height, 1);
height             44 libavcodec/avpicture.c int avpicture_layout(const AVPicture* src, enum AVPixelFormat pix_fmt, int width, int height,
height             49 libavcodec/avpicture.c                                    pix_fmt, width, height, 1);
height             52 libavcodec/avpicture.c int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height)
height             54 libavcodec/avpicture.c     return av_image_get_buffer_size(pix_fmt, width, height, 1);
height             58 libavcodec/avpicture.c                     enum AVPixelFormat pix_fmt, int width, int height)
height             61 libavcodec/avpicture.c                              width, height, pix_fmt, 1);
height             76 libavcodec/avpicture.c                      enum AVPixelFormat pix_fmt, int width, int height)
height             79 libavcodec/avpicture.c                   src->linesize, pix_fmt, width, height);
height             64 libavcodec/avrndec.c         a->mjpeg_avctx->height = avctx->height;
height             74 libavcodec/avrndec.c     if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
height            112 libavcodec/avrndec.c         if (ret >= 0 && *got_frame && avctx->width <= p->width && avctx->height <= p->height) {
height            113 libavcodec/avrndec.c             int shift = p->height - avctx->height;
height            125 libavcodec/avrndec.c             p->height = avctx->height;
height            133 libavcodec/avrndec.c     if(buf_size < 2*avctx->width * avctx->height) {
height            144 libavcodec/avrndec.c         buf += (true_height - avctx->height)*avctx->width;
height            145 libavcodec/avrndec.c         for(y = 0; y < avctx->height-1; y+=2) {
height            151 libavcodec/avrndec.c         buf += (true_height - avctx->height)*avctx->width*2;
height            152 libavcodec/avrndec.c         for(y = 0; y < avctx->height; y++) {
height             57 libavcodec/avuidec.c     if (avctx->height == 486) {
height             62 libavcodec/avuidec.c     opaque_length = 2 * avctx->width * (avctx->height + skip) + 4 * interlaced;
height             85 libavcodec/avuidec.c         if (interlaced && avctx->height == 486) {
height             97 libavcodec/avuidec.c         for (j = 0; j < avctx->height >> interlaced; j++) {
height             29 libavcodec/avuienc.c     if (avctx->width != 720 || avctx->height != 486 && avctx->height != 576) {
height             44 libavcodec/avuienc.c     AV_WB32(avctx->extradata + 48, avctx->height);
height             59 libavcodec/avuienc.c     if (avctx->height == 486) {
height             64 libavcodec/avuienc.c     size = 2 * avctx->width * (avctx->height + skip) + 8 * interlaced;
height             75 libavcodec/avuienc.c         if (interlaced && avctx->height == 486) {
height             82 libavcodec/avuienc.c         for (j = 0; j < avctx->height; j += interlaced + 1) {
height             96 libavcodec/bethsoftvideo.c     frame_end = vid->frame->data[0] + vid->frame->linesize[0] * avctx->height;
height            109 libavcodec/bethsoftvideo.c             if(yoffset >= avctx->height)
height             44 libavcodec/bfi.c     bfi->dst        = av_mallocz(avctx->width * avctx->height);
height             59 libavcodec/bfi.c     uint8_t *frame_end = bfi->dst + avctx->width * avctx->height;
height             61 libavcodec/bfi.c     int i, j, ret, height = avctx->height;
height            161 libavcodec/bfi.c     while (height--) {
height            184 libavcodec/bink.c     bh = (c->avctx->height + 7) >> 3;
height            866 libavcodec/bink.c     int bh = is_chroma ? (c->avctx->height + 15) >> 4 : (c->avctx->height + 7) >> 3;
height           1032 libavcodec/bink.c     int bh = is_chroma ? (c->avctx->height + 15) >> 4 : (c->avctx->height + 7) >> 3;
height           1034 libavcodec/bink.c     int height = c->avctx->height >> is_chroma;
height           1041 libavcodec/bink.c         for (i = 0; i < height; i++)
height           1370 libavcodec/bink.c     if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
height            100 libavcodec/bintext.c     if (avctx->width < FONT_WIDTH || avctx->height < s->font_height) {
height            112 libavcodec/bintext.c     if (s->y < avctx->height - s->font_height) {
height            116 libavcodec/bintext.c             (avctx->height - s->font_height)*s->frame->linesize[0]);
height            117 libavcodec/bintext.c         memset(s->frame->data[0] + (avctx->height - s->font_height)*s->frame->linesize[0],
height            128 libavcodec/bintext.c     if (s->y > avctx->height - s->font_height)
height            150 libavcodec/bintext.c     if ((avctx->width / FONT_WIDTH) * (avctx->height / s->font_height) / 256 > buf_size)
height             49 libavcodec/bitpacked.c                                avctx->pix_fmt, avctx->width, avctx->height, 1);
height             61 libavcodec/bitpacked.c     uint64_t frame_size = (uint64_t)avctx->width * (uint64_t)avctx->height * 20;
height             77 libavcodec/bitpacked.c     ret = init_get_bits(&bc, avpkt->data, avctx->width * avctx->height * 20);
height             81 libavcodec/bitpacked.c     for (i = 0; i < avctx->height; i++) {
height            101 libavcodec/bitpacked.c     if (!avctx->codec_tag || !avctx->width || !avctx->height)
height             38 libavcodec/bmp.c     int width, height;
height             96 libavcodec/bmp.c         height = bytestream_get_le32(&buf);
height            100 libavcodec/bmp.c         height = bytestream_get_le16(&buf);
height            136 libavcodec/bmp.c     ret = ff_set_dimensions(avctx, width, height > 0 ? height : -(unsigned)height);
height            138 libavcodec/bmp.c         av_log(avctx, AV_LOG_ERROR, "Failed to set dimensions %d %d\n", width, height);
height            222 libavcodec/bmp.c     if (n * avctx->height > dsize && comp != BMP_RLE4 && comp != BMP_RLE8) {
height            224 libavcodec/bmp.c         if (n * avctx->height > dsize) {
height            226 libavcodec/bmp.c                    dsize, n * avctx->height);
height            234 libavcodec/bmp.c         memset(p->data[0], 0, avctx->height * p->linesize[0]);
height            236 libavcodec/bmp.c     if (height > 0) {
height            237 libavcodec/bmp.c         ptr      = p->data[0] + (avctx->height - 1) * p->linesize[0];
height            279 libavcodec/bmp.c         if (comp == BMP_RLE8 && height < 0) {
height            280 libavcodec/bmp.c             p->data[0]    +=  p->linesize[0] * (avctx->height - 1);
height            285 libavcodec/bmp.c         if (height < 0) {
height            286 libavcodec/bmp.c             p->data[0]    +=  p->linesize[0] * (avctx->height - 1);
height            292 libavcodec/bmp.c             for (i = 0; i < avctx->height; i++) {
height            314 libavcodec/bmp.c             for (i = 0; i < avctx->height; i++) {
height            321 libavcodec/bmp.c             for (i = 0; i < avctx->height; i++) {
height            332 libavcodec/bmp.c             for (i = 0; i < avctx->height; i++) {
height            349 libavcodec/bmp.c         for (i = 0; i < avctx->height; i++) {
height            359 libavcodec/bmp.c         if (i == avctx->height)
height            113 libavcodec/bmpenc.c     n_bytes_image = avctx->height * (n_bytes_per_row + pad_bytes_per_row);
height            132 libavcodec/bmpenc.c     bytestream_put_le32(&buf, avctx->height);         // BITMAPINFOHEADER.biHeight
height            144 libavcodec/bmpenc.c     ptr = p->data[0] + (avctx->height - 1) * p->linesize[0];
height            146 libavcodec/bmpenc.c     for(i = 0; i < avctx->height; i++) {
height            259 libavcodec/bmvvideo.c     for (i = 0; i < avctx->height; i++) {
height            278 libavcodec/bmvvideo.c     if (avctx->width != SCREEN_WIDE || avctx->height != SCREEN_HIGH) {
height            279 libavcodec/bmvvideo.c         av_log(avctx, AV_LOG_ERROR, "Invalid dimension %dx%d\n", avctx->width, avctx->height);
height            109 libavcodec/brenderpix.c     int height;
height            120 libavcodec/brenderpix.c     out->height = bytestream2_get_be16(pgb);
height            209 libavcodec/brenderpix.c     if (bytestream2_get_bytes_left(&gb) < hdr.height * bytes_per_scanline)
height            212 libavcodec/brenderpix.c     if ((ret = ff_set_dimensions(avctx, hdr.width, hdr.height)) < 0)
height            271 libavcodec/brenderpix.c         bytes_left / bytes_per_scanline < hdr.height) {
height            279 libavcodec/brenderpix.c                         bytes_per_scanline, hdr.height);
height             75 libavcodec/c93.c         uint8_t *from, int offset, int height, int stride)
height             78 libavcodec/c93.c     int width = height;
height             88 libavcodec/c93.c     if (from_y + height > HEIGHT) {
height             96 libavcodec/c93.c         for (i = 0; i < height; i++) {
height            101 libavcodec/c93.c     for (i = 0; i < height; i++) {
height            109 libavcodec/c93.c          int height, int bpp, uint8_t cols[4], uint8_t grps[4], uint32_t col)
height            112 libavcodec/c93.c     for (y = 0; y < height; y++) {
height            178 libavcodec/cavs.h     int width, height;
height           1173 libavcodec/cavsdec.c     int width, height;
height           1181 libavcodec/cavsdec.c     height = get_bits(&h->gb, 14);
height           1182 libavcodec/cavsdec.c     if ((h->width || h->height) && (h->width != width || h->height != height)) {
height           1187 libavcodec/cavsdec.c     if (width <= 0 || height <= 0) {
height           1206 libavcodec/cavsdec.c     ret = ff_set_dimensions(h->avctx, width, height);
height           1211 libavcodec/cavsdec.c     h->height = height;
height           1213 libavcodec/cavsdec.c     h->mb_height = (h->height + 15) >> 4;
height            289 libavcodec/cdgraphics.c         memset(cc->frame->data[0], 0, cc->frame->linesize[0] * avctx->height);
height             60 libavcodec/cdtoons.c                                  int dst_x, int dst_y, int width, int height)
height             71 libavcodec/cdtoons.c     if (dst_y + height > avctx->height)
height             72 libavcodec/cdtoons.c         height = avctx->height - dst_y;
height             82 libavcodec/cdtoons.c     for (int y = 0; y < height; y++) {
height            262 libavcodec/cdtoons.c                 uint16_t diff_size, width, height;
height            274 libavcodec/cdtoons.c                 height     = bytestream_get_be16(&buf);
height            280 libavcodec/cdtoons.c                                       left, top, width, height)) {
height            305 libavcodec/cdtoons.c         uint16_t sprite_id, width, height;
height            322 libavcodec/cdtoons.c                    c->frame->linesize[0] * avctx->height);
height            344 libavcodec/cdtoons.c         height      = bytestream_get_be16(&block_data);
height            349 libavcodec/cdtoons.c                               left, top, width, height)) {
height             87 libavcodec/cdxl.c         for (y = 0; y < c->avctx->height; y++) {
height            102 libavcodec/cdxl.c     for (y = 0; y < c->avctx->height; y++) {
height            117 libavcodec/cdxl.c     for (y = 0; y < c->avctx->height; y++) {
height            124 libavcodec/cdxl.c     memset(out, 0, linesize * c->avctx->height);
height            166 libavcodec/cdxl.c     for (y = 0; y < avctx->height; y++) {
height            209 libavcodec/cdxl.c     for (y = 0; y < avctx->height; y++) {
height            278 libavcodec/cdxl.c     if (c->video_size < aligned_width * avctx->height * (int64_t)c->bpp / 8)
height            119 libavcodec/cfhd.c static inline void difference_coding(int16_t *band, int width, int height)
height            123 libavcodec/cfhd.c     for (i = 0; i < height; i++) {
height            162 libavcodec/cfhd.c     for (int y = 0; y < frame->height >> 1; y++) {
height            324 libavcodec/cfhd.c         int height = i ? avctx->height >> chroma_y_shift : avctx->height;
height            327 libavcodec/cfhd.c             height = FFALIGN(height / 8, 2) * 8;
height            329 libavcodec/cfhd.c         s->plane[i].height = height;
height            333 libavcodec/cfhd.c         h8 = height / 8;
height            340 libavcodec/cfhd.c             av_mallocz_array(height * stride, sizeof(*s->plane[i].idwt_buf));
height            342 libavcodec/cfhd.c             av_malloc_array(height * stride, sizeof(*s->plane[i].idwt_tmp));
height            498 libavcodec/cfhd.c             s->plane[s->channel_num].band[0][0].height = data;
height            546 libavcodec/cfhd.c             s->plane[s->channel_num].band[s->level][s->subband_num].height = data;
height            563 libavcodec/cfhd.c             s->plane[s->channel_num].band[s->level][s->subband_num].height = data;
height            629 libavcodec/cfhd.c                 unsigned height = s->cropped_height << (avctx->pix_fmt == AV_PIX_FMT_BAYER_RGGB16);
height            630 libavcodec/cfhd.c                 if (avctx->height < height)
height            632 libavcodec/cfhd.c                 avctx->height = height;
height            635 libavcodec/cfhd.c             frame.f->height = 0;
height            649 libavcodec/cfhd.c             int lowpass_height = s->plane[s->channel_num].band[0][0].height;
height            689 libavcodec/cfhd.c             int highpass_height = s->plane[s->channel_num].band[s->level][s->subband_num].height;
height            811 libavcodec/cfhd.c         int lowpass_height  = s->plane[plane].band[0][0].height;
height            876 libavcodec/cfhd.c         lowpass_height  = s->plane[plane].band[1][1].height;
height            928 libavcodec/cfhd.c         lowpass_height  = s->plane[plane].band[2][1].height;
height             51 libavcodec/cfhd.h     int height;
height             59 libavcodec/cfhd.h     int height;
height             66 libavcodec/cinepak.c     int width, height;
height            149 libavcodec/cinepak.c         if(s->avctx->height - y > 1) {
height            151 libavcodec/cinepak.c             if(s->avctx->height - y > 2) {
height            153 libavcodec/cinepak.c                 if(s->avctx->height - y > 3) {
height            274 libavcodec/cinepak.c         strip->y2 > s->height  ||
height            430 libavcodec/cinepak.c     s->height = (avctx->height + 3) & ~3;
height            159 libavcodec/cinepakenc.c     if (avctx->width & 3 || avctx->height & 3) {
height            161 libavcodec/cinepakenc.c                avctx->width, avctx->height);
height            181 libavcodec/cinepakenc.c     if (!(s->codebook_input = av_malloc_array((avctx->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4) * (avctx->width * avctx->height) >> 2, sizeof(*s->codebook_input))))
height            184 libavcodec/cinepakenc.c     if (!(s->codebook_closest = av_malloc_array((avctx->width * avctx->height) >> 2, sizeof(*s->codebook_closest))))
height            188 libavcodec/cinepakenc.c         if (!(s->pict_bufs[x] = av_malloc((avctx->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4) * (avctx->width * avctx->height) >> 2)))
height            191 libavcodec/cinepakenc.c     mb_count = avctx->width * avctx->height / MB_AREA;
height            213 libavcodec/cinepakenc.c     s->h              = avctx->height;
height            467 libavcodec/clearvideo.c         int h = buf->height >> shift;
height            675 libavcodec/clearvideo.c     h = avctx->height;
height            680 libavcodec/clearvideo.c     avctx->height = h;
height            684 libavcodec/clearvideo.c     c->mb_height       = FFALIGN(avctx->height, 16) >> 4;
height             41 libavcodec/cljrdec.c     if (avctx->height <= 0 || avctx->width <= 0) {
height             46 libavcodec/cljrdec.c     if (buf_size / avctx->height < avctx->width) {
height             59 libavcodec/cljrdec.c     for (y = 0; y < avctx->height; y++) {
height             59 libavcodec/cljrenc.c     if ((ret = ff_alloc_packet2(avctx, pkt, 32*avctx->height*avctx->width/4, 0)) < 0)
height             64 libavcodec/cljrenc.c     for (y = 0; y < avctx->height; y++) {
height            260 libavcodec/cllc.c     for (i = 0; i < avctx->height; i++) {
height            303 libavcodec/cllc.c     for (i = 0; i < avctx->height; i++) {
height            356 libavcodec/cllc.c     for (i = 0; i < avctx->height; i++) {
height            432 libavcodec/cllc.c     if(get_bits_left(&gb) < avctx->height * avctx->width)
height            127 libavcodec/codec_par.h     int height;
height             66 libavcodec/cpia.c     if ( avpkt->size < FRAME_HEADER_SIZE + avctx->height * 3
height            108 libavcodec/cpia.c           i < frame->height;
height            154 libavcodec/crystalhd.c            output->PicInfo.height);
height            311 libavcodec/crystalhd.c         .height      = avctx->height,
height            437 libavcodec/crystalhd.c     int height   = output->PicInfo.height;
height            518 libavcodec/crystalhd.c         height /= 2;
height            527 libavcodec/crystalhd.c         for (sY = 0; sY < height; dY++, sY++) {
height            532 libavcodec/crystalhd.c         av_image_copy_plane(dst, dStride, src, sStride, bwidth, height);
height            566 libavcodec/crystalhd.c         .PicInfo.height = avctx->height,
height            578 libavcodec/crystalhd.c         avctx->height = output.PicInfo.height;
height             35 libavcodec/cscd.c     int linelen, height, bpp;
height             41 libavcodec/cscd.c                                int linelen, int height)
height             45 libavcodec/cscd.c     dst += (height - 1) * f->linesize[0];
height             46 libavcodec/cscd.c     for (i = height; i; i--) {
height             54 libavcodec/cscd.c                               int linelen, int height)
height             58 libavcodec/cscd.c     dst += (height - 1) * f->linesize[0];
height             59 libavcodec/cscd.c     for (i = height; i; i--) {
height            116 libavcodec/cscd.c                                  c->linelen, c->height);
height            121 libavcodec/cscd.c                                 c->linelen, c->height);
height            147 libavcodec/cscd.c     c->height = avctx->height;
height            149 libavcodec/cscd.c     c->decomp_size = c->height * stride;
height             67 libavcodec/cuviddec.c         int height;
height            117 libavcodec/cuviddec.c     int old_height = avctx->height;
height            141 libavcodec/cuviddec.c         avctx->height = ctx->resize.height;
height            144 libavcodec/cuviddec.c         avctx->height = cuinfo.display_area.bottom - cuinfo.display_area.top;
height            149 libavcodec/cuviddec.c     cuinfo.ulTargetHeight = avctx->height = (avctx->height + 1) & ~1;
height            212 libavcodec/cuviddec.c         (AVRational){ avctx->width, avctx->height }));
height            246 libavcodec/cuviddec.c             && avctx->height == old_height
height            261 libavcodec/cuviddec.c             hwframe_ctx->height < avctx->height ||
height            266 libavcodec/cuviddec.c         av_log(avctx, AV_LOG_DEBUG, "height: %d <-> %d\n", hwframe_ctx->height, avctx->height);
height            317 libavcodec/cuviddec.c         hwframe_ctx->height = avctx->height;
height            516 libavcodec/cuviddec.c                 int height = avctx->height >> (i ? pixdesc->log2_chroma_h : 0);
height            526 libavcodec/cuviddec.c                     .Height        = height,
height            533 libavcodec/cuviddec.c                 offset += height;
height            553 libavcodec/cuviddec.c             tmp_frame->height        = avctx->height;
height            563 libavcodec/cuviddec.c                 offset += pitch * (avctx->height >> (i ? pixdesc->log2_chroma_h : 0));
height            587 libavcodec/cuviddec.c         frame->height = avctx->height;
height            822 libavcodec/cuviddec.c                                    &ctx->resize.width, &ctx->resize.height) != 2) {
height             42 libavcodec/cyuv.c     int width, height;
height             54 libavcodec/cyuv.c     s->height = avctx->height;
height             84 libavcodec/cyuv.c     int rawsize = s->height * FFALIGN(s->width,2) * 2;
height             95 libavcodec/cyuv.c     if (buf_size == 48 + s->height * (s->width * 3 / 4)) {
height            101 libavcodec/cyuv.c                buf_size, 48 + s->height * (s->width * 3 / 4));
height            117 libavcodec/cyuv.c         y_plane += frame->linesize[0] * s->height;
height            126 libavcodec/cyuv.c          y_ptr < (s->height * frame->linesize[0]);
height            476 libavcodec/dds.c     for (i = 0; i < frame->linesize[0] * frame->height; i += 4) {
height            494 libavcodec/dds.c         for (i = 0; i < frame->linesize[0] * frame->height; i += 4) {
height            516 libavcodec/dds.c         for (i = 0; i < frame->linesize[0] * frame->height; i += 4) {
height            537 libavcodec/dds.c         for (i = 0; i < frame->linesize[0] * frame->height; i += 4) {
height            554 libavcodec/dds.c         for (i = 0; i < frame->linesize[0] * frame->height; i += 2) {
height            616 libavcodec/dds.c     int width, height;
height            635 libavcodec/dds.c     height = bytestream2_get_le32(gbc);
height            637 libavcodec/dds.c     ret = ff_set_dimensions(avctx, width, height);
height            640 libavcodec/dds.c                avctx->width, avctx->height);
height            646 libavcodec/dds.c     avctx->coded_height = FFALIGN(avctx->height, TEXTURE_BLOCK_H);
height            696 libavcodec/dds.c         if (bytestream2_get_bytes_left(gbc) < frame->height * frame->width / 2) {
height            698 libavcodec/dds.c                    bytestream2_get_bytes_left(gbc), frame->height * frame->width / 2);
height            702 libavcodec/dds.c         for (y = 0; y < frame->height; y++) {
height            728 libavcodec/dds.c         if (bytestream2_get_bytes_left(gbc) < frame->height * linesize) {
height            730 libavcodec/dds.c                    bytestream2_get_bytes_left(gbc), frame->height * linesize);
height            736 libavcodec/dds.c                             linesize, frame->height);
height             59 libavcodec/decode.c     int width, height;
height            125 libavcodec/decode.c         avctx->height = bytestream_get_le32(&data);
height            127 libavcodec/decode.c         ret = ff_set_dimensions(avctx, avctx->width, avctx->height);
height            196 libavcodec/decode.c     frame->height         = avci->to_free->height;
height            354 libavcodec/decode.c                 if (!frame->height)                   frame->height              = avctx->height;
height            628 libavcodec/decode.c         (frame->crop_top + frame->crop_bottom) >= frame->height) {
height            634 libavcodec/decode.c                frame->width, frame->height);
height            684 libavcodec/decode.c                 avci->initial_height = frame->height;
height            701 libavcodec/decode.c                            avci->initial_height != frame->height;
height           1460 libavcodec/decode.c             pool->width == frame->width && pool->height == frame->height)
height           1478 libavcodec/decode.c         int h = frame->height;
height           1523 libavcodec/decode.c         pool->height = frame->height;
height           1656 libavcodec/decode.c         frame->height = avctx->coded_height;
height           1755 libavcodec/decode.c         if (frame->width && frame->height &&
height           1756 libavcodec/decode.c             av_image_check_sar(frame->width, frame->height,
height           1861 libavcodec/decode.c         if ((ret = av_image_check_size2(FFALIGN(avctx->width, STRIDE_ALIGN), avctx->height, avctx->max_pixels, AV_PIX_FMT_NONE, 0, avctx)) < 0 || avctx->pix_fmt<0) {
height           1867 libavcodec/decode.c         if (frame->width <= 0 || frame->height <= 0) {
height           1869 libavcodec/decode.c             frame->height = FFMAX(avctx->height, AV_CEIL_RSHIFT(avctx->coded_height, avctx->lowres));
height           1911 libavcodec/decode.c         frame->height = avctx->height;
height           1930 libavcodec/decode.c     if (frame->data[0] && (frame->width != avctx->width || frame->height != avctx->height || frame->format != avctx->pix_fmt)) {
height           1932 libavcodec/decode.c                frame->width, frame->height, av_get_pix_fmt_name(frame->format), avctx->width, avctx->height, av_get_pix_fmt_name(avctx->pix_fmt));
height             44 libavcodec/dfa.c     if (!avctx->width || !avctx->height || FFMAX(avctx->width, avctx->height) >= (1<<16))
height             47 libavcodec/dfa.c     av_assert0(av_image_check_size(avctx->width, avctx->height, 0, avctx) >= 0);
height             49 libavcodec/dfa.c     s->frame_buf = av_mallocz(avctx->width * avctx->height);
height             56 libavcodec/dfa.c static int decode_copy(GetByteContext *gb, uint8_t *frame, int width, int height)
height             58 libavcodec/dfa.c     const int size = width * height;
height             65 libavcodec/dfa.c static int decode_tsw1(GetByteContext *gb, uint8_t *frame, int width, int height)
height             68 libavcodec/dfa.c     const uint8_t *frame_end   = frame + width * height;
height            108 libavcodec/dfa.c static int decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height)
height            111 libavcodec/dfa.c     const uint8_t *frame_end   = frame + width * height;
height            145 libavcodec/dfa.c static int decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height)
height            148 libavcodec/dfa.c     const uint8_t *frame_end   = frame + width * height;
height            152 libavcodec/dfa.c     if ((width | height) & 1)
height            196 libavcodec/dfa.c static int decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
height            202 libavcodec/dfa.c     if (count >= height)
height            206 libavcodec/dfa.c     if (count + lines > height)
height            238 libavcodec/dfa.c static int decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
height            240 libavcodec/dfa.c     const uint8_t *frame_end   = frame + width * height;
height            246 libavcodec/dfa.c     if (lines > height)
height            256 libavcodec/dfa.c             if (frame_end - frame <= delta || y + lines + skip_lines > height)
height            299 libavcodec/dfa.c static int decode_tdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
height            301 libavcodec/dfa.c     const uint8_t *frame_end = frame + width * height;
height            321 libavcodec/dfa.c static int decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height)
height            323 libavcodec/dfa.c     memset(frame, 0, width * height);
height            328 libavcodec/dfa.c typedef int (*chunk_decoder)(GetByteContext *gb, uint8_t *frame, int width, int height);
height            373 libavcodec/dfa.c             if (decoder[chunk_type - 2](&gb, s->frame_buf, avctx->width, avctx->height)) {
height            388 libavcodec/dfa.c     for (i = 0; i < avctx->height; i++) {
height            393 libavcodec/dfa.c                              ((j&3)*(avctx->height/4) + (i/4))*avctx->width];
height             41 libavcodec/dirac.c     unsigned height;
height            156 libavcodec/dirac.c         dsh->height = get_interleaved_ue_golomb(gb); /* [DIRAC_STD] FRAME_HEIGHT */
height            277 libavcodec/dirac.c     if ((dsh->width % (1<<chroma_x_shift)) || (dsh->height % (1<<chroma_y_shift))) {
height            363 libavcodec/dirac.c     dsh->height             = dirac_source_parameters_defaults[video_format].height;
height             83 libavcodec/dirac.h     unsigned height;
height             43 libavcodec/dirac_dwt.c     d->height = p->height;
height             73 libavcodec/dirac_dwt.c         int hl = d->height >> level;
height             39 libavcodec/dirac_dwt.h     int height;
height             58 libavcodec/dirac_dwt.h     int height;
height             63 libavcodec/dirac_dwt.h     void (*spatial_compose)(struct DWTContext *cs, int level, int width, int height, int stride);
height            339 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd97i_dy)(DWTContext *d, int level, int width, int height, int stride)
height            349 libavcodec/dirac_dwt_template.c     b[6] = d->buffer + av_clip(y+5, 0, height-2)*stride;
height            350 libavcodec/dirac_dwt_template.c     b[7] = d->buffer + av_clip(y+6, 1, height-1)*stride;
height            352 libavcodec/dirac_dwt_template.c     if(y+5<(unsigned)height) vertical_compose_l0(      b[5], b[6], b[7],       width);
height            353 libavcodec/dirac_dwt_template.c     if(y+1<(unsigned)height) vertical_compose_h0(b[0], b[2], b[3], b[4], b[6], width);
height            355 libavcodec/dirac_dwt_template.c     if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
height            356 libavcodec/dirac_dwt_template.c     if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
height            363 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dirac53i_dy)(DWTContext *d, int level, int width, int height, int stride)
height            371 libavcodec/dirac_dwt_template.c     b[2] = d->buffer + avpriv_mirror(y+1, height-1)*stride;
height            372 libavcodec/dirac_dwt_template.c     b[3] = d->buffer + avpriv_mirror(y+2, height-1)*stride;
height            374 libavcodec/dirac_dwt_template.c     if(y+1<(unsigned)height) vertical_compose_l0(b[1], b[2], b[3], width);
height            375 libavcodec/dirac_dwt_template.c     if(y+0<(unsigned)height) vertical_compose_h0(b[0], b[1], b[2], width);
height            377 libavcodec/dirac_dwt_template.c     if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
height            378 libavcodec/dirac_dwt_template.c     if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
height            385 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd137i_dy)(DWTContext *d, int level, int width, int height, int stride)
height            395 libavcodec/dirac_dwt_template.c     b[8] = d->buffer + av_clip(y+7, 0, height-2)*stride;
height            396 libavcodec/dirac_dwt_template.c     b[9] = d->buffer + av_clip(y+8, 1, height-1)*stride;
height            398 libavcodec/dirac_dwt_template.c     if(y+5<(unsigned)height) vertical_compose_l0(b[3], b[5], b[6], b[7], b[9], width);
height            399 libavcodec/dirac_dwt_template.c     if(y+1<(unsigned)height) vertical_compose_h0(b[0], b[2], b[3], b[4], b[6], width);
height            401 libavcodec/dirac_dwt_template.c     if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
height            402 libavcodec/dirac_dwt_template.c     if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
height            410 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_haari_dy)(DWTContext *d, int level, int width, int height, int stride)
height            426 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_fidelity)(DWTContext *d, int level, int width, int height, int stride)
height            433 libavcodec/dirac_dwt_template.c     for (y = 1; y < height; y += 2) {
height            435 libavcodec/dirac_dwt_template.c             b[i] = d->buffer + av_clip((y-7 + 2*i), 0, height-2)*stride;
height            439 libavcodec/dirac_dwt_template.c     for (y = 0; y < height; y += 2) {
height            441 libavcodec/dirac_dwt_template.c             b[i] = d->buffer + av_clip((y-7 + 2*i), 1, height-1)*stride;
height            445 libavcodec/dirac_dwt_template.c     for (y = 0; y < height; y++)
height            448 libavcodec/dirac_dwt_template.c     d->cs[level].y = height+1;
height            451 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_daub97i_dy)(DWTContext *d, int level, int width, int height, int stride)
height            463 libavcodec/dirac_dwt_template.c     b[4] = d->buffer + avpriv_mirror(y+3, height-1)*stride;
height            464 libavcodec/dirac_dwt_template.c     b[5] = d->buffer + avpriv_mirror(y+4, height-1)*stride;
height            466 libavcodec/dirac_dwt_template.c     if(y+3<(unsigned)height) vertical_compose_l1(b[3], b[4], b[5], width);
height            467 libavcodec/dirac_dwt_template.c     if(y+2<(unsigned)height) vertical_compose_h1(b[2], b[3], b[4], width);
height            468 libavcodec/dirac_dwt_template.c     if(y+1<(unsigned)height) vertical_compose_l0(b[1], b[2], b[3], width);
height            469 libavcodec/dirac_dwt_template.c     if(y+0<(unsigned)height) vertical_compose_h0(b[0], b[1], b[2], width);
height            471 libavcodec/dirac_dwt_template.c     if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
height            472 libavcodec/dirac_dwt_template.c     if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
height            479 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose97i_init)(DWTCompose *cs, uint8_t *buffer, int height, int stride)
height            481 libavcodec/dirac_dwt_template.c     cs->b[0] = buffer + avpriv_mirror(-3-1, height-1)*stride;
height            482 libavcodec/dirac_dwt_template.c     cs->b[1] = buffer + avpriv_mirror(-3  , height-1)*stride;
height            483 libavcodec/dirac_dwt_template.c     cs->b[2] = buffer + avpriv_mirror(-3+1, height-1)*stride;
height            484 libavcodec/dirac_dwt_template.c     cs->b[3] = buffer + avpriv_mirror(-3+2, height-1)*stride;
height            488 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose53i_init)(DWTCompose *cs, uint8_t *buffer, int height, int stride)
height            490 libavcodec/dirac_dwt_template.c     cs->b[0] = buffer + avpriv_mirror(-1-1, height-1)*stride;
height            491 libavcodec/dirac_dwt_template.c     cs->b[1] = buffer + avpriv_mirror(-1  , height-1)*stride;
height            495 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd97i_init)(DWTCompose *cs, uint8_t *buffer, int height, int stride)
height            497 libavcodec/dirac_dwt_template.c     cs->b[0] = buffer + av_clip(-5-1, 0, height-2)*stride;
height            498 libavcodec/dirac_dwt_template.c     cs->b[1] = buffer + av_clip(-5  , 1, height-1)*stride;
height            499 libavcodec/dirac_dwt_template.c     cs->b[2] = buffer + av_clip(-5+1, 0, height-2)*stride;
height            500 libavcodec/dirac_dwt_template.c     cs->b[3] = buffer + av_clip(-5+2, 1, height-1)*stride;
height            501 libavcodec/dirac_dwt_template.c     cs->b[4] = buffer + av_clip(-5+3, 0, height-2)*stride;
height            502 libavcodec/dirac_dwt_template.c     cs->b[5] = buffer + av_clip(-5+4, 1, height-1)*stride;
height            506 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd137i_init)(DWTCompose *cs, uint8_t *buffer, int height, int stride)
height            508 libavcodec/dirac_dwt_template.c     cs->b[0] = buffer + av_clip(-5-1, 0, height-2)*stride;
height            509 libavcodec/dirac_dwt_template.c     cs->b[1] = buffer + av_clip(-5  , 1, height-1)*stride;
height            510 libavcodec/dirac_dwt_template.c     cs->b[2] = buffer + av_clip(-5+1, 0, height-2)*stride;
height            511 libavcodec/dirac_dwt_template.c     cs->b[3] = buffer + av_clip(-5+2, 1, height-1)*stride;
height            512 libavcodec/dirac_dwt_template.c     cs->b[4] = buffer + av_clip(-5+3, 0, height-2)*stride;
height            513 libavcodec/dirac_dwt_template.c     cs->b[5] = buffer + av_clip(-5+4, 1, height-1)*stride;
height            514 libavcodec/dirac_dwt_template.c     cs->b[6] = buffer + av_clip(-5+5, 0, height-2)*stride;
height            515 libavcodec/dirac_dwt_template.c     cs->b[7] = buffer + av_clip(-5+6, 1, height-1)*stride;
height            526 libavcodec/dirac_dwt_template.c         int hl = d->height >> level;
height             95 libavcodec/diracdec.c     int height;
height            110 libavcodec/diracdec.c     int height;
height            184 libavcodec/diracdec.c         unsigned height;
height            287 libavcodec/diracdec.c     int sbheight = DIVRNDUP(s->seq.height, 4);
height            295 libavcodec/diracdec.c         h = s->seq.height >> (i ? s->chroma_y_shift : 0);
height            325 libavcodec/diracdec.c     int h = s->seq.height;
height            579 libavcodec/diracdec.c         for (y = 1; y < b->height; y++) { \
height            603 libavcodec/diracdec.c     int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height;
height            617 libavcodec/diracdec.c         bottom = (b->height * (cb_y+1LL)) / cb_height;
height            728 libavcodec/diracdec.c     int top    = b1->height * slice_y    / s->num_y;
height            729 libavcodec/diracdec.c     int bottom = b1->height *(slice_y+1) / s->num_y;
height            827 libavcodec/diracdec.c         o->top   = b->height * y / s->num_y;
height            830 libavcodec/diracdec.c         o->tot_v = ((b->height * (y + 1)) / s->num_y) - o->top;
height           1056 libavcodec/diracdec.c         p->height      = s->seq.height >> (i ? s->chroma_y_shift : 0);
height           1058 libavcodec/diracdec.c         p->idwt.height = h = CALC_PADDING(p->height, s->wavelet_depth);
height           1072 libavcodec/diracdec.c                 b->height = h;
height           1260 libavcodec/diracdec.c                 CHECKEDREAD(s->codeblock[i].height, tmp < 1 || tmp > (s->avctx->height>>s->wavelet_depth-i), "codeblock height invalid\n")
height           1267 libavcodec/diracdec.c                 s->codeblock[i].width = s->codeblock[i].height = 1;
height           1275 libavcodec/diracdec.c             s->num_y * (uint64_t)s->avctx->height > INT_MAX ||
height           1277 libavcodec/diracdec.c             s->num_y > s->avctx->height
height           1511 libavcodec/diracdec.c     s->sbheight = DIVRNDUP(s->seq.height, 4*s->plane[0].ybsep);
height           1727 libavcodec/diracdec.c         y + p->yblen > p->height+EDGE_WIDTH/2 ||
height           1733 libavcodec/diracdec.c                                      p->width+EDGE_WIDTH/2, p->height+EDGE_WIDTH/2);
height           1808 libavcodec/diracdec.c static void select_dsp_funcs(DiracContext *s, int width, int height, int xblen, int yblen)
height           1828 libavcodec/diracdec.c static int interpolate_refplane(DiracContext *s, DiracFrame *ref, int plane, int width, int height)
height           1836 libavcodec/diracdec.c     s->mpvencdsp.draw_edges(ref->hpel[plane][0], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM); /* EDGE_TOP | EDGE_BOTTOM values just copied to make it build, this needs to be ensured */
height           1844 libavcodec/diracdec.c             ref->hpel_base[plane][i] = av_malloc((height+2*edge) * ref->avframe->linesize[plane] + 32);
height           1855 libavcodec/diracdec.c                                       ref->avframe->linesize[plane], width, height);
height           1856 libavcodec/diracdec.c         s->mpvencdsp.draw_edges(ref->hpel[plane][1], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM);
height           1857 libavcodec/diracdec.c         s->mpvencdsp.draw_edges(ref->hpel[plane][2], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM);
height           1858 libavcodec/diracdec.c         s->mpvencdsp.draw_edges(ref->hpel[plane][3], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM);
height           1880 libavcodec/diracdec.c                 memset(p->idwt.buf, 0, p->idwt.stride * p->idwt.height);
height           1899 libavcodec/diracdec.c             memset(p->idwt.buf, 0, p->idwt.stride * p->idwt.height);
height           1910 libavcodec/diracdec.c             for (y = 0; y < p->height; y += 16) {
height           1921 libavcodec/diracdec.c             select_dsp_funcs(s, p->width, p->height, p->xblen, p->yblen);
height           1924 libavcodec/diracdec.c                 int ret = interpolate_refplane(s, s->ref_pics[i], comp, p->width, p->height);
height           1940 libavcodec/diracdec.c                 if (y == s->blheight-1 || start+p->ybsep > p->height)
height           1941 libavcodec/diracdec.c                     h = p->height - start;
height           1976 libavcodec/diracdec.c     f->height = avctx->height + 2 * EDGE_WIDTH + 2;
height           1987 libavcodec/diracdec.c     f->height = avctx->height;
height           2146 libavcodec/diracdec.c         if (CALC_PADDING((int64_t)dsh->width, MAX_DWT_LEVELS) * CALC_PADDING((int64_t)dsh->height, MAX_DWT_LEVELS) * 5LL > avctx->max_pixels)
height           2149 libavcodec/diracdec.c             ret = ff_set_dimensions(avctx, dsh->width, dsh->height);
height             31 libavcodec/diracdsp.c                               int stride, int width, int height)
height             35 libavcodec/diracdsp.c     for (y = 0; y < height; y++) {
height            137 libavcodec/diracdsp.c static void put_signed_rect_clamped_8bit_c(uint8_t *dst, int dst_stride, const uint8_t *_src, int src_stride, int width, int height)
height            141 libavcodec/diracdsp.c     for (y = 0; y < height; y++) {
height            155 libavcodec/diracdsp.c                                                   int src_stride, int width, int height)                \
height            160 libavcodec/diracdsp.c     for (y = 0; y < height; y++) {                                                                      \
height            177 libavcodec/diracdsp.c                                int width, int height)
height            181 libavcodec/diracdsp.c     for (y = 0; y < height; y++) {
height             31 libavcodec/diracdsp.h     void (*dirac_hpel_filter)(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, int stride, int width, int height);
height             45 libavcodec/diracdsp.h     void (*put_signed_rect_clamped[3])(uint8_t *dst/*align 16*/, int dst_stride, const uint8_t *src/*align 16*/, int src_stride, int width, int height/*mod 2*/);
height             46 libavcodec/diracdsp.h     void (*put_rect_clamped)(uint8_t *dst/*align 16*/, int dst_stride, const uint8_t *src/*align 16*/, int src_stride, int width, int height/*mod 2*/);
height             47 libavcodec/diracdsp.h     void (*add_rect_clamped)(uint8_t *dst/*align 16*/, const uint16_t *src/*align 16*/, int stride, const int16_t *idwt/*align 16*/, int idwt_stride, int width, int height/*mod 2*/);
height           1146 libavcodec/dnxhddata.c         if (cid->width == avctx->width && cid->height == avctx->height &&
height           1173 libavcodec/dnxhddata.c                    cid->width, cid->height, cid->flags & DNXHD_INTERLACED ? 'i' : 'p', cid->bit_rates[j],
height             44 libavcodec/dnxhddata.h     unsigned int width, height;
height             57 libavcodec/dnxhddec.c     unsigned int width, height;
height            102 libavcodec/dnxhddec.c     avctx->coded_height = FFALIGN(avctx->height, 16);
height            199 libavcodec/dnxhddec.c     ctx->height = AV_RB16(buf + 0x18);
height            289 libavcodec/dnxhddec.c     if ((ctx->height + 15) >> 4 == ctx->mb_height && frame->interlaced_frame)
height            290 libavcodec/dnxhddec.c         ctx->height <<= 1;
height            293 libavcodec/dnxhddec.c            ctx->width, ctx->height, ctx->is_444 ? "4:4" : "2:2",
height            307 libavcodec/dnxhddec.c     if ((ctx->mb_height << frame->interlaced_frame) > (ctx->height + 15) >> 4) {
height            624 libavcodec/dnxhddec.c     if ((avctx->width || avctx->height) &&
height            625 libavcodec/dnxhddec.c         (ctx->width != avctx->width || ctx->height != avctx->height)) {
height            627 libavcodec/dnxhddec.c                avctx->width, avctx->height, ctx->width, ctx->height);
height            637 libavcodec/dnxhddec.c     ret = ff_set_dimensions(avctx, ctx->width, ctx->height);
height            422 libavcodec/dnxhdenc.c     if (avctx->width < 256 || avctx->height < 120) {
height            468 libavcodec/dnxhdenc.c     ctx->m.mb_height = (avctx->height + 15) / 16;
height            486 libavcodec/dnxhdenc.c                                                      avctx->width, avctx->height);
height            572 libavcodec/dnxhdenc.c     AV_WB16(buf + 0x18, avctx->height >> ctx->interlaced); // ALPF
height            574 libavcodec/dnxhdenc.c     AV_WB16(buf + 0x1d, avctx->height >> ctx->interlaced); // NAL
height            728 libavcodec/dnxhdenc.c                                                            (mb_y << 4) + 16 > ctx->m.avctx->height)) {
height            730 libavcodec/dnxhdenc.c         int y_h = ctx->m.avctx->height - (mb_y << 4);
height            755 libavcodec/dnxhdenc.c                                                                   (mb_y << 4) + 16 > ctx->m.avctx->height)) {
height            757 libavcodec/dnxhdenc.c         int y_h = ctx->m.avctx->height - (mb_y << 4);
height            789 libavcodec/dnxhdenc.c         if (mb_y + 1 == ctx->m.mb_height && ctx->m.avctx->height == 1080) {
height            971 libavcodec/dnxhdenc.c                            ((avctx->height >> ctx->interlaced) & 0xF);
height            986 libavcodec/dnxhdenc.c                 int bh = FFMIN((avctx->height >> ctx->interlaced) - 16 * mb_y, 16);
height           1010 libavcodec/dnxhdenc.c             int bh = FFMIN((avctx->height >> ctx->interlaced) - 16 * mb_y, 16);
height            292 libavcodec/dpx.c     if (need_align*avctx->height + (int64_t)offset > avpkt->size) {
height            294 libavcodec/dpx.c         if (stride*avctx->height + (int64_t)offset > avpkt->size) {
height            401 libavcodec/dpx.c         for (x = 0; x < avctx->height; x++) {
height            432 libavcodec/dpx.c         for (x = 0; x < avctx->height; x++) {
height            473 libavcodec/dpx.c             for (x = 0; x < avctx->height; x++) {
height            489 libavcodec/dpx.c                             elements * avctx->width, avctx->height);
height            100 libavcodec/dpxenc.c     for (y = 0; y < avctx->height; y++) {
height            125 libavcodec/dpxenc.c     for (y = 0; y < avctx->height; y++) {
height            154 libavcodec/dpxenc.c     for (y = 0; y < avctx->height; y++) {
height            185 libavcodec/dpxenc.c         size = avctx->height * avctx->width * 4;
height            191 libavcodec/dpxenc.c         size *= avctx->height;
height            197 libavcodec/dpxenc.c         size *= avctx->height;
height            219 libavcodec/dpxenc.c     write32(buf + 776, avctx->height);
height            239 libavcodec/dpxenc.c             size = (len + need_align) * avctx->height;
height            240 libavcodec/dpxenc.c             for (j=0; j<avctx->height; j++) {
height            250 libavcodec/dpxenc.c                                            avctx->width, avctx->height, 1);
height             80 libavcodec/dsicinvideo.c     cin->bitmap_size = avctx->width * avctx->height;
height            298 libavcodec/dsicinvideo.c     for (y = 0; y < cin->avctx->height; ++y)
height            299 libavcodec/dsicinvideo.c         memcpy(cin->frame->data[0] + (cin->avctx->height - 1 - y) * cin->frame->linesize[0],
height            126 libavcodec/dv.h     if (s->sys->height == 720 && !(s->buf[1] & 0x0C))
height             81 libavcodec/dv_profile.c       .height             = 480,
height             98 libavcodec/dv_profile.c       .height             = 576,
height            115 libavcodec/dv_profile.c       .height             = 576,
height            132 libavcodec/dv_profile.c       .height             = 480,
height            149 libavcodec/dv_profile.c       .height             = 576,
height            166 libavcodec/dv_profile.c       .height             = 1080,
height            183 libavcodec/dv_profile.c       .height             = 1080,
height            200 libavcodec/dv_profile.c       .height             = 720,
height            217 libavcodec/dv_profile.c       .height             = 720,
height            234 libavcodec/dv_profile.c       .height             = 576,
height            253 libavcodec/dv_profile.c                p->width, p->height, av_get_pix_fmt_name(p->pix_fmt),
height            306 libavcodec/dv_profile.c const AVDVProfile *av_dv_codec_profile(int width, int height,
height            310 libavcodec/dv_profile.c     return av_dv_codec_profile2(width, height, pix_fmt, (AVRational){0, 0});
height            316 libavcodec/dv_profile.c const AVDVProfile *av_dv_codec_profile2(int width, int height,
height            327 libavcodec/dv_profile.c         if (height  == dv_profiles[i].height  &&
height             47 libavcodec/dv_profile.h     int              height;                /* picture height in pixels */
height             75 libavcodec/dv_profile.h const AVDVProfile *av_dv_codec_profile(int width, int height, enum AVPixelFormat pix_fmt);
height             81 libavcodec/dv_profile.h const AVDVProfile *av_dv_codec_profile2(int width, int height, enum AVPixelFormat pix_fmt, AVRational frame_rate);
height            287 libavcodec/dvbsub.c     if (avctx->width > 0 && avctx->height > 0) {
height            298 libavcodec/dvbsub.c         bytestream_put_be16(&q, avctx->height - 1); /* display height */
height             93 libavcodec/dvbsubdec.c     int height;
height            117 libavcodec/dvbsubdec.c     int height;
height            788 libavcodec/dvbsubdec.c             rect->h = region->height;
height            914 libavcodec/dvbsubdec.c         if ((*buf!=0xf0 && x_pos >= region->width) || y_pos >= region->height) {
height            915 libavcodec/dvbsubdec.c             av_log(avctx, AV_LOG_ERROR, "Invalid object location! %d-%d %d-%d %02x\n", x_pos, region->width, y_pos, region->height, *buf);
height           1182 libavcodec/dvbsubdec.c     region->height = AV_RB16(buf);
height           1185 libavcodec/dvbsubdec.c     ret = av_image_check_size2(region->width, region->height, avctx->max_pixels, AV_PIX_FMT_PAL8, 0, avctx);
height           1186 libavcodec/dvbsubdec.c     if (ret >= 0 && region->width * region->height * 2 > 320 * 1024 * 8) {
height           1191 libavcodec/dvbsubdec.c         region->width= region->height= 0;
height           1195 libavcodec/dvbsubdec.c     if (region->width * region->height != region->buf_size) {
height           1198 libavcodec/dvbsubdec.c         region->buf_size = region->width * region->height;
height           1204 libavcodec/dvbsubdec.c             region->height = 0;
height           1231 libavcodec/dvbsubdec.c     ff_dlog(avctx, "Region %d, (%dx%d)\n", region_id, region->width, region->height);
height           1271 libavcodec/dvbsubdec.c             display->y_pos >= region->height) {
height           1455 libavcodec/dvbsubdec.c     int x_pos, y_pos, width, height;
height           1464 libavcodec/dvbsubdec.c     height = 0;
height           1476 libavcodec/dvbsubdec.c             height = region->height;
height           1484 libavcodec/dvbsubdec.c                 height += (y_pos - display->y_pos);
height           1492 libavcodec/dvbsubdec.c             if (display->y_pos + region->height > y_pos + height) {
height           1493 libavcodec/dvbsubdec.c                 height = display->y_pos + region->height - y_pos;
height           1500 libavcodec/dvbsubdec.c         pbuf = av_malloc(width * height * 4);
height           1531 libavcodec/dvbsubdec.c             for (y = 0; y < region->height; y++) {
height           1542 libavcodec/dvbsubdec.c         png_save(ctx, filename, pbuf, width, height);
height           1579 libavcodec/dvbsubdec.c     display_def->height  = bytestream_get_be16(&buf) + 1;
height           1580 libavcodec/dvbsubdec.c     if (!avctx->width || !avctx->height) {
height           1581 libavcodec/dvbsubdec.c         int ret = ff_set_dimensions(avctx, display_def->width, display_def->height);
height           1593 libavcodec/dvbsubdec.c         display_def->height = bytestream_get_be16(&buf) - display_def->y + 1;
height           1694 libavcodec/dvbsubdec.c                 if (got_segment == 15 && !got_dds && !avctx->width && !avctx->height) {
height           1697 libavcodec/dvbsubdec.c                     avctx->height = 576;
height            145 libavcodec/dvdec.c         if (d->height == 720) {
height            477 libavcodec/dvdec.c             (s->sys->height >= 720 && mb_y != 134)) {
height            579 libavcodec/dvdec.c     ret = ff_set_dimensions(avctx, s->sys->width, s->sys->height);
height            597 libavcodec/dvdec.c         if (avctx->height == 720) {
height            600 libavcodec/dvdec.c         } else if (avctx->height == 1080) {
height            447 libavcodec/dvdsubenc.c     if (avctx->width && avctx->height)
height            448 libavcodec/dvdsubenc.c         av_bprintf(&extradata, "size: %dx%d\n", avctx->width, avctx->height);
height             55 libavcodec/dvenc.c     s->sys = av_dv_codec_profile2(avctx->width, avctx->height, avctx->pix_fmt, avctx->time_base);
height             59 libavcodec/dvenc.c                avctx->width, avctx->height, av_get_pix_fmt_name(avctx->pix_fmt));
height            530 libavcodec/dvenc.c         if (s->sys->height == 1080) {
height            866 libavcodec/dvenc.c         if (s->sys->height == 1080 && mb_y < 134)
height            876 libavcodec/dvenc.c             (s->sys->height >= 720 && mb_y != 134)) {
height           1022 libavcodec/dvenc.c     if (c->avctx->height >= 720)
height           1023 libavcodec/dvenc.c         fs = c->avctx->height == 720 || c->frame->top_field_first ? 0x40 : 0x00;
height           1029 libavcodec/dvenc.c               c->avctx->width / c->avctx->height * 10) >= 17)
height           1121 libavcodec/dvenc.c     int chan_offset = 2*(c->sys->height == 720 && c->avctx->frame_number & 1);
height             62 libavcodec/dxa.c     if (12ULL  + ((avctx->width * avctx->height) >> 4) + AV_RB32(src + 0) + AV_RB32(src + 4) > srcsize)
height             66 libavcodec/dxa.c     data = code + ((avctx->width * avctx->height) >> 4);
height             70 libavcodec/dxa.c     for(j = 0; j < avctx->height; j += 4){
height             82 libavcodec/dxa.c                     j < -y || avctx->height - j - 4 < y) {
height            144 libavcodec/dxa.c                             j +   (k & 2) < -y || avctx->height - j -   (k & 2) - 2 < y) {
height            266 libavcodec/dxa.c             memcpy(frame->data[0], c->prev->data[0], frame->linesize[0] * avctx->height);
height            268 libavcodec/dxa.c             memset(frame->data[0], 0, frame->linesize[0] * avctx->height);
height            277 libavcodec/dxa.c         for (j = 0; j < avctx->height; j++) {
height            292 libavcodec/dxa.c         for (j = 0; j < avctx->height; j++) {
height            332 libavcodec/dxa.c     if (avctx->width%4 || avctx->height%4) {
height            343 libavcodec/dxa.c     c->dsize = avctx->width * avctx->height * 2;
height             43 libavcodec/dxtory.c     if (src_size < avctx->width * avctx->height * (int64_t)bpp) {
height             53 libavcodec/dxtory.c     for (h = 0; h < avctx->height; h++) {
height             69 libavcodec/dxtory.c     if (src_size < FFALIGN(avctx->width, 4) * FFALIGN(avctx->height, 4) * 9LL / 8) {
height             84 libavcodec/dxtory.c     for (h = 0; h < avctx->height; h += 4) {
height            112 libavcodec/dxtory.c     if (src_size < FFALIGN(avctx->width, 2) * FFALIGN(avctx->height, 2) * 3LL / 2) {
height            125 libavcodec/dxtory.c     for (h = 0; h < avctx->height; h += 2) {
height            149 libavcodec/dxtory.c     if (src_size < avctx->width * avctx->height * 3LL) {
height            161 libavcodec/dxtory.c     for (h = 0; h < avctx->height; h++) {
height            239 libavcodec/dxtory.c                               avctx->width, avctx->height);
height            265 libavcodec/dxtory.c                                  int line, int height, uint8_t lru[3][8]);
height            292 libavcodec/dxtory.c         if (slice_size <= 16 + (avctx->height * avctx->width / (8 * nslices)))
height            316 libavcodec/dxtory.c         line += decode_slice(&gb2, pic, line, avctx->height - line, lru);
height            321 libavcodec/dxtory.c     if (avctx->height - line) {
height           1234 libavcodec/dxv.c     int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
height           1238 libavcodec/dxv.c                avctx->width, avctx->height);
height           1244 libavcodec/dxv.c     avctx->coded_height = FFALIGN(avctx->height, 16);
height            626 libavcodec/dxva2.c     frames_ctx->height = FFALIGN(avctx->coded_height, surface_alignment);
height            512 libavcodec/dxva2_h264.c         ff_h264_draw_horiz_band(h, sl, 0, h->avctx->height);
height            312 libavcodec/dxva2_mpeg2.c         ff_mpeg_draw_horiz_band(s, 0, avctx->height);
height             69 libavcodec/dxva2_vc1.c         pp->wPicHeightInMBminus1= avctx->height - 1;
height            373 libavcodec/dxva2_vc1.c         ff_mpeg_draw_horiz_band(&v->s, 0, avctx->height);
height             72 libavcodec/dxva2_vp9.c     pp->height = avctx->height;
height             83 libavcodec/dxva2_vp9.c             pp->ref_frame_coded_height[i] = h->refs[i].f->height;
height             41 libavcodec/eacmv.c     int width, height;
height             68 libavcodec/eacmv.c     for (i=0; i < s->avctx->height && buf_end - buf >= s->avctx->width; i++) {
height             79 libavcodec/eacmv.c                         int width, int height){
height             86 libavcodec/eacmv.c             j+yoffset>=0 && j+yoffset<height) {
height             97 libavcodec/eacmv.c     const uint8_t *raw = buf + (s->avctx->width*s->avctx->height/16);
height            101 libavcodec/eacmv.c     for(y=0; y<s->avctx->height/4; y++)
height            118 libavcodec/eacmv.c                                 x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height);
height            127 libavcodec/eacmv.c                             x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height);
height            143 libavcodec/eacmv.c     s->height = AV_RL16(&buf[6]);
height            146 libavcodec/eacmv.c         s->height != s->avctx->height) {
height            151 libavcodec/eacmv.c     ret = ff_set_dimensions(s->avctx, s->width, s->height);
height            198 libavcodec/eacmv.c     if ((ret = av_image_check_size(s->width, s->height, 0, s->avctx)) < 0)
height             98 libavcodec/eamad.c         if (offset >= (t->avctx->height - 7) * t->last_frame->linesize[0] - 7)
height            107 libavcodec/eamad.c         if (offset >= (t->avctx->height/2 - 7) * t->last_frame->linesize[index] - 7)
height            256 libavcodec/eamad.c     int width, height;
height            270 libavcodec/eamad.c     height = bytestream2_get_le16(&gb);
height            280 libavcodec/eamad.c     if (width < 16 || height < 16) {
height            285 libavcodec/eamad.c     if (avctx->width != width || avctx->height != height) {
height            287 libavcodec/eamad.c         if((width * (int64_t)height)/2048*7 > bytestream2_get_bytes_left(&gb))
height            289 libavcodec/eamad.c         if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
height            301 libavcodec/eamad.c         memset(s->last_frame->data[0], 0, s->last_frame->height *
height            303 libavcodec/eamad.c         memset(s->last_frame->data[1], 0x80, s->last_frame->height / 2 *
height            305 libavcodec/eamad.c         memset(s->last_frame->data[2], 0x80, s->last_frame->height / 2 *
height            318 libavcodec/eamad.c     for (s->mb_y=0; s->mb_y < (avctx->height+15)/16; s->mb_y++)
height             42 libavcodec/eatgq.c     int width, height;
height            219 libavcodec/eatgq.c         s->height = bytestream2_get_be16u(&s->gb);
height            222 libavcodec/eatgq.c         s->height = bytestream2_get_le16u(&s->gb);
height            225 libavcodec/eatgq.c     ret = ff_set_dimensions(s->avctx, s->width, s->height);
height            237 libavcodec/eatgq.c     for (y = 0; y < FFALIGN(avctx->height, 16) >> 4; y++)
height             46 libavcodec/eatgv.c     int width,height;
height             74 libavcodec/eatgv.c                   uint8_t *dst, int width, int height)
height             76 libavcodec/eatgv.c     uint8_t *dst_end = dst + width*height;
height            222 libavcodec/eatgv.c         (s->avctx->height / 4) * (s->avctx->width / 4))
height            226 libavcodec/eatgv.c     for (y = 0; y < s->avctx->height / 4; y++)
height            237 libavcodec/eatgv.c                     my < 0 || my + 4 > s->avctx->height) {
height            289 libavcodec/eatgv.c         s->height = AV_RL16(&buf[2]);
height            290 libavcodec/eatgv.c         if (s->avctx->width != s->width || s->avctx->height != s->height) {
height            293 libavcodec/eatgv.c             if ((ret = ff_set_dimensions(s->avctx, s->width, s->height)) < 0)
height            319 libavcodec/eatgv.c             !(s->frame_buffer = av_mallocz(s->width * s->height)))
height            322 libavcodec/eatgv.c         if (unpack(buf, buf_end, s->frame_buffer, s->avctx->width, s->avctx->height) < 0) {
height            326 libavcodec/eatgv.c         for (y = 0; y < s->height; y++)
height            285 libavcodec/encode.c     if (av_image_check_size2(avctx->width, avctx->height, avctx->max_pixels, AV_PIX_FMT_NONE, 0, avctx))
height            290 libavcodec/encode.c     if (frame && (frame->width == 0 || frame->height == 0))
height             97 libavcodec/error_resilience.c static void filter181(int16_t *data, int width, int height, ptrdiff_t stride)
height            102 libavcodec/error_resilience.c     for (y = 1; y < height - 1; y++) {
height            120 libavcodec/error_resilience.c         for (y = 1; y < height - 1; y++) {
height            403 libavcodec/error_resilience.c         mb_height = FFMIN(mb_height, (s->last_pic.f->height+15)>>4);
height            405 libavcodec/error_resilience.c         mb_height = FFMIN(mb_height, (s->next_pic.f->height+15)>>4);
height            928 libavcodec/error_resilience.c         && (FFALIGN(s->avctx->height, 16)&16)
height            937 libavcodec/error_resilience.c             s->last_pic.f->height != s->cur_pic.f->height ||
height            945 libavcodec/error_resilience.c             s->next_pic.f->height != s->cur_pic.f->height ||
height             63 libavcodec/escape124.c                          ((unsigned)avctx->height / 8);
height            121 libavcodec/escape130.c     if ((avctx->width & 1) || (avctx->height & 1)) {
height            127 libavcodec/escape130.c     s->old_y_avg = av_malloc(avctx->width * avctx->height / 4);
height            128 libavcodec/escape130.c     s->buf1      = av_malloc(avctx->width * avctx->height * 3 / 2);
height            129 libavcodec/escape130.c     s->buf2      = av_malloc(avctx->width * avctx->height * 3 / 2);
height            143 libavcodec/escape130.c     s->new_u = s->new_y + avctx->width * avctx->height;
height            144 libavcodec/escape130.c     s->new_v = s->new_u + avctx->width * avctx->height / 4;
height            146 libavcodec/escape130.c     s->old_u = s->old_y + avctx->width * avctx->height;
height            147 libavcodec/escape130.c     s->old_v = s->old_u + avctx->width * avctx->height / 4;
height            148 libavcodec/escape130.c     memset(s->old_y, 0,    avctx->width * avctx->height);
height            149 libavcodec/escape130.c     memset(s->old_u, 0x10, avctx->width * avctx->height / 4);
height            150 libavcodec/escape130.c     memset(s->old_v, 0x10, avctx->width * avctx->height / 4);
height            206 libavcodec/escape130.c     unsigned total_blocks = avctx->width * avctx->height / 4,
height            322 libavcodec/escape130.c     for (j = 0; j < avctx->height; j++) {
height            328 libavcodec/escape130.c     for (j = 0; j < avctx->height / 2; j++) {
height           1810 libavcodec/exr.c         for (y = s->ymax + 1; y < avctx->height; y++) {
height            382 libavcodec/faxcompr.c                     uint8_t *dst, int height, int stride,
height            405 libavcodec/faxcompr.c     for (j = 0; j < height; j++) {
height             43 libavcodec/faxcompr.h                     uint8_t *dst, int height, int stride,
height             45 libavcodec/ffv1.c     if (!avctx->width || !avctx->height)
height             57 libavcodec/ffv1.c     s->height = avctx->height;
height            128 libavcodec/ffv1.c         int sys         = f->avctx->height *  sy      / f->num_v_slices;
height            129 libavcodec/ffv1.c         int sye         = f->avctx->height * (sy + 1) / f->num_v_slices;
height             88 libavcodec/ffv1.h     int width, height;
height            174 libavcodec/ffv1dec.c     fs->slice_y      =  get_symbol(c, state, 0)      * f->height;
height            176 libavcodec/ffv1dec.c     fs->slice_height = (get_symbol(c, state, 0) + 1) * f->height + fs->slice_y;
height            182 libavcodec/ffv1dec.c     if ((unsigned)fs->slice_width > f->width || (unsigned)fs->slice_height > f->height)
height            185 libavcodec/ffv1dec.c          || (unsigned)fs->slice_y + (uint64_t)fs->slice_height > f->height)
height            219 libavcodec/ffv1dec.c     if (av_image_check_sar(f->width, f->height,
height            247 libavcodec/ffv1dec.c     int width, height, x, y, ret;
height            305 libavcodec/ffv1dec.c     height = fs->slice_height;
height            318 libavcodec/ffv1dec.c     av_assert1(width && height);
height            321 libavcodec/ffv1dec.c         const int chroma_height = AV_CEIL_RSHIFT(height, f->chroma_v_shift);
height            324 libavcodec/ffv1dec.c         decode_plane(fs, p->data[0] + ps*x + y*p->linesize[0], width, height, p->linesize[0], 0, 1);
height            331 libavcodec/ffv1dec.c             decode_plane(fs, p->data[3] + ps*x + y*p->linesize[3], width, height, p->linesize[3], (f->version >= 4 && !f->chroma_planes) ? 1 : 2, 1);
height            333 libavcodec/ffv1dec.c          decode_plane(fs, p->data[0] + ps*x + y*p->linesize[0]    , width, height, p->linesize[0], 0, 2);
height            334 libavcodec/ffv1dec.c          decode_plane(fs, p->data[0] + ps*x + y*p->linesize[0] + 1, width, height, p->linesize[0], 1, 2);
height            340 libavcodec/ffv1dec.c         decode_rgb_frame32(fs, planes, width, height, p->linesize);
height            346 libavcodec/ffv1dec.c         decode_rgb_frame(fs, planes, width, height, p->linesize);
height            459 libavcodec/ffv1dec.c         f->num_v_slices > (unsigned)f->height || !f->num_v_slices
height            768 libavcodec/ffv1dec.c             fs->slice_y      =  get_symbol(c, state, 0)      * f->height;
height            770 libavcodec/ffv1dec.c             fs->slice_height = (get_symbol(c, state, 0) + 1) * f->height + fs->slice_y;
height            777 libavcodec/ffv1dec.c                 (unsigned)fs->slice_height > f->height)
height            780 libavcodec/ffv1dec.c                 || (unsigned)fs->slice_y + (uint64_t)fs->slice_height > f->height)
height            378 libavcodec/ffv1enc.c                        (fs->slice_y      + 1) * f->num_v_slices / f->height, 0);
height            383 libavcodec/ffv1enc.c                        (fs->slice_height + 1) * f->num_v_slices / f->height - 1,
height            530 libavcodec/ffv1enc.c     if (avctx->slices == 0 && avctx->level < 0 && avctx->width * avctx->height > 720*576)
height            875 libavcodec/ffv1enc.c         int max_v_slices = AV_CEIL_RSHIFT(avctx->height, s->chroma_v_shift);
height            876 libavcodec/ffv1enc.c         s->num_v_slices = (avctx->width > 352 || avctx->height > 288 || !avctx->slices) ? 2 : 1;
height            883 libavcodec/ffv1enc.c                 int maxh = (avctx->height + s->num_v_slices - 1) / s->num_v_slices;
height            935 libavcodec/ffv1enc.c     put_symbol(c, state, (fs->slice_y     +1)*f->num_v_slices / f->height  , 0);
height            937 libavcodec/ffv1enc.c     put_symbol(c, state, (fs->slice_height+1)*f->num_v_slices / f->height-1, 0);
height           1047 libavcodec/ffv1enc.c     int height       = fs->slice_height;
height           1061 libavcodec/ffv1enc.c         choose_rct_params(fs, planes, p->linesize, width, height);
height           1082 libavcodec/ffv1enc.c         const int chroma_height = AV_CEIL_RSHIFT(height, f->chroma_v_shift);
height           1086 libavcodec/ffv1enc.c         ret = encode_plane(fs, p->data[0] + ps*x + y*p->linesize[0], width, height, p->linesize[0], 0, 1);
height           1093 libavcodec/ffv1enc.c             ret |= encode_plane(fs, p->data[3] + ps*x + y*p->linesize[3], width, height, p->linesize[3], 2, 1);
height           1095 libavcodec/ffv1enc.c         ret  = encode_plane(fs, p->data[0] +     ps*x + y*p->linesize[0], width, height, p->linesize[0], 0, 2);
height           1096 libavcodec/ffv1enc.c         ret |= encode_plane(fs, p->data[0] + 1 + ps*x + y*p->linesize[0], width, height, p->linesize[0], 1, 2);
height           1098 libavcodec/ffv1enc.c         ret = encode_rgb_frame32(fs, planes, width, height, p->linesize);
height           1100 libavcodec/ffv1enc.c         ret = encode_rgb_frame(fs, planes, width, height, p->linesize);
height           1129 libavcodec/ffv1enc.c                       + avctx->width*avctx->height*37LL*4;
height           1178 libavcodec/ffv1enc.c         maxsize = AV_INPUT_BUFFER_MIN_SIZE + avctx->width*avctx->height*3LL*4;
height            249 libavcodec/fic.c     for (i = 0; i < FFMIN(32, avctx->height - cur_y) - 1; i += 2) {
height            333 libavcodec/fic.c     if (!skip_cursor && (cur_x > avctx->width || cur_y > avctx->height)) {
height            385 libavcodec/fic.c             slice_h      = FFALIGN(avctx->height - ctx->slice_h * (nslices - 1), 16);
height            461 libavcodec/fic.c     ctx->aligned_height   = FFALIGN(avctx->height, 16);
height            247 libavcodec/fitsdec.c             for (i = 0; i < avctx->height; i++) { \
height            248 libavcodec/fitsdec.c                 dst = (type *) (p->data[map[k]] + (avctx->height - i - 1) * p->linesize[map[k]]); \
height            277 libavcodec/fitsdec.c         for (i = 0; i < avctx->height; i++) { \
height            278 libavcodec/fitsdec.c             dst = (type *) (p->data[0] + (avctx->height-i-1)* p->linesize[0]); \
height             80 libavcodec/fitsenc.c     data_size = (bitpix >> 3) * avctx->height * avctx->width * naxis3;
height             90 libavcodec/fitsenc.c         for (i = 0; i < avctx->height; i++) {
height             91 libavcodec/fitsenc.c             ptr = p->data[map[k]] + (avctx->height - i - 1) * p->linesize[map[k]];
height            184 libavcodec/flashsv.c                                 int width, int height, int x_pos, int y_pos,
height            341 libavcodec/flashsv.c     if (avctx->width == 0 && avctx->height == 0) {
height            347 libavcodec/flashsv.c     if (avctx->width != s->image_width || avctx->height != s->image_height) {
height            351 libavcodec/flashsv.c                avctx->height, avctx->width, s->image_height, s->image_width);
height            486 libavcodec/flashsv.c             s->keyframe = av_malloc(s->frame->linesize[0] * avctx->height);
height            493 libavcodec/flashsv.c                s->frame->linesize[0] * avctx->height);
height             77 libavcodec/flashsv2enc.c     uint8_t col, row, width, height;
height            152 libavcodec/flashsv2enc.c             b->height = (row < s->rows - 1) ?
height            160 libavcodec/flashsv2enc.c             encbuf  += b->width * b->height * 3;
height            161 libavcodec/flashsv2enc.c             databuf += !databuf ? 0 : b->width * b->height * 6;
height            193 libavcodec/flashsv2enc.c     if ((avctx->width > 4095) || (avctx->height > 4095)) {
height            198 libavcodec/flashsv2enc.c     if ((avctx->width < 16) || (avctx->height < 16)) {
height            204 libavcodec/flashsv2enc.c     if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0)
height            211 libavcodec/flashsv2enc.c     s->image_height = avctx->height;
height            402 libavcodec/flashsv2enc.c     for (; i < b->height; i++)
height            520 libavcodec/flashsv2enc.c                                    int width, int height, int stride)
height            547 libavcodec/flashsv2enc.c     for (; i < b->height; i++)
height            557 libavcodec/flashsv2enc.c     unsigned buf_size = b->width * b->height * 6;
height            641 libavcodec/flashsv2enc.c                 b->len = b->height;
height            647 libavcodec/flashsv2enc.c             } else if (b->start != 0 || b->len != b->height) {
height            758 libavcodec/flashsv2enc.c     double height = block_size_fraction * sqrt(0.5 * save * s->rows * s->cols) * s->image_height;
height            759 libavcodec/flashsv2enc.c     int pheight = ((int) height);
height            110 libavcodec/flashsvenc.c     if (avctx->width > 4095 || avctx->height > 4095) {
height            122 libavcodec/flashsvenc.c     s->image_height = avctx->height;
height            192 libavcodec/flicvideo.c     pixel_limit = s->avctx->height * s->frame->linesize[0];
height            281 libavcodec/flicvideo.c                     if (line_packets > s->avctx->height)
height            331 libavcodec/flicvideo.c             if (starting_line >= s->avctx->height)
height            379 libavcodec/flicvideo.c                 s->frame->linesize[0] * s->avctx->height);
height            386 libavcodec/flicvideo.c             for (lines = 0; lines < s->avctx->height; lines++) {
height            432 libavcodec/flicvideo.c             if (chunk_size - 6 != FFALIGN(s->avctx->width, 4) * s->avctx->height) {
height            437 libavcodec/flicvideo.c                 for (y_ptr = 0; y_ptr < s->frame->linesize[0] * s->avctx->height;
height            526 libavcodec/flicvideo.c     pixel_limit = s->avctx->height * s->frame->linesize[0];
height            578 libavcodec/flicvideo.c                     if (line_packets > s->avctx->height)
height            626 libavcodec/flicvideo.c                    s->frame->linesize[0] * s->avctx->height);
height            631 libavcodec/flicvideo.c             for (lines = 0; lines < s->avctx->height; lines++) {
height            687 libavcodec/flicvideo.c             for (lines = 0; lines < s->avctx->height; lines++) {
height            732 libavcodec/flicvideo.c             if (chunk_size - 6 > (unsigned int)(FFALIGN(s->avctx->width, 2) * s->avctx->height)*2) {
height            738 libavcodec/flicvideo.c                 for (y_ptr = 0; y_ptr < s->frame->linesize[0] * s->avctx->height;
height            824 libavcodec/flicvideo.c     pixel_limit = s->avctx->height * s->frame->linesize[0];
height            876 libavcodec/flicvideo.c                     if (line_packets > s->avctx->height)
height            925 libavcodec/flicvideo.c                    s->frame->linesize[0] * s->avctx->height);
height            930 libavcodec/flicvideo.c             for (lines = 0; lines < s->avctx->height; lines++) {
height            973 libavcodec/flicvideo.c             for (lines = 0; lines < s->avctx->height; lines++) {
height           1019 libavcodec/flicvideo.c             if (chunk_size - 6 > (unsigned int)(FFALIGN(s->avctx->width, 2) * s->avctx->height)*3) {
height           1024 libavcodec/flicvideo.c                 for (y_ptr = 0; y_ptr < s->frame->linesize[0] * s->avctx->height;
height             30 libavcodec/flvdec.c     int format, width, height;
height             48 libavcodec/flvdec.c         height = get_bits(&s->gb, 8);
height             52 libavcodec/flvdec.c         height = get_bits(&s->gb, 16);
height             56 libavcodec/flvdec.c         height = 288;
height             60 libavcodec/flvdec.c         height = 144;
height             64 libavcodec/flvdec.c         height = 96;
height             68 libavcodec/flvdec.c         height = 240;
height             72 libavcodec/flvdec.c         height = 120;
height             75 libavcodec/flvdec.c         width = height = 0;
height             78 libavcodec/flvdec.c     if (av_image_check_size(width, height, 0, s->avctx))
height             81 libavcodec/flvdec.c     s->height = height;
height             39 libavcodec/flvenc.c     if (s->width == 352 && s->height == 288)
height             41 libavcodec/flvenc.c     else if (s->width == 176 && s->height == 144)
height             43 libavcodec/flvenc.c     else if (s->width == 128 && s->height == 96)
height             45 libavcodec/flvenc.c     else if (s->width == 320 && s->height == 240)
height             47 libavcodec/flvenc.c     else if (s->width == 160 && s->height == 120)
height             49 libavcodec/flvenc.c     else if (s->width <= 255 && s->height <= 255)
height             56 libavcodec/flvenc.c         put_bits(&s->pb, 8, s->height);
height             59 libavcodec/flvenc.c         put_bits(&s->pb, 16, s->height);
height            438 libavcodec/fmvc.c         dst = frame->data[0] + (avctx->height - 1) * frame->linesize[0];
height            439 libavcodec/fmvc.c         for (y = 0; y < avctx->height; y++) {
height            516 libavcodec/fmvc.c         ddst = frame->data[0] + (avctx->height - 1) * frame->linesize[0];
height            517 libavcodec/fmvc.c         for (y = 0; y < avctx->height; y++) {
height            562 libavcodec/fmvc.c     s->yb = avctx->height / BLOCK_HEIGHT;
height            563 libavcodec/fmvc.c     m     = avctx->height % BLOCK_HEIGHT;
height            606 libavcodec/fmvc.c     s->buffer_size  = avctx->width * avctx->height * 4;
height            607 libavcodec/fmvc.c     s->pbuffer_size = avctx->width * avctx->height * 4;
height            170 libavcodec/fraps.c         unsigned needed_size = avctx->width * avctx->height + 1024;
height            179 libavcodec/fraps.c         unsigned needed_size = avctx->width * avctx->height * 3;
height            233 libavcodec/fraps.c         if (((avctx->width % 8) != 0) || ((avctx->height % 2) != 0)) {
height            235 libavcodec/fraps.c                    avctx->width, avctx->height);
height            240 libavcodec/fraps.c         for (y = 0; y < avctx->height / 2; y++) {
height            265 libavcodec/fraps.c             for (y = 0; y <avctx->height; y++)
height            271 libavcodec/fraps.c             for (y = 0; y<avctx->height; y++)
height            272 libavcodec/fraps.c                 memcpy(&f->data[0][(avctx->height - y - 1) * f->linesize[0]],
height            288 libavcodec/fraps.c                                            avctx->height >> is_chroma,
height            300 libavcodec/fraps.c             if ((ret = fraps2_decode_plane(s, f->data[0] + i + (f->linesize[0] * (avctx->height - 1)),
height            301 libavcodec/fraps.c                                            -f->linesize[0], avctx->width, avctx->height,
height            309 libavcodec/fraps.c         for (j = 0; j < avctx->height; j++) {
height             53 libavcodec/frwu.c     if (avpkt->size < avctx->width * 2 * avctx->height + 4 + 2*8) {
height             70 libavcodec/frwu.c         int field_h = (avctx->height + !field) >> 1;
height            138 libavcodec/g2meet.c     int        width, height, bpp;
height            287 libavcodec/g2meet.c static int jpg_decode_data(JPGContext *c, int width, int height,
height            310 libavcodec/g2meet.c     mb_h  = (height + 15) >> 4;
height            916 libavcodec/g2meet.c     tile_height = FFMIN(c->height - tile_y * c->tile_height, c->tile_height);
height           1035 libavcodec/g2meet.c                               int width, int height,
height           1051 libavcodec/g2meet.c     for (j = 0; j < height; j++, dst += stride, jpeg_tile += tile_stride) {
height           1070 libavcodec/g2meet.c     int width, height;
height           1086 libavcodec/g2meet.c     height = FFMIN(c->height - tile_y * c->tile_height, c->tile_height);
height           1094 libavcodec/g2meet.c         for (j = 0; j < height; j++, dst += c->framebuf_stride)
height           1099 libavcodec/g2meet.c         return jpg_decode_data(&c->jc, width, height, src, src_end - src,
height           1136 libavcodec/g2meet.c                           NULL, 0, width, height, pal, npal, tidx);
height           1145 libavcodec/g2meet.c     for (i = 0; i < (FFALIGN(height, 16) >> 4); i++) {
height           1166 libavcodec/g2meet.c     memset(c->jpeg_tile, 0, c->tile_stride * height);
height           1167 libavcodec/g2meet.c     jpg_decode_data(&c->jc, width, height, src, src_end - src,
height           1173 libavcodec/g2meet.c                       width, height, pal, npal, tidx);
height           1182 libavcodec/g2meet.c     if (!c->framebuf || c->old_width < c->width || c->old_height < c->height) {
height           1184 libavcodec/g2meet.c         aligned_height     = c->height + 15;
height           1362 libavcodec/g2meet.c     if (y + h > c->height)
height           1363 libavcodec/g2meet.c         h = c->height - y;
height           1445 libavcodec/g2meet.c             c->height = bytestream2_get_be32(&bc);
height           1446 libavcodec/g2meet.c             if (c->width < 16 || c->height < 16) {
height           1449 libavcodec/g2meet.c                        c->width, c->height);
height           1453 libavcodec/g2meet.c             if (c->width != avctx->width || c->height != avctx->height) {
height           1454 libavcodec/g2meet.c                 ret = ff_set_dimensions(avctx, c->width, c->height);
height           1479 libavcodec/g2meet.c             c->tiles_y = (c->height + c->tile_height - 1) / c->tile_height;
height           1579 libavcodec/g2meet.c     if (c->width && c->height && c->framebuf) {
height           1586 libavcodec/g2meet.c         for (i = 0; i < avctx->height; i++)
height           1599 libavcodec/g2meet.c     c->height  = 0;
height           1622 libavcodec/g2meet.c     c->orig_height = avctx->height;
height             59 libavcodec/gdv.c     gdv->frame_size = avctx->width * avctx->height + PREAMBLE_SIZE;
height            486 libavcodec/gdv.c     rescale(gdv, gdv->frame, avctx->width, avctx->height,
height            527 libavcodec/gdv.c         for (y = 0; y < avctx->height; y++) {
height            536 libavcodec/gdv.c         for (y = 0; y < avctx->height; y++) {
height             74 libavcodec/gif.c     for (int y = 0; y < avctx->height; y++) {
height            122 libavcodec/gif.c                                  int *width, int *height,
height            131 libavcodec/gif.c         const int h = avctx->height;
height            192 libavcodec/gif.c         *height = y_end + 1 - *y_start;
height            195 libavcodec/gif.c                *width, *height, *x_start, *y_start, avctx->width, avctx->height);
height            202 libavcodec/gif.c                             int *width, int *height, int *x_start, int *y_start)
height            211 libavcodec/gif.c             y_end = avctx->height - 1;
height            224 libavcodec/gif.c         *height = y_end + 1 - *y_start;
height            254 libavcodec/gif.c                *width, *height, *x_start, *y_start, avctx->width, avctx->height);
height            265 libavcodec/gif.c     int disposal, len = 0, height = avctx->height, width = avctx->width, x, y;
height            271 libavcodec/gif.c         gif_crop_translucent(avctx, buf, linesize, &width, &height, &x_start, &y_start);
height            275 libavcodec/gif.c         gif_crop_opaque(avctx, palette, buf, linesize, &width, &height, &x_start, &y_start);
height            292 libavcodec/gif.c         bytestream_put_le16(bytestream, avctx->height);
height            307 libavcodec/gif.c                                    linesize, width, height);
height            331 libavcodec/gif.c     bytestream_put_le16(bytestream, height);
height            354 libavcodec/gif.c         for (y = 0; y < height; y++) {
height            364 libavcodec/gif.c         for (y = 0; y < height; y++) {
height            389 libavcodec/gif.c     if (avctx->width > 65535 || avctx->height > 65535) {
height            397 libavcodec/gif.c     s->buf_size = avctx->width*avctx->height*2 + 1000;
height            417 libavcodec/gif.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*7/5 + AV_INPUT_BUFFER_MIN_SIZE, 0)) < 0)
height             90 libavcodec/gifdec.c     uint32_t *p_end = p + (picture->linesize[0] / sizeof(uint32_t)) * picture->height;
height            132 libavcodec/gifdec.c     int left, top, width, height, bits_per_pixel, code_size, flags, pw;
height            145 libavcodec/gifdec.c     height = bytestream2_get_le16u(&s->gb);
height            151 libavcodec/gifdec.c     ff_dlog(s->avctx, "image x=%d y=%d w=%d h=%d\n", left, top, width, height);
height            190 libavcodec/gifdec.c     if (!height || height > s->screen_height) {
height            191 libavcodec/gifdec.c         av_log(s->avctx, AV_LOG_WARNING, "Invalid image height: %d, truncating.\n", height);
height            192 libavcodec/gifdec.c         height = s->screen_height;
height            206 libavcodec/gifdec.c     if (top + height > s->screen_height) {
height            209 libavcodec/gifdec.c                top + height - s->screen_height);
height            210 libavcodec/gifdec.c         height = s->screen_height - top;
height            225 libavcodec/gifdec.c         s->gce_w = pw;    s->gce_h = height;
height            233 libavcodec/gifdec.c             av_fast_malloc(&s->stored_img, &s->stored_img_size, frame->linesize[0] * frame->height);
height            238 libavcodec/gifdec.c                 frame->linesize[0] / sizeof(uint32_t), left, top, pw, height);
height            260 libavcodec/gifdec.c     for (y = 0; y < height; y++) {
height            292 libavcodec/gifdec.c             while (y1 >= height) {
height             65 libavcodec/h261.h int ff_h261_get_picture_format(int width, int height);
height            514 libavcodec/h261dec.c         s->height    = 144;
height            519 libavcodec/h261dec.c         s->height    = 288;
height            615 libavcodec/h261dec.c     if (s->width != avctx->coded_width || s->height != avctx->coded_height) {
height            626 libavcodec/h261dec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
height             40 libavcodec/h261enc.c int ff_h261_get_picture_format(int width, int height)
height             43 libavcodec/h261enc.c     if (width == 176 && height == 144)
height             46 libavcodec/h261enc.c     else if (width == 352 && height == 288)
height             73 libavcodec/h261enc.c     format = ff_h261_get_picture_format(s->width, s->height);
height             94 libavcodec/h261enc.c     if (ff_h261_get_picture_format(s->width, s->height) == 0) {
height            121 libavcodec/h261enc.c     if (ff_h261_get_picture_format(s->width, s->height) == 1) { // CIF
height             92 libavcodec/h263.h int av_const h263_get_picture_format(int width, int height);
height            516 libavcodec/h263dec.c             || s->height != avctx->coded_height) {
height            519 libavcodec/h263dec.c                 s->height= avctx->coded_height;
height            558 libavcodec/h263dec.c         s->height != avctx->coded_height ||
height            563 libavcodec/h263dec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
height            582 libavcodec/h263dec.c         s->gob_index = H263_GOB_HEIGHT(s->height);
height            711 libavcodec/h263dec.c                 int h = AV_CEIL_RSHIFT(pict->height, !!p);
height             93 libavcodec/h264_levels.c                                                int width, int height,
height             97 libavcodec/h264_levels.c     int height_mbs = (height + 15) / 16;
height             50 libavcodec/h264_levels.h                                                int width, int height,
height             40 libavcodec/h264_mb.c                                          int n, int height, int y_offset, int list)
height             45 libavcodec/h264_mb.c     int bottom             = full_my + filter_height_down + height;
height             47 libavcodec/h264_mb.c     av_assert2(height >= 0);
height             54 libavcodec/h264_mb.c                                      int height, int y_offset, int list0,
height             70 libavcodec/h264_mb.c             my = get_lowest_part_list_y(sl, n, height, y_offset, 0);
height             83 libavcodec/h264_mb.c             my = get_lowest_part_list_y(sl, n, height, y_offset, 1);
height            207 libavcodec/h264_mb.c                                          int n, int square, int height,
height            307 libavcodec/h264_mb.c               height >> (chroma_idc == 1 /* yuv420 */),
height            317 libavcodec/h264_mb.c     chroma_op(dest_cr, src_cr, sl->mb_uvlinesize, height >> (chroma_idc == 1 /* yuv420 */),
height            323 libavcodec/h264_mb.c                                          int height, int delta,
height            353 libavcodec/h264_mb.c         mc_dir_part(h, sl, ref, n, square, height, delta, 0,
height            363 libavcodec/h264_mb.c         mc_dir_part(h, sl, ref, n, square, height, delta, 1,
height            371 libavcodec/h264_mb.c                                               int height, int delta,
height            388 libavcodec/h264_mb.c         chroma_height     = height;
height            394 libavcodec/h264_mb.c         chroma_height = height;
height            398 libavcodec/h264_mb.c         chroma_height = height >> 1;
height            414 libavcodec/h264_mb.c         mc_dir_part(h, sl, &sl->ref_list[0][refn0], n, square, height, delta, 0,
height            418 libavcodec/h264_mb.c         mc_dir_part(h, sl, &sl->ref_list[1][refn1], n, square, height, delta, 1,
height            427 libavcodec/h264_mb.c                             height, 5, weight0, weight1, 0);
height            435 libavcodec/h264_mb.c             luma_weight_avg(dest_y, tmp_y, sl->mb_linesize, height,
height            460 libavcodec/h264_mb.c         mc_dir_part(h, sl, ref, n, square, height, delta, list,
height            464 libavcodec/h264_mb.c         luma_weight_op(dest_y, sl->mb_linesize, height,
height             39 libavcodec/h264_mc_template.c                     int height, int delta,
height             54 libavcodec/h264_mc_template.c         mc_part_weighted(h, sl, n, square, height, delta, dest_y, dest_cb, dest_cr,
height             59 libavcodec/h264_mc_template.c         mc_part_std(h, sl, n, square, height, delta, dest_y, dest_cb, dest_cr,
height            218 libavcodec/h264_metadata_bsf.c             int width, height, dpb_frames;
height            238 libavcodec/h264_metadata_bsf.c             height = 16 * (sps->pic_height_in_map_units_minus1 + 1) *
height            247 libavcodec/h264_metadata_bsf.c                                        width, height, dpb_frames);
height            382 libavcodec/h264_parser.c             s->height       = s->coded_height - (sps->crop_top   + sps->crop_bottom);
height            383 libavcodec/h264_parser.c             if (s->width <= 0 || s->height <= 0) {
height            385 libavcodec/h264_parser.c                 s->height = s->coded_height;
height            532 libavcodec/h264_ps.c         int height = 16 * sps->mb_height;
height            555 libavcodec/h264_ps.c                 (crop_top  + crop_bottom) * step_y >= height
height            557 libavcodec/h264_ps.c                 av_log(avctx, AV_LOG_ERROR, "crop values invalid %d %d %d %d / %d %d\n", crop_left, crop_right, crop_top, crop_bottom, width, height);
height            131 libavcodec/h264_refs.c             h->cur_pic_ptr->f->height != f->height ||
height            214 libavcodec/h264_slice.c         for(i=0; i<AV_CEIL_RSHIFT(pic->f->height, v_chroma_shift); i++) {
height            313 libavcodec/h264_slice.c          h->height                != h1->height                ||
height            357 libavcodec/h264_slice.c         h->height    = h1->height;
height            379 libavcodec/h264_slice.c     h->avctx->height        = h1->avctx->height;
height            878 libavcodec/h264_slice.c     int height = h->height - (ct + cb);
height            880 libavcodec/h264_slice.c     av_assert0(sps->crop_top + sps->crop_bottom < (unsigned)h->height);
height            886 libavcodec/h264_slice.c         FFALIGN(h->height_from_caller, 16) == FFALIGN(height, 16) &&
height            888 libavcodec/h264_slice.c         h->height_from_caller <= height) {
height            890 libavcodec/h264_slice.c         height = h->height_from_caller;
height            894 libavcodec/h264_slice.c         cb = h->height - height;
height            901 libavcodec/h264_slice.c     h->avctx->coded_height = h->height;
height            903 libavcodec/h264_slice.c     h->avctx->height       = height;
height           1065 libavcodec/h264_slice.c         h->height = 16 * h->mb_height;
height           1097 libavcodec/h264_slice.c                    h->height, h->avctx->coded_height,
height           1112 libavcodec/h264_slice.c                "pix_fmt: %s\n", h->width, h->height, av_get_pix_fmt_name(h->avctx->pix_fmt));
height           1590 libavcodec/h264_slice.c                 h->short_ref[0]->f->height == prev->f->height &&
height           1601 libavcodec/h264_slice.c                               prev->f->height);
height           2532 libavcodec/h264_slice.c     int height         =  16      << FRAME_MBAFF(h);
height           2536 libavcodec/h264_slice.c         if ((top + height) >= pic_height)
height           2537 libavcodec/h264_slice.c             height += deblock_border;
height           2541 libavcodec/h264_slice.c     if (top >= pic_height || (top + height) < 0)
height           2544 libavcodec/h264_slice.c     height = FFMIN(height, pic_height - top);
height           2546 libavcodec/h264_slice.c         height = top + height;
height           2550 libavcodec/h264_slice.c     ff_h264_draw_horiz_band(h, sl, top, height);
height           2555 libavcodec/h264_slice.c     ff_thread_report_progress(&h->cur_pic_ptr->tf, top + height - 1,
height            104 libavcodec/h264dec.c                              int y, int height)
height            112 libavcodec/h264dec.c         height <<= 1;
height            116 libavcodec/h264dec.c     height = FFMIN(height, avctx->height - y);
height            134 libavcodec/h264dec.c                                y, h->picture_structure, height);
height            311 libavcodec/h264dec.c     h->height_from_caller    = avctx->height;
height            927 libavcodec/h264dec.c                           f->format, f->width, f->height>>1);
height            365 libavcodec/h264dec.h     int width, height;
height            839 libavcodec/h264dec.h void ff_h264_draw_horiz_band(const H264Context *h, H264SliceContext *sl, int y, int height);
height             33 libavcodec/h264dsp.h typedef void (*h264_weight_func)(uint8_t *block, ptrdiff_t stride, int height,
height             36 libavcodec/h264dsp.h                                    ptrdiff_t stride, int height, int log2_denom,
height             33 libavcodec/h264dsp_template.c static void FUNCC(weight_h264_pixels ## W)(uint8_t *_block, ptrdiff_t stride, int height, \
height             41 libavcodec/h264dsp_template.c     for (y = 0; y < height; y++, block += stride) { \
height             63 libavcodec/h264dsp_template.c static void FUNCC(biweight_h264_pixels ## W)(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride, int height, \
height             72 libavcodec/h264dsp_template.c     for (y = 0; y < height; y++, dst += stride, src += stride) { \
height             83 libavcodec/h265_metadata_bsf.c     int width = 0, height = 0;
height            107 libavcodec/h265_metadata_bsf.c             height = sps->pic_height_in_luma_samples;
height            134 libavcodec/h265_metadata_bsf.c     desc = ff_h265_guess_level(ptl, bit_rate, width, height,
height            176 libavcodec/h265_profile_level.c                                                int width, int height,
height            194 libavcodec/h265_profile_level.c     pic_size = width * height;
height            225 libavcodec/h265_profile_level.c         if (height * height > 8 * level->max_luma_ps)
height             85 libavcodec/h265_profile_level.h                                                int width, int height,
height            406 libavcodec/hapdec.c     int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
height            410 libavcodec/hapdec.c                avctx->width, avctx->height);
height            416 libavcodec/hapdec.c     avctx->coded_height = FFALIGN(avctx->height, TEXTURE_BLOCK_H);
height             63 libavcodec/hapenc.c     for (j = 0; j < avctx->height; j += 4) {
height            241 libavcodec/hapenc.c     int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
height            245 libavcodec/hapenc.c                avctx->width, avctx->height);
height            249 libavcodec/hapenc.c     if (avctx->width % 4 || avctx->height % 4) {
height            251 libavcodec/hapenc.c                avctx->width, avctx->height);
height            284 libavcodec/hapenc.c                       FFALIGN(avctx->height, TEXTURE_BLOCK_H) * 4 / ratio;
height            141 libavcodec/hevc_filter.c static void copy_CTB(uint8_t *dst, const uint8_t *src, int width, int height,
height            147 libavcodec/hevc_filter.c         for (i = 0; i < height; i++) {
height            154 libavcodec/hevc_filter.c         for (i = 0; i < height; i++) {
height            172 libavcodec/hevc_filter.c                       int pixel_shift, int height,
height            177 libavcodec/hevc_filter.c         for (i = 0; i < height; i++) {
height            183 libavcodec/hevc_filter.c         for (i = 0; i < height; i++) {
height            192 libavcodec/hevc_filter.c                            ptrdiff_t stride_src, int x, int y, int width, int height,
height            197 libavcodec/hevc_filter.c     int h = s->ps.sps->height >> s->ps.sps->vshift[c_idx];
height            203 libavcodec/hevc_filter.c         src + stride_src * (height - 1), width << sh);
height            206 libavcodec/hevc_filter.c     copy_vert(s->sao_pixel_buffer_v[c_idx] + (((2 * x_ctb) * h + y) << sh), src, sh, height, 1 << sh, stride_src);
height            208 libavcodec/hevc_filter.c     copy_vert(s->sao_pixel_buffer_v[c_idx] + (((2 * x_ctb + 1) * h + y) << sh), src + ((width - 1) << sh), sh, height, 1 << sh, stride_src);
height            214 libavcodec/hevc_filter.c                                int x0, int y0, int width, int height, int c_idx)
height            225 libavcodec/hevc_filter.c         int y_max        = ((y0 + height) >> s->ps.sps->log2_min_pu_size);
height            313 libavcodec/hevc_filter.c         int height   = FFMIN(ctb_size_v, (s->ps.sps->height >> s->ps.sps->vshift[c_idx]) - y0);
height            321 libavcodec/hevc_filter.c             copy_CTB_to_hv(s, src, stride_src, x0, y0, width, height, c_idx,
height            327 libavcodec/hevc_filter.c             copy_CTB(dst, src, width << s->ps.sps->pixel_shift, height, stride_dst, stride_src);
height            330 libavcodec/hevc_filter.c                                             width, height);
height            332 libavcodec/hevc_filter.c                                x, y, width, height, c_idx);
height            336 libavcodec/hevc_filter.c                                             width, height);
height            343 libavcodec/hevc_filter.c             int h = s->ps.sps->height >> s->ps.sps->vshift[c_idx];
height            388 libavcodec/hevc_filter.c                 dst1 = dst + height * stride_dst - (left << sh);
height            389 libavcodec/hevc_filter.c                 src1[0] = src + height * stride_src - (left << sh);
height            413 libavcodec/hevc_filter.c                               sh, height, stride_dst, 1 << sh);
height            423 libavcodec/hevc_filter.c                               sh, height, stride_dst, 1 << sh);
height            432 libavcodec/hevc_filter.c                      height, stride_dst, stride_src);
height            434 libavcodec/hevc_filter.c             copy_CTB_to_hv(s, src, stride_src, x0, y0, width, height, c_idx,
height            437 libavcodec/hevc_filter.c                                             sao->eo_class[c_idx], width, height);
height            442 libavcodec/hevc_filter.c                                                 height, c_idx,
height            447 libavcodec/hevc_filter.c                                x, y, width, height, c_idx);
height            510 libavcodec/hevc_filter.c     if (y_end > s->ps.sps->height)
height            511 libavcodec/hevc_filter.c         y_end = s->ps.sps->height;
height            859 libavcodec/hevc_filter.c         int y_end = y >= s->ps.sps->height - ctb_size;
height            881 libavcodec/hevc_filter.c     int y_end = y_ctb >= s->ps.sps->height - ctb_size;
height            245 libavcodec/hevc_mvs.c         y < s->ps.sps->height &&
height            383 libavcodec/hevc_mvs.c                       yA0 < s->ps.sps->height &&
height            629 libavcodec/hevc_mvs.c                       yA0 < s->ps.sps->height &&
height             94 libavcodec/hevc_parser.c     s->coded_height = ps->sps->height;
height             96 libavcodec/hevc_parser.c     s->height       = ps->sps->height - ow->top_offset  - ow->bottom_offset;
height            954 libavcodec/hevc_ps.c     sps->height = get_ue_golomb_long(gb);
height            956 libavcodec/hevc_ps.c                                    sps->height, 0, avctx)) < 0)
height           1170 libavcodec/hevc_ps.c         ow->top_offset  + ow->bottom_offset >= sps->height) {
height           1201 libavcodec/hevc_ps.c     sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size;
height           1205 libavcodec/hevc_ps.c     sps->min_cb_height = sps->height >> sps->log2_min_cb_size;
height           1207 libavcodec/hevc_ps.c     sps->min_tb_height = sps->height >> sps->log2_min_tb_size;
height           1209 libavcodec/hevc_ps.c     sps->min_pu_height = sps->height >> sps->log2_min_pu_size;
height           1215 libavcodec/hevc_ps.c         av_mod_uintp2(sps->height, sps->log2_min_cb_size)) {
height           1284 libavcodec/hevc_ps.c                sps_id, sps->width, sps->height,
height           1286 libavcodec/hevc_ps.c                sps->height - (sps->output_window.top_offset + sps->output_window.bottom_offset),
height            228 libavcodec/hevc_ps.h     int height;
height            402 libavcodec/hevc_refs.c                 for (y = 0; y < (s->ps.sps->height >> s->ps.sps->vshift[i]); y++) {
height             91 libavcodec/hevcdec.c     int height           = sps->height;
height             93 libavcodec/hevcdec.c                            ((height >> log2_min_cb_size) + 1);
height             98 libavcodec/hevcdec.c     s->bs_height = (height >> 2) + 1;
height            326 libavcodec/hevcdec.c     avctx->coded_height        = sps->height;
height            328 libavcodec/hevcdec.c     avctx->height              = sps->height - ow->top_offset  - ow->bottom_offset;
height            485 libavcodec/hevcdec.c             int h = sps->height >> sps->vshift[c_idx];
height            549 libavcodec/hevcdec.c             if (sps->width != last_sps->width || sps->height != last_sps->height ||
height           1250 libavcodec/hevcdec.c     int y_end = FFMIN(y0 + cb_size, s->ps.sps->height);
height           1446 libavcodec/hevcdec.c     int pic_height       = s->ps.sps->height;
height           1507 libavcodec/hevcdec.c     int pic_height       = s->ps.sps->height;
height           1596 libavcodec/hevcdec.c     int pic_height       = s->ps.sps->height >> s->ps.sps->vshift[1];
height           1666 libavcodec/hevcdec.c     int pic_height       = s->ps.sps->height >> s->ps.sps->vshift[1];
height           1746 libavcodec/hevcdec.c                                 const Mv *mv, int y0, int height)
height           1749 libavcodec/hevcdec.c         int y = FFMAX(0, (mv->y >> 2) + y0 + height + 9);
height           2287 libavcodec/hevcdec.c         y0 + cb_size <= s->ps.sps->height &&
height           2321 libavcodec/hevcdec.c         if (more_data && y1 < s->ps.sps->height) {
height           2327 libavcodec/hevcdec.c             y1 < s->ps.sps->height) {
height           2339 libavcodec/hevcdec.c                     (y1 + cb_size_split) < s->ps.sps->height);
height           2351 libavcodec/hevcdec.c              (y0 + cb_size >= s->ps.sps->height))) {
height           2386 libavcodec/hevcdec.c     lc->end_of_tiles_y = FFMIN(y_ctb + ctb_size, s->ps.sps->height);
height           2466 libavcodec/hevcdec.c         y_ctb + ctb_size >= s->ps.sps->height)
height           2542 libavcodec/hevcdec.c         if ((x_ctb+ctb_size) >= s->ps.sps->width && (y_ctb+ctb_size) >= s->ps.sps->height ) {
height           2804 libavcodec/hevcdec.c                            ((s->ps.sps->height >> s->ps.sps->log2_min_cb_size) + 1);
height           3140 libavcodec/hevcdec.c         int height = s->avctx->coded_height;
height           3142 libavcodec/hevcdec.c         int h = (i == 1 || i == 2) ? (height >> desc->log2_chroma_h) : height;
height            480 libavcodec/hevcdec.h     int                 height;
height             46 libavcodec/hevcdsp.h     void (*put_pcm)(uint8_t *_dst, ptrdiff_t _stride, int width, int height,
height             62 libavcodec/hevcdsp.h                                int16_t *sao_offset_val, int sao_left_class, int width, int height);
height             66 libavcodec/hevcdsp.h                                int16_t *sao_offset_val, int sao_eo_class, int width, int height);
height             73 libavcodec/hevcdsp.h                                     int height, intptr_t mx, intptr_t my, int width);
height             75 libavcodec/hevcdsp.h                                         int height, intptr_t mx, intptr_t my, int width);
height             77 libavcodec/hevcdsp.h                                           int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width);
height             81 libavcodec/hevcdsp.h                                        int height, intptr_t mx, intptr_t my, int width);
height             84 libavcodec/hevcdsp.h                                          int height, int denom, int wx0, int wx1,
height             87 libavcodec/hevcdsp.h                                     int height, intptr_t mx, intptr_t my, int width);
height             90 libavcodec/hevcdsp.h                                         int height, intptr_t mx, intptr_t my, int width);
height             92 libavcodec/hevcdsp.h                                           int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width);
height             95 libavcodec/hevcdsp.h                                        int height, intptr_t mx, intptr_t my, int width);
height             98 libavcodec/hevcdsp.h                                          int height, int denom, int wx0, int ox0, int wx1,
height             29 libavcodec/hevcdsp_template.c static void FUNC(put_pcm)(uint8_t *_dst, ptrdiff_t stride, int width, int height,
height             37 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            301 libavcodec/hevcdsp_template.c                                   int width, int height)
height            314 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            325 libavcodec/hevcdsp_template.c                                   int eo, int width, int height) {
height            343 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            366 libavcodec/hevcdsp_template.c     int init_x = 0, width = _width, height = _height;
height            374 libavcodec/hevcdsp_template.c             for (y = 0; y < height; y++) {
height            382 libavcodec/hevcdsp_template.c             for (x = 0; x < height; x++) {
height            396 libavcodec/hevcdsp_template.c             ptrdiff_t y_stride_dst = stride_dst * (height - 1);
height            397 libavcodec/hevcdsp_template.c             ptrdiff_t y_stride_src = stride_src * (height - 1);
height            400 libavcodec/hevcdsp_template.c             height--;
height            416 libavcodec/hevcdsp_template.c     int init_x = 0, init_y = 0, width = _width, height = _height;
height            424 libavcodec/hevcdsp_template.c             for (y = 0; y < height; y++) {
height            432 libavcodec/hevcdsp_template.c             for (x = 0; x < height; x++) {
height            447 libavcodec/hevcdsp_template.c             ptrdiff_t y_stride_dst = stride_dst * (height - 1);
height            448 libavcodec/hevcdsp_template.c             ptrdiff_t y_stride_src = stride_src * (height - 1);
height            451 libavcodec/hevcdsp_template.c             height--;
height            463 libavcodec/hevcdsp_template.c             for(y = init_y+save_upper_left; y< height-save_lower_left; y++)
height            467 libavcodec/hevcdsp_template.c             for(y = init_y+save_upper_right; y< height-save_lower_right; y++)
height            477 libavcodec/hevcdsp_template.c                 dst[(height-1)*stride_dst+x] = src[(height-1)*stride_src+x];
height            484 libavcodec/hevcdsp_template.c             dst[stride_dst*(height-1)+width-1] = src[stride_src*(height-1)+width-1];
height            486 libavcodec/hevcdsp_template.c             dst[stride_dst*(height-1)] = src[stride_src*(height-1)];
height            498 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
height            504 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            513 libavcodec/hevcdsp_template.c                                           int height, intptr_t mx, intptr_t my, int width)
height            521 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            530 libavcodec/hevcdsp_template.c                                          int height, intptr_t mx, intptr_t my, int width)
height            545 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            555 libavcodec/hevcdsp_template.c                                             int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
height            570 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            580 libavcodec/hevcdsp_template.c                                            int height, int denom, int wx0, int wx1,
height            594 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            619 libavcodec/hevcdsp_template.c                                   int height, intptr_t mx, intptr_t my, int width)
height            625 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            635 libavcodec/hevcdsp_template.c                                   int height, intptr_t mx, intptr_t my, int width)
height            641 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++)  {
height            652 libavcodec/hevcdsp_template.c                                    int height, intptr_t mx,
height            664 libavcodec/hevcdsp_template.c     for (y = 0; y < height + QPEL_EXTRA; y++) {
height            673 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            683 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
height            699 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            709 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
height            726 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            737 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
height            753 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            764 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
height            781 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            792 libavcodec/hevcdsp_template.c                                        int height, intptr_t mx, intptr_t my, int width)
height            812 libavcodec/hevcdsp_template.c     for (y = 0; y < height + QPEL_EXTRA; y++) {
height            822 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            832 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
height            851 libavcodec/hevcdsp_template.c     for (y = 0; y < height + QPEL_EXTRA; y++) {
height            861 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            872 libavcodec/hevcdsp_template.c                                         int height, int denom, int wx, int ox,
height            889 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            899 libavcodec/hevcdsp_template.c                                        int height, int denom, int wx0, int wx1,
height            915 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            927 libavcodec/hevcdsp_template.c                                         int height, int denom, int wx, int ox,
height            944 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            954 libavcodec/hevcdsp_template.c                                        int height, int denom, int wx0, int wx1,
height            970 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            982 libavcodec/hevcdsp_template.c                                          int height, int denom, int wx, int ox,
height           1002 libavcodec/hevcdsp_template.c     for (y = 0; y < height + QPEL_EXTRA; y++) {
height           1013 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1023 libavcodec/hevcdsp_template.c                                         int height, int denom, int wx0, int wx1,
height           1039 libavcodec/hevcdsp_template.c     for (y = 0; y < height + QPEL_EXTRA; y++) {
height           1051 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1072 libavcodec/hevcdsp_template.c                                   int height, intptr_t mx, intptr_t my, int width)
height           1078 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1088 libavcodec/hevcdsp_template.c                                   int height, intptr_t mx, intptr_t my, int width)
height           1095 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1105 libavcodec/hevcdsp_template.c                                    int height, intptr_t mx, intptr_t my, int width)
height           1116 libavcodec/hevcdsp_template.c     for (y = 0; y < height + EPEL_EXTRA; y++) {
height           1126 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1135 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
height           1150 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1160 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
height           1175 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1186 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
height           1201 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1211 libavcodec/hevcdsp_template.c                                      int height, intptr_t mx, intptr_t my, int width)
height           1226 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1236 libavcodec/hevcdsp_template.c                                        int height, intptr_t mx, intptr_t my, int width)
height           1255 libavcodec/hevcdsp_template.c     for (y = 0; y < height + EPEL_EXTRA; y++) {
height           1265 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1275 libavcodec/hevcdsp_template.c                                       int height, intptr_t mx, intptr_t my, int width)
height           1294 libavcodec/hevcdsp_template.c     for (y = 0; y < height + EPEL_EXTRA; y++) {
height           1304 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1314 libavcodec/hevcdsp_template.c                                         int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
height           1330 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1341 libavcodec/hevcdsp_template.c                                        int height, int denom, int wx0, int wx1,
height           1355 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1366 libavcodec/hevcdsp_template.c                                         int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
height           1382 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1393 libavcodec/hevcdsp_template.c                                        int height, int denom, int wx0, int wx1,
height           1407 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1418 libavcodec/hevcdsp_template.c                                          int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
height           1437 libavcodec/hevcdsp_template.c     for (y = 0; y < height + EPEL_EXTRA; y++) {
height           1448 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height           1458 libavcodec/hevcdsp_template.c                                         int height, int denom, int wx0, int wx1,
height           1474 libavcodec/hevcdsp_template.c     for (y = 0; y < height + EPEL_EXTRA; y++) {
height           1486 libavcodec/hevcdsp_template.c     for (y = 0; y < height; y++) {
height            112 libavcodec/hevcpred_template.c     int bottom_left_size = (FFMIN(y0 + 2 * size_in_luma_v, s->ps.sps->height) -
height            190 libavcodec/hevcpred_template.c             int size_max_y = y0 + ((2 * size) << vshift) < s->ps.sps->height ?
height            191 libavcodec/hevcpred_template.c                                     2 * size : (s->ps.sps->height - y0) >> vshift;
height            198 libavcodec/hevcpred_template.c                 size_max_y = y0 + (( size) << vshift) < s->ps.sps->height ?
height            199 libavcodec/hevcpred_template.c                                                      size : (s->ps.sps->height - y0) >> vshift;
height             41 libavcodec/hnm4video.c     int height;
height             80 libavcodec/hnm4video.c             if (writeoffset >= hnm->width * hnm->height) {
height            102 libavcodec/hnm4video.c             if (offset < 0 || offset + count >= hnm->width * hnm->height) {
height            105 libavcodec/hnm4video.c             } else if (writeoffset + count >= hnm->width * hnm->height) {
height            123 libavcodec/hnm4video.c     for (y = 0; y < hnm->height; y++) {
height            142 libavcodec/hnm4video.c     for (y = 0; y < hnm->height; y++) {
height            166 libavcodec/hnm4video.c                 if (writeoffset + 2 > hnm->width * hnm->height) {
height            180 libavcodec/hnm4video.c                 if (writeoffset + count > hnm->width * hnm->height) {
height            192 libavcodec/hnm4video.c             if (writeoffset > hnm->width * hnm->height) {
height            208 libavcodec/hnm4video.c             if (!backward && offset + 2*count > hnm->width * hnm->height) {
height            211 libavcodec/hnm4video.c             } else if (backward && offset + 1 >= hnm->width * hnm->height) {
height            214 libavcodec/hnm4video.c             } else if (writeoffset + 2*count > hnm->width * hnm->height) {
height            296 libavcodec/hnm4video.c                 if (writeoffset + hnm->width >= hnm->width * hnm->height) {
height            308 libavcodec/hnm4video.c             if (writeoffset > hnm->width * hnm->height) {
height            328 libavcodec/hnm4video.c             if (offset + hnm->width + count >= hnm->width * hnm->height) {
height            331 libavcodec/hnm4video.c             } else if (writeoffset + hnm->width + count >= hnm->width * hnm->height) {
height            425 libavcodec/hnm4video.c         memcpy(hnm->previous, hnm->current, hnm->width * hnm->height);
height            427 libavcodec/hnm4video.c             memcpy(hnm->processed, hnm->current, hnm->width * hnm->height);
height            441 libavcodec/hnm4video.c             memcpy(hnm->processed, hnm->current, hnm->width * hnm->height);
height            473 libavcodec/hnm4video.c     ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
height            480 libavcodec/hnm4video.c     hnm->height    = avctx->height;
height            481 libavcodec/hnm4video.c     hnm->buffer1   = av_mallocz(avctx->width * avctx->height);
height            482 libavcodec/hnm4video.c     hnm->buffer2   = av_mallocz(avctx->width * avctx->height);
height            483 libavcodec/hnm4video.c     hnm->processed = av_mallocz(avctx->width * avctx->height);
height            486 libavcodec/hnm4video.c         || avctx->width * avctx->height == 0
height            487 libavcodec/hnm4video.c         || avctx->height % 2) {
height            134 libavcodec/hq_hqa.c     ctx->avctx->coded_height        = FFALIGN(profile->height, 16);
height            136 libavcodec/hq_hqa.c     ctx->avctx->height              = profile->height;
height            248 libavcodec/hq_hqa.c     int width, height, quant;
height            255 libavcodec/hq_hqa.c     height = bytestream2_get_be16(&ctx->gbc);
height            257 libavcodec/hq_hqa.c     ret = ff_set_dimensions(ctx->avctx, width, height);
height            262 libavcodec/hq_hqa.c     ctx->avctx->coded_height        = FFALIGN(height, 16);
height            295 libavcodec/hq_hqa.c         ret = hqa_decode_slice(ctx, pic, &gb, quant, slice, width, height);
height             47 libavcodec/hq_hqa.h     int width, height;
height            332 libavcodec/hqx.c     int mb_h = (ctx->height + 15) >> 4;
height            453 libavcodec/hqx.c     ctx->height     = AV_RB16(src + 6);
height            461 libavcodec/hqx.c     ret = av_image_check_size(ctx->width, ctx->height, 0, avctx);
height            464 libavcodec/hqx.c                ctx->width, ctx->height);
height            469 libavcodec/hqx.c     avctx->coded_height        = FFALIGN(ctx->height, 16);
height            471 libavcodec/hqx.c     avctx->height              = ctx->height;
height             69 libavcodec/hqx.h     int format, dcb, width, height;
height             81 libavcodec/huffyuv.c     s->height = avctx->height;
height             83 libavcodec/huffyuv.c     av_assert1(s->width > 0 && s->height > 0);
height             75 libavcodec/huffyuv.h     int width, height;
height            296 libavcodec/huffyuvdec.c     ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
height            304 libavcodec/huffyuvdec.c     s->interlaced = avctx->height > 288;
height            877 libavcodec/huffyuvdec.c static int decode_slice(AVCodecContext *avctx, AVFrame *p, int height,
height            898 libavcodec/huffyuvdec.c             int h = height;
height            961 libavcodec/huffyuvdec.c         draw_slice(s, p, height);
height            996 libavcodec/huffyuvdec.c                 for (cy = y = 1; y < height; y++, cy++) {
height           1011 libavcodec/huffyuvdec.c                         if (y >= height)
height           1038 libavcodec/huffyuvdec.c                 draw_slice(s, p, height);
height           1052 libavcodec/huffyuvdec.c                 if (y >= height)
height           1066 libavcodec/huffyuvdec.c                     if (y >= height)
height           1094 libavcodec/huffyuvdec.c                 for (; y < height; y++, cy++) {
height           1106 libavcodec/huffyuvdec.c                         if (y >= height)
height           1126 libavcodec/huffyuvdec.c                 draw_slice(s, p, height);
height           1133 libavcodec/huffyuvdec.c         const int last_line = (y_offset + height - 1) * p->linesize[0];
height           1156 libavcodec/huffyuvdec.c                 for (y = height - 2; y >= 0; y--) { // Yes it is stored upside down.
height           1164 libavcodec/huffyuvdec.c                         if (y < height - 1 - s->interlaced) {
height           1172 libavcodec/huffyuvdec.c                 draw_slice(s, p, height);
height           1195 libavcodec/huffyuvdec.c     const int height = s->height;
height           1202 libavcodec/huffyuvdec.c     if (buf_size < (width * height + 7)/8)
height           1235 libavcodec/huffyuvdec.c             slice_height <= 0 || nb_slices * (uint64_t)slice_height > height)
height           1238 libavcodec/huffyuvdec.c         slice_height = height;
height           1253 libavcodec/huffyuvdec.c             y_offset = height - (slice + 1) * slice_height;
height            349 libavcodec/huffyuvenc.c         if (s->interlaced != ( s->height > 288 ))
height            418 libavcodec/huffyuvenc.c             int pels = s->width * s->height / (i ? 40 : 10);
height            758 libavcodec/huffyuvenc.c     const int height = s->height;
height            765 libavcodec/huffyuvenc.c     if ((ret = ff_alloc_packet2(avctx, pkt, width * height * 3 * 4 + AV_INPUT_BUFFER_MIN_SIZE, 0)) < 0)
height            822 libavcodec/huffyuvenc.c             for (; y < height; y++,cy++) {
height            832 libavcodec/huffyuvenc.c                     if (y >= height) break;
height            845 libavcodec/huffyuvenc.c             for (cy = y = 1; y < height; y++, cy++) {
height            861 libavcodec/huffyuvenc.c                     if (y >= height) break;
height            886 libavcodec/huffyuvenc.c         uint8_t *data = p->data[0] + (height - 1) * p->linesize[0];
height            901 libavcodec/huffyuvenc.c         for (y = 1; y < s->height; y++) {
height            914 libavcodec/huffyuvenc.c         uint8_t *data = p->data[0] + (height - 1) * p->linesize[0];
height            929 libavcodec/huffyuvenc.c         for (y = 1; y < s->height; y++) {
height            947 libavcodec/huffyuvenc.c             int h = height;
height            181 libavcodec/idcinvideo.c     for (y = 0; y < (frame->linesize[0] * s->avctx->height);
height            325 libavcodec/iff.c         if (s->video_size && s->planesize * s->bpp * avctx->height > s->video_size)
height            432 libavcodec/iff.c     if ((err = av_image_check_size(avctx->width, avctx->height, 0, avctx)))
height            435 libavcodec/iff.c     s->planebuf  = av_malloc(s->planesize * avctx->height + AV_INPUT_BUFFER_PADDING_SIZE);
height            442 libavcodec/iff.c         s->video_size = FFALIGN(avctx->width, 2) * avctx->height * s->bpp;
height            445 libavcodec/iff.c         s->video[0] = av_calloc(FFALIGN(avctx->width, 2) * avctx->height, s->bpp);
height            446 libavcodec/iff.c         s->video[1] = av_calloc(FFALIGN(avctx->width, 2) * avctx->height, s->bpp);
height            582 libavcodec/iff.c static int decode_byterun2(uint8_t *dst, int height, int line_size,
height            609 libavcodec/iff.c                 if (y_pos >= height) {
height            619 libavcodec/iff.c                 if (y_pos >= height) {
height            630 libavcodec/iff.c                 if (y_pos >= height) {
height            641 libavcodec/iff.c                 if (y_pos >= height) {
height            666 libavcodec/iff.c             if (y >= height) \
height            679 libavcodec/iff.c static void decode_rgb8(GetByteContext *gb, uint8_t *dst, int width, int height, int linesize)
height            696 libavcodec/iff.c static void decode_rgbn(GetByteContext *gb, uint8_t *dst, int width, int height, int linesize)
height            716 libavcodec/iff.c static void decode_deep_rle32(uint8_t *dst, const uint8_t *src, int src_size, int width, int height, int linesize)
height            736 libavcodec/iff.c                     if (y >= height)
height            749 libavcodec/iff.c                     if (y >= height)
height            768 libavcodec/iff.c static void decode_deep_tvdc32(uint8_t *dst, const uint8_t *src, int src_size, int width, int height, int linesize, const int16_t *tvdc)
height            797 libavcodec/iff.c                 if (y >= height)
height           1569 libavcodec/iff.c                 memset(frame->data[0], 0, avctx->height * frame->linesize[0]);
height           1571 libavcodec/iff.c                     for (y = 0; y < avctx->height && buf < buf_end; y++) {
height           1578 libavcodec/iff.c                 memset(frame->data[0], 0, avctx->height * frame->linesize[0]);
height           1579 libavcodec/iff.c                 for (y = 0; y < avctx->height; y++) {
height           1583 libavcodec/iff.c                         const uint8_t * start = buf + (plane * avctx->height + y) * s->planesize;
height           1595 libavcodec/iff.c             for (y = 0; y < avctx->height && buf < buf_end; y++) {
height           1609 libavcodec/iff.c                 for (y = 0; y < avctx->height; y++) {
height           1618 libavcodec/iff.c                 for (y = 0; y < avctx->height; y++) {
height           1628 libavcodec/iff.c                 for (y = 0; y < avctx->height; y++) {
height           1640 libavcodec/iff.c                 for (y = 0; y < avctx->height && buf_end > buf; y++) {
height           1646 libavcodec/iff.c                 for (y = 0; y < avctx->height && buf_end > buf; y++) {
height           1664 libavcodec/iff.c                 for (y = 0; y < avctx->height; y++) {
height           1677 libavcodec/iff.c                 for (y = 0; y < avctx->height; y++) {
height           1688 libavcodec/iff.c                 for (y = 0; y < avctx->height; y++) {
height           1702 libavcodec/iff.c                 for (y = 0; y < avctx->height; y++) {
height           1713 libavcodec/iff.c                 for (y = 0; y < avctx->height; y++) {
height           1718 libavcodec/iff.c                 for (y = 0; y < avctx->height; y++) {
height           1727 libavcodec/iff.c                 decode_deep_rle32(frame->data[0], buf, buf_size, avctx->width, avctx->height, frame->linesize[0]);
height           1732 libavcodec/iff.c                 memset(frame->data[0], 0, avctx->height * frame->linesize[0]);
height           1734 libavcodec/iff.c                     for (y = 0; y < avctx->height && buf < buf_end; y++) {
height           1741 libavcodec/iff.c                 memset(frame->data[0], 0, avctx->height * frame->linesize[0]);
height           1742 libavcodec/iff.c                 for (y = 0; y < avctx->height; y++) {
height           1746 libavcodec/iff.c                         const uint8_t * start = buf + (plane * avctx->height + y) * s->planesize;
height           1763 libavcodec/iff.c                 decode_byterun2(s->planebuf, avctx->height, s->planesize, gb);
height           1764 libavcodec/iff.c                 for (y = 0; y < avctx->height; y++) {
height           1775 libavcodec/iff.c             decode_rgb8(gb, frame->data[0], avctx->width, avctx->height, frame->linesize[0]);
height           1777 libavcodec/iff.c             decode_rgbn(gb, frame->data[0], avctx->width, avctx->height, frame->linesize[0]);
height           1784 libavcodec/iff.c                 decode_deep_tvdc32(frame->data[0], buf, buf_size, avctx->width, avctx->height, frame->linesize[0], s->tvdc);
height           1814 libavcodec/iff.c         decode_delta_j(s->video[0], buf, buf_end, avctx->width, avctx->height, s->bpp, s->video_size);
height           1843 libavcodec/iff.c             for (y = 0; y < avctx->height; y++) {
height           1874 libavcodec/iff.c             for (y = 0; y < avctx->height; y++) {
height            138 libavcodec/imgconvert.c int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width,
height            167 libavcodec/imgconvert.c             yheight = height - 1 - (padtop + padbottom);
height            175 libavcodec/imgconvert.c             optr = dst->data[0] + dst->linesize[0] * (height - padbottom) -
height            196 libavcodec/imgconvert.c             yheight = (height - 1 - (padtop + padbottom)) >> y_shift;
height            211 libavcodec/imgconvert.c             yheight = (height - 1 - (padtop + padbottom)) >> y_shift;
height            223 libavcodec/imgconvert.c                 ((height - padbottom) >> y_shift) - (padright >> x_shift);
height            233 libavcodec/imm4.c     for (y = 0; y < avctx->height; y += 16) {
height            285 libavcodec/imm4.c     for (y = 0; y < avctx->height; y += 16) {
height            373 libavcodec/imm4.c     int width, height;
height            396 libavcodec/imm4.c     height = avctx->height;
height            405 libavcodec/imm4.c             height = 240;
height            409 libavcodec/imm4.c             height = 240;
height            413 libavcodec/imm4.c             height = 704;
height            417 libavcodec/imm4.c             height = 288;
height            421 libavcodec/imm4.c             height = 288;
height            425 libavcodec/imm4.c             height = 576;
height            450 libavcodec/imm4.c         avctx->height != height) {
height            458 libavcodec/imm4.c     ret = ff_set_dimensions(avctx, width, height);
height            150 libavcodec/imm5.c     avctx->height       = codec_avctx->height;
height             52 libavcodec/indeo2.c static int ir2_decode_plane(Ir2Context *ctx, int width, int height, uint8_t *dst,
height             59 libavcodec/indeo2.c     if ((width & 1) || width * height / (2*(IR2_CODES - 0x7F)) > get_bits_left(&ctx->gb))
height             80 libavcodec/indeo2.c     for (j = 1; j < height; j++) {
height            114 libavcodec/indeo2.c static int ir2_decode_plane_inter(Ir2Context *ctx, int width, int height, uint8_t *dst,
height            125 libavcodec/indeo2.c     for (j = 0; j < height; j++) {
height            194 libavcodec/indeo2.c         if ((ret = ir2_decode_plane(s, avctx->width, avctx->height,
height            200 libavcodec/indeo2.c         if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2,
height            204 libavcodec/indeo2.c         if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2,
height            209 libavcodec/indeo2.c         if ((ret = ir2_decode_plane_inter(s, avctx->width, avctx->height,
height            214 libavcodec/indeo2.c         if ((ret = ir2_decode_plane_inter(s, avctx->width >> 2, avctx->height >> 2,
height            218 libavcodec/indeo2.c         if ((ret = ir2_decode_plane_inter(s, avctx->width >> 2, avctx->height >> 2,
height             68 libavcodec/indeo3.c     uint32_t        height;
height             78 libavcodec/indeo3.c     int16_t         height;     ///< cell height in 4x4 blocks
height             95 libavcodec/indeo3.c     int16_t         width, height;
height            155 libavcodec/indeo3.c     ctx->width = ctx->height = 0;
height            181 libavcodec/indeo3.c     ctx->height = luma_height;
height            201 libavcodec/indeo3.c         ctx->planes[p].height = !p ? luma_height : chroma_height;
height            218 libavcodec/indeo3.c         memset(ctx->planes[p].pixels[0], 0, ctx->planes[p].pitch * ctx->planes[p].height);
height            219 libavcodec/indeo3.c         memset(ctx->planes[p].pixels[1], 0, ctx->planes[p].pitch * ctx->planes[p].height);
height            249 libavcodec/indeo3.c         ((cell->ypos + cell->height) << 2) + mv_y > plane->height     ||
height            259 libavcodec/indeo3.c     h = cell->height << 2;
height            445 libavcodec/indeo3.c     if (cell->height & v_zoom || cell->width & h_zoom)
height            448 libavcodec/indeo3.c     for (y = 0; y < cell->height; is_first_row = 0, y += 1 + v_zoom) {
height            619 libavcodec/indeo3.c             ((cell->ypos + cell->height) << 2) + mv_y > plane->height     ||
height            747 libavcodec/indeo3.c         curr_cell.ypos + curr_cell.height > (plane->height >> 2)) {             \
height            749 libavcodec/indeo3.c                curr_cell.xpos, curr_cell.ypos, curr_cell.width, curr_cell.height); \
height            768 libavcodec/indeo3.c         SPLIT_CELL(ref_cell->height, curr_cell.height);
height            769 libavcodec/indeo3.c         ref_cell->ypos   += curr_cell.height;
height            770 libavcodec/indeo3.c         ref_cell->height -= curr_cell.height;
height            771 libavcodec/indeo3.c         if (ref_cell->height <= 0 || curr_cell.height <= 0)
height            886 libavcodec/indeo3.c     curr_cell.height = plane->height >> 2;
height            904 libavcodec/indeo3.c     uint16_t        height, width;
height            940 libavcodec/indeo3.c     height = bytestream2_get_le16(&gb);
height            942 libavcodec/indeo3.c     if (av_image_check_size(width, height, 0, avctx))
height            945 libavcodec/indeo3.c     if (width != ctx->width || height != ctx->height) {
height            951 libavcodec/indeo3.c             height < 16 || height > 480 ||
height            952 libavcodec/indeo3.c             width  &  3 || height &   3) {
height            954 libavcodec/indeo3.c                    "Invalid picture dimensions: %d x %d!\n", width, height);
height            958 libavcodec/indeo3.c         if ((res = allocate_frame_buffers(ctx, avctx, width, height)) < 0)
height            960 libavcodec/indeo3.c         if ((res = ff_set_dimensions(avctx, width, height)) < 0)
height           1034 libavcodec/indeo3.c     dst_height = FFMIN(dst_height, plane->height);
height           1063 libavcodec/indeo3.c     return allocate_frame_buffers(ctx, avctx, avctx->width, avctx->height);
height           1115 libavcodec/indeo3.c                  avctx->height);
height           1118 libavcodec/indeo3.c                  (avctx->height + 3) >> 2);
height           1121 libavcodec/indeo3.c                  (avctx->height + 3) >> 2);
height            488 libavcodec/indeo4.c     if (((tile->width + band->mb_size-1)/band->mb_size) * ((tile->height + band->mb_size-1)/band->mb_size) != tile->num_MBs) {
height            489 libavcodec/indeo4.c         av_log(avctx, AV_LOG_ERROR, "num_MBs mismatch %d %d %d %d\n", tile->width, tile->height, band->mb_size, tile->num_MBs);
height            493 libavcodec/indeo4.c     for (y = tile->ypos; y < tile->ypos + tile->height; y += band->mb_size) {
height            234 libavcodec/indeo5.c         band2->height        = band1->height;
height            470 libavcodec/indeo5.c     if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)) {
height            472 libavcodec/indeo5.c                tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size));
height            480 libavcodec/indeo5.c     for (y = tile->ypos; y < (tile->ypos + tile->height); y += band->mb_size) {
height            656 libavcodec/indeo5.c     ctx->pic_conf.pic_height    = avctx->height;
height            658 libavcodec/indeo5.c     ctx->pic_conf.chroma_height = (avctx->height + 3) >> 2;
height            660 libavcodec/indeo5.c     ctx->pic_conf.tile_height   = avctx->height;
height             74 libavcodec/intelh263dec.c         s->height = ff_h263_format[format][1];
height            324 libavcodec/internal.h int ff_set_dimensions(AVCodecContext *s, int width, int height);
height            964 libavcodec/interplayvideo.c     s->upper_motion_limit_offset = (s->avctx->height - 8) * frame->linesize[0]
height            971 libavcodec/interplayvideo.c         for (y = 0; y < s->avctx->height; y += 8) {
height           1037 libavcodec/interplayvideo.c     s->upper_motion_limit_offset = (s->avctx->height - 8) * frame->linesize[0]
height           1048 libavcodec/interplayvideo.c         for (y = 0; y < s->avctx->height; y += 8) {
height           1069 libavcodec/interplayvideo.c     for (y = 0; y < s->avctx->height; y += 8) {
height           1123 libavcodec/interplayvideo.c     s->upper_motion_limit_offset = (s->avctx->height - 8) * frame->linesize[0]
height           1127 libavcodec/interplayvideo.c     for (y = 0; y < s->avctx->height; y += 8) {
height           1184 libavcodec/interplayvideo.c     s->cur_decode_frame->height  = avctx->height;
height           1185 libavcodec/interplayvideo.c     s->prev_decode_frame->height = avctx->height;
height           1257 libavcodec/interplayvideo.c         s->decoding_map_size = ((s->avctx->width / 8) * (s->avctx->height / 8)) * 2;
height           1001 libavcodec/ituh263dec.c     int format, width, height, i, ret;
height           1054 libavcodec/ituh263dec.c         height = ff_h263_format[format][1];
height           1074 libavcodec/ituh263dec.c         s->height = height;
height           1153 libavcodec/ituh263dec.c                 height = get_bits(&s->gb, 9) * 4;
height           1154 libavcodec/ituh263dec.c                 ff_dlog(s->avctx, "\nH.263+ Custom picture: %dx%d\n",width,height);
height           1164 libavcodec/ituh263dec.c                 height = ff_h263_format[format][1];
height           1168 libavcodec/ituh263dec.c             if ((width == 0) || (height == 0))
height           1171 libavcodec/ituh263dec.c             s->height = height;
height           1218 libavcodec/ituh263dec.c     if ((ret = av_image_check_size(s->width, s->height, 0, s)) < 0)
height           1222 libavcodec/ituh263dec.c         if ((s->width * s->height / 256 / 8) > get_bits_left(&s->gb))
height           1227 libavcodec/ituh263dec.c     s->mb_height = (s->height  + 15) / 16;
height            142 libavcodec/ituh263enc.c     format = ff_match_2uint16(ff_h263_format, FF_ARRAY_ELEMS(ff_h263_format), s->width, s->height);
height            200 libavcodec/ituh263enc.c             put_bits(&s->pb,9,(s->height >> 2));
height            320 libavcodec/ivi.c     planes[0].height    = cfg->pic_height;
height            325 libavcodec/ivi.c     planes[1].height    = planes[2].height    = (cfg->pic_height + 3) >> 2;
height            338 libavcodec/ivi.c         b_height = planes[p].num_bands == 1 ? planes[p].height
height            339 libavcodec/ivi.c                                             : (planes[p].height + 1) >> 1;
height            353 libavcodec/ivi.c             band->height   = b_height;
height            375 libavcodec/ivi.c     for (y = 0; y < band->height; y += t_height) {
height            381 libavcodec/ivi.c             tile->height   = FFMIN(band->height - y, t_height);
height            384 libavcodec/ivi.c             tile->num_MBs  = IVI_MBs_PER_TILE(tile->width, tile->height,
height            440 libavcodec/ivi.c             y_tiles = IVI_NUM_TILES(band->height, t_height);
height            774 libavcodec/ivi.c     if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, mb_size)) {
height            777 libavcodec/ivi.c                tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, mb_size));
height            787 libavcodec/ivi.c     for (y = tile->ypos; y < (tile->ypos + tile->height); y += mb_size) {
height            873 libavcodec/ivi.c         for (y = 0; y < tile->height; y++) {
height            893 libavcodec/ivi.c     for (y = 0; y < band->height; src += band->pitch, y++)
height            919 libavcodec/ivi.c     for (y = 0; y < plane->height; y++) {
height           1154 libavcodec/ivi.c     result = ff_set_dimensions(avctx, ctx->planes[0].width, ctx->planes[0].height);
height            131 libavcodec/ivi.h     int         height;
height            148 libavcodec/ivi.h     int             height;
height            196 libavcodec/ivi.h     uint16_t    height;
height             56 libavcodec/ivi_dsp.c     for (y = 0; y < plane->height; y += 2) {
height             58 libavcodec/ivi_dsp.c         if (y+2 >= plane->height)
height            206 libavcodec/ivi_dsp.c     for (y = 0; y < plane->height; y += 2) {
height            110 libavcodec/j2kenc.c     int width, height; ///< image width and height
height            158 libavcodec/j2kenc.c             s->width, s->height, s->tile_width, s->tile_height,
height            290 libavcodec/j2kenc.c     bytestream_put_be32(&s->buf, s->height); // height
height            411 libavcodec/j2kenc.c     s->numYtiles = ff_jpeg2000_ceildiv(s->height, s->tile_height);
height            430 libavcodec/j2kenc.c                 comp->coord[1][1] = comp->coord_o[1][1] = FFMIN((tiley+1)*s->tile_height, s->height);
height            550 libavcodec/j2kenc.c static void encode_sigpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno)
height            553 libavcodec/j2kenc.c     for (y0 = 0; y0 < height; y0 += 4)
height            555 libavcodec/j2kenc.c             for (y = y0; y < height && y < y0+4; y++){
height            572 libavcodec/j2kenc.c static void encode_refpass(Jpeg2000T1Context *t1, int width, int height, int *nmsedec, int bpno)
height            575 libavcodec/j2kenc.c     for (y0 = 0; y0 < height; y0 += 4)
height            577 libavcodec/j2kenc.c             for (y = y0; y < height && y < y0+4; y++)
height            586 libavcodec/j2kenc.c static void encode_clnpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno)
height            589 libavcodec/j2kenc.c     for (y0 = 0; y0 < height; y0 += 4)
height            591 libavcodec/j2kenc.c             if (y0 + 3 < height && !(
height            623 libavcodec/j2kenc.c                 for (y = y0; y < y0 + 4 && y < height; y++){
height            642 libavcodec/j2kenc.c                         int width, int height, int bandpos, int lev)
height            647 libavcodec/j2kenc.c     memset(t1->flags, 0, t1->stride * (height + 2) * sizeof(*t1->flags));
height            649 libavcodec/j2kenc.c     for (y = 0; y < height; y++){
height            674 libavcodec/j2kenc.c             case 0: encode_sigpass(t1, width, height, bandpos, &nmsedec, bpno);
height            676 libavcodec/j2kenc.c             case 1: encode_refpass(t1, width, height, &nmsedec, bpno);
height            678 libavcodec/j2kenc.c             case 2: encode_clnpass(t1, width, height, bandpos, &nmsedec, bpno);
height           1007 libavcodec/j2kenc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*9 + AV_INPUT_BUFFER_MIN_SIZE, 0)) < 0)
height           1043 libavcodec/j2kenc.c         bytestream_put_be32(&s->buf, avctx->height);
height           1181 libavcodec/j2kenc.c     s->height = avctx->height;
height             99 libavcodec/jpeg2000dec.c     int             width, height;
height            280 libavcodec/jpeg2000dec.c     s->height         = bytestream2_get_be32u(&s->g); // Height
height            293 libavcodec/jpeg2000dec.c     if (av_image_check_size2(s->width, s->height, s->avctx->max_pixels, AV_PIX_FMT_NONE, 0, s->avctx)) {
height            349 libavcodec/jpeg2000dec.c     s->numYtiles = ff_jpeg2000_ceildiv(s->height - s->tile_offset_y, s->tile_height);
height            377 libavcodec/jpeg2000dec.c             ff_jpeg2000_ceildivpow2(s->height - s->image_offset_y,
height            959 libavcodec/jpeg2000dec.c     tile->coord[1][0] = av_clip(tiley       * (int64_t)s->tile_height + s->tile_offset_y, s->image_offset_y, s->height);
height            960 libavcodec/jpeg2000dec.c     tile->coord[1][1] = av_clip((tiley + 1) * (int64_t)s->tile_height + s->tile_offset_y, s->image_offset_y, s->height);
height           1533 libavcodec/jpeg2000dec.c static void decode_sigpass(Jpeg2000T1Context *t1, int width, int height,
height           1539 libavcodec/jpeg2000dec.c     for (y0 = 0; y0 < height; y0 += 4)
height           1541 libavcodec/jpeg2000dec.c             for (y = y0; y < height && y < y0 + 4; y++) {
height           1563 libavcodec/jpeg2000dec.c static void decode_refpass(Jpeg2000T1Context *t1, int width, int height,
height           1572 libavcodec/jpeg2000dec.c     for (y0 = 0; y0 < height; y0 += 4)
height           1574 libavcodec/jpeg2000dec.c             for (y = y0; y < height && y < y0 + 4; y++)
height           1588 libavcodec/jpeg2000dec.c                            int width, int height, int bpno, int bandno,
height           1593 libavcodec/jpeg2000dec.c     for (y0 = 0; y0 < height; y0 += 4) {
height           1598 libavcodec/jpeg2000dec.c             if (y0 + 3 < height &&
height           1616 libavcodec/jpeg2000dec.c             for (y = y0 + runlen; y < y0 + 4 && y < height; y++) {
height           1655 libavcodec/jpeg2000dec.c                        int width, int height, int bandpos, uint8_t roi_shift)
height           1663 libavcodec/jpeg2000dec.c     av_assert0(width <= 1024U && height <= 1024U);
height           1664 libavcodec/jpeg2000dec.c     av_assert0(width*height <= 4096);
height           1666 libavcodec/jpeg2000dec.c     memset(t1->data, 0, t1->stride * height * sizeof(*t1->data));
height           1672 libavcodec/jpeg2000dec.c     memset(t1->flags, 0, t1->stride * (height + 2) * sizeof(*t1->flags));
height           1685 libavcodec/jpeg2000dec.c             decode_sigpass(t1, width, height, bpno + 1, bandpos,
height           1689 libavcodec/jpeg2000dec.c             decode_refpass(t1, width, height, bpno + 1, vert_causal_ctx_csty_symbol);
height           1693 libavcodec/jpeg2000dec.c             decode_clnpass(s, t1, width, height, bpno + 1, bandpos,
height            393 libavcodec/jpeglsdec.c                 s->width, s->height, state->near, state->maxval,
height            399 libavcodec/jpeglsdec.c     if (get_bits_left(&s->gb) < s->height) {
height            412 libavcodec/jpeglsdec.c         for (i = 0; i < s->height; i++) {
height            438 libavcodec/jpeglsdec.c         for (i = 0; i < s->height; i++) {
height            476 libavcodec/jpeglsdec.c             for (i = 0; i < s->height; i++) {
height            284 libavcodec/jpeglsenc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width  *avctx->height * comps * 4 +
height            300 libavcodec/jpeglsenc.c     put_bits(&pb, 16, avctx->height);
height            340 libavcodec/jpeglsenc.c         for (i = 0; i < avctx->height; i++) {
height            349 libavcodec/jpeglsenc.c         for (i = 0; i < avctx->height; i++) {
height            360 libavcodec/jpeglsenc.c         for (i = 0; i < avctx->height; i++) {
height            374 libavcodec/jpeglsenc.c         for (i = 0; i < avctx->height; i++) {
height             46 libavcodec/jvdec.c     if (!avctx->width || !avctx->height ||
height             47 libavcodec/jvdec.c         (avctx->width & 7) || (avctx->height & 7)) {
height             49 libavcodec/jvdec.c                avctx->width, avctx->height);
height            174 libavcodec/jvdec.c             if (avctx->height/8 * (avctx->width/8) > 4 * video_size) {
height            179 libavcodec/jvdec.c             for (j = 0; j < avctx->height; j += 8)
height            193 libavcodec/jvdec.c             for (j = 0; j < avctx->height; j++)
height             68 libavcodec/kgv1dec.c     if (w != avctx->width || h != avctx->height) {
height             76 libavcodec/kgv1dec.c         c->frame_buffer      = av_mallocz(avctx->width * avctx->height * 2);
height             77 libavcodec/kgv1dec.c         c->last_frame_buffer = av_mallocz(avctx->width * avctx->height * 2);
height            158 libavcodec/kgv1dec.c                         avctx->width * 2, avctx->height);
height            335 libavcodec/kmvc.c         kmvc_decode_intra_8x8(ctx, avctx->width, avctx->height);
height            338 libavcodec/kmvc.c         kmvc_decode_inter_8x8(ctx, avctx->width, avctx->height);
height            347 libavcodec/kmvc.c     for (i = 0; i < avctx->height; i++) {
height            380 libavcodec/kmvc.c     if (avctx->width > 320 || avctx->height > 200) {
height            429 libavcodec/lagarith.c                                   int width, int height, int stride,
height            450 libavcodec/lagarith.c         length = width * height;
height            465 libavcodec/lagarith.c         for (i = 0; i < height; i++) {
height            482 libavcodec/lagarith.c             for (i = 0; i < height; i++) {
height            490 libavcodec/lagarith.c             if (src_size < width * height)
height            493 libavcodec/lagarith.c             for (i = 0; i < height; i++) {
height            500 libavcodec/lagarith.c         for (i = 0; i < height; i++)
height            513 libavcodec/lagarith.c         for (i = 0; i < height; i++) {
height            518 libavcodec/lagarith.c         for (i = 0; i < height; i++) {
height            575 libavcodec/lagarith.c             for (i = 0; i < avctx->height; i++) {
height            582 libavcodec/lagarith.c             for (i = 0; i < avctx->height; i++) {
height            598 libavcodec/lagarith.c         for (i = 0; i < avctx->height; i++) {
height            624 libavcodec/lagarith.c             srcs[i] = p->data[i] + (avctx->height - 1) * p->linesize[i];
height            634 libavcodec/lagarith.c                                    avctx->width, avctx->height,
height            637 libavcodec/lagarith.c         for (i = 0; i < avctx->height; i++) {
height            660 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[0], avctx->width, avctx->height,
height            664 libavcodec/lagarith.c                                avctx->height, p->linesize[1],
height            667 libavcodec/lagarith.c                                avctx->height, p->linesize[2],
height            684 libavcodec/lagarith.c         lag_decode_arith_plane(l, p->data[0], avctx->width, avctx->height,
height            688 libavcodec/lagarith.c                                (avctx->height + 1) / 2, p->linesize[2],
height            691 libavcodec/lagarith.c                                (avctx->height + 1) / 2, p->linesize[1],
height            170 libavcodec/lcldec.c     unsigned int height = avctx->height; // Real image height
height            188 libavcodec/lcldec.c             if (c->imgtype == IMGTYPE_RGB24 && len == FFALIGN(width * 3, 4) * height ||
height            189 libavcodec/lcldec.c                 c->imgtype == IMGTYPE_YUV111 && len == width * height * 3) {
height            244 libavcodec/lcldec.c             if (len < ((width * height * bppx2) >> 1))
height            259 libavcodec/lcldec.c             len == width * height * 3) {
height            295 libavcodec/lcldec.c             for (row = 0; row < height; row++) {
height            309 libavcodec/lcldec.c             for (row = 0; row < height; row++) {
height            326 libavcodec/lcldec.c             for (row = 0; row < height; row++) {
height            341 libavcodec/lcldec.c             for (row = 0; row < height; row++) {
height            354 libavcodec/lcldec.c             for (row = 0; row < height/2; row++) {
height            375 libavcodec/lcldec.c     y_out = frame->data[0] + (height - 1) * frame->linesize[0];
height            376 libavcodec/lcldec.c     u_out = frame->data[1] + (height - 1) * frame->linesize[1];
height            377 libavcodec/lcldec.c     v_out = frame->data[2] + (height - 1) * frame->linesize[2];
height            380 libavcodec/lcldec.c         for (row = 0; row < height; row++) {
height            392 libavcodec/lcldec.c         for (row = 0; row < height; row++) {
height            407 libavcodec/lcldec.c         linesize = len < FFALIGN(3 * width, 4) * height ? 3 * width : FFALIGN(3 * width, 4);
height            408 libavcodec/lcldec.c         for (row = height - 1; row >= 0; row--) {
height            415 libavcodec/lcldec.c         for (row = 0; row < height; row++) {
height            428 libavcodec/lcldec.c         for (row = 0; row < height; row++) {
height            441 libavcodec/lcldec.c         u_out = frame->data[1] + ((height >> 1) - 1) * frame->linesize[1];
height            442 libavcodec/lcldec.c         v_out = frame->data[2] + ((height >> 1) - 1) * frame->linesize[2];
height            443 libavcodec/lcldec.c         for (row = 0; row < height - 1; row += 2) {
height            474 libavcodec/lcldec.c     unsigned int basesize = avctx->width * avctx->height;
height            476 libavcodec/lcldec.c                                 FFALIGN(avctx->height, 4);
height            539 libavcodec/lcldec.c     if (avctx->width % (1<<subsample_h) || avctx->height % (1<<subsample_v)) {
height             71 libavcodec/lclenc.c     int max_size = deflateBound(&c->zstream, avctx->width * avctx->height * 3);
height             89 libavcodec/lclenc.c     for(i = avctx->height - 1; i >= 0; i--) {
height            118 libavcodec/lclenc.c     av_assert0(avctx->width && avctx->height);
height            191 libavcodec/libaomdec.c         if ((int)img->d_w != avctx->width || (int)img->d_h != avctx->height) {
height            193 libavcodec/libaomdec.c                    avctx->width, avctx->height, img->d_w, img->d_h);
height            388 libavcodec/libaomenc.c             (max_tile_width * FFALIGN(avctx->height, 128) +
height            398 libavcodec/libaomenc.c         (avctx->height + 63) / 64 < ctx->tile_rows) {
height            426 libavcodec/libaomenc.c         (avctx->height + 127) / 128 >= ctx->tile_rows;
height            435 libavcodec/libaomenc.c     uniform_rows = count_uniform_tiling(avctx->height,
height            445 libavcodec/libaomenc.c         uniform_rows = count_uniform_tiling(avctx->height,
height            494 libavcodec/libaomenc.c     sb_height = (avctx->height + sb_size - 1) / sb_size;
height            552 libavcodec/libaomenc.c     enccfg.g_h            = avctx->height;
height            750 libavcodec/libaomenc.c     aom_img_wrap(&ctx->rawimg, img_fmt, avctx->width, avctx->height, 1,
height            263 libavcodec/libdav1d.c     frame->height = p->p.h;
height            264 libavcodec/libdav1d.c     if (c->width != p->p.w || c->height != p->p.h) {
height            272 libavcodec/libdav1d.c               frame->height * (int64_t)p->frame_hdr->render_width,
height             76 libavcodec/libdavs2.c         avctx->height    = headerset->height;
height            124 libavcodec/libdavs2.c     frame->height    = cad->headerset.height;
height             59 libavcodec/libkvazaar.c     if (avctx->width % 8 || avctx->height % 8) {
height             62 libavcodec/libkvazaar.c                avctx->width, avctx->height);
height             80 libavcodec/libkvazaar.c     cfg->height = avctx->height;
height            183 libavcodec/libkvazaar.c             frame->height != ctx->config->height) {
height            187 libavcodec/libkvazaar.c                    ctx->config->width, ctx->config->height,
height            188 libavcodec/libkvazaar.c                    frame->width, frame->height);
height            204 libavcodec/libkvazaar.c         input_pic = ctx->api->picture_alloc(frame->width, frame->height);
height            221 libavcodec/libkvazaar.c                           frame->format, frame->width, frame->height);
height            143 libavcodec/libopenh264dec.c     av_image_copy(avframe->data, avframe->linesize, (const uint8_t **) ptrs, linesize, avctx->pix_fmt, avctx->width, avctx->height);
height            161 libavcodec/libopenh264enc.c     param.iPicHeight                 = avctx->height;
height            377 libavcodec/libopenh264enc.c     sp.iPicHeight = avctx->height;
height            244 libavcodec/libopenjpegdec.c     for (y = 0; y < picture->height; y++) {
height            261 libavcodec/libopenjpegdec.c     for (y = 0; y < picture->height; y++) {
height            330 libavcodec/libopenjpegdec.c     int width, height, ret;
height            398 libavcodec/libopenjpegdec.c     height = image->y1 - image->y0;
height            400 libavcodec/libopenjpegdec.c     ret = ff_set_dimensions(avctx, width, height);
height            261 libavcodec/libopenjpegenc.c         cmptparm[i].h = (avctx->height + sub_dy[i] - 1) / sub_dy[i];
height            274 libavcodec/libopenjpegenc.c     img->y1 = (avctx->height - 1) * parameters->subsampling_dy + 1;
height            329 libavcodec/libopenjpegenc.c         while (FFMIN(avctx->width, avctx->height) >> ctx->numresolution < 1)
height            365 libavcodec/libopenjpegenc.c         for (y = 0; y < avctx->height; ++y) {
height            405 libavcodec/libopenjpegenc.c         for (y = 0; y < avctx->height; ++y) {
height            445 libavcodec/libopenjpegenc.c         for (y = 0; y < avctx->height; ++y) {
height            473 libavcodec/libopenjpegenc.c     int height;
height            487 libavcodec/libopenjpegenc.c         height = (avctx->height + image->comps[compno].dy - 1) / image->comps[compno].dy;
height            488 libavcodec/libopenjpegenc.c         for (y = 0; y < height; ++y) {
height            514 libavcodec/libopenjpegenc.c     int height;
height            529 libavcodec/libopenjpegenc.c         height    = (avctx->height + image->comps[compno].dy - 1) / image->comps[compno].dy;
height            531 libavcodec/libopenjpegenc.c         for (y = 0; y < height; ++y) {
height            280 libavcodec/librav1e.c     rret = rav1e_config_parse_int(cfg, "height", avctx->height);
height            438 libavcodec/librav1e.c                                    (frame->height >> shift) * frame->linesize[i],
height             31 libavcodec/librsvgdec.c     int height;
height             59 libavcodec/librsvgdec.c     dimensions.height = s->height ? s->height : dimensions.height;
height             60 libavcodec/librsvgdec.c     if (s->keep_ar && (s->width || s->height)) {
height             61 libavcodec/librsvgdec.c         double default_ar = unscaled_dimensions.width/(double)unscaled_dimensions.height;
height             63 libavcodec/librsvgdec.c             dimensions.width  = lrintf(dimensions.height * default_ar);
height             65 libavcodec/librsvgdec.c             dimensions.height = lrintf(dimensions.width  / default_ar);
height             68 libavcodec/librsvgdec.c     if ((ret = ff_set_dimensions(avctx, dimensions.width, dimensions.height)))
height             78 libavcodec/librsvgdec.c                                                 frame->width, frame->height,
height             91 libavcodec/librsvgdec.c                 dimensions.height / (double)unscaled_dimensions.height);
height            108 libavcodec/librsvgdec.c     { "height", "Height to render to (0 for default)", OFFSET(height), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, DEC },
height            177 libavcodec/libtheoraenc.c     t_info.frame_height = FFALIGN(avc_context->height, 16);
height            179 libavcodec/libtheoraenc.c     t_info.pic_height   = avc_context->height;
height            295 libavcodec/libtheoraenc.c         t_yuv_buffer[i].height = FFALIGN(avc_context->height, 16) >> (i && h->uv_vshift);
height            278 libavcodec/libvpxdec.c         if ((int) img->d_w != avctx->width || (int) img->d_h != avctx->height) {
height            280 libavcodec/libvpxdec.c                    avctx->width, avctx->height, img->d_w, img->d_h);
height            774 libavcodec/libvpxenc.c     enccfg.g_h            = avctx->height;
height           1030 libavcodec/libvpxenc.c     vpx_img_wrap(&ctx->rawimg, img_fmt, avctx->width, avctx->height, 1,
height           1451 libavcodec/libvpxenc.c static int realloc_alpha_uv(AVCodecContext *avctx, int width, int height)
height           1461 libavcodec/libvpxenc.c         height != (int)rawimg_alpha->d_h) {
height           1465 libavcodec/libvpxenc.c         vpx_img_wrap(rawimg_alpha, VPX_IMG_FMT_I420, width, height, 1,
height           1467 libavcodec/libvpxenc.c         planes[VPX_PLANE_U] = av_malloc_array(stride[VPX_PLANE_U], height);
height           1468 libavcodec/libvpxenc.c         planes[VPX_PLANE_V] = av_malloc_array(stride[VPX_PLANE_V], height);
height           1472 libavcodec/libvpxenc.c         memset(planes[VPX_PLANE_U], 0x80, stride[VPX_PLANE_U] * height);
height           1473 libavcodec/libvpxenc.c         memset(planes[VPX_PLANE_V], 0x80, stride[VPX_PLANE_V] * height);
height           1503 libavcodec/libvpxenc.c             res = realloc_alpha_uv(avctx, frame->width, frame->height);
height           1542 libavcodec/libvpxenc.c                 vp8_encode_set_roi(avctx, frame->width, frame->height, sd);
height           1544 libavcodec/libvpxenc.c                 vp9_encode_set_roi(avctx, frame->width, frame->height, sd);
height             48 libavcodec/libwebpenc_animencoder.c         s->enc = WebPAnimEncoderNew(avctx->width, avctx->height, &enc_options);
height             93 libavcodec/libwebpenc_common.c     if (avctx->width > WEBP_MAX_DIMENSION || avctx->height > WEBP_MAX_DIMENSION) {
height            110 libavcodec/libwebpenc_common.c     pic->height = avctx->height;
height            141 libavcodec/libwebpenc_common.c             alt_frame->height = frame->height;
height            164 libavcodec/libwebpenc_common.c                 for (y = 0; y < frame->height; y+= bs) {
height            171 libavcodec/libwebpenc_common.c                             int h = AV_CEIL_RSHIFT(frame->height, !!p);
height            187 libavcodec/libwebpenc_common.c                                 int h = AV_CEIL_RSHIFT(frame->height, !!p);
height            195 libavcodec/libwebpenc_common.c                         for (y2 = y; y2 < FFMIN(y+bs, frame->height); y2++) {
height            383 libavcodec/libx264.c                     int mby = (frame->height + MB_SIZE - 1) / MB_SIZE;
height            702 libavcodec/libx264.c         int mbn = AV_CEIL_RSHIFT(avctx->width, 4) * AV_CEIL_RSHIFT(avctx->height, 4);
height            847 libavcodec/libx264.c     x4->params.i_height         = avctx->height;
height            160 libavcodec/libx265.c     ctx->params->sourceHeight    = avctx->height;
height            423 libavcodec/libx265.c             int mby = (frame->height + mb_size - 1) / mb_size;
height            329 libavcodec/libxavs.c     x4->params.i_height             = avctx->height;
height             81 libavcodec/libxavs2.c     xavs2_opt_set2("Height",    "%d", avctx->height);
height            467 libavcodec/libxvid.c     xvid_enc_create.height =
height            468 libavcodec/libxvid.c     x->ysize               = avctx->height;
height            480 libavcodec/libxvid.c     if (avctx->height <= 16) {
height            704 libavcodec/libxvid.c         size = ((avctx->width + 1) & ~1) * ((avctx->height + 1) & ~1);
height            740 libavcodec/libxvid.c     int mb_height = (avctx->height + 15) / 16;
height            747 libavcodec/libzvbi-teletextdec.c         avctx->height = 25 * BITMAP_CHAR_HEIGHT;
height             67 libavcodec/ljpegenc.c     const int height      = frame->height;
height             83 libavcodec/ljpegenc.c     for (y = 0; y < height; y++) {
height            201 libavcodec/ljpegenc.c     const int mb_height = (avctx->height + s->vsample[0] - 1) / s->vsample[0];
height            231 libavcodec/ljpegenc.c     const int height = avctx->height;
height            233 libavcodec/ljpegenc.c     const int mb_height = (height + s->vsample[0] - 1) / s->vsample[0];
height            239 libavcodec/ljpegenc.c         max_pkt_size += width * height * 3 * 4;
height            241 libavcodec/ljpegenc.c         max_pkt_size += width * height * 4 * 4;
height            130 libavcodec/loco.c static int loco_decode_plane(LOCOContext *l, uint8_t *data, int width, int height,
height            163 libavcodec/loco.c     for (j = 1; j < height; j++) {
height            182 libavcodec/loco.c static void rotate_faulty_loco(uint8_t *data, int width, int height, int stride)
height            186 libavcodec/loco.c     for (y=1; y<height; y++) {
height            191 libavcodec/loco.c             if (y+1 < height)
height            218 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height,
height            221 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height,
height            224 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height,
height            228 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height,
height            231 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height / 2,
height            234 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height / 2,
height            238 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[1] + p->linesize[1]*(avctx->height-1), avctx->width, avctx->height,
height            241 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height,
height            244 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[2] + p->linesize[2]*(avctx->height-1), avctx->width, avctx->height,
height            247 libavcodec/loco.c             rotate_faulty_loco(p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height, -p->linesize[0]);
height            248 libavcodec/loco.c             rotate_faulty_loco(p->data[1] + p->linesize[1]*(avctx->height-1), avctx->width, avctx->height, -p->linesize[1]);
height            249 libavcodec/loco.c             rotate_faulty_loco(p->data[2] + p->linesize[2]*(avctx->height-1), avctx->width, avctx->height, -p->linesize[2]);
height            254 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[1] + p->linesize[1]*(avctx->height-1), avctx->width, avctx->height,
height            257 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height,
height            260 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[2] + p->linesize[2]*(avctx->height-1), avctx->width, avctx->height,
height            263 libavcodec/loco.c         decoded = loco_decode_plane(l, p->data[3] + p->linesize[3]*(avctx->height-1), avctx->width, avctx->height,
height             78 libavcodec/lossless_videoencdsp.c                                ptrdiff_t stride, ptrdiff_t width, int height)
height             82 libavcodec/lossless_videoencdsp.c     for (j = 0; j < height; j++) {
height             40 libavcodec/lossless_videoencdsp.h                           ptrdiff_t stride, ptrdiff_t width, int height);
height             66 libavcodec/m101.c     if (stride < min_stride || avpkt->size < stride * (uint64_t)avctx->height) {
height             76 libavcodec/m101.c     for (y = 0; y < avctx->height; y++) {
height             79 libavcodec/m101.c             src_y = ((y&1)^frame->top_field_first) ? y/2 : (y/2 + avctx->height/2);
height            226 libavcodec/magicyuv.c         int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->vshift[i]);
height            243 libavcodec/magicyuv.c             if (get_bits_left(&gb) < bps * width * height)
height            245 libavcodec/magicyuv.c             for (k = 0; k < height; k++) {
height            252 libavcodec/magicyuv.c             for (k = 0; k < height; k++) {
height            277 libavcodec/magicyuv.c             for (k = 1 + interlaced; k < height; k++) {
height            290 libavcodec/magicyuv.c             for (k = 1 + interlaced; k < height; k++) {
height            312 libavcodec/magicyuv.c             for (k = 1 + interlaced; k < height; k++) {
height            324 libavcodec/magicyuv.c         int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height);
height            330 libavcodec/magicyuv.c         for (i = 0; i < height; i++) {
height            356 libavcodec/magicyuv.c         int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->vshift[i]);
height            373 libavcodec/magicyuv.c             if (get_bits_left(&gb) < 8* width * height)
height            375 libavcodec/magicyuv.c             for (k = 0; k < height; k++) {
height            382 libavcodec/magicyuv.c             for (k = 0; k < height; k++) {
height            407 libavcodec/magicyuv.c             for (k = 1 + interlaced; k < height; k++) {
height            421 libavcodec/magicyuv.c             for (k = 1 + interlaced; k < height; k++) {
height            445 libavcodec/magicyuv.c             for (k = 1 + interlaced; k < height; k++) {
height            458 libavcodec/magicyuv.c         int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height);
height            464 libavcodec/magicyuv.c         for (i = 0; i < height; i++) {
height            525 libavcodec/magicyuv.c     int width, height, format, version, table_size;
height            636 libavcodec/magicyuv.c     height = bytestream2_get_le32(&gbyte);
height            637 libavcodec/magicyuv.c     ret = ff_set_dimensions(avctx, width, height);
height             71 libavcodec/magicyuvenc.c                     ptrdiff_t stride, int width, int height);
height             76 libavcodec/magicyuvenc.c                          int width, int height)
height             87 libavcodec/magicyuvenc.c     for (j = 1; j < height; j++) {
height            100 libavcodec/magicyuvenc.c                              int width, int height)
height            111 libavcodec/magicyuvenc.c     for (j = 1; j < height; j++) {
height            128 libavcodec/magicyuvenc.c                            int width, int height)
height            139 libavcodec/magicyuvenc.c     for (j = 1; j < height; j++) {
height            203 libavcodec/magicyuvenc.c         s->slices[i] = av_malloc(avctx->width * (avctx->height + 2) +
height            241 libavcodec/magicyuvenc.c     bytestream2_put_le32(&pb, avctx->height);
height            243 libavcodec/magicyuvenc.c     bytestream2_put_le32(&pb, avctx->height);
height            277 libavcodec/magicyuvenc.c                         int height, PTable *counts)
height            281 libavcodec/magicyuvenc.c     for (j = 0; j < height; j++) {
height            365 libavcodec/magicyuvenc.c                         int width, int height,
height            371 libavcodec/magicyuvenc.c     count_usage(dst, width, height, counts);
height            391 libavcodec/magicyuvenc.c                         int width, int height, HuffEntry *he, int prediction)
height            402 libavcodec/magicyuvenc.c     for (j = 0; j < height; j++) {
height            428 libavcodec/magicyuvenc.c     const int width = avctx->width, height = avctx->height;
height            431 libavcodec/magicyuvenc.c     ret = ff_alloc_packet2(avctx, pkt, (256 + 4 * s->nb_slices + width * height) *
height            450 libavcodec/magicyuvenc.c     bytestream2_put_le32(&pb, avctx->height);
height            452 libavcodec/magicyuvenc.c     bytestream2_put_le32(&pb, avctx->height);
height            478 libavcodec/magicyuvenc.c         for (i = 0; i < height; i++) {
height            492 libavcodec/magicyuvenc.c                                p->width, p->height);
height            502 libavcodec/magicyuvenc.c                            AV_CEIL_RSHIFT(frame->height, s->vshift[i]));
height            512 libavcodec/magicyuvenc.c                      AV_CEIL_RSHIFT(frame->height, s->vshift[i]),
height            525 libavcodec/magicyuvenc.c                                   AV_CEIL_RSHIFT(frame->height, s->vshift[i]),
height             88 libavcodec/mediacodec_sw_buffer.c         int height;
height             92 libavcodec/mediacodec_sw_buffer.c             height = avctx->height;
height             97 libavcodec/mediacodec_sw_buffer.c             height = avctx->height / 2;
height            111 libavcodec/mediacodec_sw_buffer.c             memcpy(frame->data[i], src, height * stride);
height            122 libavcodec/mediacodec_sw_buffer.c             for (j = 0; j < height; j++) {
height            142 libavcodec/mediacodec_sw_buffer.c         int height;
height            146 libavcodec/mediacodec_sw_buffer.c             height = avctx->height;
height            151 libavcodec/mediacodec_sw_buffer.c             height = avctx->height / 2;
height            159 libavcodec/mediacodec_sw_buffer.c             memcpy(frame->data[i], src, height * s->stride);
height            170 libavcodec/mediacodec_sw_buffer.c             for (j = 0; j < height; j++) {
height            192 libavcodec/mediacodec_sw_buffer.c         int height;
height            196 libavcodec/mediacodec_sw_buffer.c             height = avctx->height;
height            198 libavcodec/mediacodec_sw_buffer.c             height = avctx->height / 2;
height            207 libavcodec/mediacodec_sw_buffer.c             memcpy(frame->data[i], src, height * s->stride);
height            218 libavcodec/mediacodec_sw_buffer.c             for (j = 0; j < height; j++) {
height            281 libavcodec/mediacodec_sw_buffer.c     size_t height = frame->height;
height            285 libavcodec/mediacodec_sw_buffer.c     const size_t tile_h_luma = (height - 1) / QCOM_TILE_HEIGHT + 1;
height            286 libavcodec/mediacodec_sw_buffer.c     const size_t tile_h_chroma = (height / 2 - 1) / QCOM_TILE_HEIGHT + 1;
height            296 libavcodec/mediacodec_sw_buffer.c             size_t tile_height = height;
height            337 libavcodec/mediacodec_sw_buffer.c         height -= QCOM_TILE_HEIGHT;
height            366 libavcodec/mediacodecdec.c     ff_AMediaFormat_setInt32(format, "height", avctx->height);
height            285 libavcodec/mediacodecdec_common.c     frame->height = avctx->height;
height            367 libavcodec/mediacodecdec_common.c     frame->height = avctx->height;
height            400 libavcodec/mediacodecdec_common.c             avctx->width, s->stride, avctx->height, s->slice_height,
height            453 libavcodec/mediacodecdec_common.c     int height = 0;
height            472 libavcodec/mediacodecdec_common.c     AMEDIAFORMAT_GET_INT32(s->height, "height", 1);
height            480 libavcodec/mediacodecdec_common.c         s->slice_height = FFALIGN(s->height, 16);
height            482 libavcodec/mediacodecdec_common.c         s->slice_height = avctx->height;
height            485 libavcodec/mediacodecdec_common.c         s->slice_height = s->height;
height            503 libavcodec/mediacodecdec_common.c     height = s->crop_bottom + 1 - s->crop_top;
height            511 libavcodec/mediacodecdec_common.c             (AVRational){ width, height });
height            533 libavcodec/mediacodecdec_common.c         width, height);
height            536 libavcodec/mediacodecdec_common.c     return ff_set_dimensions(avctx, width, height);
height             56 libavcodec/mediacodecdec_common.h     int height;
height            310 libavcodec/mfenc.c     size = av_image_get_buffer_size(avctx->pix_fmt, avctx->width, avctx->height, 1);
height            332 libavcodec/mfenc.c                                   avctx->pix_fmt, avctx->width, avctx->height, 1);
height            640 libavcodec/mfenc.c     ff_MFSetAttributeSize((IMFAttributes *)type, &MF_MT_FRAME_SIZE, avctx->width, avctx->height);
height             64 libavcodec/midivid.c         nb_blocks = (avctx->width / 2) * (avctx->height / 2);
height             71 libavcodec/midivid.c         mask_size = (FFALIGN(avctx->width, 32) >> 2) * (avctx->height >> 2) >> 3;
height             83 libavcodec/midivid.c         for (int y = 0; y < avctx->height >> 2; y++) {
height            109 libavcodec/midivid.c     for (int y = avctx->height - 2; y >= 0; y -= 2) {
height            239 libavcodec/midivid.c     int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
height            241 libavcodec/midivid.c     if (avctx->width & 3 || avctx->height & 3)
height            246 libavcodec/midivid.c                avctx->width, avctx->height);
height            255 libavcodec/midivid.c     s->skip = av_calloc(avctx->width >> 1, avctx->height >> 1);
height            346 libavcodec/mimic.c     f->data[0] = f->data[0] + ( f->height       - 1) * f->linesize[0];
height            347 libavcodec/mimic.c     f->data[1] = f->data[2] + ((f->height >> 1) - 1) * f->linesize[2];
height            348 libavcodec/mimic.c     f->data[2] = data_1     + ((f->height >> 1) - 1) * f->linesize[1];
height            362 libavcodec/mimic.c     int width, height;
height            375 libavcodec/mimic.c     height     = bytestream2_get_le16u(&gb);
height            384 libavcodec/mimic.c         if (!(width == 160 && height == 120) &&
height            385 libavcodec/mimic.c             !(width == 320 && height == 240)) {
height            390 libavcodec/mimic.c         res = ff_set_dimensions(avctx, width, height);
height            397 libavcodec/mimic.c             ctx->num_vblocks[i] = AV_CEIL_RSHIFT(height,   3 + !!i);
height            400 libavcodec/mimic.c     } else if (width != ctx->avctx->width || height != ctx->avctx->height) {
height             27 libavcodec/mips/blockdsp_mips.h void ff_fill_block16_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height);
height             28 libavcodec/mips/blockdsp_mips.h void ff_fill_block8_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height);
height             25 libavcodec/mips/blockdsp_msa.c                                        int32_t src_stride, int32_t height)
height             34 libavcodec/mips/blockdsp_msa.c     for (cnt = (height >> 2); cnt--;) {
height             41 libavcodec/mips/blockdsp_msa.c                                         int32_t src_stride, int32_t height)
height             48 libavcodec/mips/blockdsp_msa.c     for (cnt = (height >> 3); cnt--;) {
height             55 libavcodec/mips/blockdsp_msa.c                                     int32_t height)
height             60 libavcodec/mips/blockdsp_msa.c     for (cnt = (height / 2); cnt--;) {
height             68 libavcodec/mips/blockdsp_msa.c void ff_fill_block16_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height)
height             70 libavcodec/mips/blockdsp_msa.c     copy_8bit_value_width16_msa(src, val, stride, height);
height             73 libavcodec/mips/blockdsp_msa.c void ff_fill_block8_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height)
height             75 libavcodec/mips/blockdsp_msa.c     copy_8bit_value_width8_msa(src, val, stride, height);
height             26 libavcodec/mips/h264chroma_mips.h                                 int height, int x, int y);
height             28 libavcodec/mips/h264chroma_mips.h                                 int height, int x, int y);
height             30 libavcodec/mips/h264chroma_mips.h                                 int height, int x, int y);
height             32 libavcodec/mips/h264chroma_mips.h                                 int height, int x, int y);
height             34 libavcodec/mips/h264chroma_mips.h                                 int height, int x, int y);
height             36 libavcodec/mips/h264chroma_mips.h                                 int height, int x, int y);
height             93 libavcodec/mips/h264chroma_msa.c                                  int32_t height)
height             95 libavcodec/mips/h264chroma_msa.c     if (2 == height) {
height             97 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height            176 libavcodec/mips/h264chroma_msa.c                                  int32_t height)
height            178 libavcodec/mips/h264chroma_msa.c     if (2 == height) {
height            180 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height            182 libavcodec/mips/h264chroma_msa.c     } else if (8 == height) {
height            245 libavcodec/mips/h264chroma_msa.c                                       uint32_t coeff1, int32_t height)
height            257 libavcodec/mips/h264chroma_msa.c     for (row = height >> 2; row--;) {
height            273 libavcodec/mips/h264chroma_msa.c     if (0 != (height % 4)) {
height            274 libavcodec/mips/h264chroma_msa.c         for (row = (height % 4); row--;) {
height            294 libavcodec/mips/h264chroma_msa.c                                  int32_t height)
height            296 libavcodec/mips/h264chroma_msa.c     if (4 == height) {
height            298 libavcodec/mips/h264chroma_msa.c     } else if (8 == height) {
height            301 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_nonmult_msa(src, dst, stride, coeff0, coeff1, height);
height            367 libavcodec/mips/h264chroma_msa.c                                  int32_t height)
height            369 libavcodec/mips/h264chroma_msa.c     if (2 == height) {
height            371 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height            454 libavcodec/mips/h264chroma_msa.c                                  int32_t height)
height            456 libavcodec/mips/h264chroma_msa.c     if (2 == height) {
height            458 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height            460 libavcodec/mips/h264chroma_msa.c     } else if (8 == height) {
height            520 libavcodec/mips/h264chroma_msa.c                                  int32_t height)
height            522 libavcodec/mips/h264chroma_msa.c     if (4 == height) {
height            524 libavcodec/mips/h264chroma_msa.c     } else if (8 == height) {
height            601 libavcodec/mips/h264chroma_msa.c                                  int32_t height)
height            603 libavcodec/mips/h264chroma_msa.c     if (2 == height) {
height            606 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height            716 libavcodec/mips/h264chroma_msa.c                                  int32_t height)
height            718 libavcodec/mips/h264chroma_msa.c     if (2 == height) {
height            721 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height            724 libavcodec/mips/h264chroma_msa.c     } else if (8 == height) {
height            832 libavcodec/mips/h264chroma_msa.c                                  int32_t height)
height            834 libavcodec/mips/h264chroma_msa.c     if (4 == height) {
height            837 libavcodec/mips/h264chroma_msa.c     } else if (8 == height) {
height            927 libavcodec/mips/h264chroma_msa.c                                               uint32_t coeff1, int32_t height)
height            929 libavcodec/mips/h264chroma_msa.c     if (2 == height) {
height            931 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height           1032 libavcodec/mips/h264chroma_msa.c                                               uint32_t coeff1, int32_t height)
height           1034 libavcodec/mips/h264chroma_msa.c     if (2 == height) {
height           1036 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height           1038 libavcodec/mips/h264chroma_msa.c     } else if (8 == height) {
height           1119 libavcodec/mips/h264chroma_msa.c                                               uint32_t coeff1, int32_t height)
height           1121 libavcodec/mips/h264chroma_msa.c     if (4 == height) {
height           1123 libavcodec/mips/h264chroma_msa.c     } else if (8 == height) {
height           1209 libavcodec/mips/h264chroma_msa.c                                               uint32_t coeff1, int32_t height)
height           1211 libavcodec/mips/h264chroma_msa.c     if (2 == height) {
height           1213 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height           1318 libavcodec/mips/h264chroma_msa.c                                               uint32_t coeff1, int32_t height)
height           1320 libavcodec/mips/h264chroma_msa.c     if (2 == height) {
height           1322 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height           1324 libavcodec/mips/h264chroma_msa.c     } else if (8 == height) {
height           1403 libavcodec/mips/h264chroma_msa.c                                               uint32_t coeff1, int32_t height)
height           1405 libavcodec/mips/h264chroma_msa.c     if (4 == height) {
height           1407 libavcodec/mips/h264chroma_msa.c     } else if (8 == height) {
height           1505 libavcodec/mips/h264chroma_msa.c                                               int32_t height)
height           1507 libavcodec/mips/h264chroma_msa.c     if (2 == height) {
height           1510 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height           1646 libavcodec/mips/h264chroma_msa.c                                               int32_t height)
height           1648 libavcodec/mips/h264chroma_msa.c     if (2 == height) {
height           1651 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height           1654 libavcodec/mips/h264chroma_msa.c     } else if (8 == height) {
height           1783 libavcodec/mips/h264chroma_msa.c                                               int32_t height)
height           1785 libavcodec/mips/h264chroma_msa.c     if (4 == height) {
height           1788 libavcodec/mips/h264chroma_msa.c     } else if (8 == height) {
height           1795 libavcodec/mips/h264chroma_msa.c                             int32_t height)
height           1799 libavcodec/mips/h264chroma_msa.c     if (8 == height) {
height           1806 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height           1809 libavcodec/mips/h264chroma_msa.c     } else if (2 == height) {
height           1818 libavcodec/mips/h264chroma_msa.c                             int32_t height)
height           1822 libavcodec/mips/h264chroma_msa.c     if (8 == height) {
height           1829 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height           1836 libavcodec/mips/h264chroma_msa.c                            int32_t height)
height           1841 libavcodec/mips/h264chroma_msa.c     if (8 == height) {
height           1853 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height           1860 libavcodec/mips/h264chroma_msa.c     } else if (2 == height) {
height           1871 libavcodec/mips/h264chroma_msa.c                            int32_t height)
height           1877 libavcodec/mips/h264chroma_msa.c     if (8 == height) {
height           1894 libavcodec/mips/h264chroma_msa.c     } else if (4 == height) {
height           1907 libavcodec/mips/h264chroma_msa.c                                 ptrdiff_t stride, int height, int x, int y)
height           1912 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_8w_msa(src, dst, stride, x, (8 - x), y, (8 - y), height);
height           1914 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_8w_msa(src, dst, stride, x, (8 - x), height);
height           1916 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_8w_msa(src, dst, stride, y, (8 - y), height);
height           1918 libavcodec/mips/h264chroma_msa.c         copy_width8_msa(src, dst, stride, height);
height           1923 libavcodec/mips/h264chroma_msa.c                                 ptrdiff_t stride, int height, int x, int y)
height           1928 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_4w_msa(src, dst, stride, x, (8 - x), y, (8 - y), height);
height           1930 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_4w_msa(src, dst, stride, x, (8 - x), height);
height           1932 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_4w_msa(src, dst, stride, y, (8 - y), height);
height           1934 libavcodec/mips/h264chroma_msa.c         copy_width4_msa(src, dst, stride, height);
height           1939 libavcodec/mips/h264chroma_msa.c                                 ptrdiff_t stride, int height, int x, int y)
height           1946 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_2w_msa(src, dst, stride, x, (8 - x), y, (8 - y), height);
height           1948 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_2w_msa(src, dst, stride, x, (8 - x), height);
height           1950 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_2w_msa(src, dst, stride, y, (8 - y), height);
height           1952 libavcodec/mips/h264chroma_msa.c         for (cnt = height; cnt--;) {
height           1962 libavcodec/mips/h264chroma_msa.c                                 ptrdiff_t stride, int height, int x, int y)
height           1969 libavcodec/mips/h264chroma_msa.c                                           (8 - y), height);
height           1971 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_8w_msa(src, dst, stride, x, (8 - x), height);
height           1973 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_8w_msa(src, dst, stride, y, (8 - y), height);
height           1975 libavcodec/mips/h264chroma_msa.c         avg_width8_msa(src, dst, stride, height);
height           1980 libavcodec/mips/h264chroma_msa.c                                 ptrdiff_t stride, int height, int x, int y)
height           1986 libavcodec/mips/h264chroma_msa.c                                           (8 - y), height);
height           1988 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_4w_msa(src, dst, stride, x, (8 - x), height);
height           1990 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_4w_msa(src, dst, stride, y, (8 - y), height);
height           1992 libavcodec/mips/h264chroma_msa.c         avg_width4_msa(src, dst, stride, height);
height           1997 libavcodec/mips/h264chroma_msa.c                                 ptrdiff_t stride, int height, int x, int y)
height           2005 libavcodec/mips/h264chroma_msa.c                                           (8 - y), height);
height           2007 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_2w_msa(src, dst, stride, x, (8 - x), height);
height           2009 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_2w_msa(src, dst, stride, y, (8 - y), height);
height           2011 libavcodec/mips/h264chroma_msa.c         for (cnt = height; cnt--;) {
height             82 libavcodec/mips/h264dsp_mips.h                                      ptrdiff_t stride, int height, int log2_denom,
height             85 libavcodec/mips/h264dsp_mips.h                                     ptrdiff_t stride, int height, int log2_denom,
height             88 libavcodec/mips/h264dsp_mips.h                                     ptrdiff_t stride, int height, int log2_denom,
height             90 libavcodec/mips/h264dsp_mips.h void ff_weight_h264_pixels16_8_msa(uint8_t *src, ptrdiff_t stride, int height,
height             92 libavcodec/mips/h264dsp_mips.h void ff_weight_h264_pixels8_8_msa(uint8_t *src, ptrdiff_t stride, int height,
height             94 libavcodec/mips/h264dsp_mips.h void ff_weight_h264_pixels4_8_msa(uint8_t *src, ptrdiff_t stride, int height,
height            342 libavcodec/mips/h264dsp_mips.h void ff_h264_weight_pixels16_8_mmi(uint8_t *block, ptrdiff_t stride, int height,
height            345 libavcodec/mips/h264dsp_mips.h         ptrdiff_t stride, int height, int log2_denom, int weightd, int weights,
height            347 libavcodec/mips/h264dsp_mips.h void ff_h264_weight_pixels8_8_mmi(uint8_t *block, ptrdiff_t stride, int height,
height            350 libavcodec/mips/h264dsp_mips.h         ptrdiff_t stride, int height, int log2_denom, int weightd, int weights,
height            352 libavcodec/mips/h264dsp_mips.h void ff_h264_weight_pixels4_8_mmi(uint8_t *block, ptrdiff_t stride, int height,
height            355 libavcodec/mips/h264dsp_mips.h         ptrdiff_t stride, int height, int log2_denom, int weightd, int weights,
height           1132 libavcodec/mips/h264dsp_mmi.c void ff_h264_weight_pixels16_8_mmi(uint8_t *block, ptrdiff_t stride, int height,
height           1144 libavcodec/mips/h264dsp_mmi.c     for (y=0; y<height; y++, block+=stride) {
height           1189 libavcodec/mips/h264dsp_mmi.c         ptrdiff_t stride, int height, int log2_denom, int weightd, int weights,
height           1198 libavcodec/mips/h264dsp_mmi.c     for (y=0; y<height; y++, dst+=stride, src+=stride) {
height           1259 libavcodec/mips/h264dsp_mmi.c void ff_h264_weight_pixels8_8_mmi(uint8_t *block, ptrdiff_t stride, int height,
height           1271 libavcodec/mips/h264dsp_mmi.c     for (y=0; y<height; y++, block+=stride) {
height           1303 libavcodec/mips/h264dsp_mmi.c         ptrdiff_t stride, int height, int log2_denom, int weightd, int weights,
height           1312 libavcodec/mips/h264dsp_mmi.c     for (y=0; y<height; y++, dst+=stride, src+=stride) {
height           1354 libavcodec/mips/h264dsp_mmi.c void ff_h264_weight_pixels4_8_mmi(uint8_t *block, ptrdiff_t stride, int height,
height           1366 libavcodec/mips/h264dsp_mmi.c     for (y=0; y<height; y++, block+=stride) {
height           1393 libavcodec/mips/h264dsp_mmi.c         ptrdiff_t stride, int height, int log2_denom, int weightd, int weights,
height           1402 libavcodec/mips/h264dsp_mmi.c     for (y=0; y<height; y++, dst+=stride, src+=stride) {
height           2330 libavcodec/mips/h264dsp_msa.c                                    int height, int log2_denom,
height           2387 libavcodec/mips/h264dsp_msa.c     if (16 == height) {
height           2428 libavcodec/mips/h264dsp_msa.c                                   int height, int log2_denom,
height           2431 libavcodec/mips/h264dsp_msa.c     if (4 == height) {
height           2433 libavcodec/mips/h264dsp_msa.c     } else if (8 == height) {
height           2441 libavcodec/mips/h264dsp_msa.c                                   int height, int log2_denom,
height           2444 libavcodec/mips/h264dsp_msa.c     if (2 == height) {
height           2446 libavcodec/mips/h264dsp_msa.c     } else if (4 == height) {
height           2454 libavcodec/mips/h264dsp_msa.c                                      ptrdiff_t stride, int height,
height           2519 libavcodec/mips/h264dsp_msa.c     if (16 == height) {
height           2563 libavcodec/mips/h264dsp_msa.c                                     ptrdiff_t stride, int height,
height           2567 libavcodec/mips/h264dsp_msa.c     if (4 == height) {
height           2570 libavcodec/mips/h264dsp_msa.c     } else if (8 == height) {
height           2580 libavcodec/mips/h264dsp_msa.c                                     ptrdiff_t stride, int height,
height           2584 libavcodec/mips/h264dsp_msa.c     if (2 == height) {
height           2587 libavcodec/mips/h264dsp_msa.c     } else if (4 == height) {
height           1044 libavcodec/mips/hevc_lpf_sao_msa.c                                             int32_t height)
height           1067 libavcodec/mips/hevc_lpf_sao_msa.c     for (height -= 4; height; height -= 4) {
height           1106 libavcodec/mips/hevc_lpf_sao_msa.c                                             int32_t height)
height           1128 libavcodec/mips/hevc_lpf_sao_msa.c     for (height -= 4; height; height -= 4) {
height           1179 libavcodec/mips/hevc_lpf_sao_msa.c                                                 int32_t width, int32_t height)
height           1200 libavcodec/mips/hevc_lpf_sao_msa.c     while (height > 0) {
height           1251 libavcodec/mips/hevc_lpf_sao_msa.c         height -= 4;
height           1260 libavcodec/mips/hevc_lpf_sao_msa.c                                                     int32_t height)
height           1276 libavcodec/mips/hevc_lpf_sao_msa.c     for (height -= 2; height; height -= 2) {
height           1352 libavcodec/mips/hevc_lpf_sao_msa.c                                                     int32_t height)
height           1368 libavcodec/mips/hevc_lpf_sao_msa.c     for (height -= 2; height; height -= 2) {
height           1447 libavcodec/mips/hevc_lpf_sao_msa.c                                                         int32_t height)
height           1467 libavcodec/mips/hevc_lpf_sao_msa.c     for (; height; height -= 4) {
height           1562 libavcodec/mips/hevc_lpf_sao_msa.c                                                      int32_t height)
height           1581 libavcodec/mips/hevc_lpf_sao_msa.c     for (height -= 2; height; height -= 2) {
height           1667 libavcodec/mips/hevc_lpf_sao_msa.c                                                      int32_t height)
height           1684 libavcodec/mips/hevc_lpf_sao_msa.c     for (height -= 2; height; height -= 2) {
height           1771 libavcodec/mips/hevc_lpf_sao_msa.c                                                          int32_t height)
height           1795 libavcodec/mips/hevc_lpf_sao_msa.c         for (h_cnt = (height >> 2); h_cnt--;) {
height           1871 libavcodec/mips/hevc_lpf_sao_msa.c                                                      int32_t height)
height           1892 libavcodec/mips/hevc_lpf_sao_msa.c     for (height -= 2; height; height -= 2) {
height           1984 libavcodec/mips/hevc_lpf_sao_msa.c                                                      int32_t height)
height           2004 libavcodec/mips/hevc_lpf_sao_msa.c     for (height -= 2; height; height -= 2) {
height           2102 libavcodec/mips/hevc_lpf_sao_msa.c                                                          int32_t height)
height           2122 libavcodec/mips/hevc_lpf_sao_msa.c     for (; height; height -= 4) {
height           2220 libavcodec/mips/hevc_lpf_sao_msa.c                                                       int32_t height)
height           2240 libavcodec/mips/hevc_lpf_sao_msa.c     for (height -= 2; height; height -= 2) {
height           2335 libavcodec/mips/hevc_lpf_sao_msa.c                                                       int32_t height)
height           2355 libavcodec/mips/hevc_lpf_sao_msa.c     for (height -= 2; height; height -= 2) {
height           2449 libavcodec/mips/hevc_lpf_sao_msa.c                                                           int32_t height)
height           2467 libavcodec/mips/hevc_lpf_sao_msa.c     for (; height; height -= 4) {
height           2599 libavcodec/mips/hevc_lpf_sao_msa.c                                      int width, int height)
height           2604 libavcodec/mips/hevc_lpf_sao_msa.c                                             width - (width % 16), height);
height           2612 libavcodec/mips/hevc_lpf_sao_msa.c                                         sao_left_class, sao_offset_val, height);
height           2620 libavcodec/mips/hevc_lpf_sao_msa.c                                         sao_left_class, sao_offset_val, height);
height           2627 libavcodec/mips/hevc_lpf_sao_msa.c                                    int eo, int width, int height)
height           2638 libavcodec/mips/hevc_lpf_sao_msa.c                                                         height);
height           2647 libavcodec/mips/hevc_lpf_sao_msa.c                                                     sao_offset_val, height);
height           2656 libavcodec/mips/hevc_lpf_sao_msa.c                                                     sao_offset_val, height);
height           2666 libavcodec/mips/hevc_lpf_sao_msa.c                                                          height);
height           2675 libavcodec/mips/hevc_lpf_sao_msa.c                                                      sao_offset_val, height);
height           2684 libavcodec/mips/hevc_lpf_sao_msa.c                                                      sao_offset_val, height);
height           2694 libavcodec/mips/hevc_lpf_sao_msa.c                                                          height);
height           2703 libavcodec/mips/hevc_lpf_sao_msa.c                                                      sao_offset_val, height);
height           2712 libavcodec/mips/hevc_lpf_sao_msa.c                                                      sao_offset_val, height);
height           2722 libavcodec/mips/hevc_lpf_sao_msa.c                                                           height);
height           2731 libavcodec/mips/hevc_lpf_sao_msa.c                                                       sao_offset_val, height);
height           2740 libavcodec/mips/hevc_lpf_sao_msa.c                                                       sao_offset_val, height);
height             67 libavcodec/mips/hevc_mc_bi_msa.c                                 int32_t height)
height             76 libavcodec/mips/hevc_mc_bi_msa.c     if (2 == height) {
height             90 libavcodec/mips/hevc_mc_bi_msa.c     } else if (4 == height) {
height            101 libavcodec/mips/hevc_mc_bi_msa.c     } else if (0 == height % 8) {
height            102 libavcodec/mips/hevc_mc_bi_msa.c         for (loop_cnt = (height >> 3); loop_cnt--;) {
height            135 libavcodec/mips/hevc_mc_bi_msa.c                                 int32_t height)
height            145 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            187 libavcodec/mips/hevc_mc_bi_msa.c                                 int32_t height)
height            196 libavcodec/mips/hevc_mc_bi_msa.c     if (2 == height) {
height            205 libavcodec/mips/hevc_mc_bi_msa.c     } else if (4 == height) {
height            217 libavcodec/mips/hevc_mc_bi_msa.c     } else if (6 == height) {
height            236 libavcodec/mips/hevc_mc_bi_msa.c     } else if (0 == height % 8) {
height            239 libavcodec/mips/hevc_mc_bi_msa.c         for (loop_cnt = (height >> 3); loop_cnt--;) {
height            275 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height            314 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height            323 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            352 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height            398 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height            407 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            442 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height            451 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            496 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height            505 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = height; loop_cnt--;) {
height            536 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height            561 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            609 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height            633 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            677 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height            765 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height            788 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            836 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height            864 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = height; loop_cnt--;) {
height            908 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height            935 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = height; loop_cnt--;) {
height            980 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           1072 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           1100 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = height; loop_cnt--;) {
height           1182 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           1215 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           1268 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           1294 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1346 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           1381 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1453 libavcodec/mips/hevc_mc_bi_msa.c                                            int32_t height, int32_t width)
height           1495 libavcodec/mips/hevc_mc_bi_msa.c         for (loop_cnt = (height >> 1); loop_cnt--;) {
height           1559 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           1562 libavcodec/mips/hevc_mc_bi_msa.c                                    dst, dst_stride, filter, height, 16);
height           1572 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           1575 libavcodec/mips/hevc_mc_bi_msa.c                                    dst, dst_stride, filter, height, 16);
height           1577 libavcodec/mips/hevc_mc_bi_msa.c                          dst + 16, dst_stride, filter, height);
height           1587 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           1590 libavcodec/mips/hevc_mc_bi_msa.c                                    dst, dst_stride, filter, height, 32);
height           1600 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           1603 libavcodec/mips/hevc_mc_bi_msa.c                                    dst, dst_stride, filter, height, 48);
height           1613 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           1616 libavcodec/mips/hevc_mc_bi_msa.c                                    dst, dst_stride, filter, height, 64);
height           1627 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           1689 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = height >> 2; loop_cnt--;) {
height           1752 libavcodec/mips/hevc_mc_bi_msa.c                                           int32_t height, int32_t width)
height           1831 libavcodec/mips/hevc_mc_bi_msa.c         for (loop_cnt = height; loop_cnt--;) {
height           1885 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           1889 libavcodec/mips/hevc_mc_bi_msa.c                                   height, 8);
height           1900 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2114 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2118 libavcodec/mips/hevc_mc_bi_msa.c                                   height, 16);
height           2129 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2133 libavcodec/mips/hevc_mc_bi_msa.c                                   height, 24);
height           2144 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2148 libavcodec/mips/hevc_mc_bi_msa.c                                   height, 32);
height           2159 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2163 libavcodec/mips/hevc_mc_bi_msa.c                                   height, 48);
height           2174 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2178 libavcodec/mips/hevc_mc_bi_msa.c                                   height, 64);
height           2188 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2231 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2277 libavcodec/mips/hevc_mc_bi_msa.c                                           int32_t height)
height           2299 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           2340 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           2342 libavcodec/mips/hevc_mc_bi_msa.c     if (2 == height) {
height           2344 libavcodec/mips/hevc_mc_bi_msa.c                               dst, dst_stride, filter, height);
height           2345 libavcodec/mips/hevc_mc_bi_msa.c     } else if (4 == height) {
height           2347 libavcodec/mips/hevc_mc_bi_msa.c                               dst, dst_stride, filter, height);
height           2348 libavcodec/mips/hevc_mc_bi_msa.c     } else if (8 == height || 16 == height) {
height           2351 libavcodec/mips/hevc_mc_bi_msa.c                                       dst, dst_stride, filter, height);
height           2362 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           2384 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2423 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2466 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2530 libavcodec/mips/hevc_mc_bi_msa.c                                           int32_t height)
height           2552 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2588 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           2590 libavcodec/mips/hevc_mc_bi_msa.c     if (2 == height) {
height           2592 libavcodec/mips/hevc_mc_bi_msa.c                               dst, dst_stride, filter, height);
height           2593 libavcodec/mips/hevc_mc_bi_msa.c     } else if (6 == height) {
height           2595 libavcodec/mips/hevc_mc_bi_msa.c                               dst, dst_stride, filter, height);
height           2596 libavcodec/mips/hevc_mc_bi_msa.c     } else if (0 == (height % 4)) {
height           2599 libavcodec/mips/hevc_mc_bi_msa.c                                       dst, dst_stride, filter, height);
height           2610 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2636 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2684 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2704 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height           2744 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2773 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2850 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2874 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = height; loop_cnt--;) {
height           2911 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           2959 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           3008 libavcodec/mips/hevc_mc_bi_msa.c                                           int32_t height)
height           3035 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           3081 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           3083 libavcodec/mips/hevc_mc_bi_msa.c     if (2 == height) {
height           3085 libavcodec/mips/hevc_mc_bi_msa.c                               dst, dst_stride, filter, height);
height           3086 libavcodec/mips/hevc_mc_bi_msa.c     } else if (4 == height) {
height           3088 libavcodec/mips/hevc_mc_bi_msa.c                               dst, dst_stride, filter, height);
height           3092 libavcodec/mips/hevc_mc_bi_msa.c                                       dst, dst_stride, filter, height);
height           3103 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           3201 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           3245 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           3305 libavcodec/mips/hevc_mc_bi_msa.c                                           int32_t height)
height           3328 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3367 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           3369 libavcodec/mips/hevc_mc_bi_msa.c     if (2 == height) {
height           3371 libavcodec/mips/hevc_mc_bi_msa.c                               dst, dst_stride, filter, height);
height           3372 libavcodec/mips/hevc_mc_bi_msa.c     } else if (6 == height) {
height           3374 libavcodec/mips/hevc_mc_bi_msa.c                               dst, dst_stride, filter, height);
height           3378 libavcodec/mips/hevc_mc_bi_msa.c                                       dst, dst_stride, filter, height);
height           3389 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           3416 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3472 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           3497 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3557 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           3590 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3681 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           3717 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height           3935 libavcodec/mips/hevc_mc_bi_msa.c                                           int32_t height)
height           3982 libavcodec/mips/hevc_mc_bi_msa.c     for (loop_cnt = height >> 3; loop_cnt--;) {
height           4054 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           4056 libavcodec/mips/hevc_mc_bi_msa.c     if (2 == height) {
height           4059 libavcodec/mips/hevc_mc_bi_msa.c     } else if (4 == height) {
height           4062 libavcodec/mips/hevc_mc_bi_msa.c     } else if (0 == (height % 8)) {
height           4066 libavcodec/mips/hevc_mc_bi_msa.c                                       filter_x, filter_y, height);
height           4078 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           4514 libavcodec/mips/hevc_mc_bi_msa.c                                           int32_t height,
height           4572 libavcodec/mips/hevc_mc_bi_msa.c         for (loop_cnt = height >> 2; loop_cnt--;) {
height           4639 libavcodec/mips/hevc_mc_bi_msa.c                                  int32_t height)
height           4641 libavcodec/mips/hevc_mc_bi_msa.c     if (2 == height) {
height           4644 libavcodec/mips/hevc_mc_bi_msa.c     } else if (4 == height) {
height           4647 libavcodec/mips/hevc_mc_bi_msa.c     } else if (6 == height) {
height           4654 libavcodec/mips/hevc_mc_bi_msa.c                                       filter_x, filter_y, height, 8);
height           4666 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           4868 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           4870 libavcodec/mips/hevc_mc_bi_msa.c     if (4 == height) {
height           4876 libavcodec/mips/hevc_mc_bi_msa.c                                       filter_y, height, 16);
height           4888 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           4892 libavcodec/mips/hevc_mc_bi_msa.c                                   height, 24);
height           4903 libavcodec/mips/hevc_mc_bi_msa.c                                   int32_t height)
height           4907 libavcodec/mips/hevc_mc_bi_msa.c                                   height, 32);
height           4916 libavcodec/mips/hevc_mc_bi_msa.c                                                    int height,            \
height           4922 libavcodec/mips/hevc_mc_bi_msa.c                                 dst, dst_stride, height);                 \
height           4943 libavcodec/mips/hevc_mc_bi_msa.c                                                       int height,            \
height           4952 libavcodec/mips/hevc_mc_bi_msa.c                                              filter, height);                \
height           4997 libavcodec/mips/hevc_mc_bi_msa.c                                                    int height,            \
height           5007 libavcodec/mips/hevc_mc_bi_msa.c                                        filter_x, filter_y, height);       \
height             88 libavcodec/mips/hevc_mc_biw_msa.c                                    int32_t height,
height            113 libavcodec/mips/hevc_mc_biw_msa.c     if (2 == height) {
height            130 libavcodec/mips/hevc_mc_biw_msa.c     } else if (4 == height) {
height            142 libavcodec/mips/hevc_mc_biw_msa.c     } else if (0 == height % 8) {
height            143 libavcodec/mips/hevc_mc_biw_msa.c         for (loop_cnt = (height >> 3); loop_cnt--;) {
height            177 libavcodec/mips/hevc_mc_biw_msa.c                                    int32_t height,
height            202 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            231 libavcodec/mips/hevc_mc_biw_msa.c                                    int32_t height,
height            255 libavcodec/mips/hevc_mc_biw_msa.c     if (2 == height) {
height            268 libavcodec/mips/hevc_mc_biw_msa.c     } else if (6 == height) {
height            289 libavcodec/mips/hevc_mc_biw_msa.c     } else if (0 == height % 4) {
height            292 libavcodec/mips/hevc_mc_biw_msa.c         for (loop_cnt = (height >> 2); loop_cnt--;) {
height            319 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height            378 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height            402 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            433 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height            497 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height            521 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            558 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height            610 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height            634 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = height; loop_cnt--;) {
height            666 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height            704 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            738 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height            776 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            818 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height            913 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height            951 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            997 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           1119 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           1161 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = height; loop_cnt--;) {
height           1205 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           1309 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           1354 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = height; loop_cnt--;) {
height           1408 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           1456 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           1506 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           1549 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1594 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           1704 libavcodec/mips/hevc_mc_biw_msa.c                                               int32_t height,
height           1763 libavcodec/mips/hevc_mc_biw_msa.c         for (loop_cnt = (height >> 1); loop_cnt--;) {
height           1820 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           1829 libavcodec/mips/hevc_mc_biw_msa.c                                       dst, dst_stride, filter, height,
height           1841 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           1850 libavcodec/mips/hevc_mc_biw_msa.c                                       dst, dst_stride, filter, height,
height           1855 libavcodec/mips/hevc_mc_biw_msa.c                             dst + 16, dst_stride, filter, height,
height           1866 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           1875 libavcodec/mips/hevc_mc_biw_msa.c                                       dst, dst_stride, filter, height,
height           1887 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           1896 libavcodec/mips/hevc_mc_biw_msa.c                                       dst, dst_stride, filter, height,
height           1908 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           1917 libavcodec/mips/hevc_mc_biw_msa.c                                       dst, dst_stride, filter, height,
height           1930 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           2008 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = height >> 2; loop_cnt--;) {
height           2075 libavcodec/mips/hevc_mc_biw_msa.c                                              int32_t height,
height           2177 libavcodec/mips/hevc_mc_biw_msa.c         for (loop_cnt = height >> 1; loop_cnt--;) {
height           2258 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           2268 libavcodec/mips/hevc_mc_biw_msa.c                                      height, weight0, weight1, offset0,
height           2280 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           2530 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           2540 libavcodec/mips/hevc_mc_biw_msa.c                                      height, weight0, weight1, offset0,
height           2552 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           2562 libavcodec/mips/hevc_mc_biw_msa.c                                      height, weight0, weight1, offset0,
height           2574 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           2584 libavcodec/mips/hevc_mc_biw_msa.c                                      height, weight0, weight1, offset0,
height           2596 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           2606 libavcodec/mips/hevc_mc_biw_msa.c                                      height, weight0, weight1, offset0,
height           2618 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           2628 libavcodec/mips/hevc_mc_biw_msa.c                                      height, weight0, weight1, offset0,
height           2759 libavcodec/mips/hevc_mc_biw_msa.c                                              int32_t height,
height           2796 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           2834 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           2841 libavcodec/mips/hevc_mc_biw_msa.c     if (2 == height) {
height           2845 libavcodec/mips/hevc_mc_biw_msa.c     } else if (4 == height) {
height           2849 libavcodec/mips/hevc_mc_biw_msa.c     } else if (0 == (height % 8)) {
height           2852 libavcodec/mips/hevc_mc_biw_msa.c                                          dst, dst_stride, filter, height,
height           2865 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           3069 libavcodec/mips/hevc_mc_biw_msa.c                                              int32_t height,
height           3106 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3139 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           3146 libavcodec/mips/hevc_mc_biw_msa.c     if (2 == height) {
height           3150 libavcodec/mips/hevc_mc_biw_msa.c     } else if (6 == height) {
height           3154 libavcodec/mips/hevc_mc_biw_msa.c     } else if (0 == (height % 4)) {
height           3157 libavcodec/mips/hevc_mc_biw_msa.c                                          dst, dst_stride, filter, height,
height           3170 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           3256 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           3293 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3345 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           3432 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           3471 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = height; loop_cnt--;) {
height           3637 libavcodec/mips/hevc_mc_biw_msa.c                                              int32_t height,
height           3678 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           3723 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           3730 libavcodec/mips/hevc_mc_biw_msa.c     if (2 == height) {
height           3734 libavcodec/mips/hevc_mc_biw_msa.c     } else if (4 == height) {
height           3738 libavcodec/mips/hevc_mc_biw_msa.c     } else if (0 == (height % 8)) {
height           3741 libavcodec/mips/hevc_mc_biw_msa.c                                          dst, dst_stride, filter, height,
height           3754 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           3792 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3959 libavcodec/mips/hevc_mc_biw_msa.c                                              int32_t height,
height           3997 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           4033 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           4040 libavcodec/mips/hevc_mc_biw_msa.c     if (2 == height) {
height           4044 libavcodec/mips/hevc_mc_biw_msa.c     } else if (6 == height) {
height           4051 libavcodec/mips/hevc_mc_biw_msa.c                                          dst, dst_stride, filter, height,
height           4064 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           4106 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           4156 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           4196 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           4250 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           4297 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           4387 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           4436 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height           4688 libavcodec/mips/hevc_mc_biw_msa.c                                              int32_t height,
height           4749 libavcodec/mips/hevc_mc_biw_msa.c     for (loop_cnt = height >> 3; loop_cnt--;) {
height           4832 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           4839 libavcodec/mips/hevc_mc_biw_msa.c     if (2 == height) {
height           4843 libavcodec/mips/hevc_mc_biw_msa.c     } else if (4 == height) {
height           4847 libavcodec/mips/hevc_mc_biw_msa.c     } else if (0 == (height % 8)) {
height           4851 libavcodec/mips/hevc_mc_biw_msa.c                                          height, weight0, weight1,
height           4864 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           5416 libavcodec/mips/hevc_mc_biw_msa.c                                              int32_t height,
height           5489 libavcodec/mips/hevc_mc_biw_msa.c         for (loop_cnt = height >> 2; loop_cnt--;) {
height           5566 libavcodec/mips/hevc_mc_biw_msa.c                                     int32_t height,
height           5573 libavcodec/mips/hevc_mc_biw_msa.c     if (2 == height) {
height           5577 libavcodec/mips/hevc_mc_biw_msa.c     } else if (4 == height) {
height           5582 libavcodec/mips/hevc_mc_biw_msa.c     } else if (6 == height) {
height           5586 libavcodec/mips/hevc_mc_biw_msa.c     } else if (0 == (height % 4)) {
height           5590 libavcodec/mips/hevc_mc_biw_msa.c                                          height, weight0,
height           5603 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           5842 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           5849 libavcodec/mips/hevc_mc_biw_msa.c     if (4 == height) {
height           5857 libavcodec/mips/hevc_mc_biw_msa.c                                          filter_x, filter_y, height, weight0,
height           5870 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           5880 libavcodec/mips/hevc_mc_biw_msa.c                                      filter_x, filter_y, height, weight0,
height           5892 libavcodec/mips/hevc_mc_biw_msa.c                                      int32_t height,
height           5902 libavcodec/mips/hevc_mc_biw_msa.c                                      filter_x, filter_y, height, weight0,
height           5912 libavcodec/mips/hevc_mc_biw_msa.c                                                      int height,             \
height           5926 libavcodec/mips/hevc_mc_biw_msa.c                                    dst, dst_stride, height,                  \
height           5951 libavcodec/mips/hevc_mc_biw_msa.c                                                         int height,           \
height           5966 libavcodec/mips/hevc_mc_biw_msa.c                                                 filter, height, weight0,      \
height           6013 libavcodec/mips/hevc_mc_biw_msa.c                                                      int height,            \
height           6029 libavcodec/mips/hevc_mc_biw_msa.c                                           filter_x, filter_y, height,       \
height            106 libavcodec/mips/hevc_mc_uni_msa.c                             int32_t height)
height            111 libavcodec/mips/hevc_mc_uni_msa.c     if (2 == height) {
height            116 libavcodec/mips/hevc_mc_uni_msa.c     } else if (6 == height) {
height            125 libavcodec/mips/hevc_mc_uni_msa.c     } else if (0 == (height % 8)) {
height            126 libavcodec/mips/hevc_mc_uni_msa.c         for (cnt = (height >> 3); cnt--;) {
height            136 libavcodec/mips/hevc_mc_uni_msa.c     } else if (0 == (height % 4)) {
height            137 libavcodec/mips/hevc_mc_uni_msa.c         for (cnt = (height >> 2); cnt--;) {
height            148 libavcodec/mips/hevc_mc_uni_msa.c                              int32_t height)
height            162 libavcodec/mips/hevc_mc_uni_msa.c                              int32_t height)
height            167 libavcodec/mips/hevc_mc_uni_msa.c     if (12 == height) {
height            176 libavcodec/mips/hevc_mc_uni_msa.c     } else if (0 == (height % 8)) {
height            177 libavcodec/mips/hevc_mc_uni_msa.c         for (cnt = (height >> 3); cnt--;) {
height            185 libavcodec/mips/hevc_mc_uni_msa.c     } else if (0 == (height % 4)) {
height            186 libavcodec/mips/hevc_mc_uni_msa.c         for (cnt = (height >> 2); cnt--;) {
height            198 libavcodec/mips/hevc_mc_uni_msa.c                              int32_t height)
height            221 libavcodec/mips/hevc_mc_uni_msa.c                              int32_t height)
height            226 libavcodec/mips/hevc_mc_uni_msa.c     for (cnt = (height >> 2); cnt--;) {
height            238 libavcodec/mips/hevc_mc_uni_msa.c                              int32_t height)
height            244 libavcodec/mips/hevc_mc_uni_msa.c     for (cnt = (height >> 2); cnt--;) {
height            259 libavcodec/mips/hevc_mc_uni_msa.c                              int32_t height)
height            265 libavcodec/mips/hevc_mc_uni_msa.c     for (cnt = (height >> 2); cnt--;) {
height            410 libavcodec/mips/hevc_mc_uni_msa.c                                 const int8_t *filter, int32_t height)
height            412 libavcodec/mips/hevc_mc_uni_msa.c     if (4 == height) {
height            414 libavcodec/mips/hevc_mc_uni_msa.c     } else if (8 == height) {
height            416 libavcodec/mips/hevc_mc_uni_msa.c     } else if (16 == height) {
height            423 libavcodec/mips/hevc_mc_uni_msa.c                                 const int8_t *filter, int32_t height)
height            442 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            475 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height            554 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height            573 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            612 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height            682 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height            701 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            743 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height            829 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height            849 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = height; loop_cnt--;) {
height            908 libavcodec/mips/hevc_mc_uni_msa.c                                 const int8_t *filter, int32_t height)
height            935 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            977 libavcodec/mips/hevc_mc_uni_msa.c                                 const int8_t *filter, int32_t height)
height            998 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1032 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           1134 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           1160 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1213 libavcodec/mips/hevc_mc_uni_msa.c                                       const int8_t *filter, int32_t height,
height           1246 libavcodec/mips/hevc_mc_uni_msa.c         for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1302 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           1304 libavcodec/mips/hevc_mc_uni_msa.c     common_vt_8t_16w_mult_msa(src, src_stride, dst, dst_stride, filter, height,
height           1308 libavcodec/mips/hevc_mc_uni_msa.c                         height);
height           1313 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           1315 libavcodec/mips/hevc_mc_uni_msa.c     common_vt_8t_16w_mult_msa(src, src_stride, dst, dst_stride, filter, height,
height           1321 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           1323 libavcodec/mips/hevc_mc_uni_msa.c     common_vt_8t_16w_mult_msa(src, src_stride, dst, dst_stride, filter, height,
height           1329 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           1331 libavcodec/mips/hevc_mc_uni_msa.c     common_vt_8t_16w_mult_msa(src, src_stride, dst, dst_stride, filter, height,
height           1341 libavcodec/mips/hevc_mc_uni_msa.c                                   int32_t height)
height           1398 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = height >> 3; loop_cnt--;) {
height           1475 libavcodec/mips/hevc_mc_uni_msa.c                                            int32_t height, int32_t width)
height           1549 libavcodec/mips/hevc_mc_uni_msa.c         for (loop_cnt = height >> 1; loop_cnt--;) {
height           1614 libavcodec/mips/hevc_mc_uni_msa.c                                   int32_t height)
height           1617 libavcodec/mips/hevc_mc_uni_msa.c                                    filter_x, filter_y, height, 8);
height           1626 libavcodec/mips/hevc_mc_uni_msa.c                                    int32_t height)
height           1860 libavcodec/mips/hevc_mc_uni_msa.c                                    int32_t height)
height           1863 libavcodec/mips/hevc_mc_uni_msa.c                                    filter_x, filter_y, height, 16);
height           1872 libavcodec/mips/hevc_mc_uni_msa.c                                    int32_t height)
height           1875 libavcodec/mips/hevc_mc_uni_msa.c                                    filter_x, filter_y, height, 24);
height           1884 libavcodec/mips/hevc_mc_uni_msa.c                                    int32_t height)
height           1887 libavcodec/mips/hevc_mc_uni_msa.c                                    filter_x, filter_y, height, 32);
height           1896 libavcodec/mips/hevc_mc_uni_msa.c                                    int32_t height)
height           1899 libavcodec/mips/hevc_mc_uni_msa.c                                    filter_x, filter_y, height, 48);
height           1908 libavcodec/mips/hevc_mc_uni_msa.c                                    int32_t height)
height           1911 libavcodec/mips/hevc_mc_uni_msa.c                                    filter_x, filter_y, height, 64);
height           2053 libavcodec/mips/hevc_mc_uni_msa.c                                 const int8_t *filter, int32_t height)
height           2055 libavcodec/mips/hevc_mc_uni_msa.c     if (2 == height) {
height           2057 libavcodec/mips/hevc_mc_uni_msa.c     } else if (4 == height) {
height           2059 libavcodec/mips/hevc_mc_uni_msa.c     } else if (8 == height) {
height           2061 libavcodec/mips/hevc_mc_uni_msa.c     } else if (16 == height) {
height           2068 libavcodec/mips/hevc_mc_uni_msa.c                                 const int8_t *filter, int32_t height)
height           2117 libavcodec/mips/hevc_mc_uni_msa.c                                      const int8_t *filter, int32_t height)
height           2132 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height           2151 libavcodec/mips/hevc_mc_uni_msa.c                                      const int8_t *filter, int32_t height)
height           2167 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2185 libavcodec/mips/hevc_mc_uni_msa.c                                 const int8_t *filter, int32_t height)
height           2187 libavcodec/mips/hevc_mc_uni_msa.c     if ((2 == height) || (6 == height)) {
height           2189 libavcodec/mips/hevc_mc_uni_msa.c                                  height);
height           2192 libavcodec/mips/hevc_mc_uni_msa.c                                  height);
height           2198 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           2252 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           2270 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2315 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           2398 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           2416 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height           2497 libavcodec/mips/hevc_mc_uni_msa.c                                          const int8_t *filter, int32_t height)
height           2519 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2543 libavcodec/mips/hevc_mc_uni_msa.c                                 const int8_t *filter, int32_t height)
height           2545 libavcodec/mips/hevc_mc_uni_msa.c     if (2 == height) {
height           2549 libavcodec/mips/hevc_mc_uni_msa.c                                      height);
height           2555 libavcodec/mips/hevc_mc_uni_msa.c                                 const int8_t *filter, int32_t height)
height           2705 libavcodec/mips/hevc_mc_uni_msa.c                                      const int8_t *filter, int32_t height)
height           2724 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2750 libavcodec/mips/hevc_mc_uni_msa.c                                 const int8_t *filter, int32_t height)
height           2752 libavcodec/mips/hevc_mc_uni_msa.c     if (2 == height) {
height           2754 libavcodec/mips/hevc_mc_uni_msa.c     } else if (6 == height) {
height           2758 libavcodec/mips/hevc_mc_uni_msa.c                                  filter, height);
height           2764 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           2827 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           2848 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2885 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           2996 libavcodec/mips/hevc_mc_uni_msa.c                                  const int8_t *filter, int32_t height)
height           3029 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height           3207 libavcodec/mips/hevc_mc_uni_msa.c                                            int32_t height)
height           3249 libavcodec/mips/hevc_mc_uni_msa.c     for (loop_cnt = height >> 3; loop_cnt--;) {
height           3305 libavcodec/mips/hevc_mc_uni_msa.c                                   int32_t height)
height           3307 libavcodec/mips/hevc_mc_uni_msa.c     if (2 == height) {
height           3310 libavcodec/mips/hevc_mc_uni_msa.c     } else if (4 == height) {
height           3313 libavcodec/mips/hevc_mc_uni_msa.c     } else if (0 == (height % 8)) {
height           3315 libavcodec/mips/hevc_mc_uni_msa.c                                        filter_x, filter_y, height);
height           3325 libavcodec/mips/hevc_mc_uni_msa.c                                   int32_t height)
height           3694 libavcodec/mips/hevc_mc_uni_msa.c                                            int32_t height,
height           3746 libavcodec/mips/hevc_mc_uni_msa.c         for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3808 libavcodec/mips/hevc_mc_uni_msa.c                                   int32_t height)
height           3810 libavcodec/mips/hevc_mc_uni_msa.c     if (2 == height) {
height           3813 libavcodec/mips/hevc_mc_uni_msa.c     } else if (4 == height) {
height           3816 libavcodec/mips/hevc_mc_uni_msa.c     } else if (6 == height) {
height           3819 libavcodec/mips/hevc_mc_uni_msa.c     } else if (0 == (height % 4)) {
height           3821 libavcodec/mips/hevc_mc_uni_msa.c                                        filter_x, filter_y, height, 1);
height           3831 libavcodec/mips/hevc_mc_uni_msa.c                                    int32_t height)
height           3999 libavcodec/mips/hevc_mc_uni_msa.c                                    int32_t height)
height           4001 libavcodec/mips/hevc_mc_uni_msa.c     if (4 == height) {
height           4006 libavcodec/mips/hevc_mc_uni_msa.c                                        filter_x, filter_y, height, 2);
height           4016 libavcodec/mips/hevc_mc_uni_msa.c                                    int32_t height)
height           4019 libavcodec/mips/hevc_mc_uni_msa.c                                    filter_x, filter_y, height, 3);
height           4028 libavcodec/mips/hevc_mc_uni_msa.c                                    int32_t height)
height           4031 libavcodec/mips/hevc_mc_uni_msa.c                                    filter_x, filter_y, height, 4);
height           4039 libavcodec/mips/hevc_mc_uni_msa.c                                                     int height,            \
height           4044 libavcodec/mips/hevc_mc_uni_msa.c     copy_width##WIDTH##_msa(src, src_stride, dst, dst_stride, height);     \
height           4062 libavcodec/mips/hevc_mc_uni_msa.c                                                        int height,             \
height           4070 libavcodec/mips/hevc_mc_uni_msa.c                                             filter, height);                   \
height           4114 libavcodec/mips/hevc_mc_uni_msa.c                                                     int height,            \
height           4123 libavcodec/mips/hevc_mc_uni_msa.c                                         filter_x, filter_y, height);       \
height             61 libavcodec/mips/hevc_mc_uniw_msa.c                                     int32_t height,
height             78 libavcodec/mips/hevc_mc_uniw_msa.c     if (2 == height) {
height             94 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (4 == height) {
height            103 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (0 == (height % 8)) {
height            104 libavcodec/mips/hevc_mc_uniw_msa.c         for (loop_cnt = (height >> 3); loop_cnt--;) {
height            128 libavcodec/mips/hevc_mc_uniw_msa.c                                     int32_t height,
height            146 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            190 libavcodec/mips/hevc_mc_uniw_msa.c                                     int32_t height,
height            208 libavcodec/mips/hevc_mc_uniw_msa.c     if (2 == height) {
height            217 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (4 == height) {
height            229 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (6 == height) {
height            249 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (0 == height % 8) {
height            250 libavcodec/mips/hevc_mc_uniw_msa.c         for (loop_cnt = (height >> 3); loop_cnt--;) {
height            285 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height            330 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height            347 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = height >> 2; loop_cnt--;) {
height            373 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height            391 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            426 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height            443 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            472 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height            490 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            529 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height            547 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            593 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height            632 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            669 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height            710 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            747 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height            792 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            841 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height            881 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            919 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           1012 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           1052 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = height >> 1; loop_cnt--;) {
height           1114 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           1208 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           1253 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = height; loop_cnt--;) {
height           1299 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           1350 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           1391 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           1432 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1470 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           1573 libavcodec/mips/hevc_mc_uniw_msa.c                                                int32_t height,
height           1621 libavcodec/mips/hevc_mc_uniw_msa.c         for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1684 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           1690 libavcodec/mips/hevc_mc_uniw_msa.c                                        filter, height, weight,
height           1699 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           1717 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           1723 libavcodec/mips/hevc_mc_uniw_msa.c                                        filter, height, weight,
height           1732 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           1747 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           1753 libavcodec/mips/hevc_mc_uniw_msa.c                                        filter, height, weight,
height           1763 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           1832 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = height >> 2; loop_cnt--;) {
height           1888 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t height,
height           1980 libavcodec/mips/hevc_mc_uniw_msa.c         for (loop_cnt = height >> 1; loop_cnt--;) {
height           2050 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           2056 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
height           2066 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           2271 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           2277 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
height           2287 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           2293 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
height           2303 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           2309 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
height           2319 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           2325 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
height           2335 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           2341 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
height           2465 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t height,
height           2503 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           2533 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           2538 libavcodec/mips/hevc_mc_uniw_msa.c     if (2 == height) {
height           2541 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (4 == height) {
height           2544 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (8 == height || 16 == height) {
height           2546 libavcodec/mips/hevc_mc_uniw_msa.c                                           filter, height, weight,
height           2556 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           2819 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t height,
height           2857 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           2899 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           2904 libavcodec/mips/hevc_mc_uniw_msa.c     if (2 == height) {
height           2907 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (4 == height) {
height           2910 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (6 == height) {
height           2915 libavcodec/mips/hevc_mc_uniw_msa.c                                           filter, height, weight, offset,
height           2925 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           3005 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           3043 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3088 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           3166 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           3206 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height           3362 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t height,
height           3404 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           3438 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           3443 libavcodec/mips/hevc_mc_uniw_msa.c     if (2 == height) {
height           3446 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (4 == height) {
height           3449 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (0 == (height % 8)) {
height           3451 libavcodec/mips/hevc_mc_uniw_msa.c                                           filter, height, weight, offset,
height           3461 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           3708 libavcodec/mips/hevc_mc_uniw_msa.c                                           int32_t height,
height           3748 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           3787 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           3792 libavcodec/mips/hevc_mc_uniw_msa.c     if (2 == height) {
height           3795 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (4 == height) {
height           3798 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (6 == height) {
height           3803 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter, height, weight, offset,
height           3813 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           3918 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           3960 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           4000 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           4102 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           4148 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height           4330 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t height,
height           4380 libavcodec/mips/hevc_mc_uniw_msa.c     for (loop_cnt = height >> 3; loop_cnt--;) {
height           4437 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           4442 libavcodec/mips/hevc_mc_uniw_msa.c     if (2 == height) {
height           4446 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (4 == height) {
height           4450 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (0 == (height % 8)) {
height           4452 libavcodec/mips/hevc_mc_uniw_msa.c                                           filter_x, filter_y, height, weight,
height           4463 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           4877 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t height,
height           4939 libavcodec/mips/hevc_mc_uniw_msa.c         for (loop_cnt = height >> 2; loop_cnt--;) {
height           4999 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t height,
height           5005 libavcodec/mips/hevc_mc_uniw_msa.c     if (2 == height) {
height           5009 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (4 == height) {
height           5013 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (6 == height) {
height           5017 libavcodec/mips/hevc_mc_uniw_msa.c     } else if (0 == (height % 4)) {
height           5019 libavcodec/mips/hevc_mc_uniw_msa.c                                           filter_x, filter_y, height, weight,
height           5030 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           5207 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           5212 libavcodec/mips/hevc_mc_uniw_msa.c     if (4 == height) {
height           5218 libavcodec/mips/hevc_mc_uniw_msa.c                                           filter_x, filter_y, height, weight,
height           5229 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           5235 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
height           5245 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t height,
height           5251 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
height           5260 libavcodec/mips/hevc_mc_uniw_msa.c                                                       int height,            \
height           5270 libavcodec/mips/hevc_mc_uniw_msa.c                                     height, weight, offset, shift);          \
height           5292 libavcodec/mips/hevc_mc_uniw_msa.c                                                          int height,          \
height           5304 libavcodec/mips/hevc_mc_uniw_msa.c                                                  dst_stride, filter, height,  \
height           5349 libavcodec/mips/hevc_mc_uniw_msa.c                                                       int height,             \
height           5362 libavcodec/mips/hevc_mc_uniw_msa.c                                            filter_x, filter_y,  height,       \
height             30 libavcodec/mips/hevcdsp_mips.h                                                      int height,            \
height            109 libavcodec/mips/hevcdsp_mips.h                                                          int height,           \
height            190 libavcodec/mips/hevcdsp_mips.h                                                            int height,    \
height            273 libavcodec/mips/hevcdsp_mips.h                                                         int height,            \
height            355 libavcodec/mips/hevcdsp_mips.h                                                           int height,          \
height            457 libavcodec/mips/hevcdsp_mips.h                                      int width, int height);
height            462 libavcodec/mips/hevcdsp_mips.h                                    int eo, int width, int height);
height            487 libavcodec/mips/hevcdsp_mips.h                                                       int height,            \
height            515 libavcodec/mips/hevcdsp_mips.h                                                          int height,            \
height            558 libavcodec/mips/hevcdsp_mips.h                                                           int height,           \
height             29 libavcodec/mips/hevcdsp_mmi.c                                         int height, intptr_t mx,         \
height             40 libavcodec/mips/hevcdsp_mmi.c     y = height;                                                          \
height            126 libavcodec/mips/hevcdsp_mmi.c                                      int height, intptr_t mx,            \
height            141 libavcodec/mips/hevcdsp_mmi.c     y = height + QPEL_EXTRA;                                             \
height            217 libavcodec/mips/hevcdsp_mmi.c     y = height;                                                          \
height            322 libavcodec/mips/hevcdsp_mmi.c                                            int16_t *src2, int height,   \
height            338 libavcodec/mips/hevcdsp_mmi.c     y = height;                                                         \
height            454 libavcodec/mips/hevcdsp_mmi.c                                             int16_t *src2, int height,  \
height            474 libavcodec/mips/hevcdsp_mmi.c     y = height + QPEL_EXTRA;                                            \
height            550 libavcodec/mips/hevcdsp_mmi.c     y = height;                                                         \
height            683 libavcodec/mips/hevcdsp_mmi.c                                             int16_t *src2, int height,  \
height            702 libavcodec/mips/hevcdsp_mmi.c     y = height + EPEL_EXTRA;                                            \
height            764 libavcodec/mips/hevcdsp_mmi.c     y = height;                                                         \
height            869 libavcodec/mips/hevcdsp_mmi.c                                                int16_t *src2, int height, \
height            882 libavcodec/mips/hevcdsp_mmi.c     y = height;                                                           \
height            980 libavcodec/mips/hevcdsp_mmi.c                                              int height,                \
height           1000 libavcodec/mips/hevcdsp_mmi.c     y = height + QPEL_EXTRA;                                            \
height           1076 libavcodec/mips/hevcdsp_mmi.c     y = height;                                                         \
height             34 libavcodec/mips/hevcdsp_msa.c                              int32_t height)
height             38 libavcodec/mips/hevcdsp_msa.c     if (2 == height) {
height             48 libavcodec/mips/hevcdsp_msa.c     } else if (4 == height) {
height             59 libavcodec/mips/hevcdsp_msa.c     } else if (0 == height % 8) {
height             64 libavcodec/mips/hevcdsp_msa.c         for (loop_cnt = (height >> 3); loop_cnt--;) {
height             82 libavcodec/mips/hevcdsp_msa.c                              int32_t height)
height             89 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            106 libavcodec/mips/hevcdsp_msa.c                              int32_t height)
height            110 libavcodec/mips/hevcdsp_msa.c     if (2 == height) {
height            120 libavcodec/mips/hevcdsp_msa.c     } else if (4 == height) {
height            130 libavcodec/mips/hevcdsp_msa.c     } else if (6 == height) {
height            143 libavcodec/mips/hevcdsp_msa.c     } else if (0 == height % 8) {
height            148 libavcodec/mips/hevcdsp_msa.c         for (loop_cnt = (height >> 3); loop_cnt--;) {
height            167 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height            174 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            204 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height            208 libavcodec/mips/hevcdsp_msa.c     if (4 == height) {
height            223 libavcodec/mips/hevcdsp_msa.c     } else if (12 == height) {
height            261 libavcodec/mips/hevcdsp_msa.c     } else if (0 == (height % 8)) {
height            266 libavcodec/mips/hevcdsp_msa.c         for (loop_cnt = (height >> 3); loop_cnt--;) {
height            295 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height            302 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            324 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height            331 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            362 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height            371 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            413 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height            420 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            450 libavcodec/mips/hevcdsp_msa.c                               const int8_t *filter, int32_t height)
height            472 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            505 libavcodec/mips/hevcdsp_msa.c                               const int8_t *filter, int32_t height)
height            527 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            560 libavcodec/mips/hevcdsp_msa.c                                const int8_t *filter, int32_t height)
height            635 libavcodec/mips/hevcdsp_msa.c                                const int8_t *filter, int32_t height)
height            657 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            692 libavcodec/mips/hevcdsp_msa.c                                const int8_t *filter, int32_t height)
height            718 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            767 libavcodec/mips/hevcdsp_msa.c                                const int8_t *filter, int32_t height)
height            793 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = height; loop_cnt--;) {
height            827 libavcodec/mips/hevcdsp_msa.c                                const int8_t *filter, int32_t height)
height            853 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = height; loop_cnt--;) {
height            898 libavcodec/mips/hevcdsp_msa.c                                const int8_t *filter, int32_t height)
height            925 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = height; loop_cnt--;) {
height            992 libavcodec/mips/hevcdsp_msa.c                               const int8_t *filter, int32_t height)
height           1023 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           1062 libavcodec/mips/hevcdsp_msa.c                               const int8_t *filter, int32_t height)
height           1086 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1125 libavcodec/mips/hevcdsp_msa.c                                const int8_t *filter, int32_t height)
height           1158 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1215 libavcodec/mips/hevcdsp_msa.c                                         int32_t height,
height           1252 libavcodec/mips/hevcdsp_msa.c         for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1320 libavcodec/mips/hevcdsp_msa.c                                const int8_t *filter, int32_t height)
height           1323 libavcodec/mips/hevcdsp_msa.c                                 filter, height, 16);
height           1328 libavcodec/mips/hevcdsp_msa.c                                const int8_t *filter, int32_t height)
height           1331 libavcodec/mips/hevcdsp_msa.c                                 filter, height, 16);
height           1333 libavcodec/mips/hevcdsp_msa.c                       filter, height);
height           1338 libavcodec/mips/hevcdsp_msa.c                                const int8_t *filter, int32_t height)
height           1341 libavcodec/mips/hevcdsp_msa.c                                 filter, height, 32);
height           1346 libavcodec/mips/hevcdsp_msa.c                                const int8_t *filter, int32_t height)
height           1349 libavcodec/mips/hevcdsp_msa.c                                 filter, height, 48);
height           1354 libavcodec/mips/hevcdsp_msa.c                                const int8_t *filter, int32_t height)
height           1357 libavcodec/mips/hevcdsp_msa.c                                 filter, height, 64);
height           1363 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height           1423 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = height >> 2; loop_cnt--;) {
height           1473 libavcodec/mips/hevcdsp_msa.c                                        int32_t height, int32_t width)
height           1554 libavcodec/mips/hevcdsp_msa.c         for (loop_cnt = height; loop_cnt--;) {
height           1597 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height           1600 libavcodec/mips/hevcdsp_msa.c                                filter_x, filter_y, height, 8);
height           1606 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           1682 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = height; loop_cnt--;) {
height           1754 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = height >> 2; loop_cnt--;) {
height           1801 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           1804 libavcodec/mips/hevcdsp_msa.c                                filter_x, filter_y, height, 16);
height           1810 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           1813 libavcodec/mips/hevcdsp_msa.c                                filter_x, filter_y, height, 24);
height           1819 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           1822 libavcodec/mips/hevcdsp_msa.c                                filter_x, filter_y, height, 32);
height           1828 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           1831 libavcodec/mips/hevcdsp_msa.c                                filter_x, filter_y, height, 48);
height           1837 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           1840 libavcodec/mips/hevcdsp_msa.c                                filter_x, filter_y, height, 64);
height           1918 libavcodec/mips/hevcdsp_msa.c                                        int32_t height)
height           1938 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           1967 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height           1969 libavcodec/mips/hevcdsp_msa.c     if (2 == height) {
height           1971 libavcodec/mips/hevcdsp_msa.c     } else if (4 == height) {
height           1973 libavcodec/mips/hevcdsp_msa.c     } else if (0 == height % 8) {
height           1975 libavcodec/mips/hevcdsp_msa.c                                    filter, height);
height           1984 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height           2055 libavcodec/mips/hevcdsp_msa.c                                        int32_t height)
height           2075 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height           2099 libavcodec/mips/hevcdsp_msa.c                                        int32_t height)
height           2120 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2152 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height           2154 libavcodec/mips/hevcdsp_msa.c     if (2 == height || 6 == height) {
height           2156 libavcodec/mips/hevcdsp_msa.c                                    filter, height);
height           2159 libavcodec/mips/hevcdsp_msa.c                                    filter, height);
height           2168 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           2194 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2229 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           2251 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2301 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           2325 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2402 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           2425 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = height; loop_cnt--;) {
height           2487 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           2524 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           2570 libavcodec/mips/hevcdsp_msa.c                                 const int8_t *filter, int32_t height)
height           2643 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height           2645 libavcodec/mips/hevcdsp_msa.c     if (2 == height) {
height           2647 libavcodec/mips/hevcdsp_msa.c     } else if (4 == height) {
height           2648 libavcodec/mips/hevcdsp_msa.c         hevc_vt_4t_4x4_msa(src, src_stride, dst, dst_stride, filter, height);
height           2649 libavcodec/mips/hevcdsp_msa.c     } else if (8 == height) {
height           2650 libavcodec/mips/hevcdsp_msa.c         hevc_vt_4t_4x8_msa(src, src_stride, dst, dst_stride, filter, height);
height           2651 libavcodec/mips/hevcdsp_msa.c     } else if (16 == height) {
height           2652 libavcodec/mips/hevcdsp_msa.c         hevc_vt_4t_4x16_msa(src, src_stride, dst, dst_stride, filter, height);
height           2661 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height           2684 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2832 libavcodec/mips/hevcdsp_msa.c                                        int32_t height)
height           2853 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2881 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height           2883 libavcodec/mips/hevcdsp_msa.c     if (2 == height) {
height           2885 libavcodec/mips/hevcdsp_msa.c     } else if (6 == height) {
height           2889 libavcodec/mips/hevcdsp_msa.c                                    filter, height);
height           2898 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           2969 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           2992 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3036 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           3066 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3134 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           3166 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3358 libavcodec/mips/hevcdsp_msa.c                                        int32_t height)
height           3400 libavcodec/mips/hevcdsp_msa.c     for (loop_cnt = height >> 3; loop_cnt--;) {
height           3454 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height           3456 libavcodec/mips/hevcdsp_msa.c     if (2 == height) {
height           3459 libavcodec/mips/hevcdsp_msa.c     } else if (4 == height) {
height           3462 libavcodec/mips/hevcdsp_msa.c     } else if (0 == (height % 8)) {
height           3464 libavcodec/mips/hevcdsp_msa.c                                    filter_x, filter_y, height);
height           3474 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height           3861 libavcodec/mips/hevcdsp_msa.c                                        int32_t height,
height           3917 libavcodec/mips/hevcdsp_msa.c         for (loop_cnt = height >> 2; loop_cnt--;) {
height           3978 libavcodec/mips/hevcdsp_msa.c                               int32_t height)
height           3981 libavcodec/mips/hevcdsp_msa.c     if (2 == height) {
height           3984 libavcodec/mips/hevcdsp_msa.c     } else if (4 == height) {
height           3987 libavcodec/mips/hevcdsp_msa.c     } else if (6 == height) {
height           3990 libavcodec/mips/hevcdsp_msa.c     } else if (0 == (height % 4)) {
height           3992 libavcodec/mips/hevcdsp_msa.c                                    filter_x, filter_y, height, 1);
height           4002 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           4175 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           4177 libavcodec/mips/hevcdsp_msa.c     if (4 == height) {
height           4182 libavcodec/mips/hevcdsp_msa.c                                    filter_x, filter_y, height, 2);
height           4192 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           4195 libavcodec/mips/hevcdsp_msa.c                                filter_x, filter_y, height, 3);
height           4204 libavcodec/mips/hevcdsp_msa.c                                int32_t height)
height           4207 libavcodec/mips/hevcdsp_msa.c                                filter_x, filter_y, height, 4);
height           4214 libavcodec/mips/hevcdsp_msa.c                                                 int height,               \
height           4219 libavcodec/mips/hevcdsp_msa.c     hevc_copy_##WIDTH##w_msa(src, src_stride, dst, MAX_PB_SIZE, height);  \
height           4238 libavcodec/mips/hevcdsp_msa.c                                                    int height,            \
height           4246 libavcodec/mips/hevcdsp_msa.c                                           MAX_PB_SIZE, filter, height);   \
height           4289 libavcodec/mips/hevcdsp_msa.c                                                 int height,             \
height           4298 libavcodec/mips/hevcdsp_msa.c                                           filter_x, filter_y, height);  \
height           1956 libavcodec/mips/hevcpred_msa.c           (s->ps.sps->height) ? (s->ps.sps->height) : (y0 +
height           2097 libavcodec/mips/hevcpred_msa.c                 s->ps.sps->height ? 2 * 16 : (s->ps.sps->height - y0) >> vshift;
height           2104 libavcodec/mips/hevcpred_msa.c                 size_max_y = y0 + ((16) << vshift) < s->ps.sps->height ?
height           2105 libavcodec/mips/hevcpred_msa.c                     16 : (s->ps.sps->height - y0) >> vshift;
height           2473 libavcodec/mips/hevcpred_msa.c           (s->ps.sps->height) ? (s->ps.sps->height) : (y0 +
height           2612 libavcodec/mips/hevcpred_msa.c                 s->ps.sps->height ? 2 * 32 : (s->ps.sps->height - y0) >> vshift;
height           2619 libavcodec/mips/hevcpred_msa.c                 size_max_y = y0 + ((32) << vshift) < s->ps.sps->height ?
height           2620 libavcodec/mips/hevcpred_msa.c                     32 : (s->ps.sps->height - y0) >> vshift;
height             57 libavcodec/mips/hpeldsp_msa.c                                  uint8_t height)
height             64 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height             82 libavcodec/mips/hpeldsp_msa.c                                  uint8_t height)
height             88 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            102 libavcodec/mips/hpeldsp_msa.c                                   uint8_t height)
height            108 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            216 libavcodec/mips/hpeldsp_msa.c                                               uint8_t height)
height            225 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            251 libavcodec/mips/hpeldsp_msa.c                                               uint8_t height)
height            257 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            273 libavcodec/mips/hpeldsp_msa.c                                                uint8_t height)
height            279 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            296 libavcodec/mips/hpeldsp_msa.c                                  uint8_t height)
height            305 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            324 libavcodec/mips/hpeldsp_msa.c                                  uint8_t height)
height            332 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            346 libavcodec/mips/hpeldsp_msa.c                                   uint8_t height)
height            354 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            443 libavcodec/mips/hpeldsp_msa.c                                               uint8_t height)
height            455 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            477 libavcodec/mips/hpeldsp_msa.c                                               uint8_t height)
height            485 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            499 libavcodec/mips/hpeldsp_msa.c                                                uint8_t height)
height            509 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            531 libavcodec/mips/hpeldsp_msa.c                                  uint8_t height)
height            543 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            568 libavcodec/mips/hpeldsp_msa.c                                  uint8_t height)
height            581 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            605 libavcodec/mips/hpeldsp_msa.c                                   uint8_t height)
height            616 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height            927 libavcodec/mips/hpeldsp_msa.c                                               uint8_t height)
height            940 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            969 libavcodec/mips/hpeldsp_msa.c                                               uint8_t height)
height            983 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1009 libavcodec/mips/hpeldsp_msa.c                                                uint8_t height)
height           1022 libavcodec/mips/hpeldsp_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           1080 libavcodec/mips/hpeldsp_msa.c                             int32_t height)
height           1086 libavcodec/mips/hpeldsp_msa.c     if (0 == height % 12) {
height           1087 libavcodec/mips/hpeldsp_msa.c         for (cnt = (height / 12); cnt--;) {
height           1117 libavcodec/mips/hpeldsp_msa.c     } else if (0 == height % 8) {
height           1118 libavcodec/mips/hpeldsp_msa.c         for (cnt = height >> 3; cnt--;) {
height           1137 libavcodec/mips/hpeldsp_msa.c     } else if (0 == height % 4) {
height           1138 libavcodec/mips/hpeldsp_msa.c         for (cnt = (height / 4); cnt--;) {
height           1149 libavcodec/mips/hpeldsp_msa.c     } else if (0 == height % 2) {
height           1150 libavcodec/mips/hpeldsp_msa.c         for (cnt = (height / 2); cnt--;) {
height           1166 libavcodec/mips/hpeldsp_msa.c                                   int32_t height, int32_t width)
height           1177 libavcodec/mips/hpeldsp_msa.c         for (loop_cnt = (height >> 3); loop_cnt--;) {
height           1194 libavcodec/mips/hpeldsp_msa.c                              int32_t height)
height           1199 libavcodec/mips/hpeldsp_msa.c     if (0 == height % 12) {
height           1200 libavcodec/mips/hpeldsp_msa.c         for (cnt = (height / 12); cnt--;) {
height           1213 libavcodec/mips/hpeldsp_msa.c     } else if (0 == height % 8) {
height           1214 libavcodec/mips/hpeldsp_msa.c         copy_16multx8mult_msa(src, src_stride, dst, dst_stride, height, 16);
height           1215 libavcodec/mips/hpeldsp_msa.c     } else if (0 == height % 4) {
height           1216 libavcodec/mips/hpeldsp_msa.c         for (cnt = (height >> 2); cnt--;) {
height           1228 libavcodec/mips/hpeldsp_msa.c                            int32_t height)
height           1235 libavcodec/mips/hpeldsp_msa.c     if (0 == (height % 4)) {
height           1236 libavcodec/mips/hpeldsp_msa.c         for (cnt = (height / 4); cnt--;) {
height           1252 libavcodec/mips/hpeldsp_msa.c     } else if (0 == (height % 2)) {
height           1253 libavcodec/mips/hpeldsp_msa.c         for (cnt = (height / 2); cnt--;) {
height           1273 libavcodec/mips/hpeldsp_msa.c                            int32_t height)
height           1280 libavcodec/mips/hpeldsp_msa.c     for (cnt = (height / 4); cnt--;) {
height           1299 libavcodec/mips/hpeldsp_msa.c                             int32_t height)
height           1305 libavcodec/mips/hpeldsp_msa.c     for (cnt = (height / 8); cnt--;) {
height             26 libavcodec/mips/me_cmp_msa.c                                int32_t height)
height             32 libavcodec/mips/me_cmp_msa.c     for (ht_cnt = (height >> 2); ht_cnt--;) {
height             48 libavcodec/mips/me_cmp_msa.c                                 int32_t height)
height             54 libavcodec/mips/me_cmp_msa.c     for (ht_cnt = (height >> 2); ht_cnt--;) {
height             75 libavcodec/mips/me_cmp_msa.c                                                      int32_t height)
height             82 libavcodec/mips/me_cmp_msa.c     for (ht_cnt = (height >> 3); ht_cnt--;) {
height            117 libavcodec/mips/me_cmp_msa.c                                                       int32_t height)
height            124 libavcodec/mips/me_cmp_msa.c     for (ht_cnt = (height >> 3); ht_cnt--;) {
height            155 libavcodec/mips/me_cmp_msa.c                                                     int32_t height)
height            162 libavcodec/mips/me_cmp_msa.c     for (ht_cnt = (height >> 3); ht_cnt--;) {
height            193 libavcodec/mips/me_cmp_msa.c                                                      int32_t height)
height            200 libavcodec/mips/me_cmp_msa.c     for (ht_cnt = (height >> 3); ht_cnt--;) {
height            231 libavcodec/mips/me_cmp_msa.c                                                   int32_t height)
height            240 libavcodec/mips/me_cmp_msa.c     for (ht_cnt = (height >> 2); ht_cnt--;) {
height            287 libavcodec/mips/me_cmp_msa.c                                                    int32_t height)
height            296 libavcodec/mips/me_cmp_msa.c     for (ht_cnt = (height >> 3); ht_cnt--;) {
height            408 libavcodec/mips/me_cmp_msa.c                                int32_t height)
height            418 libavcodec/mips/me_cmp_msa.c     for (ht_cnt = (height >> 2); ht_cnt--;) {
height            436 libavcodec/mips/me_cmp_msa.c                                int32_t height)
height            444 libavcodec/mips/me_cmp_msa.c     for (ht_cnt = (height >> 2); ht_cnt--;) {
height            463 libavcodec/mips/me_cmp_msa.c                                 int32_t height)
height            470 libavcodec/mips/me_cmp_msa.c     for (ht_cnt = (height >> 2); ht_cnt--;) {
height            591 libavcodec/mips/me_cmp_msa.c                      ptrdiff_t stride, int height)
height            593 libavcodec/mips/me_cmp_msa.c     return sad_16width_msa(src, stride, ref, stride, height);
height            597 libavcodec/mips/me_cmp_msa.c                     ptrdiff_t stride, int height)
height            599 libavcodec/mips/me_cmp_msa.c     return sad_8width_msa(src, stride, ref, stride, height);
height            639 libavcodec/mips/me_cmp_msa.c                  ptrdiff_t stride, int height)
height            641 libavcodec/mips/me_cmp_msa.c     return sse_16width_msa(src, stride, ref, stride, height);
height            645 libavcodec/mips/me_cmp_msa.c                 ptrdiff_t stride, int height)
height            647 libavcodec/mips/me_cmp_msa.c     return sse_8width_msa(src, stride, ref, stride, height);
height            651 libavcodec/mips/me_cmp_msa.c                 ptrdiff_t stride, int height)
height            653 libavcodec/mips/me_cmp_msa.c     return sse_4width_msa(src, stride, ref, stride, height);
height             44 libavcodec/mips/pixblockdsp_msa.c                                           int32_t height)
height             53 libavcodec/mips/pixblockdsp_msa.c     for (cnt = (height >> 2); cnt--;) {
height             67 libavcodec/mips/pixblockdsp_msa.c                                   int32_t height, int32_t width)
height             78 libavcodec/mips/pixblockdsp_msa.c         for (loop_cnt = (height >> 3); loop_cnt--;) {
height             95 libavcodec/mips/pixblockdsp_msa.c                              int32_t height)
height            100 libavcodec/mips/pixblockdsp_msa.c     if (0 == height % 12) {
height            101 libavcodec/mips/pixblockdsp_msa.c         for (cnt = (height / 12); cnt--;) {
height            114 libavcodec/mips/pixblockdsp_msa.c     } else if (0 == height % 8) {
height            115 libavcodec/mips/pixblockdsp_msa.c         copy_16multx8mult_msa(src, src_stride, dst, dst_stride, height, 16);
height            116 libavcodec/mips/pixblockdsp_msa.c     } else if (0 == height % 4) {
height            117 libavcodec/mips/pixblockdsp_msa.c         for (cnt = (height >> 2); cnt--;) {
height            312 libavcodec/mips/qpeldsp_msa.c                                                int32_t height)
height            325 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            346 libavcodec/mips/qpeldsp_msa.c                                                 int32_t height)
height            356 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            390 libavcodec/mips/qpeldsp_msa.c                                      int32_t height)
height            403 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            421 libavcodec/mips/qpeldsp_msa.c                                       int32_t height)
height            431 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            461 libavcodec/mips/qpeldsp_msa.c                                                int32_t height)
height            474 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            497 libavcodec/mips/qpeldsp_msa.c                                                 int32_t height)
height            507 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            541 libavcodec/mips/qpeldsp_msa.c                                                       int32_t height)
height            554 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            576 libavcodec/mips/qpeldsp_msa.c                                                        int32_t height)
height            586 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            620 libavcodec/mips/qpeldsp_msa.c                                             int32_t height)
height            633 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            651 libavcodec/mips/qpeldsp_msa.c                                              int32_t height)
height            661 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            691 libavcodec/mips/qpeldsp_msa.c                                                       int32_t height)
height            704 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            728 libavcodec/mips/qpeldsp_msa.c                                                        int32_t height)
height            738 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            772 libavcodec/mips/qpeldsp_msa.c                                                        int32_t height)
height            786 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            811 libavcodec/mips/qpeldsp_msa.c                                                         int32_t height)
height            822 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            852 libavcodec/mips/qpeldsp_msa.c                                              int32_t height)
height            866 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            888 libavcodec/mips/qpeldsp_msa.c                                               int32_t height)
height            899 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            927 libavcodec/mips/qpeldsp_msa.c                                                        int32_t height)
height            941 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height            968 libavcodec/mips/qpeldsp_msa.c                                                         int32_t height)
height            978 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height           2719 libavcodec/mips/qpeldsp_msa.c                                                    int32_t height)
height           2729 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height           2874 libavcodec/mips/qpeldsp_msa.c                                               int32_t height)
height           2884 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height           3018 libavcodec/mips/qpeldsp_msa.c                                                    int32_t height)
height           3028 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height           3776 libavcodec/mips/qpeldsp_msa.c                                                  int32_t height)
height           3786 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height           3921 libavcodec/mips/qpeldsp_msa.c                                             int32_t height)
height           3931 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height           4058 libavcodec/mips/qpeldsp_msa.c                                                  int32_t height)
height           4068 libavcodec/mips/qpeldsp_msa.c     for (loop_count = (height >> 2); loop_count--;) {
height           5808 libavcodec/mips/qpeldsp_msa.c                            int32_t height)
height           5815 libavcodec/mips/qpeldsp_msa.c     for (cnt = (height / 4); cnt--;) {
height           5834 libavcodec/mips/qpeldsp_msa.c                             int32_t height)
height           5840 libavcodec/mips/qpeldsp_msa.c     for (cnt = (height / 8); cnt--;) {
height            224 libavcodec/mips/vp8_mc_msa.c                              int height, int mx, int my)
height            228 libavcodec/mips/vp8_mc_msa.c     if (4 == height) {
height            230 libavcodec/mips/vp8_mc_msa.c     } else if (8 == height) {
height            237 libavcodec/mips/vp8_mc_msa.c                              int height, int mx, int my)
height            268 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2) - 1; loop_cnt--;) {
height            285 libavcodec/mips/vp8_mc_msa.c                               int height, int mx, int my)
height            303 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            334 libavcodec/mips/vp8_mc_msa.c                              int height, int mx, int my)
height            357 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            381 libavcodec/mips/vp8_mc_msa.c                              int height, int mx, int my)
height            403 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            431 libavcodec/mips/vp8_mc_msa.c                               int height, int mx, int my)
height            456 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            505 libavcodec/mips/vp8_mc_msa.c                                int height, int mx, int my)
height            543 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            580 libavcodec/mips/vp8_mc_msa.c                                int height, int mx, int my)
height            624 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            667 libavcodec/mips/vp8_mc_msa.c                                int height, int mx, int my)
height            672 libavcodec/mips/vp8_mc_msa.c         ff_put_vp8_epel8_h6v6_msa(dst, dst_stride, src, src_stride, height,
height            794 libavcodec/mips/vp8_mc_msa.c                              int height, int mx, int my)
height            798 libavcodec/mips/vp8_mc_msa.c     if (4 == height) {
height            800 libavcodec/mips/vp8_mc_msa.c     } else if (8 == height) {
height            802 libavcodec/mips/vp8_mc_msa.c     } else if (16 == height) {
height            809 libavcodec/mips/vp8_mc_msa.c                              int height, int mx, int my)
height            826 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            844 libavcodec/mips/vp8_mc_msa.c                               int height, int mx, int my)
height            862 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            893 libavcodec/mips/vp8_mc_msa.c                              int height, int mx, int my)
height            916 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            940 libavcodec/mips/vp8_mc_msa.c                              int height, int mx, int my)
height            960 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            986 libavcodec/mips/vp8_mc_msa.c                               int height, int mx, int my)
height           1008 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1045 libavcodec/mips/vp8_mc_msa.c                                int height, int mx, int my)
height           1075 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1104 libavcodec/mips/vp8_mc_msa.c                                int height, int mx, int my)
height           1136 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1171 libavcodec/mips/vp8_mc_msa.c                                 int height, int mx, int my)
height           1176 libavcodec/mips/vp8_mc_msa.c         ff_put_vp8_epel8_h4v4_msa(dst, dst_stride, src, src_stride, height,
height           1186 libavcodec/mips/vp8_mc_msa.c                                int height, int mx, int my)
height           1220 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1252 libavcodec/mips/vp8_mc_msa.c                                int height, int mx, int my)
height           1288 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1325 libavcodec/mips/vp8_mc_msa.c                                int height, int mx, int my)
height           1330 libavcodec/mips/vp8_mc_msa.c         ff_put_vp8_epel8_h6v4_msa(dst, dst_stride, src, src_stride, height,
height           1340 libavcodec/mips/vp8_mc_msa.c                                int height, int mx, int my)
height           1375 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1404 libavcodec/mips/vp8_mc_msa.c                                int height, int mx, int my)
height           1440 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1479 libavcodec/mips/vp8_mc_msa.c                                 int height, int mx, int my)
height           1484 libavcodec/mips/vp8_mc_msa.c         ff_put_vp8_epel8_h4v6_msa(dst, dst_stride, src, src_stride, height,
height           1546 libavcodec/mips/vp8_mc_msa.c                                 int height, int mx, int my)
height           1550 libavcodec/mips/vp8_mc_msa.c     if (4 == height) {
height           1552 libavcodec/mips/vp8_mc_msa.c     } else if (8 == height) {
height           1583 libavcodec/mips/vp8_mc_msa.c                                      const int8_t *filter, int32_t height)
height           1619 libavcodec/mips/vp8_mc_msa.c     if (16 == height) {
height           1646 libavcodec/mips/vp8_mc_msa.c                                 int height, int mx, int my)
height           1650 libavcodec/mips/vp8_mc_msa.c     if (4 == height) {
height           1654 libavcodec/mips/vp8_mc_msa.c                                  height);
height           1660 libavcodec/mips/vp8_mc_msa.c                                  int height, int mx, int my)
height           1670 libavcodec/mips/vp8_mc_msa.c     loop_cnt = (height >> 2) - 1;
height           1787 libavcodec/mips/vp8_mc_msa.c                                 int height, int mx, int my)
height           1791 libavcodec/mips/vp8_mc_msa.c     if (4 == height) {
height           1793 libavcodec/mips/vp8_mc_msa.c     } else if (8 == height) {
height           1824 libavcodec/mips/vp8_mc_msa.c                                      const int8_t *filter, int32_t height)
height           1840 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           1869 libavcodec/mips/vp8_mc_msa.c                                 int height, int mx, int my)
height           1873 libavcodec/mips/vp8_mc_msa.c     if (4 == height) {
height           1877 libavcodec/mips/vp8_mc_msa.c                                  height);
height           1883 libavcodec/mips/vp8_mc_msa.c                                  int height, int mx, int my)
height           1899 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2018 libavcodec/mips/vp8_mc_msa.c                                  int height, int mx, int my)
height           2023 libavcodec/mips/vp8_mc_msa.c     if (4 == height) {
height           2026 libavcodec/mips/vp8_mc_msa.c     } else if (8 == height) {
height           2080 libavcodec/mips/vp8_mc_msa.c                                           int32_t height)
height           2102 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           2158 libavcodec/mips/vp8_mc_msa.c                                  int height, int mx, int my)
height           2163 libavcodec/mips/vp8_mc_msa.c     if (4 == height) {
height           2168 libavcodec/mips/vp8_mc_msa.c                                       filter_horiz, filter_vert, height);
height           2174 libavcodec/mips/vp8_mc_msa.c                                   int height, int mx, int my)
height           2200 libavcodec/mips/vp8_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2245 libavcodec/mips/vp8_mc_msa.c                             int height, int mx, int my)
height           2251 libavcodec/mips/vp8_mc_msa.c     if (0 == height % 8) {
height           2252 libavcodec/mips/vp8_mc_msa.c         for (cnt = height >> 3; cnt--;) {
height           2271 libavcodec/mips/vp8_mc_msa.c     } else if (0 == height % 4) {
height           2272 libavcodec/mips/vp8_mc_msa.c         for (cnt = (height / 4); cnt--;) {
height           2288 libavcodec/mips/vp8_mc_msa.c                                   int32_t height, int32_t width)
height           2298 libavcodec/mips/vp8_mc_msa.c         for (loop_cnt = (height >> 3); loop_cnt--;) {
height           2315 libavcodec/mips/vp8_mc_msa.c                             int height, int mx, int my)
height           2320 libavcodec/mips/vp8_mc_msa.c     if (0 == height % 8) {
height           2321 libavcodec/mips/vp8_mc_msa.c         copy_16multx8mult_msa(src, src_stride, dst, dst_stride, height, 16);
height           2322 libavcodec/mips/vp8_mc_msa.c     } else if (0 == height % 4) {
height           2323 libavcodec/mips/vp8_mc_msa.c         for (cnt = (height >> 2); cnt--;) {
height            139 libavcodec/mips/vp9_mc_mmi.c           [dst]"+&r"(dst),          [height]"+&r"(h),
height            233 libavcodec/mips/vp9_mc_mmi.c           [width]"+&r"(w),          [height]"+&r"(h),
height            321 libavcodec/mips/vp9_mc_mmi.c           [dst]"+&r"(dst),          [height]"+&r"(h),
height            426 libavcodec/mips/vp9_mc_mmi.c           [width]"+&r"(w),          [height]"+&r"(h),
height            476 libavcodec/mips/vp9_mc_mmi.c           [width]"+&r"(w),        [height]"+&r"(h)
height            227 libavcodec/mips/vp9_mc_msa.c                                 const int8_t *filter, int32_t height)
height            229 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height            231 libavcodec/mips/vp9_mc_msa.c     } else if (8 == height) {
height            269 libavcodec/mips/vp9_mc_msa.c                                      const int8_t *filter, int32_t height)
height            287 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            305 libavcodec/mips/vp9_mc_msa.c                                 const int8_t *filter, int32_t height)
height            307 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height            311 libavcodec/mips/vp9_mc_msa.c                                  height);
height            317 libavcodec/mips/vp9_mc_msa.c                                  const int8_t *filter, int32_t height)
height            335 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            356 libavcodec/mips/vp9_mc_msa.c                                  const int8_t *filter, int32_t height)
height            374 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height            415 libavcodec/mips/vp9_mc_msa.c                                  const int8_t *filter, int32_t height)
height            433 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = height; loop_cnt--;) {
height            472 libavcodec/mips/vp9_mc_msa.c                                 const int8_t *filter, int32_t height)
height            497 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            524 libavcodec/mips/vp9_mc_msa.c                                 const int8_t *filter, int32_t height)
height            545 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            579 libavcodec/mips/vp9_mc_msa.c                                  const int8_t *filter, int32_t height)
height            605 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            658 libavcodec/mips/vp9_mc_msa.c                                       const int8_t *filter, int32_t height,
height            691 libavcodec/mips/vp9_mc_msa.c         for (loop_cnt = (height >> 2); loop_cnt--;) {
height            747 libavcodec/mips/vp9_mc_msa.c                                  const int8_t *filter, int32_t height)
height            749 libavcodec/mips/vp9_mc_msa.c     common_vt_8t_16w_mult_msa(src, src_stride, dst, dst_stride, filter, height,
height            755 libavcodec/mips/vp9_mc_msa.c                                  const int8_t *filter, int32_t height)
height            757 libavcodec/mips/vp9_mc_msa.c     common_vt_8t_16w_mult_msa(src, src_stride, dst, dst_stride, filter, height,
height            765 libavcodec/mips/vp9_mc_msa.c                                      int32_t height)
height            806 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            841 libavcodec/mips/vp9_mc_msa.c                                      int32_t height)
height            889 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height            939 libavcodec/mips/vp9_mc_msa.c                                       int32_t height)
height            945 libavcodec/mips/vp9_mc_msa.c                                  filter_vert, height);
height            956 libavcodec/mips/vp9_mc_msa.c                                       int32_t height)
height            962 libavcodec/mips/vp9_mc_msa.c                                  filter_vert, height);
height            973 libavcodec/mips/vp9_mc_msa.c                                       int32_t height)
height            979 libavcodec/mips/vp9_mc_msa.c                                  filter_vert, height);
height           1070 libavcodec/mips/vp9_mc_msa.c                                              int32_t height)
height           1072 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           1075 libavcodec/mips/vp9_mc_msa.c     } else if (8 == height) {
height           1085 libavcodec/mips/vp9_mc_msa.c                                              int32_t height)
height           1104 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1126 libavcodec/mips/vp9_mc_msa.c                                               int32_t height)
height           1146 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = height >> 1; loop_cnt--;) {
height           1184 libavcodec/mips/vp9_mc_msa.c                                               int32_t height)
height           1204 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = height; loop_cnt--;) {
height           1243 libavcodec/mips/vp9_mc_msa.c                                               int32_t height)
height           1263 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = height; loop_cnt--;) {
height           1305 libavcodec/mips/vp9_mc_msa.c                                              int32_t height)
height           1331 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1364 libavcodec/mips/vp9_mc_msa.c                                              int32_t height)
height           1387 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1426 libavcodec/mips/vp9_mc_msa.c                                                    int32_t height,
height           1460 libavcodec/mips/vp9_mc_msa.c         for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1522 libavcodec/mips/vp9_mc_msa.c                                               int32_t height)
height           1525 libavcodec/mips/vp9_mc_msa.c                                            filter, height, 16);
height           1532 libavcodec/mips/vp9_mc_msa.c                                               int32_t height)
height           1535 libavcodec/mips/vp9_mc_msa.c                                            filter, height, 32);
height           1542 libavcodec/mips/vp9_mc_msa.c                                               int32_t height)
height           1545 libavcodec/mips/vp9_mc_msa.c                                            filter, height, 64);
height           1554 libavcodec/mips/vp9_mc_msa.c                                                   int32_t height)
height           1596 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1637 libavcodec/mips/vp9_mc_msa.c                                                   int32_t height)
height           1686 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           1741 libavcodec/mips/vp9_mc_msa.c                                                    int32_t height)
height           1748 libavcodec/mips/vp9_mc_msa.c                                               height);
height           1761 libavcodec/mips/vp9_mc_msa.c                                                    int32_t height)
height           1768 libavcodec/mips/vp9_mc_msa.c                                               height);
height           1781 libavcodec/mips/vp9_mc_msa.c                                                    int32_t height)
height           1788 libavcodec/mips/vp9_mc_msa.c                                               height);
height           1849 libavcodec/mips/vp9_mc_msa.c                          int height, int mx, int my)
height           1853 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           1855 libavcodec/mips/vp9_mc_msa.c     } else if (8 == height) {
height           1886 libavcodec/mips/vp9_mc_msa.c                                      const int8_t *filter, int32_t height)
height           1921 libavcodec/mips/vp9_mc_msa.c     if (16 == height) {
height           1948 libavcodec/mips/vp9_mc_msa.c                          int height, int mx, int my)
height           1952 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           1956 libavcodec/mips/vp9_mc_msa.c                                  height);
height           1962 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           1972 libavcodec/mips/vp9_mc_msa.c     loop_cnt = (height >> 2) - 1;
height           2029 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           2043 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = height >> 1; loop_cnt--;) {
height           2076 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           2090 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = height; loop_cnt--;) {
height           2179 libavcodec/mips/vp9_mc_msa.c                          int height, int mx, int my)
height           2183 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           2185 libavcodec/mips/vp9_mc_msa.c     } else if (8 == height) {
height           2216 libavcodec/mips/vp9_mc_msa.c                                      const int8_t *filter, int32_t height)
height           2232 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           2261 libavcodec/mips/vp9_mc_msa.c                          int height, int mx, int my)
height           2265 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           2269 libavcodec/mips/vp9_mc_msa.c                                  height);
height           2275 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           2291 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2329 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           2346 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2407 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           2423 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height           2567 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           2572 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           2575 libavcodec/mips/vp9_mc_msa.c     } else if (8 == height) {
height           2627 libavcodec/mips/vp9_mc_msa.c                                    int32_t height)
height           2649 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           2705 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           2710 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           2715 libavcodec/mips/vp9_mc_msa.c                                       filter_horiz, filter_vert, height);
height           2721 libavcodec/mips/vp9_mc_msa.c                            int height, int mx, int my)
height           2747 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           2792 libavcodec/mips/vp9_mc_msa.c                            int height, int mx, int my)
height           2797 libavcodec/mips/vp9_mc_msa.c         ff_put_bilin_16hv_msa(dst, dst_stride, src, src_stride, height, mx, my);
height           2806 libavcodec/mips/vp9_mc_msa.c                            int height, int mx, int my)
height           2811 libavcodec/mips/vp9_mc_msa.c         ff_put_bilin_16hv_msa(dst, dst_stride, src, src_stride, height, mx, my);
height           2883 libavcodec/mips/vp9_mc_msa.c                          int height, int mx, int my)
height           2887 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           2890 libavcodec/mips/vp9_mc_msa.c     } else if (8 == height) {
height           2929 libavcodec/mips/vp9_mc_msa.c                                                   int32_t height)
height           2968 libavcodec/mips/vp9_mc_msa.c     if (16 == height) {
height           2998 libavcodec/mips/vp9_mc_msa.c                          int height, int mx, int my)
height           3002 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           3007 libavcodec/mips/vp9_mc_msa.c                                               filter, height);
height           3013 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           3052 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2) - 1; loop_cnt--;) {
height           3081 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           3096 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height           3131 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           3146 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = height; loop_cnt--;) {
height           3248 libavcodec/mips/vp9_mc_msa.c                          int height, int mx, int my)
height           3252 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           3255 libavcodec/mips/vp9_mc_msa.c     } else if (8 == height) {
height           3295 libavcodec/mips/vp9_mc_msa.c                                                   int32_t height)
height           3312 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 3); loop_cnt--;) {
height           3347 libavcodec/mips/vp9_mc_msa.c                          int height, int mx, int my)
height           3351 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           3356 libavcodec/mips/vp9_mc_msa.c                                               filter, height);
height           3362 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           3377 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3416 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           3432 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3496 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           3514 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 1); loop_cnt--;) {
height           3679 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           3684 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           3687 libavcodec/mips/vp9_mc_msa.c     } else if (8 == height) {
height           3749 libavcodec/mips/vp9_mc_msa.c                                                        int32_t height)
height           3772 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3807 libavcodec/mips/vp9_mc_msa.c                           int height, int mx, int my)
height           3812 libavcodec/mips/vp9_mc_msa.c     if (4 == height) {
height           3819 libavcodec/mips/vp9_mc_msa.c                                                    height);
height           3825 libavcodec/mips/vp9_mc_msa.c                            int height, int mx, int my)
height           3850 libavcodec/mips/vp9_mc_msa.c     for (loop_cnt = (height >> 2); loop_cnt--;) {
height           3896 libavcodec/mips/vp9_mc_msa.c                            int height, int mx, int my)
height           3901 libavcodec/mips/vp9_mc_msa.c         ff_avg_bilin_16hv_msa(dst, dst_stride, src, src_stride, height, mx, my);
height           3910 libavcodec/mips/vp9_mc_msa.c                            int height, int mx, int my)
height           3915 libavcodec/mips/vp9_mc_msa.c         ff_avg_bilin_16hv_msa(dst, dst_stride, src, src_stride, height, mx, my);
height           3924 libavcodec/mips/vp9_mc_msa.c                             int32_t height)
height           3929 libavcodec/mips/vp9_mc_msa.c     if (0 == height % 8) {
height           3930 libavcodec/mips/vp9_mc_msa.c         for (cnt = height >> 3; cnt--;) {
height           3941 libavcodec/mips/vp9_mc_msa.c     } else if (0 == height % 4) {
height           3942 libavcodec/mips/vp9_mc_msa.c         for (cnt = (height / 4); cnt--;) {
height           3954 libavcodec/mips/vp9_mc_msa.c                              int32_t height)
height           3959 libavcodec/mips/vp9_mc_msa.c     if (8 == height) {
height           3962 libavcodec/mips/vp9_mc_msa.c     } else if (16 == height) {
height           3971 libavcodec/mips/vp9_mc_msa.c     } else if (32 == height) {
height           3986 libavcodec/mips/vp9_mc_msa.c     } else if (0 == height % 4) {
height           3987 libavcodec/mips/vp9_mc_msa.c         for (cnt = (height >> 2); cnt--;) {
height           3998 libavcodec/mips/vp9_mc_msa.c                              int32_t height)
height           4003 libavcodec/mips/vp9_mc_msa.c     if (0 == height % 8) {
height           4004 libavcodec/mips/vp9_mc_msa.c         for (cnt = (height >> 3); cnt--;) {
height           4014 libavcodec/mips/vp9_mc_msa.c     } else if (0 == height % 4) {
height           4015 libavcodec/mips/vp9_mc_msa.c         for (cnt = (height >> 2); cnt--;) {
height           4028 libavcodec/mips/vp9_mc_msa.c                              int32_t height)
height           4034 libavcodec/mips/vp9_mc_msa.c     for (cnt = (height >> 2); cnt--;) {
height           4057 libavcodec/mips/vp9_mc_msa.c                            int32_t height)
height           4062 libavcodec/mips/vp9_mc_msa.c     if (8 == height) {
height           4074 libavcodec/mips/vp9_mc_msa.c     } else if (4 == height) {
height           4086 libavcodec/mips/vp9_mc_msa.c                            int32_t height)
height           4093 libavcodec/mips/vp9_mc_msa.c     if (0 == (height % 8)) {
height           4094 libavcodec/mips/vp9_mc_msa.c         for (cnt = (height >> 3); cnt--;) {
height           4114 libavcodec/mips/vp9_mc_msa.c     } else if (4 == height) {
height           4128 libavcodec/mips/vp9_mc_msa.c                             int32_t height)
height           4134 libavcodec/mips/vp9_mc_msa.c     if (0 == (height % 8)) {
height           4135 libavcodec/mips/vp9_mc_msa.c         for (cnt = (height / 8); cnt--;) {
height           4147 libavcodec/mips/vp9_mc_msa.c     } else if (0 == (height % 4)) {
height           4148 libavcodec/mips/vp9_mc_msa.c         for (cnt = (height / 4); cnt--;) {
height           4163 libavcodec/mips/vp9_mc_msa.c                             int32_t height)
height           4172 libavcodec/mips/vp9_mc_msa.c     if (0 == (height % 8)) {
height           4173 libavcodec/mips/vp9_mc_msa.c         for (cnt = (height / 8); cnt--;) {
height           4203 libavcodec/mips/vp9_mc_msa.c     } else if (0 == (height % 4)) {
height           4204 libavcodec/mips/vp9_mc_msa.c         for (cnt = (height / 4); cnt--;) {
height           4226 libavcodec/mips/vp9_mc_msa.c                             int32_t height)
height           4235 libavcodec/mips/vp9_mc_msa.c     for (cnt = (height / 4); cnt--;) {
height            307 libavcodec/mjpegdec.c     int len, nb_components, i, width, height, bits, ret, size_change;
height            339 libavcodec/mjpegdec.c     height = get_bits(&s->gb, 16);
height            343 libavcodec/mjpegdec.c     if (s->interlaced && s->width == width && s->height == height + 1)
height            344 libavcodec/mjpegdec.c         height= s->height;
height            346 libavcodec/mjpegdec.c     av_log(s->avctx, AV_LOG_DEBUG, "sof0: picture: %dx%d\n", width, height);
height            347 libavcodec/mjpegdec.c     if (av_image_check_size(width, height, 0, s->avctx) < 0)
height            349 libavcodec/mjpegdec.c     if (s->buf_size && (width + 7) / 8 * ((height + 7) / 8) > s->buf_size * 4LL)
height            429 libavcodec/mjpegdec.c     if (width != s->width || height != s->height || bits != s->bits ||
height            435 libavcodec/mjpegdec.c         s->height     = height;
height            446 libavcodec/mjpegdec.c             s->height < ((s->org_height * 3) / 4)) {
height            451 libavcodec/mjpegdec.c             height *= 2;
height            454 libavcodec/mjpegdec.c         ret = ff_set_dimensions(s->avctx, width, height);
height            733 libavcodec/mjpegdec.c                 s->width, s->height, s->linesize[0], s->linesize[1],
height            734 libavcodec/mjpegdec.c                 s->interlaced, s->avctx->height);
height            749 libavcodec/mjpegdec.c         int bh = (height + s->v_max * 8 - 1) / (s->v_max * 8);
height           1277 libavcodec/mjpegdec.c                             || v * mb_y + y >= s->height) {
height           1348 libavcodec/mjpegdec.c                             || v * mb_y + y >= s->height) {
height           1438 libavcodec/mjpegdec.c     chroma_height = AV_CEIL_RSHIFT(s->height, chroma_v_shift);
height           1477 libavcodec/mjpegdec.c                         && 8*(v * mb_y + y) < ((c == 1) || (c == 2) ? chroma_height : s->height)) {
height           1599 libavcodec/mjpegdec.c         int mb_height    = (s->height + v * block_size - 1) / (v * block_size);
height           1637 libavcodec/mjpegdec.c             reference->height != s->picture_ptr->height ||
height           1705 libavcodec/mjpegdec.c         s->mb_height = (s->height + s->v_max * block_size - 1) / (s->v_max * block_size);
height           1710 libavcodec/mjpegdec.c         s->mb_height    = (s->height + v * block_size - 1) / (v * block_size);
height           2608 libavcodec/mjpegdec.c             int h = s->height;
height           2670 libavcodec/mjpegdec.c             int h = s->height;
height           2701 libavcodec/mjpegdec.c             int h = s->picture_ptr->height;
height           2719 libavcodec/mjpegdec.c         int h = s->picture_ptr->height;
height           2742 libavcodec/mjpegdec.c         int h = s->picture_ptr->height;
height             83 libavcodec/mjpegdec.h     int width, height;
height             51 libavcodec/mjpegenc.c     s->mb_height = (s->height + 15) / 16;
height             77 libavcodec/mjpegenc.c     if (s->width > 65500 || s->height > 65500) {
height            362 libavcodec/mjpegenc.c     if ((avctx->height & 15) && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) {
height            365 libavcodec/mjpegenc.c                "use vstrict=-1 / -strict -1 to use %d anyway.\n", avctx->height);
height            377 libavcodec/mjpegenc.c         pic->data[i] += pic->linesize[i] * (vsample * s->height / V_MAX - 1);
height            285 libavcodec/mjpegenc_common.c     put_bits(pb, 16, avctx->height);
height            318 libavcodec/mmaldec.c                                         format_out->es->video.crop.y + format_out->es->video.crop.height)) < 0)
height            392 libavcodec/mmaldec.c     format_in->es->video.height = FFALIGN(avctx->height, 16);
height            394 libavcodec/mmaldec.c     format_in->es->video.crop.height = avctx->height;
height            643 libavcodec/mmaldec.c         int h = FFALIGN(avctx->height, 16);
height            654 libavcodec/mmaldec.c                       avctx->pix_fmt, avctx->width, avctx->height);
height             64 libavcodec/mmvideo.c     if (!avctx->width || !avctx->height ||
height             65 libavcodec/mmvideo.c         (avctx->width & 1) || (avctx->height & 1)) {
height             67 libavcodec/mmvideo.c                avctx->width, avctx->height);
height            100 libavcodec/mmvideo.c         if (y >= s->avctx->height)
height            119 libavcodec/mmvideo.c             if (half_vert && y + half_vert < s->avctx->height)
height            158 libavcodec/mmvideo.c         if (y + half_vert >= s->avctx->height)
height             67 libavcodec/motion_est.c     int height;
height             76 libavcodec/motion_est.c     return da->height - db->height;
height            163 libavcodec/motion_est.c                     av_assert2((fy>>1) + 16*s->mb_y <= s->height);
height            167 libavcodec/motion_est.c                     av_assert2((by>>1) + 16*s->mb_y <= s->height);
height            537 libavcodec/motion_est.c         c->ymax = - y + s->height;
height            582 libavcodec/motion_est.c     int safety_clipping= s->unrestricted_mv && (s->width&15) && (s->height&15);
height            596 libavcodec/motion_est.c             c->ymax = - 16*s->mb_y + s->height - 8*(block>>1);
height           1433 libavcodec/motion_est.c         ymax= FFMIN(ymax, s->height - max);
height            661 libavcodec/motion_est_template.c         if(d < minima[minima_count-1].height){\
height            664 libavcodec/motion_est_template.c             while(d >= minima[j].height) j++;\
height            669 libavcodec/motion_est_template.c             minima[j].height= d;\
height            709 libavcodec/motion_est_template.c         minima[j].height= score_map[i];
height            722 libavcodec/motion_est_template.c             minima[j].height+= (mv_penalty[((minima[j].x)<<shift)-pred_x] + mv_penalty[((minima[j].y)<<shift)-pred_y])*penalty_factor;
height            730 libavcodec/motion_est_template.c         minima[j].height=256*256*256*64;
height            756 libavcodec/motion_est_template.c     dmin= minima[0].height;
height             70 libavcodec/motionpixels.c     int h4 = (avctx->height + 3) & ~3;
height             81 libavcodec/motionpixels.c     mp->offset_bits_len = av_log2(avctx->width * avctx->height) + 1;
height             82 libavcodec/motionpixels.c     mp->vpt = av_mallocz_array(avctx->height, sizeof(YuvPixel));
height            114 libavcodec/motionpixels.c         if (y >= mp->avctx->height)
height            117 libavcodec/motionpixels.c         h = FFMIN(h, mp->avctx->height - y);
height            263 libavcodec/motionpixels.c     for (y = 0; y < mp->avctx->height; ++y) {
height            281 libavcodec/motionpixels.c         for (y = y0; y < mp->avctx->height; y += 2)
height            308 libavcodec/motionpixels.c     memset(mp->changes_map, 0, avctx->width * avctx->height);
height           1227 libavcodec/mpeg12dec.c                                                  s1->pan_scan.height }),
height           1228 libavcodec/mpeg12dec.c                          (AVRational) { s->width, s->height });
height           1234 libavcodec/mpeg12dec.c             if ((s1->pan_scan.width == 0) || (s1->pan_scan.height == 0) ||
height           1239 libavcodec/mpeg12dec.c                              (AVRational) { s->width, s->height });
height           1243 libavcodec/mpeg12dec.c                              (AVRational) { s1->pan_scan.width, s1->pan_scan.height });
height           1260 libavcodec/mpeg12dec.c     if (av_image_check_sar(s->width, s->height,
height           1270 libavcodec/mpeg12dec.c         avctx->coded_height      != s->height               ||
height           1272 libavcodec/mpeg12dec.c         s1->save_height          != s->height               ||
height           1274 libavcodec/mpeg12dec.c         (s1->save_progressive_seq != s->progressive_sequence && FFALIGN(s->height, 16) != FFALIGN(s->height, 32)) ||
height           1284 libavcodec/mpeg12dec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
height           1296 libavcodec/mpeg12dec.c         s1->save_height          = s->height;
height           1415 libavcodec/mpeg12dec.c     s->height |= (vert_size_ext  << 12);
height           1462 libavcodec/mpeg12dec.c     s1->pan_scan.height = 16 * h;
height           1904 libavcodec/mpeg12dec.c             if (s->mb_y >= ((s->height + 15) >> 4) &&
height           2096 libavcodec/mpeg12dec.c     int width, height;
height           2102 libavcodec/mpeg12dec.c     height = get_bits(&s->gb, 12);
height           2103 libavcodec/mpeg12dec.c     if (width == 0 || height == 0) {
height           2157 libavcodec/mpeg12dec.c     s->height = height;
height           2193 libavcodec/mpeg12dec.c     s->height           = avctx->coded_height;
height           2229 libavcodec/mpeg12dec.c     s1->save_height          = s->height;
height           2539 libavcodec/mpeg12dec.c             if (s2->width <= 0 || s2->height <= 0) {
height           2541 libavcodec/mpeg12dec.c                        s2->width, s2->height);
height            172 libavcodec/mpeg12enc.c             if (avctx->width <= 720 && avctx->height <= 608)
height            182 libavcodec/mpeg12enc.c             if (avctx->width <= 720 && avctx->height <= 576)
height            191 libavcodec/mpeg12enc.c     if ((avctx->width & 0xFFF) == 0 && (avctx->height & 0xFFF) == 1) {
height            197 libavcodec/mpeg12enc.c         if ((avctx->width & 0xFFF) == 0 || (avctx->height & 0xFFF) == 0) {
height            260 libavcodec/mpeg12enc.c         put_sbits(&s->pb, 12, s->height & 0xFFF);
height            267 libavcodec/mpeg12enc.c                 error -= (1LL<<32)*ff_mpeg2_aspect[i].num * s->height / s->width / ff_mpeg2_aspect[i].den;
height            302 libavcodec/mpeg12enc.c             s->height <= 576                                    &&
height            320 libavcodec/mpeg12enc.c             int height = s->height;
height            334 libavcodec/mpeg12enc.c             put_bits(&s->pb, 2, s->height >> 12);
height            345 libavcodec/mpeg12enc.c                 if (pan_scan->width && pan_scan->height) {
height            347 libavcodec/mpeg12enc.c                     height = pan_scan->height >> 4;
height            352 libavcodec/mpeg12enc.c                                 height != s->height ||
height            368 libavcodec/mpeg12enc.c                 put_bits(&s->pb, 14, height);                   // display_vertical_size
height            414 libavcodec/mpeg12enc.c     if (s->codec_id == AV_CODEC_ID_MPEG2VIDEO && s->height > 2800) {
height             99 libavcodec/mpeg4video_parser.c     if (s->width && (!avctx->width || !avctx->height ||
height            101 libavcodec/mpeg4video_parser.c         ret = ff_set_dimensions(avctx, s->width, s->height);
height            183 libavcodec/mpeg4videodec.c     int h     = s->height;
height            192 libavcodec/mpeg4videodec.c                                 { 0, s->height }, { s->width, s->height } };
height           2153 libavcodec/mpeg4videodec.c     int width, height, vo_ver_id;
height           2259 libavcodec/mpeg4videodec.c             height = get_bits(gb, 13);
height           2261 libavcodec/mpeg4videodec.c             if (width && height &&  /* they should be non zero but who knows */
height           2263 libavcodec/mpeg4videodec.c                 if (s->width && s->height &&
height           2264 libavcodec/mpeg4videodec.c                     (s->width != width || s->height != height))
height           2267 libavcodec/mpeg4videodec.c                 s->height = height;
height           2969 libavcodec/mpeg4videodec.c         s->v_edge_pos = s->height;
height           3135 libavcodec/mpeg4videodec.c     int width, height;
height           3180 libavcodec/mpeg4videodec.c                 height = get_bits(gb, 14); /* video_object_layer_height */
height           3184 libavcodec/mpeg4videodec.c                 if (width && height) {
height           3185 libavcodec/mpeg4videodec.c                     if (s->width && s->height &&
height           3186 libavcodec/mpeg4videodec.c                         (s->width != width || s->height != height))
height           3189 libavcodec/mpeg4videodec.c                     s->height = height;
height            662 libavcodec/mpeg4videoenc.c                         if (x + 16 > s->width || y + 16 > s->height) {
height            665 libavcodec/mpeg4videoenc.c                             int ye = FFMIN(16, s->height - y);
height           1020 libavcodec/mpeg4videoenc.c     put_bits(&s->pb, 13, s->height);    /* vol height */
height           1278 libavcodec/mpeg4videoenc.c     if (avctx->width >= (1<<13) || avctx->height >= (1<<13)) {
height            114 libavcodec/mpegpicture.c             pic->f->height = avctx->height + 2 * EDGE_WIDTH;
height            121 libavcodec/mpegpicture.c         pic->f->height = avctx->height;
height            141 libavcodec/mpegpicture.c         pic->f->height = avctx->height;
height             64 libavcodec/mpegutils.c     h = FFMIN(h, avctx->height - y);
height            524 libavcodec/mpegvideo.c     if (s->height != s1->height || s->width != s1->width || s->context_reinit) {
height            526 libavcodec/mpegvideo.c         s->height = s1->height;
height            535 libavcodec/mpegvideo.c     s->avctx->height        = s1->avctx->height;
height            676 libavcodec/mpegvideo.c     s->height          = avctx->coded_height;
height            903 libavcodec/mpegvideo.c         s->mb_height = (s->height + 31) / 32 * 2;
height            905 libavcodec/mpegvideo.c         s->mb_height = (s->height + 15) / 16;
height            924 libavcodec/mpegvideo.c     if ((s->width || s->height) &&
height            925 libavcodec/mpegvideo.c         av_image_check_size(s->width, s->height, 0, s->avctx))
height           1082 libavcodec/mpegvideo.c         s->mb_height = (s->height + 31) / 32 * 2;
height           1084 libavcodec/mpegvideo.c         s->mb_height = (s->height + 15) / 16;
height           1086 libavcodec/mpegvideo.c     if ((s->width || s->height) &&
height           1087 libavcodec/mpegvideo.c         (err = av_image_check_size(s->width, s->height, 0, s->avctx)) < 0)
height           1096 libavcodec/mpegvideo.c     if (s->width && s->height) {
height           1191 libavcodec/mpegvideo.c     for(i=0; i<frame->height; i++)
height           1193 libavcodec/mpegvideo.c     for(i=0; i<AV_CEIL_RSHIFT(frame->height, v_chroma_shift); i++) {
height           1331 libavcodec/mpegvideo.c             for(i=0; i<avctx->height; i++)
height           1335 libavcodec/mpegvideo.c                 for(i=0; i<AV_CEIL_RSHIFT(avctx->height, v_chroma_shift); i++) {
height           1344 libavcodec/mpegvideo.c                 for(i=0; i<avctx->height; i++)
height           1450 libavcodec/mpegvideo.c     av_assert0(ref->size >= offset + s->mb_stride * ((f->height+15)/16));
height           1460 libavcodec/mpegvideo.c                                      int width, int height, ptrdiff_t stride,
height           1741 libavcodec/mpegvideo.c                                s->width, s->height, s->linesize,
height            100 libavcodec/mpegvideo.h     int width, height;///< picture size. must be a multiple of 16
height            367 libavcodec/mpegvideo_enc.c     s->height   = avctx->height;
height            557 libavcodec/mpegvideo_enc.c          avctx->height > 1152 )) {
height            564 libavcodec/mpegvideo_enc.c          (avctx->height&3) )) {
height            571 libavcodec/mpegvideo_enc.c          avctx->height > 4095 )) {
height            578 libavcodec/mpegvideo_enc.c          avctx->height > 16383 )) {
height            585 libavcodec/mpegvideo_enc.c          avctx->height&15 )) {
height            592 libavcodec/mpegvideo_enc.c          avctx->height&3 )) {
height            789 libavcodec/mpegvideo_enc.c         if (ff_h261_get_picture_format(s->width, s->height) < 0) {
height            793 libavcodec/mpegvideo_enc.c                     s->width, s->height);
height            805 libavcodec/mpegvideo_enc.c                              s->width, s->height) == 8) {
height            810 libavcodec/mpegvideo_enc.c                    "Try H.263+.\n", s->width, s->height);
height           1046 libavcodec/mpegvideo_enc.c             s->tmp_frames[i]->height = s->height >> s->brd_scale;
height           1126 libavcodec/mpegvideo_enc.c     h = s->height & ~15;
height           1196 libavcodec/mpegvideo_enc.c         if ((s->width & 15) || (s->height & 15))
height           1238 libavcodec/mpegvideo_enc.c                     int h = s->height >> v_shift;
height           1245 libavcodec/mpegvideo_enc.c                         && FFALIGN(s->height, 32) - s->height > 16)
height           1262 libavcodec/mpegvideo_enc.c                     if ((s->width & 15) || (s->height & (vpad-1))) {
height           1371 libavcodec/mpegvideo_enc.c     int height = s->height >> scale;
height           1408 libavcodec/mpegvideo_enc.c                                        width, height);
height           1413 libavcodec/mpegvideo_enc.c                                        width >> 1, height >> 1);
height           1418 libavcodec/mpegvideo_enc.c                                        width >> 1, height >> 1);
height           1434 libavcodec/mpegvideo_enc.c         c->height       = height;
height           2253 libavcodec/mpegvideo_enc.c     if((mb_x * 16 + 16 > s->width || mb_y * 16 + 16 > s->height) && s->codec_id != AV_CODEC_ID_AMV){
height           2256 libavcodec/mpegvideo_enc.c         int ch = (s->height + s->chroma_y_shift) >> s->chroma_y_shift;
height           2260 libavcodec/mpegvideo_enc.c                                  s->width, s->height);
height           2725 libavcodec/mpegvideo_enc.c     if(s->mb_y*16 + 16 > s->height) h= s->height- s->mb_y*16;
height           2962 libavcodec/mpegvideo_enc.c             s->gob_index = H263_GOB_HEIGHT(s->height);
height           3519 libavcodec/mpegvideo_enc.c                 if(s->mb_y*16 + 16 > s->height) h= s->height- s->mb_y*16;
height             56 libavcodec/mpegvideo_motion.c     src_y = av_clip(src_y, -16, s->height);
height             57 libavcodec/mpegvideo_motion.c     if (src_y == s->height)
height            103 libavcodec/mpegvideo_motion.c     src_y = av_clip(src_y, -8, s->height >> 1);
height            104 libavcodec/mpegvideo_motion.c     if (src_y == s->height >> 1)
height            209 libavcodec/mpegvideo_motion.c     src_y = av_clip(src_y, -16, s->height);
height            210 libavcodec/mpegvideo_motion.c     if (src_y != s->height)
height            619 libavcodec/mpegvideo_motion.c     src_y = av_clip(src_y, -8, (s->height >> 1));
height            620 libavcodec/mpegvideo_motion.c     if (src_y == (s->height >> 1))
height            778 libavcodec/mpegvideo_motion.c             src_y = av_clip(src_y, -16, s->height);
height            779 libavcodec/mpegvideo_motion.c             if (src_y == s->height)
height             31 libavcodec/mpegvideo_parser.c     int width, height;
height             70 libavcodec/mpegvideo_parser.c                 pc->height = ((buf[1] & 0x0f) << 8) | buf[2];
height             71 libavcodec/mpegvideo_parser.c                 if(!avctx->width || !avctx->height || !avctx->coded_width || !avctx->coded_height){
height             72 libavcodec/mpegvideo_parser.c                     set_dim_ret = ff_set_dimensions(avctx, pc->width, pc->height);
height            105 libavcodec/mpegvideo_parser.c                         pc->height = (pc->height& 0xFFF) | ( vert_size_ext << 12);
height            108 libavcodec/mpegvideo_parser.c                             set_dim_ret = ff_set_dimensions(avctx, pc->width, pc->height);
height            172 libavcodec/mpegvideo_parser.c         s->height = pc->height;
height            174 libavcodec/mpegvideo_parser.c         s->coded_height = FFALIGN(pc->height, 16);
height             49 libavcodec/mpegvideodsp.c               int width, int height)
height             55 libavcodec/mpegvideodsp.c     height--;
height             73 libavcodec/mpegvideodsp.c                 if ((unsigned) src_y < height) {
height             82 libavcodec/mpegvideodsp.c                     index = src_x + av_clip(src_y, 0, height) * stride;
height             89 libavcodec/mpegvideodsp.c                 if ((unsigned) src_y < height) {
height             97 libavcodec/mpegvideodsp.c                             av_clip(src_y, 0, height) * stride;
height             26 libavcodec/mpegvideodsp.h               int width, int height);
height             40 libavcodec/mpegvideodsp.h                 int shift, int r, int width, int height);
height            119 libavcodec/mpegvideoencdsp.c static void draw_edges_8_c(uint8_t *buf, int wrap, int width, int height,
height            126 libavcodec/mpegvideoencdsp.c     for (i = 0; i < height; i++) {
height            134 libavcodec/mpegvideoencdsp.c     last_line = buf + (height - 1) * wrap;
height            148 libavcodec/mpegvideoencdsp.c                      int width, int height)
height            154 libavcodec/mpegvideoencdsp.c     for (; height > 0; height--) {
height            181 libavcodec/mpegvideoencdsp.c                      int width, int height)
height            187 libavcodec/mpegvideoencdsp.c     for (; height > 0; height--) {
height            212 libavcodec/mpegvideoencdsp.c                      int width, int height)
height            216 libavcodec/mpegvideoencdsp.c     for (; height > 0; height--) {
height             41 libavcodec/mpegvideoencdsp.h                       int src_wrap, int width, int height);
height             43 libavcodec/mpegvideoencdsp.h     void (*draw_edges)(uint8_t *buf, int wrap, int width, int height,
height            190 libavcodec/mscc.c     for (j = 0; j < avctx->height; j++) {
height            191 libavcodec/mscc.c         memcpy(frame->data[0] + (avctx->height - j - 1) * frame->linesize[0],
height            221 libavcodec/mscc.c     s->decomp_size = 2 * avctx->height * stride;
height            225 libavcodec/mscc.c     s->uncomp_size = avctx->height * stride;
height            308 libavcodec/msmpeg4dec.c     if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
height            420 libavcodec/msmpeg4dec.c     if (get_bits_left(&s->gb) * 8LL < (s->width+15)/16 * ((s->height+15)/16))
height            538 libavcodec/msmpeg4dec.c             s->inter_intra_pred= (s->width*s->height < 320*240 && s->bit_rate<=II_BITRATE);
height            559 libavcodec/msmpeg4dec.c             s->inter_intra_pred, s->width, s->height);
height            242 libavcodec/msmpeg4enc.c         s->inter_intra_pred= (s->width*s->height < 320*240 && s->bit_rate<=II_BITRATE && s->pict_type==AV_PICTURE_TYPE_P);
height            244 libavcodec/msmpeg4enc.c             s->inter_intra_pred, s->width, s->height);
height            114 libavcodec/msrle.c     if (avctx->height * istride == avpkt->size) { /* assume uncompressed */
height            117 libavcodec/msrle.c         uint8_t *buf = avpkt->data + (avctx->height-1)*istride;
height            123 libavcodec/msrle.c         for (i = 0; i < avctx->height; i++) {
height             40 libavcodec/msrledec.c     int line = avctx->height - 1;
height            133 libavcodec/msrledec.c     int p1, p2, line=avctx->height - 1, pos=0, i;
height            138 libavcodec/msrledec.c     output     = pic->data[0] + (avctx->height - 1) * pic->linesize[0];
height            160 libavcodec/mss1.c     c->pal_pic    =  ctx->pic->data[0] + ctx->pic->linesize[0] * (avctx->height - 1);
height            176 libavcodec/mss1.c                                         avctx->width, avctx->height);
height            295 libavcodec/mss12.c                          int x, int y, int width, int height, ptrdiff_t stride,
height            304 libavcodec/mss12.c     for (j = 0; j < height; j++) {
height            326 libavcodec/mss12.c                             int x, int y, int width, int height)
height            331 libavcodec/mss12.c         for (j = y; j < y + height; j++) {
height            342 libavcodec/mss12.c                                int x, int y, int width, int height)
height            345 libavcodec/mss12.c         y + c->mvY < 0 || y + c->mvY + height > c->avctx->height ||
height            363 libavcodec/mss12.c         for (j = 0; j < height; j++) {
height            378 libavcodec/mss12.c                                 int width, int height,
height            387 libavcodec/mss12.c     for (j = 0; j < height; j++) {
height            467 libavcodec/mss12.c                                int x, int y, int width, int height)
height            485 libavcodec/mss12.c         for (i = 0; i < height; i++, dst += stride, rgb_dst += rgb_stride) {
height            493 libavcodec/mss12.c                              x, y, width, height, c->pal_stride, c->rgb_stride,
height            501 libavcodec/mss12.c                                int x, int y, int width, int height)
height            519 libavcodec/mss12.c             copy_rectangles(c, x, y, width, height);
height            521 libavcodec/mss12.c             return motion_compensation(c, x, y, width, height);
height            523 libavcodec/mss12.c             return decode_region_intra(sc, acoder, x, y, width, height);
height            526 libavcodec/mss12.c                           x, y, width, height, c->mask_stride, 0,
height            532 libavcodec/mss12.c                                     x, y, width, height,
height            540 libavcodec/mss12.c                          int x, int y, int width, int height)
height            550 libavcodec/mss12.c         if ((pivot = decode_pivot(sc, acoder, height)) < 1)
height            554 libavcodec/mss12.c         if (ff_mss12_decode_rect(sc, acoder, x, y + pivot, width, height - pivot))
height            560 libavcodec/mss12.c         if (ff_mss12_decode_rect(sc, acoder, x, y, pivot, height))
height            562 libavcodec/mss12.c         if (ff_mss12_decode_rect(sc, acoder, x + pivot, y, width - pivot, height))
height            567 libavcodec/mss12.c             return decode_region_intra(sc, acoder, x, y, width, height);
height            569 libavcodec/mss12.c             return decode_region_inter(sc, acoder, x, y, width, height);
height            598 libavcodec/mss12.c     avctx->coded_height = FFMAX(AV_RB32(avctx->extradata + 24), avctx->height);
height            672 libavcodec/mss12.c     c->mask        = av_malloc_array(c->mask_stride, avctx->height);
height             97 libavcodec/mss12.h                          int x, int y, int width, int height);
height            512 libavcodec/mss2.c                 ctx->split_position = avctx->height / 2;
height            515 libavcodec/mss2.c         ctx->split_position = avctx->height;
height            518 libavcodec/mss2.c                            ctx->split_position > avctx->height - 1))
height            551 libavcodec/mss2.c             r->y = arith2_get_number(&acoder, avctx->height);
height            553 libavcodec/mss2.c             r->h = arith2_get_number(&acoder, avctx->height - r->y) + 1;
height            566 libavcodec/mss2.c             wmv9rects[0].h = avctx->height;
height            601 libavcodec/mss2.c         c->mvY = AV_RB16(buf - 2) - avctx->height;
height            613 libavcodec/mss2.c                               ctx->last_pic->linesize[0] * (avctx->height - 1);
height            627 libavcodec/mss2.c                     frame->linesize[0] * (avctx->height - 1);
height            637 libavcodec/mss2.c                        keyframe, avctx->width, avctx->height))
height            654 libavcodec/mss2.c                                  avctx->width, avctx->height))
height            662 libavcodec/mss2.c                                      avctx->width, avctx->height))
height            689 libavcodec/mss2.c                                                         avctx->height - ctx->split_position))
height            696 libavcodec/mss2.c             memset(c->pal_pic, 0, c->pal_stride * avctx->height);
height            830 libavcodec/mss2.c     c->pal_pic      = av_mallocz(c->pal_stride * avctx->height);
height            831 libavcodec/mss2.c     c->last_pal_pic = av_mallocz(c->pal_stride * avctx->height);
height            718 libavcodec/mss3.c         dec_y + dec_height > avctx->height ||
height            831 libavcodec/mss3.c     if ((avctx->width & 0xF) || (avctx->height & 0xF)) {
height            840 libavcodec/mss3.c         int b_height = avctx->height >> (2 + !!i);
height            517 libavcodec/mss4.c     int width, height, quality, frame_type;
height            530 libavcodec/mss4.c     height     = bytestream2_get_be16(&bc);
height            536 libavcodec/mss4.c         height != avctx->height) {
height            538 libavcodec/mss4.c                width, height);
height            556 libavcodec/mss4.c     mb_height = FFALIGN(height, 16) >> 4;
height             65 libavcodec/msvideo1.c     if (avctx->width < 4 || avctx->height < 4)
height            108 libavcodec/msvideo1.c     blocks_high = s->avctx->height / 4;
height            208 libavcodec/msvideo1.c     blocks_high = s->avctx->height / 4;
height            308 libavcodec/msvideo1.c     if (buf_size < (avctx->width/4) * (avctx->height/4) / 512) {
height             79 libavcodec/msvideo1enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*9 + AV_INPUT_BUFFER_MIN_SIZE, 0)) < 0)
height             84 libavcodec/msvideo1enc.c         c->prev = av_malloc(avctx->width * 3 * (avctx->height + 3));
height             85 libavcodec/msvideo1enc.c     prevptr = c->prev + avctx->width * 3 * (FFALIGN(avctx->height, 4) - 1);
height             86 libavcodec/msvideo1enc.c     src = (uint16_t*)(p->data[0] + p->linesize[0]*(FFALIGN(avctx->height, 4) - 1));
height             91 libavcodec/msvideo1enc.c     for(y = 0; y < avctx->height; y += 4){
height            265 libavcodec/msvideo1enc.c     if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) {
height            268 libavcodec/msvideo1enc.c     if((avctx->width&3) || (avctx->height&3)){
height            425 libavcodec/mv30.c     for (int y = 0; y < avctx->height; y += 16) {
height            470 libavcodec/mv30.c     const int mask_size = ((avctx->height >> 4) * (avctx->width >> 4) * 2 + 7) / 8;
height            508 libavcodec/mv30.c     for (int y = 0; y < avctx->height; y += 16) {
height            552 libavcodec/mv30.c                     py < 0 || py > FFALIGN(avctx->height, 16) - 16)
height             41 libavcodec/mvcdec.c     int height    = avctx->height;
height             46 libavcodec/mvcdec.c         height += 3;
height             49 libavcodec/mvcdec.c     height &= ~3;
height             50 libavcodec/mvcdec.c     if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
height             61 libavcodec/mvcdec.c                        uint8_t *dst_start, int width, int height, int linesize)
height             67 libavcodec/mvcdec.c     for (y = 0; y < height; y += 4) {
height            134 libavcodec/mvcdec.c                        uint8_t *dst_start, int width, int height,
height            146 libavcodec/mvcdec.c     if ((w & ~3) != width || (h & ~3) != height)
height            163 libavcodec/mvcdec.c         dst_start += (height - 1) * linesize;
height            217 libavcodec/mvcdec.c             if (y >= height)
height            239 libavcodec/mvcdec.c                           avctx->width, avctx->height, frame->linesize[0]);
height            242 libavcodec/mvcdec.c                           avctx->width, avctx->height, frame->linesize[0],
height            181 libavcodec/mvha.c             for (int y = 0; y < avctx->height; y++) {
height            182 libavcodec/mvha.c                 s->zstream.next_out  = frame->data[p] + (avctx->height - y - 1) * frame->linesize[p];
height            234 libavcodec/mvha.c             dst = frame->data[p] + (avctx->height - 1) * frame->linesize[p];
height            235 libavcodec/mvha.c             for (int y = 0; y < avctx->height; y++) {
height            259 libavcodec/mvha.c         dst = frame->data[p] + (avctx->height - 1) * frame->linesize[p];
height            261 libavcodec/mvha.c         if (avctx->height > 1) {
height            264 libavcodec/mvha.c             for (int y = 1; y < avctx->height; y++) {
height             41 libavcodec/mwsc.c                           int width, int height, int stride, int pb_linesize, int gbp_linesize)
height             45 libavcodec/mwsc.c     bytestream2_seek_p(pb, (height - 1) * pb_linesize, SEEK_SET);
height            120 libavcodec/mwsc.c     bytestream2_init(&gbp, s->prev_frame->data[0], avctx->height * s->prev_frame->linesize[0]);
height            121 libavcodec/mwsc.c     bytestream2_init_writer(&pb, frame->data[0], avctx->height * frame->linesize[0]);
height            123 libavcodec/mwsc.c     frame->key_frame = rle_uncompress(&gb, &pb, &gbp, avctx->width, avctx->height, avctx->width * 3,
height            145 libavcodec/mwsc.c     size = 32LL * avctx->height * avctx->width;
height            163 libavcodec/mxpegdec.c         (jpg->height + 0x0F)>>4 != s->mb_height) {
height            238 libavcodec/notchlc.c     for (int y = 0; y < avctx->height; y += 4) {
height            282 libavcodec/notchlc.c     for (int y = 0; y < avctx->height; y += 16) {
height             40 libavcodec/nuv.c     int width, height;
height             76 libavcodec/nuv.c static void copy_frame(AVFrame *f, const uint8_t *src, int width, int height)
height             81 libavcodec/nuv.c                          f->format, width, height, 1);
height             83 libavcodec/nuv.c                   f->format, width, height);
height            117 libavcodec/nuv.c static int codec_reinit(AVCodecContext *avctx, int width, int height,
height            124 libavcodec/nuv.c     height = FFALIGN(height, 2);
height            127 libavcodec/nuv.c     if (width != c->width || height != c->height) {
height            129 libavcodec/nuv.c         int64_t buf_size = height * (int64_t)width * 3 / 2
height            134 libavcodec/nuv.c         if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
height            137 libavcodec/nuv.c         c->height = height;
height            145 libavcodec/nuv.c         ff_rtjpeg_decode_init(&c->rtj, c->width, c->height, c->lq, c->cq);
height            149 libavcodec/nuv.c         ff_rtjpeg_decode_init(&c->rtj, c->width, c->height, c->lq, c->cq);
height            190 libavcodec/nuv.c         ff_rtjpeg_decode_init(&c->rtj, c->width, c->height, c->lq, c->cq);
height            203 libavcodec/nuv.c         if (c->width < 16 || c->height < 16) {
height            217 libavcodec/nuv.c         minsize = c->width * c->height * 3 / 2;
height            220 libavcodec/nuv.c         minsize = c->width/16 * (c->height/16) * 6;
height            284 libavcodec/nuv.c         memset(c->pic->data[0], 0,    avctx->height * c->pic->linesize[0]);
height            285 libavcodec/nuv.c         memset(c->pic->data[1], 0x80, avctx->height * c->pic->linesize[1] / 2);
height            286 libavcodec/nuv.c         memset(c->pic->data[2], 0x80, avctx->height * c->pic->linesize[2] / 2);
height            295 libavcodec/nuv.c         int height = c->height;
height            296 libavcodec/nuv.c         if (buf_size < c->width * height * 3 / 2) {
height            298 libavcodec/nuv.c             height = buf_size / c->width / 3 * 2;
height            300 libavcodec/nuv.c         if(height > 0)
height            301 libavcodec/nuv.c             copy_frame(c->pic, buf, c->width, height);
height            311 libavcodec/nuv.c         memset(c->pic->data[0], 0, c->width * c->height);
height            312 libavcodec/nuv.c         memset(c->pic->data[1], 128, c->width * c->height / 4);
height            313 libavcodec/nuv.c         memset(c->pic->data[2], 128, c->width * c->height / 4);
height            340 libavcodec/nuv.c     c->height      = 0;
height            349 libavcodec/nuv.c     if ((ret = codec_reinit(avctx, avctx->width, avctx->height, -1)) < 0)
height            532 libavcodec/nvdec.c         offset += pitch * (frame->height >> (i ? shift_v : 0));
height            680 libavcodec/nvdec.c     frames_ctx->height            = (avctx->coded_height + 1) & ~1;
height             94 libavcodec/nvdec_hevc.c         .FrameHeightInMbs  = sps->height / 16,
height            101 libavcodec/nvdec_hevc.c             .pic_height_in_luma_samples                   = sps->height,
height             50 libavcodec/nvdec_mjpeg.c         .FrameHeightInMbs  = (cur_frame->height + 15) / 16,
height             50 libavcodec/nvdec_mpeg12.c         .FrameHeightInMbs  = (cur_frame->height + 15) / 16,
height             51 libavcodec/nvdec_mpeg4.c         .FrameHeightInMbs  = (cur_frame->height + 15) / 16,
height             64 libavcodec/nvdec_mpeg4.c             .video_object_layer_height    = s->height,
height             50 libavcodec/nvdec_vc1.c         .FrameHeightInMbs  = (cur_frame->height + 15) / 16,
height             65 libavcodec/nvdec_vc1.c             .FrameHeight       = cur_frame->height,
height             55 libavcodec/nvdec_vp8.c         .FrameHeightInMbs  = (cur_frame->height + 15) / 16,
height             60 libavcodec/nvdec_vp8.c             .height                      = cur_frame->height,
height             54 libavcodec/nvdec_vp9.c         .FrameHeightInMbs  = (cur_frame->height + 15) / 16,
height             59 libavcodec/nvdec_vp9.c             .height                   = cur_frame->height,
height            359 libavcodec/nvenc.c     if (ret < avctx->height) {
height            361 libavcodec/nvenc.c                avctx->height, ret);
height           1168 libavcodec/nvenc.c     sh = avctx->height;
height           1193 libavcodec/nvenc.c     ctx->init_encode_params.encodeHeight = avctx->height;
height           1363 libavcodec/nvenc.c         allocSurf.height = avctx->height;
height           1373 libavcodec/nvenc.c         ctx->surfaces[idx].height = allocSurf.height;
height           1612 libavcodec/nvenc.c     ret = av_image_fill_pointers(dst_data, frame->format, nv_surface->height,
height           1622 libavcodec/nvenc.c                   avctx->width, avctx->height);
height           1684 libavcodec/nvenc.c     reg.height             = frames_ctx->height;
height           2119 libavcodec/nvenc.c         pic_params.inputHeight = in_surf->height;
height             71 libavcodec/nvenc.h     int height;
height            468 libavcodec/omx.c     s->plane_size = avctx->height;
height            474 libavcodec/omx.c     in_port_params.format.video.nFrameHeight = avctx->height;
height            494 libavcodec/omx.c     out_port_params.format.video.nFrameHeight  = avctx->height;
height            796 libavcodec/omx.c             av_image_copy(dst, linesize, (const uint8_t**) frame->data, frame->linesize, avctx->pix_fmt, avctx->width, avctx->height);
height            308 libavcodec/options.c {"height", "", FOFFSET(height), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, 0},
height             54 libavcodec/pafvideo.c     int height;
height             85 libavcodec/pafvideo.c     c->height = avctx->height;
height             87 libavcodec/pafvideo.c     if (avctx->height & 3 || avctx->width & 3) {
height             90 libavcodec/pafvideo.c                avctx->width, avctx->height);
height             95 libavcodec/pafvideo.c     ret = av_image_check_size2(avctx->width, FFALIGN(avctx->height, 256), avctx->max_pixels, avctx->pix_fmt, 0, avctx);
height            103 libavcodec/pafvideo.c     c->frame_size = avctx->width * FFALIGN(avctx->height, 256);
height            104 libavcodec/pafvideo.c     c->video_size = avctx->width * avctx->height;
height            230 libavcodec/pafvideo.c     for (i = 0; i < c->height; i += 4, dst += c->width * 3)
height            401 libavcodec/pafvideo.c                         c->width, c->height);
height             33 libavcodec/pamenc.c     h = avctx->height;
height            109 libavcodec/pcxenc.c     if (avctx->width > 65535 || avctx->height > 65535) {
height            147 libavcodec/pcxenc.c     max_pkt_size = 128 + avctx->height * 2 * line_bytes * nplanes + (pal ? 256*3 + 1 : 0);
height            165 libavcodec/pcxenc.c     bytestream_put_le16(&buf, avctx->height - 1);   // y max
height            179 libavcodec/pcxenc.c     for (y = 0; y < avctx->height; y++) {
height            238 libavcodec/pgssubdec.c     unsigned int rle_bitmap_len, width, height;
height            290 libavcodec/pgssubdec.c     height = bytestream_get_be16(&buf);
height            293 libavcodec/pgssubdec.c     if (avctx->width < width || avctx->height < height || !width || !height) {
height            294 libavcodec/pgssubdec.c         av_log(avctx, AV_LOG_ERROR, "Bitmap dimensions (%dx%d) invalid.\n", width, height);
height            299 libavcodec/pgssubdec.c     object->h = height;
height            361 libavcodec/pgssubdec.c         if (avctx->height <= 0 || avctx->height > 576) {
height            472 libavcodec/pgssubdec.c             ctx->presentation.objects[i].y > avctx->height) {
height            476 libavcodec/pgssubdec.c                     avctx->width, avctx->height);
height             34 libavcodec/pictordec.c     int width, height;
height             82 libavcodec/pictordec.c                    yl = s->height - 1;
height            141 libavcodec/pictordec.c     s->height      = bytestream2_get_le16u(&s->g);
height            165 libavcodec/pictordec.c     if (av_image_check_size(s->width, s->height, 0, avctx) < 0)
height            167 libavcodec/pictordec.c     if (s->width != avctx->width || s->height != avctx->height) {
height            168 libavcodec/pictordec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
height            175 libavcodec/pictordec.c     memset(frame->data[0], 0, s->height * frame->linesize[0]);
height            224 libavcodec/pictordec.c     y = s->height - 1;
height             43 libavcodec/pixlet.c     unsigned width, height;
height            106 libavcodec/pixlet.c         ctx->band[plane][0].height =  h >> NB_LEVELS;
height            113 libavcodec/pixlet.c             ctx->band[plane][i + 1].height =  h >> scale;
height            358 libavcodec/pixlet.c                                int width, int height, ptrdiff_t stride)
height            365 libavcodec/pixlet.c     for (i = 0; i < height; i++) {
height            423 libavcodec/pixlet.c                            unsigned width, unsigned height, ptrdiff_t stride,
height            432 libavcodec/pixlet.c     scaled_height = height >> NB_LEVELS;
height            550 libavcodec/pixlet.c                           ctx->band[plane][0].height - 1, 1, stride);
height            559 libavcodec/pixlet.c                           (ctx->band[plane][0].width - 1) * (ctx->band[plane][0].height - 1),
height            578 libavcodec/pixlet.c                        ctx->band[plane][0].height, stride);
height            591 libavcodec/pixlet.c     int i, w, h, width, height, ret, version;
height            614 libavcodec/pixlet.c     height = bytestream2_get_be32(&ctx->gb);
height            617 libavcodec/pixlet.c         || height > INT_MAX - (1U << (NB_LEVELS + 1)))
height            621 libavcodec/pixlet.c     h = FFALIGN(height, 1 << (NB_LEVELS + 1));
height            636 libavcodec/pixlet.c     avctx->height = height;
height             63 libavcodec/pngdec.c     int width, height;
height            578 libavcodec/pngdec.c     s->height = s->cur_h = bytestream2_get_be32(&s->gb);
height            579 libavcodec/pngdec.c     if (av_image_check_size(s->width, s->height, 0, avctx)) {
height            580 libavcodec/pngdec.c         s->cur_w = s->cur_h = s->width = s->height = 0;
height            603 libavcodec/pngdec.c                 s->width, s->height, s->bit_depth, s->color_type,
height            608 libavcodec/pngdec.c     s->cur_w = s->cur_h = s->width = s->height = 0;
height            641 libavcodec/pngdec.c         ret = ff_set_dimensions(avctx, s->width, s->height);
height            905 libavcodec/pngdec.c         for (j = 0; j < s->height; j++) {
height            925 libavcodec/pngdec.c         for (j = 0; j < s->height; j++) {
height            953 libavcodec/pngdec.c         for (j = 0; j < s->height; j++) {
height           1010 libavcodec/pngdec.c          cur_h != s->height ||
height           1015 libavcodec/pngdec.c         cur_w > s->width - x_offset|| cur_h > s->height - y_offset)
height           1060 libavcodec/pngdec.c     for (j = 0; j < s->height; j++) {
height           1087 libavcodec/pngdec.c     buffer = av_malloc_array(s->image_linesize, s->height);
height           1095 libavcodec/pngdec.c         memcpy(buffer, s->last_picture.f->data[0], s->image_linesize * s->height);
height           1101 libavcodec/pngdec.c         memcpy(s->previous_picture.f->data[0], buffer, s->image_linesize * s->height);
height           1105 libavcodec/pngdec.c         memcpy(buffer, s->previous_picture.f->data[0], s->image_linesize * s->height);
height           1179 libavcodec/pngdec.c     memcpy(p->data[0], buffer, s->image_linesize * s->height);
height           1404 libavcodec/pngdec.c         for (y = 0; y < s->height; ++y) {
height           1445 libavcodec/pngdec.c             && s->last_picture.f->height== p->height
height           1452 libavcodec/pngdec.c                      s->previous_picture.f->height== p->height &&
height           1637 libavcodec/pngdec.c         s->height = s->cur_h = h = y2-y;
height           1640 libavcodec/pngdec.c             h <= 0 || y < 0 || y >= avctx->height || h + y > avctx->height) {
height           1649 libavcodec/pngdec.c                            (h == avctx->height) &&
height           1681 libavcodec/pngdec.c         s->image_buf         = frame->data[0] + (avctx->height - y - 1) * frame->linesize[0] + x * 3;
height           1744 libavcodec/pngdec.c         pdst->height            = psrc->height;
height             42 libavcodec/pngenc.c     uint32_t width, height;
height            352 libavcodec/pngenc.c     AV_WB32(s->buf + 4, avctx->height);
height            472 libavcodec/pngenc.c                 for (y = 0; y < pict->height; y++)
height            488 libavcodec/pngenc.c         for (y = 0; y < pict->height; y++) {
height            535 libavcodec/pngenc.c         avctx->height * (
height            578 libavcodec/pngenc.c     unsigned int topmost_y = input->height;
height            586 libavcodec/pngenc.c     for (y = 0; y < input->height; ++y) {
height            703 libavcodec/pngenc.c     output->height = bottommost_y - topmost_y;
height            705 libavcodec/pngenc.c     fctl_chunk->height = output->height;
height            730 libavcodec/pngenc.c         best_fctl_chunk->height = pict->height;
height            743 libavcodec/pngenc.c     diffFrame->height = pict->height;
height            773 libavcodec/pngenc.c                 diffFrame->height = pict->height;
height            779 libavcodec/pngenc.c                     for (y = last_fctl_chunk.y_offset; y < last_fctl_chunk.y_offset + last_fctl_chunk.height; ++y) {
height            789 libavcodec/pngenc.c                 diffFrame->height = pict->height;
height            865 libavcodec/pngenc.c         avctx->height * (
height            933 libavcodec/pngenc.c         AV_WB32(buf + 8, s->last_frame_fctl.height);
height            958 libavcodec/pngenc.c                 s->prev_frame->height = pict->height;
height            968 libavcodec/pngenc.c                 for (y = s->last_frame_fctl.y_offset; y < s->last_frame_fctl.y_offset + s->last_frame_fctl.height; ++y) {
height            224 libavcodec/pnm.c         h = (avctx->height * 2);
height            228 libavcodec/pnm.c         avctx->height = h;
height            113 libavcodec/pnm_parser.c                + av_image_get_buffer_size(avctx->pix_fmt, avctx->width, avctx->height, 1);
height            128 libavcodec/pnmdec.c         if (n * avctx->height > s->bytestream_end - s->bytestream)
height            131 libavcodec/pnmdec.c             for (i=0; i<avctx->height; i++) {
height            166 libavcodec/pnmdec.c         for (i = 0; i < avctx->height; i++) {
height            196 libavcodec/pnmdec.c             if (n * avctx->height * 3 / 2 > s->bytestream_end - s->bytestream)
height            198 libavcodec/pnmdec.c             for (i = 0; i < avctx->height; i++) {
height            206 libavcodec/pnmdec.c             h = avctx->height >> 1;
height            226 libavcodec/pnmdec.c             if (n * avctx->height * 3 / 2 > s->bytestream_end - s->bytestream)
height            228 libavcodec/pnmdec.c             for (i = 0; i < avctx->height; i++) {
height            239 libavcodec/pnmdec.c             h = avctx->height >> 1;
height            259 libavcodec/pnmdec.c         if (avctx->width * avctx->height * 12 > s->bytestream_end - s->bytestream)
height            268 libavcodec/pnmdec.c             for (int i = 0; i < avctx->height; i++) {
height            286 libavcodec/pnmdec.c             for (int i = 0; i < avctx->height; i++) {
height             34 libavcodec/pnmenc.c                                         avctx->width, avctx->height, 1);
height             43 libavcodec/pnmenc.c     h  = avctx->height;
height             67 libavcodec/pnmenc.c         if (avctx->width & 1 || avctx->height & 1) {
height            657 libavcodec/ppc/h264dsp.c void weight_h264_W_altivec(uint8_t *block, int stride, int height,
height            682 libavcodec/ppc/h264dsp.c     for (y = 0; y < height; y++) {
height            706 libavcodec/ppc/h264dsp.c void biweight_h264_W_altivec(uint8_t *dst, uint8_t *src, int stride, int height,
height            733 libavcodec/ppc/h264dsp.c     for (y = 0; y < height; y++) {
height            774 libavcodec/ppc/h264dsp.c static void weight_h264_pixels ## W ## _altivec(uint8_t *block, ptrdiff_t stride, int height, \
height            777 libavcodec/ppc/h264dsp.c     weight_h264_W_altivec(block, stride, height, log2_denom, weight, offset, W); \
height            779 libavcodec/ppc/h264dsp.c static void biweight_h264_pixels ## W ## _altivec(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, \
height            782 libavcodec/ppc/h264dsp.c     biweight_h264_W_altivec(dst, src, stride, height, log2_denom, weightd, weights, offset, W); \
height            202 libavcodec/proresdec2.c     int hdr_size, width, height, flags;
height            221 libavcodec/proresdec2.c     height = AV_RB16(buf + 10);
height            223 libavcodec/proresdec2.c     if (width != avctx->width || height != avctx->height) {
height            227 libavcodec/proresdec2.c                avctx->width, avctx->height, width, height);
height            228 libavcodec/proresdec2.c         if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
height            329 libavcodec/proresdec2.c         ctx->mb_height = (avctx->height + 31) >> 5;
height            331 libavcodec/proresdec2.c         ctx->mb_height = (avctx->height + 15) >> 4;
height            473 libavcodec/proresenc_anatoliy.c                                                unsigned stride, unsigned width, unsigned height, uint16_t *dst,
height            484 libavcodec/proresenc_anatoliy.c         box_height = FFMIN(height - y, dst_height);
height            488 libavcodec/proresenc_anatoliy.c         box_height = FFMIN(height/2 - y, dst_height);
height            521 libavcodec/proresenc_anatoliy.c         unsigned stride, unsigned width, unsigned height, uint16_t *dst,
height            524 libavcodec/proresenc_anatoliy.c     subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 0, is_interlaced, is_top_field);
height            529 libavcodec/proresenc_anatoliy.c                                unsigned stride, unsigned width, unsigned height, uint16_t *dst,
height            532 libavcodec/proresenc_anatoliy.c     subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 1, is_interlaced, is_top_field);
height            577 libavcodec/proresenc_anatoliy.c                 luma_stride, avctx->width, avctx->height,
height            580 libavcodec/proresenc_anatoliy.c                            chroma_stride, avctx->width >> ctx->is_422, avctx->height,
height            583 libavcodec/proresenc_anatoliy.c                            chroma_stride, avctx->width >> ctx->is_422, avctx->height,
height            640 libavcodec/proresenc_anatoliy.c                            alpha_stride, avctx->width, avctx->height,
height            665 libavcodec/proresenc_anatoliy.c         mb_height = (avctx->height + 15) >> 4;
height            669 libavcodec/proresenc_anatoliy.c             picture_height = (avctx->height + 1) / 2;
height            671 libavcodec/proresenc_anatoliy.c             picture_height = avctx->height / 2;
height            693 libavcodec/proresenc_anatoliy.c             unsafe_bot = (avctx->height & 0xf) && (mb_y == unsafe_mb_height_limit - 1);
height            725 libavcodec/proresenc_anatoliy.c     int frame_size = FFALIGN(avctx->width, 16) * FFALIGN(avctx->height, 16)*16 + 500 + AV_INPUT_BUFFER_MIN_SIZE; //FIXME choose tighter limit
height            741 libavcodec/proresenc_anatoliy.c     bytestream_put_be16(&buf, avctx->height);
height            829 libavcodec/proresenc_anatoliy.c     if (avctx->width > 65534 || avctx->height > 65535) {
height            878 libavcodec/proresenc_anatoliy.c         if ((avctx->height & 0xf) || (avctx->width & 0xf)) {
height            887 libavcodec/proresenc_anatoliy.c         if ((avctx->height & 0xf) || (avctx->width & 0xf)) {
height            609 libavcodec/proresenc_kostya.c                            pwidth, avctx->height / ctx->pictures_per_frame,
height            625 libavcodec/proresenc_kostya.c                            pwidth, avctx->height / ctx->pictures_per_frame,
height            854 libavcodec/proresenc_kostya.c                            pwidth, avctx->height / ctx->pictures_per_frame,
height            859 libavcodec/proresenc_kostya.c                            pwidth, avctx->height / ctx->pictures_per_frame,
height           1031 libavcodec/proresenc_kostya.c     bytestream_put_be16  (&buf, avctx->height);
height           1250 libavcodec/proresenc_kostya.c         ctx->mb_height = FFALIGN(avctx->height, 32) >> 5;
height           1252 libavcodec/proresenc_kostya.c         ctx->mb_height = FFALIGN(avctx->height, 16) >> 4;
height            132 libavcodec/prosumer.c static void vertical_predict(uint32_t *dst, int offset, const uint32_t *src, int stride, int height)
height            136 libavcodec/prosumer.c     for (int i = 0; i < height; i++) {
height            168 libavcodec/prosumer.c     vertical_predict((uint32_t *)s->decbuffer, s->stride, (uint32_t *)s->decbuffer, s->stride, avctx->height - 1);
height            174 libavcodec/prosumer.c     for (int i = avctx->height - 1; i >= 0 ; i--) {
height            178 libavcodec/prosumer.c         const uint8_t *src = s->decbuffer + (avctx->height - 1 - i) * s->stride;
height            343 libavcodec/prosumer.c     s->size = avctx->height * s->stride;
height             59 libavcodec/psd.c     int height;
height             98 libavcodec/psd.c     s->height = bytestream2_get_be32(&s->gb);
height            100 libavcodec/psd.c     if ((s->height > 30000) && (s->avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL)) {
height            117 libavcodec/psd.c     if ((ret = ff_set_dimensions(s->avctx, s->width, s->height)) < 0)
height            234 libavcodec/psd.c     scanline_count = s->height * s->channel_count;
height            419 libavcodec/psd.c     s->uncompressed_size = s->line_size * s->height * s->channel_count;
height            450 libavcodec/psd.c             for (y = 0; y < s->height; y++) {
height            463 libavcodec/psd.c         src[1] = src[0] + s->line_size * s->height;
height            464 libavcodec/psd.c         src[2] = src[1] + s->line_size * s->height;
height            465 libavcodec/psd.c         src[3] = src[2] + s->line_size * s->height;
height            466 libavcodec/psd.c         src[4] = src[3] + s->line_size * s->height;
height            468 libavcodec/psd.c             for (y = 0; y < s->height; y++) {
height            487 libavcodec/psd.c                 for (y = 0; y < s->height; y++) {
height            494 libavcodec/psd.c             for (y = 0; y < s->height; y++) {
height            513 libavcodec/psd.c                 for (y = 0; y < s->height; y++) {
height            527 libavcodec/psd.c             for (y = 0; y < s->height; y++) {
height            253 libavcodec/pthread_frame.c         dst->height    = src->height;
height            138 libavcodec/pthread_slice.c         avctx->height > 2800)
height            143 libavcodec/pthread_slice.c         if  (avctx->height)
height            144 libavcodec/pthread_slice.c             nb_cpus = FFMIN(nb_cpus, (avctx->height+15)/16);
height             80 libavcodec/qdrw.c     for (i = 0; i < avctx->height; i++) {
height            135 libavcodec/qdrw.c     for (i = 0; i < avctx->height; i++) {
height            179 libavcodec/qdrw.c     for (i = 0; i < avctx->height; i++) {
height            223 libavcodec/qdrw.c     for (i = 0; i < avctx->height; i++) {
height             39 libavcodec/qpeg.c                               int stride, int width, int height)
height             48 libavcodec/qpeg.c     rows_to_go = height;
height             49 libavcodec/qpeg.c     height--;
height             50 libavcodec/qpeg.c     dst = dst + height * stride;
height            125 libavcodec/qpeg.c                               int stride, int width, int height,
height            136 libavcodec/qpeg.c         for (i = 0; i < height; i++)
height            142 libavcodec/qpeg.c     orig_height = height;
height            143 libavcodec/qpeg.c     height--;
height            144 libavcodec/qpeg.c     dst = dst + height * stride;
height            146 libavcodec/qpeg.c     while ((bytestream2_get_bytes_left(&qctx->buffer) > 0) && (height >= 0)) {
height            178 libavcodec/qpeg.c                        (height - me_y - me_h < 0) || (height - me_y >= orig_height) ||
height            179 libavcodec/qpeg.c                        (filled + me_w > width) || (height - me_h < 0))
height            181 libavcodec/qpeg.c                                me_x, me_y, me_w, me_h, filled, height);
height            184 libavcodec/qpeg.c                         me_plane = refdata + (filled + me_x) + (height - me_y) * stride;
height            207 libavcodec/qpeg.c                     height--;
height            208 libavcodec/qpeg.c                     if (height < 0)
height            223 libavcodec/qpeg.c                     height--;
height            224 libavcodec/qpeg.c                     if (height < 0)
height            244 libavcodec/qpeg.c                 height--;
height            245 libavcodec/qpeg.c                 if(height < 0)
height            258 libavcodec/qpeg.c                 height--;
height            294 libavcodec/qpeg.c         qpeg_decode_intra(a, outdata, p->linesize[0], avctx->width, avctx->height);
height            296 libavcodec/qpeg.c         qpeg_decode_inter(a, outdata, p->linesize[0], avctx->width, avctx->height, delta, ctable, ref->data[0]);
height            569 libavcodec/qsv.c         frames_ctx->height            = i->Height;
height            642 libavcodec/qsv.c     qsv_mid->hw_frame->height  = hw_frames_ctx->height;
height             66 libavcodec/qsvdec.c     frame->height      = avctx->height;
height             87 libavcodec/qsvdec.c                             frame->linesize[0] * FFALIGN(avctx->height, 64);
height            236 libavcodec/qsvdec.c     avctx->height       = param->mfx.FrameInfo.CropH;
height            253 libavcodec/qsvdec.c                     FFALIGN(avctx->width, 128), FFALIGN(avctx->height, 64), 1), av_buffer_allocz);
height            445 libavcodec/qsvenc.c     q->param.mfx.FrameInfo.CropH          = avctx->height;
height            454 libavcodec/qsvenc.c     q->param.mfx.FrameInfo.Height = FFALIGN(avctx->height, 16);
height            479 libavcodec/qsvenc.c     q->param.mfx.FrameInfo.Height = FFALIGN(avctx->height, q->height_align);
height            546 libavcodec/qsvenc.c     q->param.mfx.FrameInfo.CropH          = avctx->height;
height            575 libavcodec/qsvenc.c     q->param.mfx.FrameInfo.Height = FFALIGN(avctx->height, q->height_align);
height           1329 libavcodec/qsvenc.c          if ((frame->height & 31 || frame->linesize[0] & (q->width_align - 1)) ||
height           1330 libavcodec/qsvenc.c             (frame->data[1] - frame->data[0] != frame->linesize[0] * FFALIGN(qf->frame->height, q->height_align))) {
height           1331 libavcodec/qsvenc.c             qf->frame->height = FFALIGN(frame->height, q->height_align);
height           1342 libavcodec/qsvenc.c             qf->frame->height = frame->height;
height             64 libavcodec/qtrle.c     int pixel_limit = s->frame->linesize[0] * s->avctx->height;
height            150 libavcodec/qtrle.c     int pixel_limit = s->frame->linesize[0] * s->avctx->height;
height            208 libavcodec/qtrle.c     int pixel_limit = s->frame->linesize[0] * s->avctx->height;
height            259 libavcodec/qtrle.c     int pixel_limit = s->frame->linesize[0] * s->avctx->height;
height            306 libavcodec/qtrle.c     int pixel_limit = s->frame->linesize[0] * s->avctx->height;
height            361 libavcodec/qtrle.c     int pixel_limit = s->frame->linesize[0] * s->avctx->height;
height            453 libavcodec/qtrle.c     int height, row_ptr;
height            483 libavcodec/qtrle.c         height     = bytestream2_get_be16(&s->g);
height            485 libavcodec/qtrle.c         if (height > s->avctx->height - start_line) {
height            491 libavcodec/qtrle.c         height     = s->avctx->height;
height            501 libavcodec/qtrle.c         qtrle_decode_1bpp(s, row_ptr, height);
height            507 libavcodec/qtrle.c         qtrle_decode_2n4bpp(s, row_ptr, height, 2);
height            513 libavcodec/qtrle.c         qtrle_decode_2n4bpp(s, row_ptr, height, 4);
height            519 libavcodec/qtrle.c         qtrle_decode_8bpp(s, row_ptr, height);
height            524 libavcodec/qtrle.c         qtrle_decode_16bpp(s, row_ptr, height);
height            528 libavcodec/qtrle.c         qtrle_decode_24bpp(s, row_ptr, height);
height            532 libavcodec/qtrle.c         qtrle_decode_32bpp(s, row_ptr, height);
height             81 libavcodec/qtrleenc.c     if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) {
height            124 libavcodec/qtrleenc.c     s->max_buf_size = s->logical_width*s->avctx->height*s->pixel_size*2 /* image base material */
height            126 libavcodec/qtrleenc.c                       + s->avctx->height*2                            /* skip code+rle end */
height            326 libavcodec/qtrleenc.c     int end_line = s->avctx->height;
height            331 libavcodec/qtrleenc.c         for (start_line = 0; start_line < s->avctx->height; start_line++)
height            337 libavcodec/qtrleenc.c         for (end_line=s->avctx->height; end_line > start_line; end_line--)
height            346 libavcodec/qtrleenc.c     if ((start_line == 0 && end_line == s->avctx->height) || start_line == s->avctx->height)
height             50 libavcodec/r210dec.c     if (avpkt->size < 4 * aligned_width * avctx->height) {
height             64 libavcodec/r210dec.c     for (h = 0; h < avctx->height; h++) {
height             49 libavcodec/r210enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, 4 * aligned_width * avctx->height, 0)) < 0)
height             57 libavcodec/r210enc.c     for (i = 0; i < avctx->height; i++) {
height             73 libavcodec/rasc.c     for (int y = 0; y < avctx->height; y++) {
height             85 libavcodec/rasc.c     for (int y = 0; y < avctx->height; y++) {
height            154 libavcodec/rasc.c     avctx->height = h;
height            220 libavcodec/rasc.c     if (nb_moves > INT32_MAX / 16 || nb_moves > avctx->width * avctx->height)
height            259 libavcodec/rasc.c         if (start_x >= avctx->width || start_y >= avctx->height ||
height            260 libavcodec/rasc.c             end_x >= avctx->width || end_y >= avctx->height ||
height            261 libavcodec/rasc.c             mov_x >= avctx->width || mov_y >= avctx->height) {
height            271 libavcodec/rasc.c         if (mov_x + w > avctx->width || mov_y + h > avctx->height)
height            347 libavcodec/rasc.c     if (x >= avctx->width || y >= avctx->height ||
height            348 libavcodec/rasc.c         w > avctx->width || h > avctx->height)
height            351 libavcodec/rasc.c     if (x + w > avctx->width || y + h > avctx->height)
height            498 libavcodec/rasc.c     dst = s->frame2->data[0] + (avctx->height - 1) * s->frame2->linesize[0];
height            499 libavcodec/rasc.c     for (int i = 0; i < avctx->height; i++) {
height            513 libavcodec/rasc.c     dst = s->frame1->data[0] + (avctx->height - 1) * s->frame1->linesize[0];
height            514 libavcodec/rasc.c     for (int i = 0; i < avctx->height; i++) {
height            548 libavcodec/rasc.c     if (w > avctx->width || h > avctx->height)
height            598 libavcodec/rasc.c     if (s->cursor_x >= avctx->width || s->cursor_y >= avctx->height)
height            602 libavcodec/rasc.c         s->cursor_y + s->cursor_h > avctx->height)
height            138 libavcodec/rawdec.c     frame->data[0]     += frame->linesize[0] * (avctx->height - 1);
height            160 libavcodec/rawdec.c         for (i = 0; i < avctx->width * avctx->height; i++) { \
height            188 libavcodec/rawdec.c     if (avctx->height <= 0) {
height            198 libavcodec/rawdec.c         stride = avpkt->size / avctx->height;
height            202 libavcodec/rawdec.c     if (stride == 0 || avpkt->size < stride * avctx->height) {
height            220 libavcodec/rawdec.c                                                            avctx->height, 1);
height            224 libavcodec/rawdec.c                                                            avctx->height, 1);
height            228 libavcodec/rawdec.c                                                        avctx->height, 1);
height            250 libavcodec/rawdec.c     if ((res = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
height            363 libavcodec/rawdec.c                                     avctx->width, avctx->height, 1)) < 0) {
height            395 libavcodec/rawdec.c             int vid_size = avctx->width * avctx->height;
height            415 libavcodec/rawdec.c         FFALIGN(frame->linesize[0], linesize_align) * avctx->height <= buf_size)
height            419 libavcodec/rawdec.c         FFALIGN(frame->linesize[0], linesize_align) * avctx->height +
height            420 libavcodec/rawdec.c         FFALIGN(frame->linesize[1], linesize_align) * ((avctx->height + 1) / 2) <= buf_size) {
height            422 libavcodec/rawdec.c         frame->data[1] += (la0 - frame->linesize[0]) * avctx->height;
height            438 libavcodec/rawdec.c         ((frame->linesize[0] + 3) & ~3) * avctx->height <= buf_size)
height            450 libavcodec/rawdec.c     if (avctx->codec_tag == AV_RL32("I420") && (avctx->width+1)*(avctx->height+1) * 3/2 == buf_size) {
height            451 libavcodec/rawdec.c         frame->data[1] = frame->data[1] +  (avctx->width+1)*(avctx->height+1) -avctx->width*avctx->height;
height            452 libavcodec/rawdec.c         frame->data[2] = frame->data[2] + ((avctx->width+1)*(avctx->height+1) -avctx->width*avctx->height)*5/4;
height            459 libavcodec/rawdec.c         for (y = 0; y < avctx->height; y++) {
height            471 libavcodec/rawdec.c         for (y = 0; y < avctx->height; y++) {
height             56 libavcodec/rawenc.c                                        frame->width, frame->height, 1);
height             66 libavcodec/rawenc.c                                        frame->width, frame->height, 1)) < 0)
height             72 libavcodec/rawenc.c         for(x = 1; x < frame->height*frame->width*2; x += 2)
height             78 libavcodec/rawenc.c         for (x = 0; x < frame->height * frame->width; x++) {
height            351 libavcodec/rkmppdec.c             avctx->height = mpp_frame_get_height(mppframe);
height            370 libavcodec/rkmppdec.c             hwframes->height    = avctx->height;
height            399 libavcodec/rkmppdec.c         frame->height           = mpp_frame_get_height(mppframe);
height             69 libavcodec/rl2.c     const uint8_t *out_end    = out + stride * s->avctx->height;
height            156 libavcodec/rl2.c     if (s->video_base >= avctx->width * avctx->height) {
height            169 libavcodec/rl2.c         uint8_t *back_frame = av_mallocz(avctx->width*avctx->height);
height            112 libavcodec/roqvideo.c         (my < 0) || (my > ri->height - sz)) {
height            114 libavcodec/roqvideo.c             mx, my, ri->width, ri->height);
height             56 libavcodec/roqvideo.h     int width, height;
height            165 libavcodec/roqvideodec.c         if(ypos >= ri->height)
height            177 libavcodec/roqvideodec.c     if (avctx->width % 16 || avctx->height % 16) {
height            183 libavcodec/roqvideodec.c     s->height = avctx->height;
height            161 libavcodec/roqvideoenc.c     if ((unsigned) mx > enc->width-size || (unsigned) my > enc->height-size)
height            249 libavcodec/roqvideoenc.c     tempData->cel_evals = av_malloc_array(enc->width*enc->height/64, sizeof(CelEvaluation));
height            254 libavcodec/roqvideoenc.c     for (y=0; y<enc->height; y+=16)
height            332 libavcodec/roqvideoenc.c     int max=(enc->width/blocksize)*enc->height/blocksize;
height            342 libavcodec/roqvideoenc.c     for (i=0; i<enc->height; i+=blocksize)
height            832 libavcodec/roqvideoenc.c     int max = enc->width*enc->height/16;
height            845 libavcodec/roqvideoenc.c     create_clusters(enc->frame_to_enc, enc->width, enc->height, yuvClusters);
height            917 libavcodec/roqvideoenc.c     for (i=0; i<enc->width*enc->height/64; i++)
height            945 libavcodec/roqvideoenc.c     reconstruct_and_encode_image(enc, tempData, enc->width, enc->height,
height            946 libavcodec/roqvideoenc.c                                  enc->width*enc->height/64);
height            986 libavcodec/roqvideoenc.c     if ((avctx->width & 0xf) || (avctx->height & 0xf)) {
height            991 libavcodec/roqvideoenc.c     if (avctx->width > 65535 || avctx->height > 65535) {
height            996 libavcodec/roqvideoenc.c     if (((avctx->width)&(avctx->width-1))||((avctx->height)&(avctx->height-1)))
height           1000 libavcodec/roqvideoenc.c     enc->height = avctx->height;
height           1015 libavcodec/roqvideoenc.c         av_mallocz_array((enc->width*enc->height/16), sizeof(motion_vect));
height           1018 libavcodec/roqvideoenc.c         av_malloc_array ((enc->width*enc->height/16), sizeof(motion_vect));
height           1021 libavcodec/roqvideoenc.c         av_mallocz_array((enc->width*enc->height/64), sizeof(motion_vect));
height           1024 libavcodec/roqvideoenc.c         av_malloc_array ((enc->width*enc->height/64), sizeof(motion_vect));
height           1051 libavcodec/roqvideoenc.c     bytestream_put_le16(&enc->out_buf, enc->height);
height           1077 libavcodec/roqvideoenc.c     size = ((enc->width * enc->height / 64) * 138 + 7) / 8 + 256 * (6 + 4) + 8;
height            106 libavcodec/rpza.c     total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4);
height             75 libavcodec/rscc.c     int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
height             78 libavcodec/rscc.c                avctx->width, avctx->height);
height            128 libavcodec/rscc.c     ctx->inflated_size = avctx->width * avctx->height * ctx->component_size;
height            257 libavcodec/rscc.c                    ctx->tiles[i].y + ctx->tiles[i].h > avctx->height) {
height            321 libavcodec/rscc.c                        (avctx->height - ctx->tiles[i].y - 1) +
height            158 libavcodec/rtjpeg.c void ff_rtjpeg_decode_init(RTJpegContext *c, int width, int height,
height            167 libavcodec/rtjpeg.c     c->h = height;
height             44 libavcodec/rtjpeg.h void ff_rtjpeg_decode_init(RTJpegContext *c, int width, int height,
height            380 libavcodec/rv10.c         if (new_w != s->width || new_h != s->height) {
height            391 libavcodec/rv10.c             if (2 * (int64_t)new_w * s->height == (int64_t)new_h * s->width)
height            393 libavcodec/rv10.c             if ((int64_t)new_w * s->height == 2 * (int64_t)new_h * s->width)
height            401 libavcodec/rv10.c             s->height = new_h;
height            410 libavcodec/rv10.c     if (av_image_check_size(s->width, s->height, 0, s->avctx) < 0)
height            489 libavcodec/rv10.c     s->height       = avctx->coded_height;
height             40 libavcodec/rv30.c     int w = r->s.width, h = r->s.height;
height             75 libavcodec/rv30.c     si->height = h;
height            667 libavcodec/rv34.c                           const int width, const int height, int dir,
height            710 libavcodec/rv34.c         int mb_row = s->mb_y + ((yoff + my + 5 + 8 * height) >> 4);
height            726 libavcodec/rv34.c     if(s->h_edge_pos - (width << 3) < 6 || s->v_edge_pos - (height << 3) < 6 ||
height            728 libavcodec/rv34.c        (unsigned)(src_y - !!ly*2) > s->v_edge_pos - !!ly*2 - (height<<3) - 4) {
height            732 libavcodec/rv34.c                                  (width << 3) + 6, (height << 3) + 6,
height            764 libavcodec/rv34.c                                  (width << 2) + 1, (height << 2) + 1,
height            772 libavcodec/rv34.c                                  (width << 2) + 1, (height << 2) + 1,
height            777 libavcodec/rv34.c     chroma_mc[2-width]   (U, srcU, s->uvlinesize, height*4, uvmx, uvmy);
height            778 libavcodec/rv34.c     chroma_mc[2-width]   (V, srcV, s->uvlinesize, height*4, uvmx, uvmy);
height            783 libavcodec/rv34.c                         const int width, const int height, int dir)
height            785 libavcodec/rv34.c     rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0,
height           1429 libavcodec/rv34.c     if (s->width != r->si.width || s->height != r->si.height) {
height           1541 libavcodec/rv34.c     if (s->height != s1->height || s->width != s1->width) {
height           1542 libavcodec/rv34.c         s->height = s1->height;
height           1682 libavcodec/rv34.c         if (s->width != si.width || s->height != si.height) {
height           1686 libavcodec/rv34.c                    si.width, si.height);
height           1688 libavcodec/rv34.c             if (av_image_check_size(si.width, si.height, 0, s->avctx))
height           1692 libavcodec/rv34.c                 s->width, s->height, s->avctx->sample_aspect_ratio,
height           1693 libavcodec/rv34.c                 si.width, si.height);
height           1695 libavcodec/rv34.c             s->height = si.height;
height           1697 libavcodec/rv34.c             err = ff_set_dimensions(s->avctx, s->width, s->height);
height             79 libavcodec/rv34.h     int height;            ///< coded height
height            133 libavcodec/rv40.c     int w = r->s.width, h = r->s.height;
height            153 libavcodec/rv40.c     si->height = h;
height            392 libavcodec/rv40.c         if(s->width * s->height <= 176*144)
height            272 libavcodec/sanm.c     int width, height;
height            300 libavcodec/sanm.c     uint32_t width, height;
height            437 libavcodec/sanm.c static void init_sizes(SANMVideoContext *ctx, int width, int height)
height            440 libavcodec/sanm.c     ctx->height  = height;
height            441 libavcodec/sanm.c     ctx->npixels = width * height;
height            444 libavcodec/sanm.c     ctx->aligned_height = FFALIGN(height, 8);
height            502 libavcodec/sanm.c     init_sizes(ctx, avctx->width, avctx->height);
height            558 libavcodec/sanm.c                       int left, int width, int height)
height            563 libavcodec/sanm.c     for (i = 0; i < height; i++) {
height            605 libavcodec/sanm.c                               int height, int stride, int x, int y)
height            612 libavcodec/sanm.c             if ((pos + i) < 0 || (pos + i) >= height * stride)
height            624 libavcodec/sanm.c                        int left, int width, int height)
height            640 libavcodec/sanm.c     if (decoded_size > ctx->height * stride - left - top * stride) {
height            641 libavcodec/sanm.c         decoded_size = ctx->height * stride - left - top * stride;
height            660 libavcodec/sanm.c         for (i = 0; i < height; i++) {
height            664 libavcodec/sanm.c         memset(ctx->frm1, 0, ctx->height * stride);
height            665 libavcodec/sanm.c         memset(ctx->frm2, 0, ctx->height * stride);
height            676 libavcodec/sanm.c             for (j = 0; j < height; j += 4) {
height            719 libavcodec/sanm.c                                        ctx->height, stride, i + mx, j + my);
height            727 libavcodec/sanm.c             for (j = 0; j < height; j += 4) {
height            752 libavcodec/sanm.c                                    ctx->height, stride, i + mx, j + my);
height            860 libavcodec/sanm.c                        int left, int width, int height)
height            878 libavcodec/sanm.c     if (decoded_size > ctx->height * stride - left - top * stride) {
height            879 libavcodec/sanm.c         decoded_size = ctx->height * stride - left - top * stride;
height            887 libavcodec/sanm.c         memset(prev1, 0, ctx->height * stride);
height            888 libavcodec/sanm.c         memset(prev2, 0, ctx->height * stride);
height            893 libavcodec/sanm.c         if (bytestream2_get_bytes_left(&ctx->gb) < width * height)
height            895 libavcodec/sanm.c         for (j = 0; j < height; j++) {
height            901 libavcodec/sanm.c         if (bytestream2_get_bytes_left(&ctx->gb) < ((width + 1) >> 1) * ((height + 1) >> 1))
height            903 libavcodec/sanm.c         for (j = 0; j < height; j += 2) {
height            915 libavcodec/sanm.c             for (j = 0; j < height; j += 8) {
height            927 libavcodec/sanm.c         memcpy(ctx->frm0, ctx->frm2, ctx->pitch * ctx->height);
height            930 libavcodec/sanm.c         memcpy(ctx->frm0, ctx->frm1, ctx->pitch * ctx->height);
height            963 libavcodec/sanm.c     if (ctx->width < left + w || ctx->height < top + h) {
height            965 libavcodec/sanm.c                                     FFMAX(top + h, ctx->height));
height            969 libavcodec/sanm.c                    FFMAX(top + h, ctx->height));
height            996 libavcodec/sanm.c     if (bytestream2_get_bytes_left(&ctx->gb) < ctx->width * ctx->height * 2) {
height           1000 libavcodec/sanm.c     for (y = 0; y < ctx->height; y++) {
height           1331 libavcodec/sanm.c     hdr->height = bytestream2_get_le32u(&ctx->gb);
height           1333 libavcodec/sanm.c     if (hdr->width != ctx->width || hdr->height != ctx->height) {
height           1371 libavcodec/sanm.c     int ret, height = ctx->height;
height           1380 libavcodec/sanm.c     while (height--) {
height            324 libavcodec/scpr.c             if (y >= avctx->height)
height            340 libavcodec/scpr.c     while (x < avctx->width && y < avctx->height) {
height            450 libavcodec/scpr.c                     by + mvy + sy1 >= avctx->height || bx + mvx + sx1 >= avctx->width)
height            453 libavcodec/scpr.c                 for (i = 0; i < sy2 - sy1 && (by + sy1 + i) < avctx->height && (by + mvy + sy1 + i) < avctx->height; i++) {
height            462 libavcodec/scpr.c                 for (; by < y * 16 + sy2 && by < avctx->height;) {
height            553 libavcodec/scpr.c         for (y = 0; y < avctx->height; y++) {
height            596 libavcodec/scpr.c         for (y = 0; y < avctx->height; y++) {
height            618 libavcodec/scpr.c     frame->data[0]     += frame->linesize[0] * (avctx->height - 1);
height            645 libavcodec/scpr.c     s->nby = (avctx->height + 15) / 16;
height             92 libavcodec/scpr.h     if (y >= avctx->height)
height            105 libavcodec/scpr.h                 if (y >= avctx->height && run)
height            119 libavcodec/scpr.h                 if (y >= avctx->height && run)
height            138 libavcodec/scpr.h                 if (y >= avctx->height && run)
height            175 libavcodec/scpr.h                 if (y >= avctx->height && run)
height            199 libavcodec/scpr.h                 if (y >= avctx->height && run)
height            236 libavcodec/scpr.h             if (*by >= avctx->height)
height            257 libavcodec/scpr.h             if (*by >= avctx->height)
height            271 libavcodec/scpr.h             if (*by < 1 || *by >= avctx->height)
height            285 libavcodec/scpr.h             if (*by >= avctx->height)
height            301 libavcodec/scpr.h             if (*by < 1 || *by >= avctx->height)
height            332 libavcodec/scpr.h             if (*by < 1 || *by >= avctx->height)
height            976 libavcodec/scpr3.c             if (y >= avctx->height)
height            992 libavcodec/scpr3.c     while (x < avctx->width && y < avctx->height) {
height           1175 libavcodec/scpr3.c                     by + mvy + sy1 >= avctx->height || bx + mvx + sx1 >= avctx->width)
height           1178 libavcodec/scpr3.c                 for (i = 0; i < sy2 - sy1 && (by + sy1 + i) < avctx->height && (by + mvy + sy1 + i) < avctx->height; i++) {
height           1187 libavcodec/scpr3.c                 for (; by < y * 16 + sy2 && by < avctx->height;) {
height             70 libavcodec/screenpresso.c     int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
height             73 libavcodec/screenpresso.c                avctx->width, avctx->height);
height             83 libavcodec/screenpresso.c     ctx->inflated_size = avctx->width * avctx->height * 4;
height             93 libavcodec/screenpresso.c                               int bytewidth, int height)
height             96 libavcodec/screenpresso.c     for (; height > 0; height--) {
height             97 libavcodec/screenpresso.c         const uint8_t *src1 = &src[(height - 1) * src_linesize];
height            159 libavcodec/screenpresso.c                             ctx->current->linesize[0] * (avctx->height - 1),
height            162 libavcodec/screenpresso.c                             avctx->width * component_size, avctx->height);
height            167 libavcodec/screenpresso.c                           avctx->width * component_size, avctx->height);
height             32 libavcodec/sgidec.c     unsigned int height;
height            134 libavcodec/sgidec.c     unsigned int len = s->height * s->depth * 4;
height            147 libavcodec/sgidec.c         for (y = 0; y < s->height; y++) {
height            172 libavcodec/sgidec.c     unsigned int offset = s->height * s->width * s->bytes_per_channel;
height            186 libavcodec/sgidec.c     for (y = s->height - 1; y >= 0; y--) {
height            228 libavcodec/sgidec.c     s->height            = bytestream2_get_be16u(&s->g);
height            253 libavcodec/sgidec.c     ret = ff_set_dimensions(avctx, s->width, s->height);
height            264 libavcodec/sgidec.c     out_end = out_buf + p->linesize[0] * s->height;
height             41 libavcodec/sgienc.c     if (avctx->width > 65535 || avctx->height > 65535) {
height             43 libavcodec/sgienc.c                "Unsupported resolution %dx%d.\n", avctx->width, avctx->height);
height            100 libavcodec/sgienc.c     unsigned int width, height, depth, dimension;
height            118 libavcodec/sgienc.c     height = avctx->height;
height            164 libavcodec/sgienc.c     tablesize = depth * height * 4;
height            167 libavcodec/sgienc.c         length += depth * height * width;
height            169 libavcodec/sgienc.c         length += tablesize * 2 + depth * height * (2 * width + 1);
height            182 libavcodec/sgienc.c     bytestream2_put_be16(&pbc, height);
height            216 libavcodec/sgienc.c             in_buf = p->data[0] + p->linesize[0] * (height - 1) + z * bytes_per_channel;
height            218 libavcodec/sgienc.c             for (y = 0; y < height; y++) {
height            239 libavcodec/sgienc.c             in_buf = p->data[0] + p->linesize[0] * (height - 1) + z * bytes_per_channel;
height            241 libavcodec/sgienc.c             for (y = 0; y < height; y++) {
height             67 libavcodec/sgirledec.c                           int width, int height, ptrdiff_t linesize)
height             76 libavcodec/sgirledec.c         if (y >= height)                                                      \
height            122 libavcodec/sgirledec.c                          avctx->width, avctx->height, frame->linesize[0]);
height             51 libavcodec/sheervideo.c     for (y = 0; y < avctx->height; y++) {
height            125 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height            182 libavcodec/sheervideo.c     for (y = 0; y < avctx->height; y++) {
height            247 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height            297 libavcodec/sheervideo.c     for (y = 0; y < avctx->height; y++) {
height            368 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height            423 libavcodec/sheervideo.c     for (y = 0; y < avctx->height; y++) {
height            509 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height            575 libavcodec/sheervideo.c     for (y = 0; y < avctx->height; y += 1) {
height            661 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height            755 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height            838 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height            912 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height            992 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height           1060 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height           1141 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height           1219 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height           1277 libavcodec/sheervideo.c     for (y = 0; y < avctx->height; y++) {
height           1351 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height           1408 libavcodec/sheervideo.c     for (y = 0; y < avctx->height; y++) {
height           1473 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height           1546 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height           1612 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height           1685 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height           1744 libavcodec/sheervideo.c     for (y = 1; y < avctx->height; y++) {
height           2039 libavcodec/sheervideo.c     if (avpkt->size < 20 + avctx->width * avctx->height / 16) {
height            459 libavcodec/smacker.c     bh = avctx->height >> 2;
height             83 libavcodec/smc.c     int height = s->avctx->height;
height             97 libavcodec/smc.c     int image_size = height * s->frame->linesize[0];
height            124 libavcodec/smc.c     total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4);
height            441 libavcodec/smc.c     int total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4);
height             43 libavcodec/smvjpegdec.c                                      int src_linesize, int height, int nlines)
height             47 libavcodec/smvjpegdec.c     src += (nlines) * src_linesize * height;
height             53 libavcodec/smvjpegdec.c                                enum AVPixelFormat pix_fmt, int width, int height,
height             66 libavcodec/smvjpegdec.c         int h = height;
height             68 libavcodec/smvjpegdec.c             h = AV_CEIL_RSHIFT(height, desc->log2_chroma_h);
height            173 libavcodec/smvjpegdec.c     if (mjpeg_data->height % (s->frames_per_jpeg << desc->log2_chroma_h)) {
height            185 libavcodec/smvjpegdec.c     ret = ff_set_dimensions(avctx, mjpeg_data->width, mjpeg_data->height / s->frames_per_jpeg);
height            194 libavcodec/smvjpegdec.c         s->picture[1]->height        = avctx->height;
height            197 libavcodec/smvjpegdec.c                     avctx->pix_fmt, avctx->width, avctx->height, cur_frame);
height             75 libavcodec/snow.c     frame->height = s->avctx->height;
height             78 libavcodec/snow.c         frame->height += 2 * EDGE_WIDTH;
height             90 libavcodec/snow.c         frame->height = s->avctx->height;
height            112 libavcodec/snow.c     int h= AV_CEIL_RSHIFT(s->avctx->height, LOG2_MB_SIZE);
height            432 libavcodec/snow.c     int width, height;
height            488 libavcodec/snow.c     height= s->avctx->height;
height            490 libavcodec/snow.c     FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->spatial_idwt_buffer, width, height * sizeof(IDWTELEM), fail);
height            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
height            494 libavcodec/snow.c     FF_ALLOC_ARRAY_OR_GOTO(avctx,  s->run_buffer,          ((width + 1) >> 1), ((height + 1) >> 1) * sizeof(*s->run_buffer), fail);
height            535 libavcodec/snow.c         int h= s->avctx->height;
height            542 libavcodec/snow.c         s->plane[plane_index].height= h;
height            552 libavcodec/snow.c                 b->height= (h + !(orientation>1))>>1;
height            572 libavcodec/snow.c                 b->x_coeff=av_mallocz_array(((b->width+1) * b->height+1), sizeof(x_and_coeff));
height            594 libavcodec/snow.c         int h= is_chroma ? AV_CEIL_RSHIFT(s->avctx->height, s->chroma_v_shift) : s->avctx->height;
height             87 libavcodec/snow.h     int height;
height            101 libavcodec/snow.h     int height;
height            417 libavcodec/snow.h     int h= p->height;
height            605 libavcodec/snow.h     const int h= b->height;
height            213 libavcodec/snow_dwt.c                                  int width, int height, int stride)
height            216 libavcodec/snow_dwt.c     DWTELEM *b0 = buffer + avpriv_mirror(-2 - 1, height - 1) * stride;
height            217 libavcodec/snow_dwt.c     DWTELEM *b1 = buffer + avpriv_mirror(-2,     height - 1) * stride;
height            219 libavcodec/snow_dwt.c     for (y = -2; y < height; y += 2) {
height            220 libavcodec/snow_dwt.c         DWTELEM *b2 = buffer + avpriv_mirror(y + 1, height - 1) * stride;
height            221 libavcodec/snow_dwt.c         DWTELEM *b3 = buffer + avpriv_mirror(y + 2, height - 1) * stride;
height            223 libavcodec/snow_dwt.c         if (y + 1 < (unsigned)height)
height            225 libavcodec/snow_dwt.c         if (y + 2 < (unsigned)height)
height            228 libavcodec/snow_dwt.c         if (y + 1 < (unsigned)height)
height            230 libavcodec/snow_dwt.c         if (y + 0 < (unsigned)height)
height            286 libavcodec/snow_dwt.c                                  int width, int height, int stride)
height            289 libavcodec/snow_dwt.c     DWTELEM *b0 = buffer + avpriv_mirror(-4 - 1, height - 1) * stride;
height            290 libavcodec/snow_dwt.c     DWTELEM *b1 = buffer + avpriv_mirror(-4,     height - 1) * stride;
height            291 libavcodec/snow_dwt.c     DWTELEM *b2 = buffer + avpriv_mirror(-4 + 1, height - 1) * stride;
height            292 libavcodec/snow_dwt.c     DWTELEM *b3 = buffer + avpriv_mirror(-4 + 2, height - 1) * stride;
height            294 libavcodec/snow_dwt.c     for (y = -4; y < height; y += 2) {
height            295 libavcodec/snow_dwt.c         DWTELEM *b4 = buffer + avpriv_mirror(y + 3, height - 1) * stride;
height            296 libavcodec/snow_dwt.c         DWTELEM *b5 = buffer + avpriv_mirror(y + 4, height - 1) * stride;
height            298 libavcodec/snow_dwt.c         if (y + 3 < (unsigned)height)
height            300 libavcodec/snow_dwt.c         if (y + 4 < (unsigned)height)
height            303 libavcodec/snow_dwt.c         if (y + 3 < (unsigned)height)
height            305 libavcodec/snow_dwt.c         if (y + 2 < (unsigned)height)
height            307 libavcodec/snow_dwt.c         if (y + 1 < (unsigned)height)
height            309 libavcodec/snow_dwt.c         if (y + 0 < (unsigned)height)
height            319 libavcodec/snow_dwt.c void ff_spatial_dwt(DWTELEM *buffer, DWTELEM *temp, int width, int height,
height            328 libavcodec/snow_dwt.c                                  width >> level, height >> level,
height            333 libavcodec/snow_dwt.c                                  width >> level, height >> level,
height            384 libavcodec/snow_dwt.c                                              int height, int stride_line)
height            387 libavcodec/snow_dwt.c                                    avpriv_mirror(-1 - 1, height - 1) * stride_line);
height            388 libavcodec/snow_dwt.c     cs->b1 = slice_buffer_get_line(sb, avpriv_mirror(-1, height - 1) * stride_line);
height            393 libavcodec/snow_dwt.c                                     int height, int stride)
height            395 libavcodec/snow_dwt.c     cs->b0 = buffer + avpriv_mirror(-1 - 1, height - 1) * stride;
height            396 libavcodec/snow_dwt.c     cs->b1 = buffer + avpriv_mirror(-1,     height - 1) * stride;
height            402 libavcodec/snow_dwt.c                                            int width, int height,
height            410 libavcodec/snow_dwt.c                                          avpriv_mirror(y + 1, height - 1) *
height            413 libavcodec/snow_dwt.c                                          avpriv_mirror(y + 2, height - 1) *
height            416 libavcodec/snow_dwt.c     if (y + 1 < (unsigned)height && y < (unsigned)height) {
height            424 libavcodec/snow_dwt.c         if (y + 1 < (unsigned)height)
height            426 libavcodec/snow_dwt.c         if (y + 0 < (unsigned)height)
height            430 libavcodec/snow_dwt.c     if (y - 1 < (unsigned)height)
height            432 libavcodec/snow_dwt.c     if (y + 0 < (unsigned)height)
height            441 libavcodec/snow_dwt.c                                   IDWTELEM *temp, int width, int height,
height            447 libavcodec/snow_dwt.c     IDWTELEM *b2 = buffer + avpriv_mirror(y + 1, height - 1) * stride;
height            448 libavcodec/snow_dwt.c     IDWTELEM *b3 = buffer + avpriv_mirror(y + 2, height - 1) * stride;
height            450 libavcodec/snow_dwt.c     if (y + 1 < (unsigned)height)
height            452 libavcodec/snow_dwt.c     if (y + 0 < (unsigned)height)
height            455 libavcodec/snow_dwt.c     if (y - 1 < (unsigned)height)
height            457 libavcodec/snow_dwt.c     if (y + 0 < (unsigned)height)
height            544 libavcodec/snow_dwt.c                                              int height, int stride_line)
height            546 libavcodec/snow_dwt.c     cs->b0 = slice_buffer_get_line(sb, avpriv_mirror(-3 - 1, height - 1) * stride_line);
height            547 libavcodec/snow_dwt.c     cs->b1 = slice_buffer_get_line(sb, avpriv_mirror(-3,     height - 1) * stride_line);
height            548 libavcodec/snow_dwt.c     cs->b2 = slice_buffer_get_line(sb, avpriv_mirror(-3 + 1, height - 1) * stride_line);
height            549 libavcodec/snow_dwt.c     cs->b3 = slice_buffer_get_line(sb, avpriv_mirror(-3 + 2, height - 1) * stride_line);
height            553 libavcodec/snow_dwt.c static void spatial_compose97i_init(DWTCompose *cs, IDWTELEM *buffer, int height,
height            556 libavcodec/snow_dwt.c     cs->b0 = buffer + avpriv_mirror(-3 - 1, height - 1) * stride;
height            557 libavcodec/snow_dwt.c     cs->b1 = buffer + avpriv_mirror(-3,     height - 1) * stride;
height            558 libavcodec/snow_dwt.c     cs->b2 = buffer + avpriv_mirror(-3 + 1, height - 1) * stride;
height            559 libavcodec/snow_dwt.c     cs->b3 = buffer + avpriv_mirror(-3 + 2, height - 1) * stride;
height            565 libavcodec/snow_dwt.c                                            int width, int height,
height            575 libavcodec/snow_dwt.c                                          avpriv_mirror(y + 3, height - 1) *
height            578 libavcodec/snow_dwt.c                                          avpriv_mirror(y + 4, height - 1) *
height            581 libavcodec/snow_dwt.c     if (y > 0 && y + 4 < height) {
height            584 libavcodec/snow_dwt.c         if (y + 3 < (unsigned)height)
height            586 libavcodec/snow_dwt.c         if (y + 2 < (unsigned)height)
height            588 libavcodec/snow_dwt.c         if (y + 1 < (unsigned)height)
height            590 libavcodec/snow_dwt.c         if (y + 0 < (unsigned)height)
height            594 libavcodec/snow_dwt.c     if (y - 1 < (unsigned)height)
height            596 libavcodec/snow_dwt.c     if (y + 0 < (unsigned)height)
height            607 libavcodec/snow_dwt.c                                   IDWTELEM *temp, int width, int height,
height            615 libavcodec/snow_dwt.c     IDWTELEM *b4 = buffer + avpriv_mirror(y + 3, height - 1) * stride;
height            616 libavcodec/snow_dwt.c     IDWTELEM *b5 = buffer + avpriv_mirror(y + 4, height - 1) * stride;
height            618 libavcodec/snow_dwt.c     if (y + 3 < (unsigned)height)
height            620 libavcodec/snow_dwt.c     if (y + 2 < (unsigned)height)
height            622 libavcodec/snow_dwt.c     if (y + 1 < (unsigned)height)
height            624 libavcodec/snow_dwt.c     if (y + 0 < (unsigned)height)
height            627 libavcodec/snow_dwt.c     if (y - 1 < (unsigned)height)
height            629 libavcodec/snow_dwt.c     if (y + 0 < (unsigned)height)
height            640 libavcodec/snow_dwt.c                                    int height, int stride_line, int type,
height            647 libavcodec/snow_dwt.c             spatial_compose97i_buffered_init(cs + level, sb, height >> level,
height            651 libavcodec/snow_dwt.c             spatial_compose53i_buffered_init(cs + level, sb, height >> level,
height            660 libavcodec/snow_dwt.c                                     int width, int height, int stride_line,
height            669 libavcodec/snow_dwt.c         while (cs[level].y <= FFMIN((y >> level) + support, height >> level)) {
height            674 libavcodec/snow_dwt.c                                                height >> level,
height            680 libavcodec/snow_dwt.c                                                height >> level,
height            688 libavcodec/snow_dwt.c                                  int height, int stride, int type,
height            695 libavcodec/snow_dwt.c             spatial_compose97i_init(cs + level, buffer, height >> level,
height            699 libavcodec/snow_dwt.c             spatial_compose53i_init(cs + level, buffer, height >> level,
height            707 libavcodec/snow_dwt.c                                   IDWTELEM *temp, int width, int height,
height            717 libavcodec/snow_dwt.c         while (cs[level].y <= FFMIN((y >> level) + support, height >> level)) {
height            721 libavcodec/snow_dwt.c                                       height >> level, stride << level);
height            725 libavcodec/snow_dwt.c                                       height >> level, stride << level);
height            731 libavcodec/snow_dwt.c void ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height,
height            736 libavcodec/snow_dwt.c     spatial_idwt_init(cs, buffer, width, height, stride, type,
height            738 libavcodec/snow_dwt.c     for (y = 0; y < height; y += 4)
height            739 libavcodec/snow_dwt.c         spatial_idwt_slice(cs, buffer, temp, width, height, stride, type,
height            114 libavcodec/snow_dwt.h void ff_spatial_dwt(int *buffer, int *temp, int width, int height, int stride,
height            118 libavcodec/snow_dwt.h                                    int height, int stride_line, int type,
height            122 libavcodec/snow_dwt.h                                     int width, int height, int stride_line,
height            124 libavcodec/snow_dwt.h void ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height,
height             48 libavcodec/snowdec.c     int h= p->height;
height            393 libavcodec/snowdec.c              s->avctx->height>>s->chroma_v_shift) >> (s->spatial_decomposition_count-1) <= 1){
height            473 libavcodec/snowdec.c     if ((res = ff_slice_buffer_init(&s->sb, s->plane[0].height,
height            516 libavcodec/snowdec.c         int h= p->height;
height            574 libavcodec/snowdec.c                     start_y = FFMIN(b->height, start_y);
height            575 libavcodec/snowdec.c                     end_y = FFMIN(b->height, end_y);
height            580 libavcodec/snowdec.c                             int correlate_end_y = FFMIN(b->height, end_y + 1);
height            581 libavcodec/snowdec.c                             int correlate_start_y = FFMIN(b->height, (start_y ? start_y + 1 : 0));
height            607 libavcodec/snowdec.c             y = FFMIN(p->height, slice_starty);
height            608 libavcodec/snowdec.c             end_y = FFMIN(p->height, slice_h);
height             85 libavcodec/snowenc.c     s->m.mb_num  = (avctx->width * avctx->height + 255) / 256; // For ratecontrol
height            526 libavcodec/snowenc.c     const int h= p->height;
height            624 libavcodec/snowenc.c     const int h= p->height;
height            726 libavcodec/snowenc.c     const int h= p->height;
height            781 libavcodec/snowenc.c     const int h= b->height;
height            815 libavcodec/snowenc.c                     if(px<b->parent->width && py<b->parent->height)
height            866 libavcodec/snowenc.c                     if(px<b->parent->width && py<b->parent->height)
height           1082 libavcodec/snowenc.c                     const int h= s->plane[0].height;
height           1249 libavcodec/snowenc.c     const int h= b->height;
height           1310 libavcodec/snowenc.c     const int h= b->height;
height           1332 libavcodec/snowenc.c     const int h= b->height;
height           1356 libavcodec/snowenc.c     const int h= b->height;
height           1502 libavcodec/snowenc.c             const int h= b->height;
height           1543 libavcodec/snowenc.c     int height= p->height;
height           1552 libavcodec/snowenc.c             memset(s->spatial_idwt_buffer, 0, sizeof(*s->spatial_idwt_buffer)*width*height);
height           1553 libavcodec/snowenc.c             ibuf[b->width/2 + b->height/2*b->stride]= 256*16;
height           1554 libavcodec/snowenc.c             ff_spatial_idwt(s->spatial_idwt_buffer, s->temp_idwt_buffer, width, height, width, s->spatial_decomposition_type, s->spatial_decomposition_count);
height           1555 libavcodec/snowenc.c             for(y=0; y<height; y++){
height           1574 libavcodec/snowenc.c     const int height= s->avctx->height;
height           1588 libavcodec/snowenc.c         for(y=0; y<AV_CEIL_RSHIFT(height, vshift); y++)
height           1593 libavcodec/snowenc.c                                 AV_CEIL_RSHIFT(width, hshift), AV_CEIL_RSHIFT(height, vshift),
height           1636 libavcodec/snowenc.c         int h = s->avctx->height;
height           1672 libavcodec/snowenc.c         int block_height= (height+15)>>4;
height           1685 libavcodec/snowenc.c         s->m.height= height;
height           1721 libavcodec/snowenc.c           || !(height>>(s->chroma_v_shift + s->spatial_decomposition_count)))
height           1748 libavcodec/snowenc.c         int h= p->height;
height             45 libavcodec/sp5xdec.c     if (!avctx->width || !avctx->height)
height            318 libavcodec/speedhq.c         for (y = slice_number * 16 * line_stride; y < frame->height; y += line_stride * 64) {
height            443 libavcodec/speedhq.c     avctx->coded_height = FFALIGN(avctx->height, 16);
height             47 libavcodec/sunrastenc.c     bytestream2_put_be32u(&s->p, avctx->height);
height             92 libavcodec/sunrastenc.c #define GET_VALUE y >= avctx->height ? 0 : x >= len ? ptr[len-1] : ptr[x]
height             96 libavcodec/sunrastenc.c         while (y < avctx->height) {
height            106 libavcodec/sunrastenc.c             while (value2 == value && run < 256 && y < avctx->height) {
height            130 libavcodec/sunrastenc.c         for (y = 0; y < avctx->height; y++) {
height            182 libavcodec/sunrastenc.c     s->length = avctx->height * (FFALIGN(avctx->width * s->depth, 16) >> 3);
height             67 libavcodec/svq1dec.c     int height;
height            169 libavcodec/svq1dec.c     unsigned x, y, width, height, level;
height            182 libavcodec/svq1dec.c         height = 1 << ((3 + level) / 2);
height            188 libavcodec/svq1dec.c             for (y = 0; y < height; y++)
height            204 libavcodec/svq1dec.c             for (y = 0; y < height; y++)
height            209 libavcodec/svq1dec.c             for (y = 0; y < height; y++) {
height            236 libavcodec/svq1dec.c     int x, y, width, height, level;
height            249 libavcodec/svq1dec.c         height = 1 << ((3 + level) / 2);
height            269 libavcodec/svq1dec.c         for (y = 0; y < height; y++) {
height            331 libavcodec/svq1dec.c                                    int width, int height)
height            361 libavcodec/svq1dec.c     mv.y = av_clip(mv.y, -2 * y, 2 * (height - y - 16));
height            374 libavcodec/svq1dec.c                                       int width, int height)
height            431 libavcodec/svq1dec.c         mvy = av_clip(mvy, -2 * y, 2 * (height - y - 8));
height            452 libavcodec/svq1dec.c                                    int width, int height)
height            477 libavcodec/svq1dec.c                                          pitch, motion, x, y, width, height);
height            488 libavcodec/svq1dec.c                                             pitch, motion, x, y, width, height);
height            526 libavcodec/svq1dec.c     int height = s->height;
height            576 libavcodec/svq1dec.c             height = get_bits(bitbuf, 12);
height            578 libavcodec/svq1dec.c             if (!width || !height)
height            583 libavcodec/svq1dec.c             height = ff_svq1_frame_size_table[frame_size_code][1];
height            609 libavcodec/svq1dec.c     s->height = height;
height            621 libavcodec/svq1dec.c     int result, i, x, y, width, height;
height            668 libavcodec/svq1dec.c     result = ff_set_dimensions(avctx, s->width, s->height);
height            691 libavcodec/svq1dec.c             height   = FFALIGN(s->height, 16);
height            696 libavcodec/svq1dec.c             height   = FFALIGN(s->height / 4, 16);
height            703 libavcodec/svq1dec.c             for (y = 0; y < height; y += 16) {
height            720 libavcodec/svq1dec.c                 s->prev->width != s->width || s->prev->height != s->height) {
height            728 libavcodec/svq1dec.c             for (y = 0; y < height; y += 16) {
height            733 libavcodec/svq1dec.c                                                      pmv, x, y, width, height);
height            776 libavcodec/svq1dec.c     s->height           = avctx->height + 3 & ~3;
height            251 libavcodec/svq1enc.c                              int width, int height, int src_stride, int stride)
height            268 libavcodec/svq1enc.c     block_height = (height + 15) / 16;
height            280 libavcodec/svq1enc.c         s->m.height                        = height;
height            330 libavcodec/svq1enc.c             for (i = 0; i < 16 && i + 16 * y < height; i++) {
height            356 libavcodec/svq1enc.c         for (i = 0; i < 16 && i + 16 * y < height; i++) {
height            491 libavcodec/svq1enc.c            s->rd_total / (double)(avctx->width * avctx->height *
height            520 libavcodec/svq1enc.c     if (avctx->width >= 4096 || avctx->height >= 4096) {
height            537 libavcodec/svq1enc.c     s->frame_height = avctx->height;
height            432 libavcodec/svq3.c                                     int x, int y, int width, int height,
height            447 libavcodec/svq3.c         my < 0 || my >= s->v_edge_pos - height - 1) {
height            450 libavcodec/svq3.c         my = av_clip(my, -16, s->v_edge_pos - height + 15);
height            460 libavcodec/svq3.c                                  width + 1, height + 1,
height            467 libavcodec/svq3.c                                                  width, height);
height            471 libavcodec/svq3.c                                                        height);
height            477 libavcodec/svq3.c         height = height >> 1;
height            487 libavcodec/svq3.c                                          width + 1, height + 1,
height            496 libavcodec/svq3.c                                                          width, height);
height            501 libavcodec/svq3.c                                                                height);
height           1314 libavcodec/svq3.c     s->mb_height  = (avctx->height + 15) / 16;
height           1478 libavcodec/svq3.c             memset(s->last_pic->f->data[0], 0, avctx->height * s->last_pic->f->linesize[0]);
height           1479 libavcodec/svq3.c             memset(s->last_pic->f->data[1], 0x80, (avctx->height / 2) *
height           1481 libavcodec/svq3.c             memset(s->last_pic->f->data[2], 0x80, (avctx->height / 2) *
height           1491 libavcodec/svq3.c             memset(s->next_pic->f->data[0], 0, avctx->height * s->next_pic->f->linesize[0]);
height           1492 libavcodec/svq3.c             memset(s->next_pic->f->data[1], 0x80, (avctx->height / 2) *
height           1494 libavcodec/svq3.c             memset(s->next_pic->f->data[2], 0x80, (avctx->height / 2) *
height             42 libavcodec/targa_y216dec.c     if (avpkt->size < 4 * avctx->height * aligned_width) {
height             57 libavcodec/targa_y216dec.c     for (i = 0; i < avctx->height; i++) {
height             93 libavcodec/targaenc.c                                        avctx->width, avctx->height, 1);
height            100 libavcodec/targaenc.c     AV_WL16(pkt->data+14, avctx->height);
height            164 libavcodec/targaenc.c         datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height);
height            171 libavcodec/targaenc.c     else datasize = targa_encode_normal(out, p, bpp, avctx->width, avctx->height);
height            189 libavcodec/targaenc.c     if (avctx->width > 0xffff || avctx->height > 0xffff) {
height             52 libavcodec/tdsc.c     int width, height;
height            100 libavcodec/tdsc.c     if (!(avctx->width && avctx->height)) {
height            106 libavcodec/tdsc.c     ctx->deflatelen = avctx->width * avctx->height * (3 + 1);
height            157 libavcodec/tdsc.c     if (y + h > ctx->height)
height            158 libavcodec/tdsc.c         h = ctx->height - y;
height            201 libavcodec/tdsc.c     if (ctx->cursor_x >= avctx->width || ctx->cursor_y >= avctx->height) {
height            204 libavcodec/tdsc.c                ctx->cursor_x, ctx->cursor_y, avctx->width, avctx->height);
height            325 libavcodec/tdsc.c                                        int srcuv_stride, int width, int height)
height            328 libavcodec/tdsc.c     for (line = 0; line < height; line++) {
height            414 libavcodec/tdsc.c         if (x >= ctx->width || y >= ctx->height) {
height            417 libavcodec/tdsc.c                    x, y, ctx->width, ctx->height);
height            420 libavcodec/tdsc.c         if (x + w > ctx->width || y + h > ctx->height) {
height            474 libavcodec/tdsc.c     if (avctx->width != w || avctx->height != h) {
height            476 libavcodec/tdsc.c                avctx->width, avctx->height, ctx->width, ctx->height);
height            483 libavcodec/tdsc.c     ctx->refframe->height = ctx->height = h;
height            532 libavcodec/tdsc.c     if (ctx->width != avctx->width || ctx->height != avctx->height) {
height            533 libavcodec/tdsc.c         ctx->deflatelen = avctx->width * avctx->height * (3 + 1);
height             24 libavcodec/tests/h264_levels.c     int height;
height             64 libavcodec/tests/h264_levels.c     int height;
height            106 libavcodec/tests/h264_levels.c     int height;
height            158 libavcodec/tests/h264_levels.c     int height;
height            193 libavcodec/tests/h264_levels.c                                     test_sizes[i].height, 0);
height            195 libavcodec/tests/h264_levels.c               test_sizes[i].width, test_sizes[i].height);
height            201 libavcodec/tests/h264_levels.c                                     test_framerate[i].height, 0);
height            204 libavcodec/tests/h264_levels.c               test_framerate[i].height);
height            209 libavcodec/tests/h264_levels.c                                     test_dpb[i].height,
height            212 libavcodec/tests/h264_levels.c               test_dpb[i].width, test_dpb[i].height,
height            229 libavcodec/tests/h264_levels.c                                     test_all[i].height,
height             24 libavcodec/tests/h265_levels.c     int height;
height             69 libavcodec/tests/h265_levels.c     int height;
height            261 libavcodec/tests/h265_levels.c                                     test_sizes[i].height,
height            264 libavcodec/tests/h265_levels.c               test_sizes[i].width, test_sizes[i].height);
height            270 libavcodec/tests/h265_levels.c                                     test_dpb[i].height,
height            273 libavcodec/tests/h265_levels.c               test_dpb[i].width, test_dpb[i].height,
height            127 libavcodec/tests/options.c            ctx->width, ctx->height,
height            146 libavcodec/tests/options.c     ctx1->width = ctx1->height = 128;
height             33 libavcodec/tests/snowenc.c     int buffer[2][width*height];
height             51 libavcodec/tests/snowenc.c     for(i=0; i<width*height; i++)
height             54 libavcodec/tests/snowenc.c     ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
height             55 libavcodec/tests/snowenc.c     ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
height             57 libavcodec/tests/snowenc.c     for(i=0; i<width*height; i++)
height             62 libavcodec/tests/snowenc.c     for(i=0; i<width*height; i++)
height             65 libavcodec/tests/snowenc.c     ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
height             66 libavcodec/tests/snowenc.c     ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
height             68 libavcodec/tests/snowenc.c     for(i=0; i<width*height; i++)
height             82 libavcodec/tests/snowenc.c                 int h= height >> (s.spatial_decomposition_count-level);
height             90 libavcodec/tests/snowenc.c                 memset(buffer[0], 0, sizeof(int)*width*height);
height             92 libavcodec/tests/snowenc.c                 ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
height             93 libavcodec/tests/snowenc.c                 for(y=0; y<height; y++){
height             97 libavcodec/tests/snowenc.c                         if(FFABS(width/2-x)<9 && FFABS(height/2-y)<9 && level==2) printf("%8"PRId64" ", d);
height             99 libavcodec/tests/snowenc.c                     if(FFABS(height/2-y)<9 && level==2) printf("\n");
height            127 libavcodec/tests/snowenc.c             memset(buffer[0], 0, sizeof(int)*width*height);
height            128 libavcodec/tests/snowenc.c             for(y=0; y<height; y++){
height            134 libavcodec/tests/snowenc.c             ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
height            135 libavcodec/tests/snowenc.c             for(y=0; y<height; y++){
height            139 libavcodec/tests/snowenc.c                     if(FFABS(width/2-x)<9 && FFABS(height/2-y)<9) printf("%8"PRId64" ", d);
height            141 libavcodec/tests/snowenc.c                 if(FFABS(height/2-y)<9) printf("\n");
height             68 libavcodec/tiff.c     int width, height;
height            277 libavcodec/tiff.c                                       const uint8_t *src, int src_stride, int width, int height,
height            368 libavcodec/tiff.c     if (s->width % s->subsampling[0] || s->height % s->subsampling[1]) {
height            372 libavcodec/tiff.c                     p->data[0][FFMIN(lnum + j, s->height-1) * p->linesize[0] +
height            814 libavcodec/tiff.c                      int width, int height, int is_single_comp, int is_u16)
height            827 libavcodec/tiff.c         for (line = 0; line < height / 2; line++) {
height            850 libavcodec/tiff.c             for (line = 0; line < height; line++) {
height            861 libavcodec/tiff.c             for (line = 0; line < height; line++) {
height            923 libavcodec/tiff.c         s->avctx_mjpeg->height == h / 2 &&
height            927 libavcodec/tiff.c                s->avctx_mjpeg->height == h &&
height            975 libavcodec/tiff.c     s->jpgframe->height = s->tile_length;
height            978 libavcodec/tiff.c     s->avctx_mjpeg->height = s->tile_length;
height            981 libavcodec/tiff.c     has_height_leftover = (s->height % s->tile_length != 0);
height            985 libavcodec/tiff.c     tile_count_y = (s->height + s->tile_length - 1) / s->tile_length;
height            998 libavcodec/tiff.c             tile_length = s->height % s->tile_length;
height           1041 libavcodec/tiff.c     s->jpgframe->height = s->height;
height           1044 libavcodec/tiff.c     s->avctx_mjpeg->height = s->height;
height           1046 libavcodec/tiff.c     return dng_decode_jpeg(avctx, frame, s->stripsize, 0, 0, s->width, s->height);
height           1201 libavcodec/tiff.c     if (s->width != s->avctx->width || s->height != s->avctx->height) {
height           1202 libavcodec/tiff.c         ret = ff_set_dimensions(s->avctx, s->width, s->height);
height           1290 libavcodec/tiff.c         s->height = value;
height           1374 libavcodec/tiff.c             value = s->height;
height           1375 libavcodec/tiff.c         s->rps = FFMIN(value, s->height);
height           1390 libavcodec/tiff.c             s->rps = s->height;
height           1982 libavcodec/tiff.c             dst = av_malloc(stride * s->height);
height           1986 libavcodec/tiff.c         for (i = 0; i < s->height; i += s->rps) {
height           2006 libavcodec/tiff.c                                          FFMIN(s->rps, s->height - i))) < 0) {
height           2014 libavcodec/tiff.c         decoded_height = FFMIN(i, s->height);
height           2060 libavcodec/tiff.c             for (i = 0; i < s->height; i++) {
height           2072 libavcodec/tiff.c             for (i = 0; i < s->height; i++) {
height           2090 libavcodec/tiff.c             for (i = 0; i < s->height; i++) {
height           2115 libavcodec/tiff.c         for (i = 0; i < s->height; i++) {
height           2134 libavcodec/tiff.c     s->height = 0;
height             57 libavcodec/tiffenc.c     int height;                             ///< picture height
height            210 libavcodec/tiffenc.c     if (s->width % s->subsampling[0] || s->height % s->subsampling[1]) {
height            214 libavcodec/tiffenc.c                     *dst++ = p->data[0][FFMIN(lnum + j, s->height-1) * p->linesize[0] +
height            264 libavcodec/tiffenc.c     s->height         = avctx->height;
height            323 libavcodec/tiffenc.c         s->rps = s->height;
height            330 libavcodec/tiffenc.c     strips = (s->height - 1) / s->rps + 1;
height            334 libavcodec/tiffenc.c     packet_size = avctx->height * bytes_per_row * 2 +
height            335 libavcodec/tiffenc.c                   avctx->height * 4 + AV_INPUT_BUFFER_MIN_SIZE;
height            419 libavcodec/tiffenc.c     for (i = 0; i < s->height; i++) {
height            442 libavcodec/tiffenc.c             (i == s->height - 1 || i % s->rps == s->rps - 1)) {
height            456 libavcodec/tiffenc.c     ADD_ENTRY1(s, TIFF_HEIGHT,  TIFF_LONG, s->height);
height             45 libavcodec/tmv.c     unsigned char_rows = avctx->height >> 3;
height             35 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height             39 libavcodec/tpeldsp.c         put_pixels2_8_c(dst, src, stride, height);
height             42 libavcodec/tpeldsp.c         put_pixels4_8_c(dst, src, stride, height);
height             45 libavcodec/tpeldsp.c         put_pixels8_8_c(dst, src, stride, height);
height             48 libavcodec/tpeldsp.c         put_pixels16_8_c(dst, src, stride, height);
height             54 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height             58 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height             68 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height             72 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height             82 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height             86 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height             96 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            100 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            111 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            115 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            126 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            130 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            140 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            144 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            155 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            159 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            170 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            174 libavcodec/tpeldsp.c         avg_pixels2_8_c(dst, src, stride, height);
height            177 libavcodec/tpeldsp.c         avg_pixels4_8_c(dst, src, stride, height);
height            180 libavcodec/tpeldsp.c         avg_pixels8_8_c(dst, src, stride, height);
height            183 libavcodec/tpeldsp.c         avg_pixels16_8_c(dst, src, stride, height);
height            189 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            193 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            204 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            208 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            219 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            223 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            234 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            238 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            250 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            254 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            266 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            270 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            281 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            285 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            297 libavcodec/tpeldsp.c                                           int stride, int width, int height)
height            301 libavcodec/tpeldsp.c     for (i = 0; i < height; i++) {
height            102 libavcodec/truemotion1.c     uint16_t height;
height            410 libavcodec/truemotion1.c     if (s->w != s->avctx->width || s->h != s->avctx->height ||
height            447 libavcodec/truemotion1.c         if (s->avctx->width * s->avctx->height / 2048 + header.header_size > s->size)
height            452 libavcodec/truemotion1.c             (s->mb_change_bits_row_size * (s->avctx->height >> 2));
height            645 libavcodec/truemotion1.c     for (y = 0; y < s->avctx->height; y++) {
height            772 libavcodec/truemotion1.c     for (y = 0; y < s->avctx->height; y++) {
height            730 libavcodec/truemotion2.c     my = av_clip(my, -(by * 4 + 4), ctx->avctx->height - by * 4);
height            732 libavcodec/truemotion2.c     if (4*bx+mx<0 || 4*by+my<0 || 4*bx+mx+4 > ctx->avctx->width || 4*by+my+4 > ctx->avctx->height) {
height            778 libavcodec/truemotion2.c     int w = ctx->avctx->width, h = ctx->avctx->height, bw = w >> 2, bh = h >> 2, cw = w >> 1;
height            960 libavcodec/truemotion2.c     int i, w = avctx->width, h = avctx->height;
height            962 libavcodec/truemotion2.c     if ((avctx->width & 3) || (avctx->height & 3)) {
height             66 libavcodec/truemotion2rt.c     int width, height;
height             94 libavcodec/truemotion2rt.c     height = AV_RL16(header_buffer + 5);
height             97 libavcodec/truemotion2rt.c     ret = ff_set_dimensions(avctx, width, height);
height            119 libavcodec/truemotion2rt.c     if ((avctx->width + s->hscale - 1)/ s->hscale * avctx->height * s->delta_size > avpkt->size * 8LL * 4)
height            133 libavcodec/truemotion2rt.c     for (y = 0; y < avctx->height; y++) {
height            144 libavcodec/truemotion2rt.c         for (y = 0; y < avctx->height; y++) {
height            152 libavcodec/truemotion2rt.c     for (y = 0; y < avctx->height; y++) {
height            159 libavcodec/truemotion2rt.c     for (y = 0; y < avctx->height >> 2; y++) {
height            170 libavcodec/truemotion2rt.c         for (y = 0; y < avctx->height >> 2; y++) {
height            178 libavcodec/truemotion2rt.c     for (y = 0; y < avctx->height >> 2; y++) {
height            185 libavcodec/truemotion2rt.c     for (y = 0; y < avctx->height >> 2; y++) {
height            196 libavcodec/truemotion2rt.c         for (y = 0; y < avctx->height >> 2; y++) {
height            204 libavcodec/truemotion2rt.c     for (y = 0; y < avctx->height >> 2; y++) {
height             58 libavcodec/tscc.c     int height;
height            136 libavcodec/tscc.c     c->height = avctx->height;
height            152 libavcodec/tscc.c     c->decomp_size = (((avctx->width * c->bpp + 7) >> 3) + 3 * avctx->width + 2) * avctx->height + 2;
height            359 libavcodec/tscc2.c     c->mb_height    = FFALIGN(avctx->height,  8) >> 3;
height            111 libavcodec/txd.c             for (j = 0; j < avctx->height; j += 4) {
height            122 libavcodec/txd.c             for (j = 0; j < avctx->height; j += 4) {
height             39 libavcodec/ulti.c     int width, height, blocks;
height             51 libavcodec/ulti.c     s->height = avctx->height;
height             52 libavcodec/ulti.c     s->blocks = (s->width / 8) * (s->height / 8);
height            240 libavcodec/ulti.c         if(blocks >= s->blocks || y >= s->height)
height            104 libavcodec/utils.c int ff_set_dimensions(AVCodecContext *s, int width, int height)
height            106 libavcodec/utils.c     int ret = av_image_check_size2(width, height, s->max_pixels, AV_PIX_FMT_NONE, 0, s);
height            109 libavcodec/utils.c         width = height = 0;
height            112 libavcodec/utils.c     s->coded_height = height;
height            114 libavcodec/utils.c     s->height       = AV_CEIL_RSHIFT(height, s->lowres);
height            121 libavcodec/utils.c     int ret = av_image_check_sar(avctx->width, avctx->height, sar);
height            154 libavcodec/utils.c void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
height            318 libavcodec/utils.c     *height = FFALIGN(*height, h_align);
height            325 libavcodec/utils.c         *height += 2;
height            338 libavcodec/utils.c void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height)
height            345 libavcodec/utils.c     avcodec_align_dimensions2(s, width, height, linesize_align);
height            423 libavcodec/utils.c         int height = is_chroma ? AV_CEIL_RSHIFT(frame->height, desc->log2_chroma_h) : frame->height;
height            428 libavcodec/utils.c             for (y = 1; y < height; y++) {
height            433 libavcodec/utils.c             for (y = 0; y < height; y++) {
height            628 libavcodec/utils.c     if (!(avctx->coded_width && avctx->coded_height && avctx->width && avctx->height &&
height            632 libavcodec/utils.c         else if (avctx->width && avctx->height)
height            633 libavcodec/utils.c             ret = ff_set_dimensions(avctx, avctx->width, avctx->height);
height            638 libavcodec/utils.c     if ((avctx->coded_width || avctx->coded_height || avctx->width || avctx->height)
height            640 libavcodec/utils.c            || av_image_check_size2(avctx->width,       avctx->height,       avctx->max_pixels, AV_PIX_FMT_NONE, 0, avctx) < 0)) {
height            645 libavcodec/utils.c     if (avctx->width > 0 && avctx->height > 0) {
height            646 libavcodec/utils.c         if (av_image_check_sar(avctx->width, avctx->height,
height            866 libavcodec/utils.c             if (avctx->width <= 0 || avctx->height <= 0) {
height           1322 libavcodec/utils.c                      enc->width, enc->height);
height           1326 libavcodec/utils.c                  enc->height != enc->coded_height))
height           1333 libavcodec/utils.c                           enc->height * (int64_t)enc->sample_aspect_ratio.den,
height           1396 libavcodec/utils.c                      ", %dx%d", enc->width, enc->height);
height           2101 libavcodec/utils.c         par->height              = codec->height;
height           2124 libavcodec/utils.c         par->height = codec->height;
height           2156 libavcodec/utils.c         codec->height                 = par->height;
height           2180 libavcodec/utils.c         codec->height = par->height;
height           2254 libavcodec/utils.c     bitrate = (int64_t)bits_per_coded_sample * avctx->width * avctx->height *
height            132 libavcodec/utvideodec.c                           int width, int height,
height            152 libavcodec/utvideodec.c             send   = (height * (slice + 1) / c->slices);
height            178 libavcodec/utvideodec.c         send   = (height * (slice + 1) / c->slices);
height            245 libavcodec/utvideodec.c                         int width, int height,
height            270 libavcodec/utvideodec.c             send   = (height * (slice + 1) / c->slices) & cmask;
height            312 libavcodec/utvideodec.c             send   = (height * (slice + 1) / c->slices) & cmask;
height            339 libavcodec/utvideodec.c         send   = (height * (slice + 1) / c->slices) & cmask;
height            398 libavcodec/utvideodec.c                                   int width, int height, int slices, int rmode)
height            407 libavcodec/utvideodec.c         slice_start  = ((slice * height) / slices) & cmask;
height            408 libavcodec/utvideodec.c         slice_height = ((((slice + 1) * height) / slices) & cmask) -
height            450 libavcodec/utvideodec.c                                      int width, int height, int slices, int rmode)
height            460 libavcodec/utvideodec.c         slice_start    = ((slice * height) / slices) & cmask;
height            461 libavcodec/utvideodec.c         slice_height   = ((((slice + 1) * height) / slices) & cmask) -
height            505 libavcodec/utvideodec.c                                     int width, int height, int slices, int rmode)
height            515 libavcodec/utvideodec.c         slice_start  = ((slice * height) / slices) & cmask;
height            516 libavcodec/utvideodec.c         slice_height = ((((slice + 1) * height) / slices) & cmask) -
height            546 libavcodec/utvideodec.c                                       int width, int height, int slices, int rmode)
height            557 libavcodec/utvideodec.c         slice_start    = ((slice * height) / slices) & cmask;
height            558 libavcodec/utvideodec.c         slice_height   = ((((slice + 1) * height) / slices) & cmask) -
height            754 libavcodec/utvideodec.c                                avctx->height, plane_start[i],
height            762 libavcodec/utvideodec.c                                           avctx->height, c->slices, 0);
height            766 libavcodec/utvideodec.c                                              avctx->width, avctx->height, c->slices,
height            773 libavcodec/utvideodec.c                                             avctx->height, c->slices, 0);
height            777 libavcodec/utvideodec.c                                                avctx->width, avctx->height, c->slices,
height            784 libavcodec/utvideodec.c                                     avctx->width, avctx->height);
height            791 libavcodec/utvideodec.c                                  avctx->height, plane_start[i],
height            799 libavcodec/utvideodec.c                                       avctx->width, avctx->height);
height            804 libavcodec/utvideodec.c                                avctx->width >> !!i, avctx->height >> !!i,
height            811 libavcodec/utvideodec.c                                           avctx->width >> !!i, avctx->height >> !!i,
height            816 libavcodec/utvideodec.c                                              avctx->height >> !!i,
height            822 libavcodec/utvideodec.c                                             avctx->width >> !!i, avctx->height >> !!i,
height            827 libavcodec/utvideodec.c                                                avctx->height >> !!i,
height            836 libavcodec/utvideodec.c                                avctx->width >> !!i, avctx->height,
height            843 libavcodec/utvideodec.c                                           avctx->width >> !!i, avctx->height,
height            847 libavcodec/utvideodec.c                                              avctx->width >> !!i, avctx->height,
height            853 libavcodec/utvideodec.c                                             avctx->width >> !!i, avctx->height,
height            857 libavcodec/utvideodec.c                                                avctx->width  >> !!i, avctx->height,
height            866 libavcodec/utvideodec.c                                avctx->width, avctx->height,
height            873 libavcodec/utvideodec.c                                           avctx->width, avctx->height,
height            877 libavcodec/utvideodec.c                                              avctx->width, avctx->height,
height            883 libavcodec/utvideodec.c                                             avctx->width, avctx->height,
height            887 libavcodec/utvideodec.c                                                avctx->width, avctx->height,
height            896 libavcodec/utvideodec.c                                  avctx->width >> !!i, avctx->height >> !!i,
height            905 libavcodec/utvideodec.c                                  avctx->width >> !!i, avctx->height,
height           1037 libavcodec/utvideodec.c         (avctx->height & ((1<<v_shift)-1))) {
height             31 libavcodec/utvideodsp.c                                  int width, int height)
height             36 libavcodec/utvideodsp.c     for (j = 0; j < height; j++) {
height             56 libavcodec/utvideodsp.c                                    int width, int height)
height             61 libavcodec/utvideodsp.c     for (j = 0; j < height; j++) {
height             30 libavcodec/utvideodsp.h                                ptrdiff_t linesize_b, int width, int height);
height             33 libavcodec/utvideodsp.h                                  ptrdiff_t linesize_b, int width, int height);
height             82 libavcodec/utvideoenc.c         if (avctx->width & 1 || avctx->height & 1) {
height            163 libavcodec/utvideoenc.c     subsampled_height = avctx->height >> av_pix_fmt_desc_get(avctx->pix_fmt)->log2_chroma_h;
height            184 libavcodec/utvideoenc.c         c->slice_buffer[i] = av_malloc(c->slice_stride * (avctx->height + 2) +
height            247 libavcodec/utvideoenc.c                               int width, int height)
height            257 libavcodec/utvideoenc.c     for (j = 0; j < height; j++) {
height            291 libavcodec/utvideoenc.c                            ptrdiff_t stride, int width, int height)
height            304 libavcodec/utvideoenc.c     if (height == 1)
height            316 libavcodec/utvideoenc.c     for (j = 1; j < height; j++) {
height            325 libavcodec/utvideoenc.c                         int height, uint64_t *counts)
height            329 libavcodec/utvideoenc.c     for (j = 0; j < height; j++) {
height            360 libavcodec/utvideoenc.c                             int width, int height, HuffEntry *he)
height            369 libavcodec/utvideoenc.c     for (j = 0; j < height; j++) {
height            393 libavcodec/utvideoenc.c                         int width, int height, PutByteContext *pb)
height            412 libavcodec/utvideoenc.c             send   = height * (i + 1) / c->slices & cmask;
height            421 libavcodec/utvideoenc.c             send   = height * (i + 1) / c->slices & cmask;
height            428 libavcodec/utvideoenc.c             send   = height * (i + 1) / c->slices & cmask;
height            440 libavcodec/utvideoenc.c     count_usage(dst, width, height, counts);
height            447 libavcodec/utvideoenc.c             if (counts[symbol] == width * (int64_t)height) {
height            492 libavcodec/utvideoenc.c         send    = height * (i + 1) / c->slices & cmask;
height            499 libavcodec/utvideoenc.c                                    width * height + 4, width,
height            542 libavcodec/utvideoenc.c     int width = avctx->width, height = avctx->height;
height            546 libavcodec/utvideoenc.c     ret = ff_alloc_packet2(avctx, pkt, (256 + 4 * c->slices + width * height) *
height            556 libavcodec/utvideoenc.c     av_fast_padded_malloc(&c->slice_bits, &c->slice_bits_size, width * height + 4);
height            566 libavcodec/utvideoenc.c                           c->planes, pic->linesize, width, height);
height            575 libavcodec/utvideoenc.c                                width, height, &pb);
height            586 libavcodec/utvideoenc.c                                pic->linesize[i], i, width, height, &pb);
height            597 libavcodec/utvideoenc.c                                pic->linesize[i], i, width >> !!i, height, &pb);
height            608 libavcodec/utvideoenc.c                                pic->linesize[i], i, width >> !!i, height >> !!i,
height             49 libavcodec/v210_template.c     for (h = 0; h < avctx->height; h++) {
height             74 libavcodec/v210dec.c     s->thread_count  = av_clip(avctx->thread_count, 1, avctx->height/4);
height             88 libavcodec/v210dec.c     int slice_start = (avctx->height *  jobnr) / s->thread_count;
height             89 libavcodec/v210dec.c     int slice_end = (avctx->height * (jobnr+1)) / s->thread_count;
height            157 libavcodec/v210dec.c     if (avpkt->size < stride * avctx->height) {
height            158 libavcodec/v210dec.c         if ((((avctx->width + 23) / 24) * 24 * 8) / 3 * avctx->height == avpkt->size) {
height            159 libavcodec/v210dec.c             stride = avpkt->size / avctx->height;
height            172 libavcodec/v210dec.c         && avpkt->size - 64 >= stride * avctx->height)
height            127 libavcodec/v210enc.c     ret = ff_alloc_packet2(avctx, pkt, avctx->height * stride, avctx->height * stride);
height             49 libavcodec/v210x.c     if (avpkt->size < avctx->width * avctx->height * 8 / 3) {
height             54 libavcodec/v210x.c     if (avpkt->size > avctx->width * avctx->height * 8 / 3) {
height             82 libavcodec/v210x.c             if (++y >= avctx->height)
height             98 libavcodec/v210x.c             if (++y >= avctx->height)
height            113 libavcodec/v210x.c             if (++y >= avctx->height)
height             43 libavcodec/v308dec.c     if (avpkt->size < 3 * avctx->height * avctx->width) {
height             58 libavcodec/v308dec.c     for (i = 0; i < avctx->height; i++) {
height             47 libavcodec/v308enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 3, 0)) < 0)
height             55 libavcodec/v308enc.c     for (i = 0; i < avctx->height; i++) {
height             40 libavcodec/v408dec.c     if (avpkt->size < 4 * avctx->height * avctx->width) {
height             56 libavcodec/v408dec.c     for (i = 0; i < avctx->height; i++) {
height             42 libavcodec/v408enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 4, 0)) < 0)
height             51 libavcodec/v408enc.c     for (i = 0; i < avctx->height; i++) {
height             57 libavcodec/v410dec.c     int thread_count = av_clip(avctx->thread_count, 1, avctx->height/4);
height             58 libavcodec/v410dec.c     int slice_start = (avctx->height *  jobnr) / thread_count;
height             59 libavcodec/v410dec.c     int slice_end = (avctx->height * (jobnr+1)) / thread_count;
height             96 libavcodec/v410dec.c     int thread_count = av_clip(avctx->thread_count, 1, avctx->height/4);
height             99 libavcodec/v410dec.c     if (avpkt->size < 4 * avctx->height * avctx->width) {
height             49 libavcodec/v410enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 4,
height             50 libavcodec/v410enc.c                                             avctx->width * avctx->height * 4)) < 0)
height             65 libavcodec/v410enc.c     for (i = 0; i < avctx->height; i++) {
height            322 libavcodec/v4l2_buffers.c         frame->data[1] = frame->buf[0]->data + avbuf->plane_info[0].bytesperline * avbuf->context->format.fmt.pix_mp.height;
height            330 libavcodec/v4l2_buffers.c         frame->data[1] = frame->buf[0]->data + avbuf->plane_info[0].bytesperline * avbuf->context->format.fmt.pix_mp.height;
height            331 libavcodec/v4l2_buffers.c         frame->data[2] = frame->data[1] + ((avbuf->plane_info[0].bytesperline * avbuf->context->format.fmt.pix_mp.height) >> 2);
height            347 libavcodec/v4l2_buffers.c     int height       = V4L2_TYPE_IS_MULTIPLANAR(fmt.type) ?
height            348 libavcodec/v4l2_buffers.c                        fmt.fmt.pix_mp.height : fmt.fmt.pix.height;
height            384 libavcodec/v4l2_buffers.c             int size, h = height;
height            440 libavcodec/v4l2_buffers.c     frame->height = avbuf->context->height;
height             63 libavcodec/v4l2_context.c     return V4L2_TYPE_IS_MULTIPLANAR(fmt->type) ? fmt->fmt.pix_mp.height : fmt->fmt.pix.height;
height             89 libavcodec/v4l2_context.c         fmt1->fmt.pix_mp.height != fmt2->fmt.pix_mp.height
height             92 libavcodec/v4l2_context.c         fmt1->fmt.pix.height != fmt2->fmt.pix.height;
height            111 libavcodec/v4l2_context.c static inline int v4l2_get_framesize_compressed(V4L2Context* ctx, int width, int height)
height            118 libavcodec/v4l2_context.c         return ((width * height * 3 / 2) / 2) + 128;
height            121 libavcodec/v4l2_context.c     size = FFALIGN(height, 32) * FFALIGN(width, 32) * 3 / 2 / 2;
height            134 libavcodec/v4l2_context.c         ctx->format.fmt.pix_mp.height = ctx->height;
height            141 libavcodec/v4l2_context.c                 v4l2_get_framesize_compressed(ctx, ctx->width, ctx->height);
height            144 libavcodec/v4l2_context.c         ctx->format.fmt.pix.height = ctx->height;
height            151 libavcodec/v4l2_context.c                 v4l2_get_framesize_compressed(ctx, ctx->width, ctx->height);
height            197 libavcodec/v4l2_context.c         s->output.height = v4l2_get_height(&out_fmt);
height            204 libavcodec/v4l2_context.c         s->capture.height = v4l2_get_height(&cap_fmt);
height            223 libavcodec/v4l2_context.c             ret = ff_set_dimensions(s->avctx, s->capture.width, s->capture.height);
height             71 libavcodec/v4l2_context.h     int width, height;
height             71 libavcodec/v4l2_m2m_dec.c     selection.r.height = avctx->coded_height;
height             79 libavcodec/v4l2_m2m_dec.c             av_log(avctx, AV_LOG_DEBUG, "crop output %dx%d\n", selection.r.width, selection.r.height);
height             81 libavcodec/v4l2_m2m_dec.c             capture->height = selection.r.height;
height            118 libavcodec/v4l2_m2m_dec.c         if (output->height == 0 || output->width == 0) {
height            202 libavcodec/v4l2_m2m_dec.c     output->height = capture->height = avctx->coded_height;
height            333 libavcodec/v4l2_m2m_enc.c     output->height = capture->height = avctx->height;
height            563 libavcodec/vaapi_decode.c         frames->height = avctx->coded_height;
height            486 libavcodec/vaapi_encode.c                     .height = roi->bottom - roi->top,
height           1054 libavcodec/vaapi_encode.c                frame->width, frame->height, frame->pts);
height           1848 libavcodec/vaapi_encode.c     ctx->slice_block_rows = (avctx->height + ctx->slice_block_height - 1) /
height           2194 libavcodec/vaapi_encode.c     ctx->recon_frames->height    = ctx->surface_height;
height            373 libavcodec/vaapi_encode_h264.c         avctx->height != 16 * priv->mb_height) {
height            381 libavcodec/vaapi_encode_h264.c             (16 * priv->mb_height - avctx->height) / 2;
height           1072 libavcodec/vaapi_encode_h264.c     priv->mb_height = FFALIGN(avctx->height, 16) / 16;
height           1231 libavcodec/vaapi_encode_h264.c     ctx->surface_height = FFALIGN(avctx->height, 16);
height            409 libavcodec/vaapi_encode_h265.c         avctx->height != ctx->surface_height) {
height            416 libavcodec/vaapi_encode_h265.c             (ctx->surface_height - avctx->height) >> desc->log2_chroma_h;
height           1176 libavcodec/vaapi_encode_h265.c     ctx->surface_height = FFALIGN(avctx->height, 16);
height            247 libavcodec/vaapi_encode_mjpeg.c     fh->Y  = avctx->height;
height            513 libavcodec/vaapi_encode_mjpeg.c     ctx->surface_height = FFALIGN(avctx->height, 8);
height            225 libavcodec/vaapi_encode_mpeg2.c     sh->vertical_size_value   = avctx->height & 0xfff;
height            230 libavcodec/vaapi_encode_mpeg2.c                                   (AVRational) { avctx->width, avctx->height });
height            279 libavcodec/vaapi_encode_mpeg2.c     se->vertical_size_extension   = avctx->height >> 12;
height            309 libavcodec/vaapi_encode_mpeg2.c     sde->display_vertical_size   = avctx->height;
height            360 libavcodec/vaapi_encode_mpeg2.c         .picture_height = avctx->height,
height            549 libavcodec/vaapi_encode_mpeg2.c     ctx->slice_block_rows = FFALIGN(avctx->height, 16) / 16;
height            617 libavcodec/vaapi_encode_mpeg2.c     if (avctx->height % 4096 == 0 || avctx->width % 4096 == 0) {
height            627 libavcodec/vaapi_encode_mpeg2.c     ctx->surface_height = FFALIGN(avctx->height, 16);
height             59 libavcodec/vaapi_encode_vp8.c     vseq->frame_height = avctx->height;
height            214 libavcodec/vaapi_encode_vp8.c     ctx->surface_height = FFALIGN(avctx->height, 16);
height             60 libavcodec/vaapi_encode_vp9.c     vseq->max_frame_height = avctx->height;
height             70 libavcodec/vaapi_encode_vp9.c     vpic->frame_height_src = avctx->height;
height             72 libavcodec/vaapi_encode_vp9.c     vpic->frame_height_dst = avctx->height;
height            248 libavcodec/vaapi_encode_vp9.c     ctx->surface_height = FFALIGN(avctx->height, 64);
height            321 libavcodec/vaapi_h264.c     ff_h264_draw_horiz_band(h, sl, 0, h->avctx->height);
height            135 libavcodec/vaapi_hevc.c         .pic_height_in_luma_samples                   = sps->height,
height             39 libavcodec/vaapi_mjpeg.c         .picture_height = avctx->height,
height             54 libavcodec/vaapi_mpeg2.c         .vertical_size                   = s->height,
height            125 libavcodec/vaapi_mpeg2.c     ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);
height             58 libavcodec/vaapi_mpeg4.c         .vop_height                       = s->height,
height             88 libavcodec/vaapi_mpeg4.c         .num_macroblocks_in_gob           = s->mb_width * H263_GOB_HEIGHT(s->height),
height             90 libavcodec/vaapi_mpeg4.c             (s->mb_width * s->mb_height) / (s->mb_width * H263_GOB_HEIGHT(s->height)),
height            147 libavcodec/vaapi_mpeg4.c     ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);
height            458 libavcodec/vaapi_vc1.c     ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);
height             49 libavcodec/vaapi_vp8.c         .frame_height                    = avctx->height,
height             51 libavcodec/vaapi_vp9.c         .frame_height                     = avctx->height,
height             99 libavcodec/vb.c     uint8_t *pend   = c->prev_frame + width*c->avctx->height;
height            106 libavcodec/vb.c     blocks = (c->avctx->width >> 2) * (c->avctx->height >> 2);
height            215 libavcodec/vb.c         if (FFABS(j) > avctx->height) {
height            241 libavcodec/vb.c     for (i = 0; i < avctx->height; i++) {
height            262 libavcodec/vb.c     c->frame      = av_mallocz(avctx->width * avctx->height);
height            263 libavcodec/vb.c     c->prev_frame = av_mallocz(avctx->width * avctx->height);
height             87 libavcodec/vble.c                                int offset, int width, int height)
height             94 libavcodec/vble.c     for (i = 0; i < height; i++) {
height            126 libavcodec/vble.c     int width_uv = avctx->width / 2, height_uv = avctx->height / 2;
height            158 libavcodec/vble.c     vble_restore_plane(ctx, pic, &gb, 0, offset, avctx->width, avctx->height);
height            162 libavcodec/vble.c         offset += avctx->width * avctx->height;
height            194 libavcodec/vble.c                                          avctx->width, avctx->height, 1);
height             52 libavcodec/vc1.c static void decode_rowskip(uint8_t* plane, int width, int height, int stride,
height             57 libavcodec/vc1.c     for (y = 0; y < height; y++) {
height             74 libavcodec/vc1.c static void decode_colskip(uint8_t* plane, int width, int height, int stride,
height             81 libavcodec/vc1.c             for (y = 0; y < height; y++)
height             84 libavcodec/vc1.c             for (y = 0; y < height; y++)
height            103 libavcodec/vc1.c     int width, height, stride;
height            106 libavcodec/vc1.c     height = v->s.mb_height >> v->field_mode;
height            119 libavcodec/vc1.c         if ((height * width) & 1) {
height            130 libavcodec/vc1.c         for (; y < height * width; y += 2) {
height            148 libavcodec/vc1.c         if (!(height % 3) && (width % 3)) { // use 2x3 decoding
height            149 libavcodec/vc1.c             for (y = 0; y < height; y += 3) {
height            166 libavcodec/vc1.c                 decode_colskip(data, 1, height, stride, &v->s.gb);
height            168 libavcodec/vc1.c             planep += (height & 1) * stride;
height            169 libavcodec/vc1.c             for (y = height & 1; y < height; y += 2) {
height            187 libavcodec/vc1.c                 decode_colskip(data,             x, height, stride, &v->s.gb);
height            188 libavcodec/vc1.c             if (height & 1)
height            193 libavcodec/vc1.c         decode_rowskip(data, width, height, stride, &v->s.gb);
height            196 libavcodec/vc1.c         decode_colskip(data, width, height, stride, &v->s.gb);
height            208 libavcodec/vc1.c         for (y = 1; y < height; y++) {
height            218 libavcodec/vc1.c         for (x = 0; x < stride * height; x++)
height            455 libavcodec/vc1.c                 v->s.avctx->height > v->max_coded_height) {
height            460 libavcodec/vc1.c                       v->s.avctx->height * w,
height            880 libavcodec/vc1.c     av_assert0(    v->s.mb_height == v->s.height + 15 >> 4
height            881 libavcodec/vc1.c                 || v->s.mb_height == FFALIGN(v->s.height + 15 >> 4, 2));
height            883 libavcodec/vc1.c         v->s.mb_height = FFALIGN(v->s.height + 15 >> 4, 2);
height            890 libavcodec/vc1.c         v->s.mb_height = v->s.height + 15 >> 4;
height            516 libavcodec/vc1_mc.c         int height = s->avctx->coded_height >> 1;
height            530 libavcodec/vc1_mc.c         else if (qy > height + 1)
height            531 libavcodec/vc1_mc.c             my -= 8 * (qy - height - 1);
height            120 libavcodec/vc1_parser.c     if (avctx->width && avctx->height) {
height            122 libavcodec/vc1_parser.c         s->height       = avctx->height;
height            431 libavcodec/vc1dec.c     v->output_height = avctx->height;
height            573 libavcodec/vc1dec.c         avctx->coded_height = avctx->height = v->output_height;
height            801 libavcodec/vc1dec.c                 avctx->height = avctx->coded_height = v->sprite_height;
height            810 libavcodec/vc1dec.c          s->height != avctx->coded_height)) {
height           1147 libavcodec/vc1dec.c         avctx->height = avctx->coded_height = v->output_height;
height             41 libavcodec/vc2enc.c     int width, height, interlaced, level;
height             90 libavcodec/vc2enc.c     int height;
height             97 libavcodec/vc2enc.c     int height;
height            275 libavcodec/vc2enc.c         put_vc2_ue_uint(&s->pb, avctx->height);
height            534 libavcodec/vc2enc.c     const int top    = b->height * (sy+0) / s->num_y;
height            535 libavcodec/vc2enc.c     const int bottom = b->height * (sy+1) / s->num_y;
height            585 libavcodec/vc2enc.c                 const int top    = b->height * slice->y    / s->num_y;
height            586 libavcodec/vc2enc.c                 const int bottom = b->height *(slice->y+1) / s->num_y;
height            866 libavcodec/vc2enc.c         for (y = 0; y < p->height*skip; y+=skip) {
height            876 libavcodec/vc2enc.c         for (y = 0; y < p->height*skip; y+=skip) {
height            886 libavcodec/vc2enc.c     memset(buf, 0, p->coef_stride * (p->dwt_height - p->height) * sizeof(dwtcoef));
height            891 libavcodec/vc2enc.c                                 b->width, b->height);
height           1061 libavcodec/vc2enc.c         if (avctx->height != fmt->height)
height           1080 libavcodec/vc2enc.c         (s->slice_height > avctx->height)) {
height           1129 libavcodec/vc2enc.c         p->height     = avctx->height >> (i ? s->chroma_y_shift : 0);
height           1131 libavcodec/vc2enc.c             p->height >>= 1;
height           1133 libavcodec/vc2enc.c         p->dwt_height = h = FFALIGN(p->height, (1 << s->wavelet_depth));
height           1144 libavcodec/vc2enc.c                 b->height = h;
height           1146 libavcodec/vc2enc.c                 shift = (o > 1)*b->height*b->stride + (o & 1)*b->width;
height             31 libavcodec/vc2enc_dwt.c                                           int width, int height, dwtcoef *synthl)
height             36 libavcodec/vc2enc_dwt.c     dwtcoef *linelh = linell + height*stride;
height             40 libavcodec/vc2enc_dwt.c     for (y = 0; y < height; y++) {
height             56 libavcodec/vc2enc_dwt.c                                ptrdiff_t stride, int width, int height)
height             61 libavcodec/vc2enc_dwt.c     const ptrdiff_t synth_height = height << 1;
height            104 libavcodec/vc2enc_dwt.c     for (y = 1; y < height - 2; y++) {
height            127 libavcodec/vc2enc_dwt.c     for (y = 1; y < height - 1; y++) {
height            137 libavcodec/vc2enc_dwt.c     deinterleave(data, stride, width, height, synth);
height            141 libavcodec/vc2enc_dwt.c                                ptrdiff_t stride, int width, int height)
height            146 libavcodec/vc2enc_dwt.c     const ptrdiff_t synth_height = height << 1;
height            184 libavcodec/vc2enc_dwt.c     for (y = 1; y < height - 1; y++) {
height            200 libavcodec/vc2enc_dwt.c     for (y = 1; y < height - 1; y++) {
height            211 libavcodec/vc2enc_dwt.c     deinterleave(data, stride, width, height, synth);
height            215 libavcodec/vc2enc_dwt.c                                       ptrdiff_t stride, int width, int height,
height            221 libavcodec/vc2enc_dwt.c     const ptrdiff_t synth_height = height << 1;
height            243 libavcodec/vc2enc_dwt.c     deinterleave(data, stride, width, height, synth);
height            247 libavcodec/vc2enc_dwt.c                                  ptrdiff_t stride, int width, int height)
height            249 libavcodec/vc2enc_dwt.c     dwt_haar(t, data, stride, width, height, 0);
height            253 libavcodec/vc2enc_dwt.c                                        ptrdiff_t stride, int width, int height)
height            255 libavcodec/vc2enc_dwt.c     dwt_haar(t, data, stride, width, height, 1);
height             47 libavcodec/vc2enc_dwt.h                                                int width, int height);
height             41 libavcodec/vcr1.c     if (avctx->width % 8 || avctx->height%4) {
height             42 libavcodec/vcr1.c         avpriv_request_sample(avctx, "odd dimensions (%d x %d) support", avctx->width, avctx->height);
height             58 libavcodec/vcr1.c     if(avpkt->size < 32 + avctx->height + avctx->width*avctx->height*5/8){
height             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);
height             73 libavcodec/vcr1.c     for (y = 0; y < avctx->height; y++) {
height             76 libavcodec/vdpau.c                                     uint32_t *width, uint32_t *height)
height            109 libavcodec/vdpau.c     if (height)
height            110 libavcodec/vdpau.c         *height = h;
height            120 libavcodec/vdpau.c     uint32_t height;
height            122 libavcodec/vdpau.c     if (av_vdpau_get_surface_parameters(avctx, &type, &width, &height))
height            128 libavcodec/vdpau.c     hw_frames->height    = height;
height            149 libavcodec/vdpau.c     uint32_t height;
height            153 libavcodec/vdpau.c     vdctx->height           = UINT32_MAX;
height            155 libavcodec/vdpau.c     if (av_vdpau_get_surface_parameters(avctx, &type, &width, &height))
height            232 libavcodec/vdpau.c         max_width < width || max_height < height)
height            257 libavcodec/vdpau.c         max_width < width || max_height < height)
height            274 libavcodec/vdpau.c     status = create(vdctx->device, profile, width, height, avctx->refs,
height            278 libavcodec/vdpau.c         vdctx->height = avctx->coded_height;
height            293 libavcodec/vdpau.c     if (vdctx->width == UINT32_MAX && vdctx->height == UINT32_MAX)
height            315 libavcodec/vdpau.c         avctx->coded_height == vdctx->height && (!hwctx || !hwctx->reset))
height            372 libavcodec/vdpau.c     ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);
height            147 libavcodec/vdpau.h                                     uint32_t *width, uint32_t *height);
height            214 libavcodec/vdpau_h264.c     ff_h264_draw_horiz_band(h, sl, 0, h->avctx->height);
height             57 libavcodec/vdpau_hevc.c     info->pic_height_in_luma_samples = sps->height;
height             92 libavcodec/vdpau_internal.h     uint32_t height;
height             49 libavcodec/vdpau_vp9.c     info->height = avctx->height;
height            135 libavcodec/videotoolbox.c     frame->height = avctx->height;
height            440 libavcodec/videotoolbox.c     int height = CVPixelBufferGetHeight(pixbuf);
height            466 libavcodec/videotoolbox.c         cached_frames->height != height) {
height            476 libavcodec/videotoolbox.c         hw_frames->height = height;
height            657 libavcodec/videotoolbox.c                                                                    int height)
height            665 libavcodec/videotoolbox.c                                             height,
height            676 libavcodec/videotoolbox.c                                                              int height,
height            686 libavcodec/videotoolbox.c     h = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &height);
height            817 libavcodec/videotoolbox.c                                                                 avctx->height);
height            827 libavcodec/videotoolbox.c                                                      avctx->height,
height           1072 libavcodec/videotoolbox.c         hw_frames->height = avctx->height;
height           1114 libavcodec/videotoolbox.c     frames_ctx->height            = avctx->coded_height;
height            866 libavcodec/videotoolboxenc.c                                 &avctx->height);
height           1037 libavcodec/videotoolboxenc.c                                             avctx->height,
height           2017 libavcodec/videotoolboxenc.c         heights[0] = avctx->height;
height           2021 libavcodec/videotoolboxenc.c         heights[1] = (avctx->height + 1) / 2;
height           2029 libavcodec/videotoolboxenc.c         heights[0] = avctx->height;
height           2033 libavcodec/videotoolboxenc.c         heights[1] = (avctx->height + 1) / 2;
height           2037 libavcodec/videotoolboxenc.c         heights[2] = (avctx->height + 1) / 2;
height           2044 libavcodec/videotoolboxenc.c         heights[0] = avctx->height;
height           2048 libavcodec/videotoolboxenc.c         heights[1] = (avctx->height + 1) / 2;
height            205 libavcodec/vmdvideo.c     if ((frame_width == s->avctx->width && frame_height == s->avctx->height) &&
height            224 libavcodec/vmdvideo.c         frame_y >= s->avctx->height ||
height            225 libavcodec/vmdvideo.c         frame_height > s->avctx->height ||
height            226 libavcodec/vmdvideo.c         frame_y + frame_height > s->avctx->height) {
height            237 libavcodec/vmdvideo.c         (frame_height != s->avctx->height))) {
height            240 libavcodec/vmdvideo.c             s->avctx->height * frame->linesize[0]);
height             66 libavcodec/vmnc.c     int width, height;
height            139 libavcodec/vmnc.c     if (c->height < c->cur_y + c->cur_h)
height            140 libavcodec/vmnc.c         h = c->height - c->cur_y;
height            355 libavcodec/vmnc.c         if (c->height < c->cur_y + h)
height            356 libavcodec/vmnc.c             h = c->height - c->cur_y;
height            387 libavcodec/vmnc.c         if ((dx + w > c->width) || (dy + h > c->height)) {
height            390 libavcodec/vmnc.c                     w, h, dx, dy, c->width, c->height);
height            496 libavcodec/vmnc.c         if (c->height < c->cur_y + h)
height            497 libavcodec/vmnc.c             h = c->height - c->cur_y;
height            533 libavcodec/vmnc.c     c->height = avctx->height;
height            162 libavcodec/vp3.c     int width, height;
height           1786 libavcodec/vp3.c     int height          = s->fragment_height[!!plane];
height           1828 libavcodec/vp3.c                 if ((y < height - 1) &&
height           1897 libavcodec/vp3.c         int y_flipped = s->flipped_image ? s->height - y : y;
height           1903 libavcodec/vp3.c                                   y_flipped == s->height ? INT_MAX
height           1916 libavcodec/vp3.c         y = s->height - y - h;
height           1971 libavcodec/vp3.c     int plane_height = s->height >> (plane && s->chroma_y_shift);
height           2076 libavcodec/vp3.c         int plane_height = s->height >> (plane && s->chroma_y_shift);
height           2251 libavcodec/vp3.c                                  s->height - 16));
height           2339 libavcodec/vp3.c     s->height = FFALIGN(avctx->coded_height, 16);
height           2364 libavcodec/vp3.c     s->y_superblock_height = (s->height + 31) / 32;
height           2369 libavcodec/vp3.c     c_height               = s->height >> s->chroma_y_shift;
height           2379 libavcodec/vp3.c     s->macroblock_height = (s->height + 15) / 16;
height           2387 libavcodec/vp3.c     s->fragment_height[0] = s->height / FRAGMENT_PIXELS;
height           2594 libavcodec/vp3.c         s->width != s1->width || s->height != s1->height) {
height           2829 libavcodec/vp3.c         int height = s->height >> (i && s->chroma_y_shift);
height           2833 libavcodec/vp3.c             s->data_offset[i] = (height - 1) * s->current_frame.f->linesize[i];
height           2843 libavcodec/vp3.c             int row = (s->height >> (3 + (i && s->chroma_y_shift))) - 1;
height           2846 libavcodec/vp3.c     vp3_draw_horiz_band(s, s->height);
height           2855 libavcodec/vp3.c     frame->crop_bottom = avctx->coded_height - avctx->height - s->offset_y;
height           2942 libavcodec/vp3.c     s->height      = get_bits(gb, 16) << 4;
height           2955 libavcodec/vp3.c         visible_height + offset_y > s->height) {
height           2959 libavcodec/vp3.c                s->width, s->height);
height           3001 libavcodec/vp3.c     ret = ff_set_dimensions(avctx, s->width, s->height);
height           3006 libavcodec/vp3.c         avctx->height = visible_height;
height           3010 libavcodec/vp3.c         s->offset_y = s->height - visible_height - offset_y;
height            626 libavcodec/vp56.c         int bak_h = avctx->height;
height            637 libavcodec/vp56.c                 avctx->height = bak_h;
height             90 libavcodec/vp6.c                 FFALIGN(s->avctx->height, 16) == 16 * rows) {
height            103 libavcodec/vp6.c                     s->avctx->height -= s->avctx->extradata[0] & 0x0F;
height            187 libavcodec/vp8.c int update_dimensions(VP8Context *s, int width, int height, int is_vp7)
height            192 libavcodec/vp8.c     if (width  != s->avctx->width || ((width+15)/16 != s->mb_width || (height+15)/16 != s->mb_height) && s->macroblocks_base ||
height            193 libavcodec/vp8.c         height != s->avctx->height) {
height            196 libavcodec/vp8.c         ret = ff_set_dimensions(s->avctx, width, height);
height            248 libavcodec/vp8.c static int vp7_update_dimensions(VP8Context *s, int width, int height)
height            250 libavcodec/vp8.c     return update_dimensions(s, width, height, IS_VP7);
height            253 libavcodec/vp8.c static int vp8_update_dimensions(VP8Context *s, int width, int height)
height            255 libavcodec/vp8.c     return update_dimensions(s, width, height, IS_VP8);
height            477 libavcodec/vp8.c static void copy_chroma(AVFrame *dst, AVFrame *src, int width, int height)
height            482 libavcodec/vp8.c         for (i = 0; i < height / 2; i++)
height            490 libavcodec/vp8.c                  int width, int height,
height            494 libavcodec/vp8.c     for (j = 0; j < height; j++) {
height            510 libavcodec/vp8.c         int height = s->mb_height * 16;
height            530 libavcodec/vp8.c             copy_chroma(dst, src, width, height);
height            535 libavcodec/vp8.c              width, height, alpha, beta);
height            546 libavcodec/vp8.c     int height = s->avctx->height;
height            583 libavcodec/vp8.c         height = vp8_rac_get_uint(c, 12);
height            633 libavcodec/vp8.c         width != s->avctx->width || height != s->avctx->height ||
height            634 libavcodec/vp8.c         (width + 15) / 16 != s->mb_width || (height + 15) / 16 != s->mb_height) {
height            635 libavcodec/vp8.c         if ((ret = vp7_update_dimensions(s, width, height)) < 0)
height            710 libavcodec/vp8.c     int height = s->avctx->height;
height            748 libavcodec/vp8.c         height    = AV_RL16(buf + 5) & 0x3fff;
height            803 libavcodec/vp8.c         width != s->avctx->width || height != s->avctx->height ||
height            804 libavcodec/vp8.c         (width+15)/16 != s->mb_width || (height+15)/16 != s->mb_height)
height            805 libavcodec/vp8.c         if ((ret = vp8_update_dimensions(s, width, height)) < 0)
height           1808 libavcodec/vp8.c                  int width, int height, ptrdiff_t linesize,
height           1826 libavcodec/vp8.c             y_off < my_idx || y_off >= height - block_h - subpel_idx[2][my]) {
height           1833 libavcodec/vp8.c                                      width, height);
height           1866 libavcodec/vp8.c                    int width, int height, ptrdiff_t linesize,
height           1883 libavcodec/vp8.c             y_off < my_idx || y_off >= height - block_h - subpel_idx[2][my]) {
height           1889 libavcodec/vp8.c                                      x_off - mx_idx, y_off - my_idx, width, height);
height           1898 libavcodec/vp8.c                                      x_off - mx_idx, y_off - my_idx, width, height);
height           1916 libavcodec/vp8.c                  int width, int height, VP56mv *mv)
height           1923 libavcodec/vp8.c                 block_w, block_h, width, height, s->linesize,
height           1938 libavcodec/vp8.c     height  >>= 1;
height           1944 libavcodec/vp8.c                   block_w, block_h, width, height, s->uvlinesize,
height           1978 libavcodec/vp8.c     int width = 16 * s->mb_width, height = 16 * s->mb_height;
height           1985 libavcodec/vp8.c                     0, 0, 16, 16, width, height, &mb->mv);
height           1997 libavcodec/vp8.c                             width, height, s->linesize,
height           2006 libavcodec/vp8.c         height >>= 1;
height           2026 libavcodec/vp8.c                               width, height, s->uvlinesize,
height           2034 libavcodec/vp8.c                     0, 0, 16, 8, width, height, &bmv[0]);
height           2036 libavcodec/vp8.c                     0, 8, 16, 8, width, height, &bmv[1]);
height           2040 libavcodec/vp8.c                     0, 0, 8, 16, width, height, &bmv[0]);
height           2042 libavcodec/vp8.c                     8, 0, 8, 16, width, height, &bmv[1]);
height           2046 libavcodec/vp8.c                     0, 0, 8, 8, width, height, &bmv[0]);
height           2048 libavcodec/vp8.c                     8, 0, 8, 8, width, height, &bmv[1]);
height           2050 libavcodec/vp8.c                     0, 8, 8, 8, width, height, &bmv[2]);
height           2052 libavcodec/vp8.c                     8, 8, 8, 8, width, height, &bmv[3]);
height             53 libavcodec/vp8_parser.c         unsigned int width, height;
height             65 libavcodec/vp8_parser.c         height = AV_RL16(buf + 8) & 0x3fff;
height             68 libavcodec/vp8_parser.c         s->height       = height;
height             70 libavcodec/vp8_parser.c         s->coded_height = FFALIGN(height, 16);
height            594 libavcodec/vp9.c                 h = s->s.refs[s->s.h.refidx[0]].f->height;
height            597 libavcodec/vp9.c                 h = s->s.refs[s->s.h.refidx[1]].f->height;
height            600 libavcodec/vp9.c                 h = s->s.refs[s->s.h.refidx[2]].f->height;
height            609 libavcodec/vp9.c                                        s->s.frames[CUR_FRAME].tf.f->height == h;
height            822 libavcodec/vp9.c             int refw = ref->width, refh = ref->height;
height           1613 libavcodec/vp9.c          s->s.frames[REF_FRAME_MVPAIR].tf.f->height != s->s.frames[CUR_FRAME].tf.f->height)) {
height             41 libavcodec/vp9_mc_template.c     int w1 = ref1->width, h1 = ref1->height, w2, h2;
height             49 libavcodec/vp9_mc_template.c         h2 = ref2->height;
height            418 libavcodec/vp9recon.c         s->s.frames[CUR_FRAME].tf.f->height == ref_frame->f->height) {
height            478 libavcodec/vp9recon.c         s->s.frames[CUR_FRAME].tf.f->height == ref_frame->f->height) {
height            102 libavcodec/vqavideo.c     int height;   /* height of a frame */
height            149 libavcodec/vqavideo.c     s->height = AV_RL16(&s->avctx->extradata[8]);
height            150 libavcodec/vqavideo.c     if ((ret = ff_set_dimensions(avctx, s->width, s->height)) < 0) {
height            151 libavcodec/vqavideo.c         s->width= s->height= 0;
height            165 libavcodec/vqavideo.c     if (s->width % s->vector_width || s->height % s->vector_height) {
height            181 libavcodec/vqavideo.c         (s->height / s->vector_height) * 2;
height            484 libavcodec/vqavideo.c     for (y = 0; y < s->height; y += s->vector_height) {
height            163 libavcodec/wcmv.c                             avctx->width, avctx->height);
height            174 libavcodec/wcmv.c         if (blocks == 1 && x == 0 && y == 0 && w == avctx->width && h == avctx->height)
height            177 libavcodec/wcmv.c         if (x + w > avctx->width || y + h > avctx->height)
height            180 libavcodec/wcmv.c         if (w > avctx->width || h > avctx->height)
height            183 libavcodec/wcmv.c         dst = s->prev_frame->data[0] + (avctx->height - y - 1) * s->prev_frame->linesize[0] + x * bpp;
height            202 libavcodec/webp.c     int height;                         /* image height */
height            472 libavcodec/webp.c     PARSE_BLOCK_SIZE(width, s->height);
height            484 libavcodec/webp.c     for (y = 0; y < img->frame->height; y++) {
height            501 libavcodec/webp.c     PARSE_BLOCK_SIZE(s->width, s->height);
height            517 libavcodec/webp.c     PARSE_BLOCK_SIZE(s->width, s->height);
height            605 libavcodec/webp.c     img->frame->height = h;
height            665 libavcodec/webp.c     while (y < img->frame->height) {
height            759 libavcodec/webp.c                 if (y == img->frame->height || ref_y == img->frame->height)
height            962 libavcodec/webp.c     for (y = 0; y < img->frame->height; y++) {
height           1002 libavcodec/webp.c     for (y = 0; y < img->frame->height; y++) {
height           1022 libavcodec/webp.c     for (y = 0; y < img->frame->height; y++) {
height           1051 libavcodec/webp.c         for (y = 0; y < img->frame->height; y++) {
height           1071 libavcodec/webp.c     if (img->frame->height * img->frame->width > 300) {
height           1078 libavcodec/webp.c         for (y = 0; y < img->frame->height; y++) {
height           1086 libavcodec/webp.c         for (y = 0; y < img->frame->height; y++) {
height           1111 libavcodec/webp.c     if (s->height && s->height != h) {
height           1113 libavcodec/webp.c                s->height, h);
height           1115 libavcodec/webp.c     s->height = h;
height           1145 libavcodec/webp.c         ret = ff_set_dimensions(avctx, s->width, s->height);
height           1156 libavcodec/webp.c         if (!s->width || !s->height)
height           1159 libavcodec/webp.c         h = s->height;
height           1245 libavcodec/webp.c     for (y = 1; y < frame->height; y++, dec += ls)
height           1251 libavcodec/webp.c         for (y = 1; y < frame->height; y++) {
height           1258 libavcodec/webp.c         for (y = 1; y < frame->height; y++) {
height           1265 libavcodec/webp.c         for (y = 1; y < frame->height; y++) {
height           1285 libavcodec/webp.c         for (y = 0; y < s->height; y++)
height           1308 libavcodec/webp.c         for (y = 0; y < s->height; y++) {
height           1359 libavcodec/webp.c     update_canvas_size(avctx, avctx->width, avctx->height);
height           1382 libavcodec/webp.c     s->height    = 0;
height           1444 libavcodec/webp.c             if (s->width || s->height || *got_frame) {
height           1451 libavcodec/webp.c             s->height = bytestream2_get_le24(&gb) + 1;
height           1452 libavcodec/webp.c             ret = av_image_check_size(s->width, s->height, 0, avctx);
height            119 libavcodec/wmv2.c     src_y      = av_clip(src_y, -16, s->height);
height            123 libavcodec/wmv2.c     if (src_y <= -16 || src_y >= s->height)
height            161 libavcodec/wmv2.c     src_y = av_clip(src_y, -8, s->height >> 1);
height            162 libavcodec/wmv2.c     if (src_y == (s->height >> 1))
height            199 libavcodec/wmv2dec.c             if (get_bits_left(&s->gb) * 8LL < (s->width+15)/16 * ((s->height+15)/16))
height             71 libavcodec/wnv1.c     if (buf_size < 8 + avctx->height * (avctx->width/2)/8) {
height            116 libavcodec/wnv1.c     for (j = 0; j < avctx->height; j++) {
height             44 libavcodec/x86/diracdsp_init.c void ff_put_rect_clamped_mmx(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height);
height             45 libavcodec/x86/diracdsp_init.c void ff_put_rect_clamped_sse2(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height);
height             46 libavcodec/x86/diracdsp_init.c void ff_put_signed_rect_clamped_mmx(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height);
height             47 libavcodec/x86/diracdsp_init.c void ff_put_signed_rect_clamped_sse2(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height);
height             48 libavcodec/x86/diracdsp_init.c void ff_put_signed_rect_clamped_10_sse4(uint8_t *dst, int dst_stride, const uint8_t *src, int src_stride, int width, int height);
height             59 libavcodec/x86/diracdsp_init.c                                           const uint8_t *src, int stride, int width, int height)   \
height             61 libavcodec/x86/diracdsp_init.c         while( height-- )                                                                    \
height            145 libavcodec/x86/diracdsp_init.c                                    const uint8_t *src, int stride, int width, int height);
height            177 libavcodec/x86/h264dsp_init.c                                       int height, int log2_denom,       \
height            182 libavcodec/x86/h264dsp_init.c                                         ptrdiff_t stride, int height,   \
height            203 libavcodec/x86/h264dsp_init.c                                                     int height,         \
height            212 libavcodec/x86/h264dsp_init.c                                                       int height,       \
height             41 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_ ## name ## _ ## D ## _##opt(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); \
height             42 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); \
height             43 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width); \
height             44 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_w_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width); \
height             45 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_w_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, int denom, int wx0, int wx1, int ox0, int ox1, intptr_t mx, intptr_t my, int width)
height             74 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_w##width##_##bitd##_##opt(uint8_t *dst, ptrdiff_t dststride, int16_t *_src, int height, int denom,  int _wx, int _ox); \
height             75 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_w##width##_##bitd##_##opt(uint8_t *dst, ptrdiff_t dststride, int16_t *_src, int16_t *_src2, int height, int denom,  int _wx0,  int _wx1, int _ox0, int _ox1)
height             97 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels16_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height             98 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels24_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height             99 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels32_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height            100 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels48_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height            101 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels64_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height            103 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels16_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height            104 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels24_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height            105 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels32_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height            106 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels48_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height            107 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels64_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height            111 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels32_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height            112 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels48_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height            113 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels64_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);
height            114 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels96_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); //used for 10bit
height            115 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels128_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);//used for 10bit
height            118 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels16_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
height            119 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels24_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
height            120 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels32_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
height            121 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels48_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
height            122 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels64_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
height            124 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels16_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
height            125 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels24_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
height            126 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels32_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
height            127 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels48_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
height            128 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels64_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width);
height             89 libavcodec/x86/hevcdsp_init.c                                                 uint8_t *_src, ptrdiff_t _srcstride, int height,                \
height             98 libavcodec/x86/hevcdsp_init.c         ff_hevc_put_hevc_##name##step##_##bitd##_##opt(dst, src, _srcstride, height, mx, my, width);            \
height            103 libavcodec/x86/hevcdsp_init.c                                                     uint8_t *_src, ptrdiff_t _srcstride, int height,            \
height            113 libavcodec/x86/hevcdsp_init.c                                                           height, mx, my, width);                               \
height            119 libavcodec/x86/hevcdsp_init.c                                                    int height, intptr_t mx, intptr_t my, int width)             \
height            130 libavcodec/x86/hevcdsp_init.c                                                           height, mx, my, width);                               \
height            141 libavcodec/x86/hevcdsp_init.c                                                  uint8_t *src, ptrdiff_t _srcstride, int height,                \
height            144 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##step1##_##bitd##_##opt(dst, src, _srcstride, height, mx, my, width);               \
height            146 libavcodec/x86/hevcdsp_init.c                                                     _srcstride, height, mx, my, width);                         \
height            150 libavcodec/x86/hevcdsp_init.c                                                      uint8_t *src, ptrdiff_t _srcstride, int height,            \
height            153 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_uni_##name##step1##_##bitd##_##opt(dst, dststride, src, _srcstride, height, mx, my, width);\
height            156 libavcodec/x86/hevcdsp_init.c                                                         height, mx, my, width);                                 \
height            161 libavcodec/x86/hevcdsp_init.c                                                     int height, intptr_t mx, intptr_t my, int width)            \
height            163 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_bi_##name##step1##_##bitd##_##opt(dst, dststride, src, _srcstride, src2, height, mx, my, width);\
height            166 libavcodec/x86/hevcdsp_init.c                                                        src2 + step1, height, mx, my, width);                    \
height            178 libavcodec/x86/hevcdsp_init.c                                                  int height, intptr_t mx, intptr_t my, int width)             \
height            181 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##width2##_10_##opt1(dst, src, _srcstride, height, mx, my, width);                 \
height            182 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##width3##_10_##opt2(dst+ width2, src+ width4, _srcstride, height, mx, my, width); \
height            188 libavcodec/x86/hevcdsp_init.c                                                     int height, intptr_t mx, intptr_t my, int width)          \
height            191 libavcodec/x86/hevcdsp_init.c                                                    height, mx, my, width);                                    \
height            193 libavcodec/x86/hevcdsp_init.c                                                    height, mx, my, width);                                    \
height            198 libavcodec/x86/hevcdsp_init.c                                                      uint8_t *src, ptrdiff_t _srcstride, int height,          \
height            202 libavcodec/x86/hevcdsp_init.c                                                       height, mx, my, width);                                 \
height            204 libavcodec/x86/hevcdsp_init.c                                                       height, mx, my, width);                                 \
height            214 libavcodec/x86/hevcdsp_init.c                                                 int height, intptr_t mx, intptr_t my, int width)              \
height            217 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##width2##_8_##opt1(dst, src, _srcstride, height, mx, my, width);                  \
height            218 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##width3##_8_##opt2(dst+ width2, src+ width2, _srcstride, height, mx, my, width);  \
height            224 libavcodec/x86/hevcdsp_init.c                                                    int height, intptr_t mx, intptr_t my, int width)           \
height            227 libavcodec/x86/hevcdsp_init.c                                                   src2, height, mx, my, width);                               \
height            229 libavcodec/x86/hevcdsp_init.c                                                   src2+width2, height, mx, my, width);                        \
height            234 libavcodec/x86/hevcdsp_init.c                                                     uint8_t *src, ptrdiff_t _srcstride, int height,           \
height            238 libavcodec/x86/hevcdsp_init.c                                                    height, mx, my, width);                                    \
height            240 libavcodec/x86/hevcdsp_init.c                                                    height, mx, my, width);                                    \
height            439 libavcodec/x86/hevcdsp_init.c                                                int height, int denom,  int _wx, int _ox)                                \
height            448 libavcodec/x86/hevcdsp_init.c                                                      height, denom, _wx, _ox);                                          \
height            475 libavcodec/x86/hevcdsp_init.c                                               int16_t *_src2, int height,                                               \
height            487 libavcodec/x86/hevcdsp_init.c                                                      height, denom, _wx0, _wx1, _ox0, _ox1);                             \
height            515 libavcodec/x86/hevcdsp_init.c                                                       int height, int denom,                        \
height            520 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##W##_##bitd##_##opt(temp, _src, _srcstride, height, mx, my, width);     \
height            521 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_uni_w##W##_##bitd##_##opt(_dst, _dststride, temp, height, denom, _wx, _ox);\
height            574 libavcodec/x86/hevcdsp_init.c                                                      int height, int denom,                          \
height            579 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##W##_##bitd##_##opt(temp, _src, _srcstride, height, mx, my, width);      \
height            581 libavcodec/x86/hevcdsp_init.c                                               height, denom, _wx0, _wx1, _ox0, _ox1);                \
height            633 libavcodec/x86/hevcdsp_init.c                                             int16_t *sao_offset_val, int sao_left_class, int width, int height);           \
height            635 libavcodec/x86/hevcdsp_init.c                                             int16_t *sao_offset_val, int sao_left_class, int width, int height);           \
height            637 libavcodec/x86/hevcdsp_init.c                                             int16_t *sao_offset_val, int sao_left_class, int width, int height);           \
height            639 libavcodec/x86/hevcdsp_init.c                                             int16_t *sao_offset_val, int sao_left_class, int width, int height);           \
height            641 libavcodec/x86/hevcdsp_init.c                                              int16_t *sao_offset_val, int sao_left_class, int width, int height);
height            663 libavcodec/x86/hevcdsp_init.c                                               int eo, int width, int height);                                               \
height            665 libavcodec/x86/hevcdsp_init.c                                                int eo, int width, int height);                                              \
height            667 libavcodec/x86/hevcdsp_init.c                                                int eo, int width, int height);                                              \
height            669 libavcodec/x86/hevcdsp_init.c                                                int eo, int width, int height);                                              \
height            671 libavcodec/x86/hevcdsp_init.c                                                int eo, int width, int height);                                              \
height             40 libavcodec/x86/lossless_videoencdsp_init.c                             ptrdiff_t stride, ptrdiff_t width, int height);
height             31 libavcodec/x86/mpegvideodsp.c                     int shift, int r, int width, int height)
height             56 libavcodec/x86/mpegvideodsp.c                      (unsigned) iy >= height - h || height< h
height             67 libavcodec/x86/mpegvideodsp.c                  shift, r, width, height);
height             73 libavcodec/x86/mpegvideodsp.c         ff_emulated_edge_mc_8(edge_buf, src, stride, stride, w + 1, h + 1, ix, iy, width, height);
height            103 libavcodec/x86/mpegvideoencdsp_init.c static void draw_edges_mmx(uint8_t *buf, int wrap, int width, int height,
height            109 libavcodec/x86/mpegvideoencdsp_init.c     last_line = buf + (height - 1) * wrap;
height            130 libavcodec/x86/mpegvideoencdsp_init.c               "r" (ptr + wrap * height));
height            150 libavcodec/x86/mpegvideoencdsp_init.c             : "r"((x86_reg)wrap), "r"((x86_reg)width), "r"(ptr + wrap * height)
height            170 libavcodec/x86/mpegvideoencdsp_init.c               "r" (ptr + wrap * height));
height             30 libavcodec/x86/utvideodsp_init.c                                 ptrdiff_t linesize_b, int width, int height);
height             33 libavcodec/x86/utvideodsp_init.c                                 ptrdiff_t linesize_b, int width, int height);
height             37 libavcodec/x86/utvideodsp_init.c                                   ptrdiff_t linesize_b, int width, int height);
height             40 libavcodec/x86/utvideodsp_init.c                                   ptrdiff_t linesize_b, int width, int height);
height             36 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             39 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             42 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             45 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             49 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             52 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             55 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             58 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             62 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             65 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             68 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             71 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             74 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             77 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             80 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             83 libavcodec/x86/vp8dsp_init.c                                 int height, int mx, int my);
height             87 libavcodec/x86/vp8dsp_init.c                                    int height, int mx, int my);
height             90 libavcodec/x86/vp8dsp_init.c                                    int height, int mx, int my);
height             93 libavcodec/x86/vp8dsp_init.c                                    int height, int mx, int my);
height             96 libavcodec/x86/vp8dsp_init.c                                    int height, int mx, int my);
height            100 libavcodec/x86/vp8dsp_init.c                                    int height, int mx, int my);
height            103 libavcodec/x86/vp8dsp_init.c                                    int height, int mx, int my);
height            106 libavcodec/x86/vp8dsp_init.c                                    int height, int mx, int my);
height            109 libavcodec/x86/vp8dsp_init.c                                    int height, int mx, int my);
height            114 libavcodec/x86/vp8dsp_init.c                              int height, int mx, int my);
height            117 libavcodec/x86/vp8dsp_init.c                              int height, int mx, int my);
height            120 libavcodec/x86/vp8dsp_init.c                              int height, int mx, int my);
height            125 libavcodec/x86/vp8dsp_init.c     ptrdiff_t srcstride, int height, int mx, int my) \
height            128 libavcodec/x86/vp8dsp_init.c         dst,     dststride, src,     srcstride, height, mx, my); \
height            130 libavcodec/x86/vp8dsp_init.c         dst + 8, dststride, src + 8, srcstride, height, mx, my); \
height            135 libavcodec/x86/vp8dsp_init.c     ptrdiff_t srcstride, int height, int mx, int my) \
height            138 libavcodec/x86/vp8dsp_init.c         dst,     dststride, src,     srcstride, height, mx, my); \
height            140 libavcodec/x86/vp8dsp_init.c         dst + 4, dststride, src + 4, srcstride, height, mx, my); \
height            169 libavcodec/x86/vp8dsp_init.c     ptrdiff_t srcstride, int height, int mx, int my) \
height            175 libavcodec/x86/vp8dsp_init.c         tmp, SIZE,      src,    srcstride, height + TAPNUMY - 1, mx, my); \
height            177 libavcodec/x86/vp8dsp_init.c         dst, dststride, tmpptr, SIZE,      height,               mx, my); \
height            214 libavcodec/x86/vp8dsp_init.c     ptrdiff_t srcstride, int height, int mx, int my) \
height            218 libavcodec/x86/vp8dsp_init.c         tmp, SIZE,      src, srcstride, height + 1, mx, my); \
height            220 libavcodec/x86/vp8dsp_init.c         dst, dststride, tmp, SIZE,      height,     mx, my); \
height             97 libavcodec/xan.c     s->buffer1_size = avctx->width * avctx->height;
height            101 libavcodec/xan.c     s->buffer2_size = avctx->width * avctx->height;
height            254 libavcodec/xan.c     if (y + motion_y < 0 || y + motion_y >= s->avctx->height ||
height            304 libavcodec/xan.c     int height = s->avctx->height;
height            305 libavcodec/xan.c     int total_pixels = width * height;
height            621 libavcodec/xan.c         s->frame_size = frame->linesize[0] * s->avctx->height;
height             67 libavcodec/xbmdec.c     int height = 0;
height             76 libavcodec/xbmdec.c     height = parse_str_int(avpkt->data, avpkt->size, "_height");
height             78 libavcodec/xbmdec.c     if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
height             93 libavcodec/xbmdec.c     for (i = 0; i < avctx->height; i++) {
height             34 libavcodec/xbmenc.c     size     = avctx->height * (linesize * 7 + 2) + 110;
height             42 libavcodec/xbmenc.c     buf += snprintf(buf, 33, "#define image_height %u\n", avctx->height);
height             44 libavcodec/xbmenc.c     for (i = 0; i < avctx->height; i++) {
height             95 libavcodec/xfacedec.c     if (avctx->width || avctx->height) {
height             96 libavcodec/xfacedec.c         if (avctx->width != XFACE_WIDTH || avctx->height != XFACE_HEIGHT) {
height             99 libavcodec/xfacedec.c                    avctx->width, avctx->height, XFACE_WIDTH, XFACE_HEIGHT);
height            105 libavcodec/xfacedec.c     avctx->height  = XFACE_HEIGHT;
height            148 libavcodec/xfaceenc.c     if (avctx->width || avctx->height) {
height            149 libavcodec/xfaceenc.c         if (avctx->width != XFACE_WIDTH || avctx->height != XFACE_HEIGHT) {
height            152 libavcodec/xfaceenc.c                    avctx->width, avctx->height, XFACE_WIDTH, XFACE_HEIGHT);
height            157 libavcodec/xfaceenc.c     avctx->height = XFACE_HEIGHT;
height             56 libavcodec/xl.c     if (buf_size < avctx->width * avctx->height) {
height             72 libavcodec/xl.c     for (i = 0; i < avctx->height; i++) {
height            314 libavcodec/xpmdec.c     int width, height;
height            336 libavcodec/xpmdec.c                &width, &height, &ncolors, &cpp) != 4) {
height            341 libavcodec/xpmdec.c     if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
height            399 libavcodec/xpmdec.c     for (i = 0; i < avctx->height; i++) {
height            121 libavcodec/xsubenc.c     uint16_t width, height;
height            176 libavcodec/xsubenc.c     height = FFALIGN(h->rects[0]->h, 2);
height            179 libavcodec/xsubenc.c     bytestream_put_le16(&hdr, height);
height            183 libavcodec/xsubenc.c     bytestream_put_le16(&hdr, h->rects[0]->y + height -1);
height             42 libavcodec/xwddec.c     int width, height;
height             65 libavcodec/xwddec.c     height        = bytestream2_get_be32u(&gb);
height             81 libavcodec/xwddec.c     if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
height            139 libavcodec/xwddec.c     if ((ret = av_image_check_size(avctx->width, avctx->height, 0, NULL)) < 0)
height            148 libavcodec/xwddec.c     if (bytestream2_get_bytes_left(&gb) < ncolors * XWD_CMAP_SIZE + (uint64_t)avctx->height * lsize) {
height            239 libavcodec/xwddec.c     for (i = 0; i < avctx->height; i++) {
height            148 libavcodec/xwdenc.c     out_size    = header_size + ncolors * XWD_CMAP_SIZE + avctx->height * lsize;
height            162 libavcodec/xwdenc.c     bytestream_put_be32(&buf, avctx->height); // pixmap height in pixels
height            178 libavcodec/xwdenc.c     bytestream_put_be32(&buf, avctx->height); // window height
height            208 libavcodec/xwdenc.c     for (i = 0; i < avctx->height; i++) {
height             60 libavcodec/xxan.c     if (avctx->height < 8) {
height             61 libavcodec/xxan.c         av_log(avctx, AV_LOG_ERROR, "Invalid frame height: %d.\n", avctx->height);
height             69 libavcodec/xxan.c     s->buffer_size = avctx->width * avctx->height;
height            224 libavcodec/xxan.c         for (j = 0; j < avctx->height >> 1; j++) {
height            242 libavcodec/xxan.c         if (avctx->height & 1) {
height            250 libavcodec/xxan.c         for (j = 0; j < avctx->height >> 2; j++) {
height            270 libavcodec/xxan.c         if (avctx->height & 3) {
height            271 libavcodec/xxan.c             int lines = ((avctx->height + 1) >> 1) - (avctx->height >> 2) * 2;
height            320 libavcodec/xxan.c     for (i = 1; i < avctx->height; i++) {
height            350 libavcodec/xxan.c     for (j = 0; j < avctx->height; j++) {
height            380 libavcodec/xxan.c     for (i = 0; i < avctx->height; i++) {
height            395 libavcodec/xxan.c     for (j = 0; j < avctx->height; j++) {
height             46 libavcodec/y41pdec.c     if (avpkt->size < 3LL * avctx->height * FFALIGN(avctx->width, 8) / 2) {
height             57 libavcodec/y41pdec.c     for (i = avctx->height - 1; i >= 0 ; i--) {
height             46 libavcodec/y41penc.c     if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 1.5, 0)) < 0)
height             51 libavcodec/y41penc.c     for (i = avctx->height - 1; i >= 0; i--) {
height            362 libavcodec/ylc.c     for (y = 0; y < avctx->height; y++) {
height            368 libavcodec/ylc.c     for (y = 0; y < avctx->height; y++) {
height            369 libavcodec/ylc.c         for (x = 0; x < avctx->width * 2 && y < avctx->height;) {
height            424 libavcodec/ylc.c     for (y = 1; y < avctx->height; y++) {
height             98 libavcodec/yop.c     if (avctx->width & 1 || avctx->height & 1 ||
height             99 libavcodec/yop.c         av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) {
height            237 libavcodec/yop.c     for (y = 0; y < avctx->height; y += 2) {
height             41 libavcodec/yuv4dec.c     if (avpkt->size < 6 * (avctx->width + 1 >> 1) * (avctx->height + 1 >> 1)) {
height             56 libavcodec/yuv4dec.c     for (i = 0; i < (avctx->height + 1) >> 1; i++) {
height             38 libavcodec/yuv4enc.c     if ((ret = ff_alloc_packet2(avctx, pkt, 6 * (avctx->width + 1 >> 1) * (avctx->height + 1 >> 1), 0)) < 0)
height             46 libavcodec/yuv4enc.c     for (i = 0; i < avctx->height + 1 >> 1; i++) {
height             50 libavcodec/zerocodec.c         prev += (avctx->height - 1) * prev_pic->linesize[0];
height             68 libavcodec/zerocodec.c     dst = pic->data[0] + (avctx->height - 1) * pic->linesize[0];
height             75 libavcodec/zerocodec.c     for (i = 0; i < avctx->height; i++) {
height             65 libavcodec/zmbv.c     int width, height;
height            104 libavcodec/zmbv.c     for (y = 0; y < c->height; y += c->bh) {
height            105 libavcodec/zmbv.c         bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y);
height            122 libavcodec/zmbv.c                 if (my + j < 0 || my + j >= c->height) {
height            178 libavcodec/zmbv.c     for (y = 0; y < c->height; y += c->bh) {
height            179 libavcodec/zmbv.c         bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y);
height            196 libavcodec/zmbv.c                 if (my + j < 0 || my + j >= c->height) {
height            257 libavcodec/zmbv.c     for (y = 0; y < c->height; y += c->bh) {
height            258 libavcodec/zmbv.c         bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y);
height            275 libavcodec/zmbv.c                 if (my + j < 0 || my + j >= c->height) {
height            340 libavcodec/zmbv.c     for (y = 0; y < c->height; y += c->bh) {
height            341 libavcodec/zmbv.c         bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y);
height            358 libavcodec/zmbv.c                 if (my + j < 0 || my + j >= c->height) {
height            407 libavcodec/zmbv.c     memcpy(c->cur, src, c->width * c->height * (c->bpp / 8));
height            502 libavcodec/zmbv.c             c->cur  = av_realloc_f(c->cur, avctx->width * avctx->height,  (c->bpp / 8));
height            503 libavcodec/zmbv.c             c->prev = av_realloc_f(c->prev, avctx->width * avctx->height,  (c->bpp / 8));
height            507 libavcodec/zmbv.c         c->by = (c->height+ c->bh - 1) / c->bh;
height            512 libavcodec/zmbv.c         memset(c->cur, 0, avctx->width * avctx->height * (c->bpp / 8));
height            513 libavcodec/zmbv.c         memset(c->prev, 0, avctx->width * avctx->height * (c->bpp / 8));
height            517 libavcodec/zmbv.c         expected_size = avctx->width * avctx->height * (c->bpp / 8);
height            565 libavcodec/zmbv.c         if (c->decomp_len < 2LL * ((c->width + c->bw - 1) / c->bw) * ((c->height + c->bh - 1) / c->bh))
height            589 libavcodec/zmbv.c                                 c->stride, c->height);
height            610 libavcodec/zmbv.c     c->height = avctx->height;
height            617 libavcodec/zmbv.c     if ((avctx->width + 255ULL) * (avctx->height + 64ULL) > FFMIN(avctx->max_pixels, INT_MAX / 4) ) {
height            622 libavcodec/zmbv.c     c->decomp_size = (avctx->width + 255) * 4 * (avctx->height + 64);
height            129 libavcodec/zmbvenc.c     bh = FFMIN(ZMBV_BLOCK, c->avctx->height - y);
height            217 libavcodec/zmbvenc.c         for(i = 0; i < avctx->height; i++){
height            229 libavcodec/zmbvenc.c         bh = (avctx->height + ZMBV_BLOCK - 1) / ZMBV_BLOCK;
height            234 libavcodec/zmbvenc.c         for(y = 0; y < avctx->height; y += ZMBV_BLOCK) {
height            235 libavcodec/zmbvenc.c             bh2 = FFMIN(avctx->height - y, ZMBV_BLOCK);
height            262 libavcodec/zmbvenc.c     for(i = 0; i < avctx->height; i++){
height            386 libavcodec/zmbvenc.c     c->comp_size = avctx->width * c->bypp * avctx->height + 1024 +
height            387 libavcodec/zmbvenc.c         ((avctx->width + ZMBV_BLOCK - 1) / ZMBV_BLOCK) * ((avctx->height + ZMBV_BLOCK - 1) / ZMBV_BLOCK) * 2 + 4;
height            411 libavcodec/zmbvenc.c     prev_size = FFALIGN(c->lrange * c->bypp, 16) + c->pstride * (c->lrange + avctx->height + c->urange);
height             71 libavdevice/android_camera.c     int height;
height            261 libavdevice/android_camera.c             int32_t height = available_configs.data.i32[i * 4 + 2];
height            264 libavdevice/android_camera.c             if ((ctx->requested_width == width && ctx->requested_height == height) ||
height            265 libavdevice/android_camera.c                     (ctx->requested_width == height && ctx->requested_height == width)) {
height            267 libavdevice/android_camera.c                 ctx->height = height;
height            274 libavdevice/android_camera.c     if (!found || ctx->width == 0 || ctx->height == 0) {
height            276 libavdevice/android_camera.c         ctx->height = available_configs.data.i32[2];
height            280 libavdevice/android_camera.c                ctx->requested_width, ctx->requested_height, ctx->width, ctx->height);
height            423 libavdevice/android_camera.c     pkt_buffer_size = av_image_get_buffer_size(ctx->image_format, ctx->width, ctx->height, 32);
height            462 libavdevice/android_camera.c                             ctx->width, ctx->height, 32);
height            493 libavdevice/android_camera.c     ret = AImageReader_new(ctx->width, ctx->height, IMAGE_FORMAT_ANDROID,
height            688 libavdevice/android_camera.c     codecpar->height = ctx->height;
height            113 libavdevice/avdevice.h     int height; /**< height */
height             58 libavdevice/bktr.c     int width, height;
height             98 libavdevice/bktr.c static av_cold int bktr_init(const char *video_device, int width, int height,
height            154 libavdevice/bktr.c     geo.rows = height;
height            169 libavdevice/bktr.c     if (height <= h_max / 2)
height            194 libavdevice/bktr.c     video_buf_size = width * height * 12 / 8;
height            294 libavdevice/bktr.c     st->codecpar->height = s->height;
height            297 libavdevice/bktr.c     if (bktr_init(s1->url, s->width, s->height, s->standard,
height            144 libavdevice/caca.c     c->dither = caca_create_dither(bpp, encctx->width, encctx->height,
height            200 libavdevice/decklink_common.cpp                                int width, int height,
height            218 libavdevice/decklink_common.cpp         width, height, tb_num, tb_den, field_order, direction, cctx->format_code ? cctx->format_code : "(unset)");
height            248 libavdevice/decklink_common.cpp              bmd_height == height &&
height            199 libavdevice/decklink_common.h int ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, enum AVFieldOrder field_order, decklink_direction_t direction = DIRECTION_OUT);
height            745 libavdevice/decklink_dec.cpp                 int height = videoFrame->GetHeight();
height            748 libavdevice/decklink_dec.cpp                 for (int y = 0; y < height; y++) {
height           1144 libavdevice/decklink_dec.cpp     st->codecpar->height      = ctx->bmd_height;
height             51 libavdevice/decklink_enc.cpp     decklink_frame(struct decklink_ctx *ctx, AVFrame *avframe, AVCodecID codec_id, int height, int width) :
height             52 libavdevice/decklink_enc.cpp         _ctx(ctx), _avframe(avframe), _avpacket(NULL), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width),  _refs(1) { }
height             53 libavdevice/decklink_enc.cpp     decklink_frame(struct decklink_ctx *ctx, AVPacket *avpacket, AVCodecID codec_id, int height, int width) :
height             54 libavdevice/decklink_enc.cpp         _ctx(ctx), _avframe(NULL), _avpacket(avpacket), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { }
height             83 libavdevice/decklink_enc.cpp                 *buffer = (void *)(_avframe->data[0] + _avframe->linesize[0] * (_avframe->height - 1));
height            194 libavdevice/decklink_enc.cpp     if (ff_decklink_set_format(avctx, c->width, c->height,
height            445 libavdevice/decklink_enc.cpp             tmp->height != ctx->bmd_height) {
height            456 libavdevice/decklink_enc.cpp         frame = new decklink_frame(ctx, avframe, st->codecpar->codec_id, avframe->height, avframe->width);
height            982 libavdevice/dshow.c         par->height     = bih->biHeight;
height           1003 libavdevice/dshow.c                 if (par->height < 0) {
height           1004 libavdevice/dshow.c                     par->height *= -1;
height             55 libavdevice/fbdev_dec.c     int width, height;       ///< assumed frame resolution
height            117 libavdevice/fbdev_dec.c     fbdev->height          = fbdev->varinfo.yres;
height            120 libavdevice/fbdev_dec.c     fbdev->frame_size      = fbdev->frame_linesize * fbdev->height;
height            132 libavdevice/fbdev_dec.c     st->codecpar->height     = fbdev->height;
height            136 libavdevice/fbdev_dec.c         fbdev->width * fbdev->height * fbdev->bytes_per_pixel * av_q2d(fbdev->framerate_q) * 8;
height            140 libavdevice/fbdev_dec.c            fbdev->width, fbdev->height, fbdev->varinfo.bits_per_pixel,
height            196 libavdevice/fbdev_dec.c     for (i = 0; i < fbdev->height; i++) {
height            111 libavdevice/fbdev_enc.c     int video_height = par->height;
height             52 libavdevice/gdigrab.c     int        height;      /**< Height of the grab frame (private option) */
height            301 libavdevice/gdigrab.c     if (!gdigrab->width || !gdigrab->height) {
height            310 libavdevice/gdigrab.c         clip_rect.bottom = gdigrab->height + gdigrab->offset_y;
height             55 libavdevice/kmsgrab.c     unsigned int height;
height            125 libavdevice/kmsgrab.c     if (fb->width != ctx->width || fb->height != ctx->height) {
height            128 libavdevice/kmsgrab.c                ctx->plane_id, fb->width, fb->height);
height            152 libavdevice/kmsgrab.c             .size             = fb->height * fb->pitch,
height            183 libavdevice/kmsgrab.c     frame->height  = fb->height;
height            355 libavdevice/kmsgrab.c            fb->fb_id, fb->width, fb->height, fb->bpp, fb->depth);
height            358 libavdevice/kmsgrab.c     ctx->height = fb->height;
height            376 libavdevice/kmsgrab.c     stream->codecpar->height     = fb->height;
height            391 libavdevice/kmsgrab.c     ctx->frames->height    = fb->height;
height            325 libavdevice/lavfi.c             st->codecpar->height     = av_buffersink_get_h(sink);
height            438 libavdevice/lavfi.c         size = av_image_get_buffer_size(frame->format, frame->width, frame->height, 1);
height            443 libavdevice/lavfi.c                                 frame->format, frame->width, frame->height, 1);
height             53 libavdevice/libdc1394.c     int height;
height            105 libavdevice/libdc1394.c     int width, height;
height            115 libavdevice/libdc1394.c     if ((ret = av_parse_video_size(&width, &height, dc1394->video_size)) < 0) {
height            126 libavdevice/libdc1394.c          if (fmt->pix_fmt == pix_fmt && fmt->width == width && fmt->height == height)
height            135 libavdevice/libdc1394.c                                                                                                 width, height, dc1394->frame_rate);
height            150 libavdevice/libdc1394.c     vst->codecpar->height = fmt->height;
height            157 libavdevice/libdc1394.c                                             fmt->width, fmt->height, 1);
height            221 libavdevice/opengl_enc.c     int height;                        ///< Stream height
height            309 libavdevice/opengl_enc.c static int opengl_resize(AVFormatContext *h, int width, int height)
height            314 libavdevice/opengl_enc.c     opengl->window_height = height;
height            336 libavdevice/opengl_enc.c             return opengl_resize(h, message->width, message->height);
height            367 libavdevice/opengl_enc.c                 SDL_GL_GetDrawableSize(opengl->window, &message.width, &message.height);
height            405 libavdevice/opengl_enc.c     SDL_GL_GetDrawableSize(opengl->window, &message.width, &message.height);
height            677 libavdevice/opengl_enc.c     dar = av_mul_q(sar, (AVRational){ par->width, par->height });
height            843 libavdevice/opengl_enc.c                                             GLsizei width, GLsizei height)
height            847 libavdevice/opengl_enc.c         opengl_get_texture_size(opengl, width, height, &new_width, &new_height);
height            887 libavdevice/opengl_enc.c     opengl_get_texture_size(opengl, opengl->width, opengl->height, &tex_w, &tex_h);
height            892 libavdevice/opengl_enc.c     opengl->vertex[1].t0 = (float)opengl->height / (float)tex_h;
height            894 libavdevice/opengl_enc.c     opengl->vertex[2].t0 = (float)opengl->height / (float)tex_h;
height            951 libavdevice/opengl_enc.c         message.height = opengl->window_height;
height           1015 libavdevice/opengl_enc.c     opengl_configure_texture(opengl, opengl->texture_name[0], opengl->width, opengl->height);
height           1030 libavdevice/opengl_enc.c                         AV_CEIL_RSHIFT(opengl->height, desc->log2_chroma_h));
height           1032 libavdevice/opengl_enc.c                 opengl_configure_texture(opengl, opengl->texture_name[i], opengl->width, opengl->height);
height           1034 libavdevice/opengl_enc.c             opengl_configure_texture(opengl, opengl->texture_name[3], opengl->width, opengl->height);
height           1070 libavdevice/opengl_enc.c     opengl->height = st->codecpar->height;
height           1075 libavdevice/opengl_enc.c         opengl->window_height = opengl->height;
height           1086 libavdevice/opengl_enc.c     if (opengl->width > opengl->max_texture_size || opengl->height > opengl->max_texture_size) {
height           1088 libavdevice/opengl_enc.c                opengl->width, opengl->height, opengl->max_texture_size, opengl->max_texture_size);
height           1134 libavdevice/opengl_enc.c     int height_chroma = AV_CEIL_RSHIFT(opengl->height, desc->log2_chroma_h);
height           1141 libavdevice/opengl_enc.c         data += opengl->width * opengl->height * wordsize;
height           1144 libavdevice/opengl_enc.c         data += opengl->width * opengl->height * wordsize;
height           1148 libavdevice/opengl_enc.c         data += opengl->width * opengl->height * wordsize;
height           1160 libavdevice/opengl_enc.c     int height = sub ? AV_CEIL_RSHIFT(opengl->height, desc->log2_chroma_h): opengl->height; \
height           1176 libavdevice/opengl_enc.c             glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,                          \
height           1182 libavdevice/opengl_enc.c             for (h = 0; h < height; h++) {                                                  \
height           1190 libavdevice/opengl_enc.c         glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,                              \
height            107 libavdevice/sdl2.c     dar = av_mul_q(sar, (AVRational){ codecpar->width, codecpar->height });
height            126 libavdevice/sdl2.c             texture_rect->h = codecpar->height;
height            223 libavdevice/sdl2.c                                      codecpar->width, codecpar->height);
height            231 libavdevice/sdl2.c            codecpar->width, codecpar->height, av_get_pix_fmt_name(codecpar->format),
height            288 libavdevice/sdl2.c     av_image_fill_arrays(data, linesize, pkt->data, codecpar->format, codecpar->width, codecpar->height, 1);
height             74 libavdevice/v4l2.c     int width, height;
height            192 libavdevice/v4l2.c static int device_init(AVFormatContext *ctx, int *width, int *height,
height            200 libavdevice/v4l2.c     fmt.fmt.pix.height = *height;
height            209 libavdevice/v4l2.c     if ((*width != fmt.fmt.pix.width) || (*height != fmt.fmt.pix.height)) {
height            212 libavdevice/v4l2.c                *width, *height, fmt.fmt.pix.width, fmt.fmt.pix.height);
height            214 libavdevice/v4l2.c         *height = fmt.fmt.pix.height;
height            258 libavdevice/v4l2.c                    vfse.discrete.width, vfse.discrete.height);
height            769 libavdevice/v4l2.c                            int *height,
height            778 libavdevice/v4l2.c         ret = device_init(ctx, width, height, *desired_format);
height            795 libavdevice/v4l2.c                 ret = device_init(ctx, width, height, *desired_format);
height            910 libavdevice/v4l2.c     if (!s->width && !s->height) {
height            923 libavdevice/v4l2.c         s->height = fmt.fmt.pix.height;
height            925 libavdevice/v4l2.c                "Setting frame size to %dx%d\n", s->width, s->height);
height            928 libavdevice/v4l2.c     res = device_try_init(ctx, pix_fmt, &s->width, &s->height, &desired_format, &codec_id);
height            939 libavdevice/v4l2.c     if ((res = av_image_check_size(s->width, s->height, 0, ctx)) < 0)
height            950 libavdevice/v4l2.c                                                  s->width, s->height, 1);
height            971 libavdevice/v4l2.c     st->codecpar->height = s->height;
height             77 libavdevice/v4l2enc.c     fmt.fmt.pix.height      = par->height;
height             79 libavdevice/v4l2enc.c     fmt.fmt.pix.sizeimage   = av_image_get_buffer_size(par->format, par->width, par->height, 1);
height            388 libavdevice/vfwcap.c     par->height = bi->bmiHeader.biHeight;
height             63 libavdevice/xcbgrab.c     int width, height;
height            112 libavdevice/xcbgrab.c     int w = c->width, h = c->height, f = c->follow_mouse;
height            142 libavdevice/xcbgrab.c     c->y = FFMIN(FFMAX(0, y), geo->height - h);
height            163 libavdevice/xcbgrab.c                         c->x, c->y, c->width, c->height, ~0);
height            280 libavdevice/xcbgrab.c                            c->x, c->y, c->width, c->height, ~0,
height            359 libavdevice/xcbgrab.c     h = FFMIN(cy + ci->height, gr->y + gr->height) - y;
height            562 libavdevice/xcbgrab.c     if (!c->width || !c->height) {
height            564 libavdevice/xcbgrab.c         c->height = geo->height;
height            568 libavdevice/xcbgrab.c         c->y + c->height > geo->height) {
height            572 libavdevice/xcbgrab.c                c->width, c->height,
height            574 libavdevice/xcbgrab.c                geo->width, geo->height);
height            589 libavdevice/xcbgrab.c     frame_size_bits = (int64_t)c->width * c->height * c->bpp;
height            606 libavdevice/xcbgrab.c     st->codecpar->height     = c->height;
height            628 libavdevice/xcbgrab.c                           c->height + c->region_border * 2 - 3 };
height            642 libavdevice/xcbgrab.c     av_unused xcb_rectangle_t rect = { 0, 0, c->width, c->height };
height            652 libavdevice/xcbgrab.c                       c->height + c->region_border * 2,
height            136 libavdevice/xv.c     xv->image_height = par->height;
height            140 libavdevice/xv.c         xv->window_height = par->height;
height            199 libavdevice/xv.c     xv->image_height = par->height;
height            235 libavdevice/xv.c     dar = av_mul_q(sar, (AVRational){ par->width, par->height });
height            262 libavdevice/xv.c     if (window_attrs.width != xv->window_width || window_attrs.height != xv->window_height) {
height            265 libavdevice/xv.c         xv->dest_h = window_attrs.height;
height            269 libavdevice/xv.c             rect[0].height = rect[1].height = window_attrs.height;
height            277 libavdevice/xv.c             rect[0].height = rect[1].height = xv->dest_y;
height            318 libavdevice/xv.c                   xv->image_format, img->width, img->height);
height            334 libavdevice/xv.c                              par->width, par->height, 1);
height            175 libavfilter/avf_abitscope.c             int h = outpicref->height / 16;
height            198 libavfilter/avf_abitscope.c             int h = outpicref->height / 32;
height            169 libavfilter/avf_ahistogram.c                    s->out->height != outlink->h) {
height            159 libavfilter/avf_aphasemeter.c                                    s->out->height != outlink->h)) {
height            248 libavfilter/avf_avectorscope.c                          s->outpicref->height != outlink->h) {
height            367 libavfilter/avf_showcqt.c     out->height = h;
height            424 libavfilter/avf_showcqt.c     s->axis_frame->height = s->axis_h;
height            466 libavfilter/avf_showcqt.c     int width = half ? 1920/2 : 1920, height = half ? 16 : 32;
height            492 libavfilter/avf_showcqt.c         for (y = 0; y < height; y++) {
height            659 libavfilter/avf_showcqt.c     int width = 1920/2, height = 16;
height            664 libavfilter/avf_showcqt.c             for (v = 0; v < height; v++) {
height            665 libavfilter/avf_showcqt.c                 uint8_t *p = startptr + v * linesize + height/2 * 4 * u;
height            683 libavfilter/avf_showcqt.c     int width = 1920, height = 32;
height            686 libavfilter/avf_showcqt.c     if (!(tmp = alloc_frame_empty(AV_PIX_FMT_RGBA, width, height)))
height            698 libavfilter/avf_showcqt.c         width /= 2, height /= 2;
height            705 libavfilter/avf_showcqt.c                               width, height, AV_PIX_FMT_RGBA, s->ctx)) < 0)
height            710 libavfilter/avf_showcqt.c     s->axis_frame->height = s->axis_h;
height            863 libavfilter/avf_showcqt.c     int x, y, w = axis->width, h = axis->height;
height            965 libavfilter/avf_showcqt.c     int fmt = out->format, x, y, yh, w = axis->width, h = axis->height;
height           1030 libavfilter/avf_showcqt.c     int fmt = out->format, h = sono->height;
height           1263 libavfilter/avf_showcqt.c         if (s->width != 1920 || s->height != 1080) {
height           1268 libavfilter/avf_showcqt.c         s->height /= 2;
height           1277 libavfilter/avf_showcqt.c             s->axis_h = s->height - s->bar_h - s->sono_h;
height           1279 libavfilter/avf_showcqt.c             s->axis_h = FFMIN(s->axis_h, s->height - s->bar_h);
height           1281 libavfilter/avf_showcqt.c             s->axis_h = FFMIN(s->axis_h, s->height - s->sono_h);
height           1285 libavfilter/avf_showcqt.c         s->bar_h = (s->height - s->axis_h) / 2;
height           1289 libavfilter/avf_showcqt.c             s->bar_h = s->height - s->sono_h - s->axis_h;
height           1293 libavfilter/avf_showcqt.c         s->sono_h = s->height - s->axis_h - s->bar_h;
height           1295 libavfilter/avf_showcqt.c     if ((s->width & 1) || (s->height & 1) || (s->bar_h & 1) || (s->axis_h & 1) || (s->sono_h & 1) ||
height           1296 libavfilter/avf_showcqt.c         (s->bar_h < 0) || (s->axis_h < 0) || (s->sono_h < 0) || (s->bar_h > s->height) ||
height           1297 libavfilter/avf_showcqt.c         (s->axis_h > s->height) || (s->sono_h > s->height) || (s->bar_h + s->axis_h + s->sono_h != s->height)) {
height           1363 libavfilter/avf_showcqt.c     outlink->h = s->height;
height           1369 libavfilter/avf_showcqt.c            s->width, s->height, av_get_pix_fmt_name(s->format), s->rate.num, s->rate.den,
height             97 libavfilter/avf_showcqt.h     int                 width, height;
height            328 libavfilter/avf_showvolume.c                    s->out->height != outlink->h) {
height             82 libavfilter/avf_showwaves.c     int (*get_h)(int16_t sample, int height);
height             83 libavfilter/avf_showwaves.c     void (*draw_sample)(uint8_t *buf, int height, int linesize,
height            176 libavfilter/avf_showwaves.c static int get_lin_h(int16_t sample, int height)
height            178 libavfilter/avf_showwaves.c     return height/2 - av_rescale(sample, height/2, INT16_MAX);
height            181 libavfilter/avf_showwaves.c static int get_lin_h2(int16_t sample, int height)
height            183 libavfilter/avf_showwaves.c     return av_rescale(FFABS(sample), height, INT16_MAX);
height            186 libavfilter/avf_showwaves.c static int get_log_h(int16_t sample, int height)
height            188 libavfilter/avf_showwaves.c     return height/2 - FFSIGN(sample) * (log10(1 + FFABS(sample)) * (height/2) / log10(1 + INT16_MAX));
height            191 libavfilter/avf_showwaves.c static int get_log_h2(int16_t sample, int height)
height            193 libavfilter/avf_showwaves.c     return log10(1 + FFABS(sample)) * height / log10(1 + INT16_MAX);
height            196 libavfilter/avf_showwaves.c static int get_sqrt_h(int16_t sample, int height)
height            198 libavfilter/avf_showwaves.c     return height/2 - FFSIGN(sample) * (sqrt(FFABS(sample)) * (height/2) / sqrt(INT16_MAX));
height            201 libavfilter/avf_showwaves.c static int get_sqrt_h2(int16_t sample, int height)
height            203 libavfilter/avf_showwaves.c     return sqrt(FFABS(sample)) * height / sqrt(INT16_MAX);
height            206 libavfilter/avf_showwaves.c static int get_cbrt_h(int16_t sample, int height)
height            208 libavfilter/avf_showwaves.c     return height/2 - FFSIGN(sample) * (cbrt(FFABS(sample)) * (height/2) / cbrt(INT16_MAX));
height            211 libavfilter/avf_showwaves.c static int get_cbrt_h2(int16_t sample, int height)
height            213 libavfilter/avf_showwaves.c     return cbrt(FFABS(sample)) * height / cbrt(INT16_MAX);
height            216 libavfilter/avf_showwaves.c static void draw_sample_point_rgba_scale(uint8_t *buf, int height, int linesize,
height            220 libavfilter/avf_showwaves.c     if (h >= 0 && h < height) {
height            228 libavfilter/avf_showwaves.c static void draw_sample_point_rgba_full(uint8_t *buf, int height, int linesize,
height            232 libavfilter/avf_showwaves.c     if (h >= 0 && h < height) {
height            240 libavfilter/avf_showwaves.c static void draw_sample_line_rgba_scale(uint8_t *buf, int height, int linesize,
height            245 libavfilter/avf_showwaves.c     int start   = height/2;
height            246 libavfilter/avf_showwaves.c     int end     = av_clip(h, 0, height-1);
height            257 libavfilter/avf_showwaves.c static void draw_sample_line_rgba_full(uint8_t *buf, int height, int linesize,
height            262 libavfilter/avf_showwaves.c     int start   = height/2;
height            263 libavfilter/avf_showwaves.c     int end     = av_clip(h, 0, height-1);
height            274 libavfilter/avf_showwaves.c static void draw_sample_p2p_rgba_scale(uint8_t *buf, int height, int linesize,
height            279 libavfilter/avf_showwaves.c     if (h >= 0 && h < height) {
height            286 libavfilter/avf_showwaves.c             int end = av_clip(h, 0, height-1);
height            300 libavfilter/avf_showwaves.c static void draw_sample_p2p_rgba_full(uint8_t *buf, int height, int linesize,
height            305 libavfilter/avf_showwaves.c     if (h >= 0 && h < height) {
height            312 libavfilter/avf_showwaves.c             int end = av_clip(h, 0, height-1);
height            326 libavfilter/avf_showwaves.c static void draw_sample_cline_rgba_scale(uint8_t *buf, int height, int linesize,
height            331 libavfilter/avf_showwaves.c     const int start = (height - h) / 2;
height            340 libavfilter/avf_showwaves.c  static void draw_sample_cline_rgba_full(uint8_t *buf, int height, int linesize,
height            345 libavfilter/avf_showwaves.c     const int start = (height - h) / 2;
height            355 libavfilter/avf_showwaves.c static void draw_sample_point_gray(uint8_t *buf, int height, int linesize,
height            359 libavfilter/avf_showwaves.c     if (h >= 0 && h < height)
height            363 libavfilter/avf_showwaves.c static void draw_sample_line_gray(uint8_t *buf, int height, int linesize,
height            368 libavfilter/avf_showwaves.c     int start   = height/2;
height            369 libavfilter/avf_showwaves.c     int end     = av_clip(h, 0, height-1);
height            376 libavfilter/avf_showwaves.c static void draw_sample_p2p_gray(uint8_t *buf, int height, int linesize,
height            381 libavfilter/avf_showwaves.c     if (h >= 0 && h < height) {
height            385 libavfilter/avf_showwaves.c             int end = av_clip(h, 0, height-1);
height            395 libavfilter/avf_showwaves.c static void draw_sample_cline_gray(uint8_t *buf, int height, int linesize,
height            400 libavfilter/avf_showwaves.c     const int start = (height - h) / 2;
height            647 libavfilter/avf_showwaves.c         out->height = outlink->h;
height             61 libavfilter/avfilter.c                 ref->width, ref->height,
height           1089 libavfilter/avfilter.c             av_assert1(frame->height               == link->h);
height           1552 libavfilter/avfilter.c                       frame->format, frame->width, frame->height);
height             73 libavfilter/blend.h                   ptrdiff_t width, ptrdiff_t height,
height             70 libavfilter/buffersrc.c #define CHECK_VIDEO_PARAM_CHANGE(s, c, width, height, format, pts)\
height             71 libavfilter/buffersrc.c     if (c->w != width || c->h != height || c->pix_fmt != format) {\
height             73 libavfilter/buffersrc.c                c->w, c->h, c->pix_fmt, width, height, format, av_ts2timestr(pts, &s->outputs[0]->time_base));\
height            112 libavfilter/buffersrc.c         if (param->height > 0)
height            113 libavfilter/buffersrc.c             s->h = param->height;
height            213 libavfilter/buffersrc.c             CHECK_VIDEO_PARAM_CHANGE(ctx, s, frame->width, frame->height,
height             87 libavfilter/buffersrc.h     int width, height;
height             56 libavfilter/convolution.h                      int x, int width, int y, int height, int bpc);
height             78 libavfilter/deshake.h     int (* transform)(AVFilterContext *ctx, int width, int height, int cw, int ch,
height             42 libavfilter/dnn/dnn_backend_native.c             input->height = oprd->dims[1];
height             76 libavfilter/dnn/dnn_backend_native.c     oprd->dims[1] = input->height;
height            279 libavfilter/dnn/dnn_backend_native.c         outputs[i].height = oprd->dims[1];
height            104 libavfilter/dnn/dnn_backend_native.h     int height, width, channels;
height             97 libavfilter/dnn/dnn_backend_native_layer_conv2d.c     int height = operands[input_operand_index].dims[1];
height            111 libavfilter/dnn/dnn_backend_native_layer_conv2d.c     output_operand->dims[1] = height - pad_size * 2;
height            125 libavfilter/dnn/dnn_backend_native_layer_conv2d.c     for (int y = pad_size; y < height - pad_size; ++y) {
height            138 libavfilter/dnn/dnn_backend_native_layer_conv2d.c                                 int y_pos = CLAMP_TO_EDGE(y + (kernel_y - radius) * conv_params->dilation, height);
height            144 libavfilter/dnn/dnn_backend_native_layer_conv2d.c                                 input_pel = (x_pos < 0 || x_pos >= width || y_pos < 0 || y_pos >= height) ? 0.0 :
height             60 libavfilter/dnn/dnn_backend_native_layer_depth2space.c     int height = operands[input_operand_index].dims[1];
height             73 libavfilter/dnn/dnn_backend_native_layer_depth2space.c     output_operand->dims[1] = height * block_size;
height             85 libavfilter/dnn/dnn_backend_native_layer_depth2space.c     for (y = 0; y < height; ++y){
height             89 libavfilter/dnn/dnn_backend_native_layer_pad.c     int height = operands[input_operand_index].dims[1];
height             95 libavfilter/dnn/dnn_backend_native_layer_pad.c     int new_height = height + params->paddings[1][0] + params->paddings[1][1];
height            101 libavfilter/dnn/dnn_backend_native_layer_pad.c     int hwc_stride = wc_stride * height;
height            123 libavfilter/dnn/dnn_backend_native_layer_pad.c         for (int h = 0; h < height; h++) {
height            183 libavfilter/dnn/dnn_backend_native_layer_pad.c             int given = height + before_paddings + h;
height            190 libavfilter/dnn/dnn_backend_native_layer_pad.c                 int buddy = after_get_buddy(given, height + before_paddings, params->mode);
height             90 libavfilter/dnn/dnn_backend_tf.c     int64_t input_dims[] = {1, input->height, input->width, input->channels};
height            132 libavfilter/dnn/dnn_backend_tf.c     input->height = dims[1];
height            634 libavfilter/dnn/dnn_backend_tf.c         outputs[i].height = TF_Dim(tf_model->output_tensors[i], 1);
height             40 libavfilter/dnn_interface.h     int width, height, channels;
height            145 libavfilter/drawutils.c         int height = AV_CEIL_RSHIFT(h, vsub1);
height            148 libavfilter/drawutils.c         for (i = 0; i < height; i++) {
height            167 libavfilter/drawutils.c         int height = AV_CEIL_RSHIFT(h, vsub1);
height            170 libavfilter/drawutils.c         for (i = 0; i < height; i++) {
height            148 libavfilter/f_drawgraph.c     for (i = 0; i < out->height; i++)
height            196 libavfilter/f_drawgraph.c                        s->out->height != outlink->h) {
height            113 libavfilter/f_graphmonitor.c     for (int i = 0; i < out->height; i++)
height            126 libavfilter/f_graphmonitor.c     if (y + 8 >= pic->height ||
height            152 libavfilter/f_select.c     ptrdiff_t height[4];
height            224 libavfilter/f_select.c         select->height[plane] = plane == 1 || plane == 2 ?  AV_CEIL_RSHIFT(inlink->h, vsub) : inlink->h;
height            280 libavfilter/f_select.c         frame->height == prev_picref->height &&
height            290 libavfilter/f_select.c                     select->width[plane], select->height[plane], &plane_sad);
height            292 libavfilter/f_select.c             count += select->width[plane] * select->height[plane];
height             36 libavfilter/framepool.c     int height;
height             53 libavfilter/framepool.c                                       int height,
height             70 libavfilter/framepool.c     pool->height = height;
height             74 libavfilter/framepool.c     if ((ret = av_image_check_size2(width, height, INT64_MAX, format, 0, NULL)) < 0) {
height             95 libavfilter/framepool.c         int h = FFALIGN(pool->height, 32);
height            159 libavfilter/framepool.c                                    int *height,
height            169 libavfilter/framepool.c     *height = pool->height;
height            214 libavfilter/framepool.c         frame->height = pool->height;
height             48 libavfilter/framepool.h                                       int height,
height             89 libavfilter/framepool.h                                    int *height,
height             28 libavfilter/framerate.h                           ptrdiff_t width, ptrdiff_t height, \
height             45 libavfilter/framerate.h     int height[4];                      ///< height of each plane
height             51 libavfilter/gblur.h     void (*horiz_slice)(float *buffer, int width, int height, int steps, float nu, float bscale);
height             71 libavfilter/graphdump.c         unsigned width, height, in_indent;
height             92 libavfilter/graphdump.c         height = FFMAX3(2, filter->nb_inputs, filter->nb_outputs);
height             97 libavfilter/graphdump.c         for (j = 0; j < height; j++) {
height             98 libavfilter/graphdump.c             unsigned in_no  = j - (height - filter->nb_inputs ) / 2;
height             99 libavfilter/graphdump.c             unsigned out_no = j - (height - filter->nb_outputs) / 2;
height            118 libavfilter/graphdump.c             if (j == (height - 2) / 2) {
height            121 libavfilter/graphdump.c             } else if (j == (height - 2) / 2 + 1) {
height            100 libavfilter/lavfutils.c     *h       = frame->height;
height             29 libavfilter/maskedmerge.h     int width[4], height[4];
height             52 libavfilter/median.h                          uint8_t *ddst, int dst_linesize, int width, int height,
height             53 libavfilter/median_template.c                              uint8_t *ddst, int dst_linesize, int width, int height,
height            103 libavfilter/median_template.c         p = srcp + src_linesize * FFMIN(height - 1, i + radiusV);
height             46 libavfilter/motion_estimation.c                         int width, int height, int x_min, int x_max, int y_min, int y_max)
height             49 libavfilter/motion_estimation.c     me_ctx->height = height;
height             49 libavfilter/motion_estimation.h     int height;
height             65 libavfilter/motion_estimation.h                         int width, int height, int x_min, int x_max, int y_min, int y_max);
height            128 libavfilter/opencl.c     output_frames->height    = ctx->output_height;
height            285 libavfilter/opencl.c     size_t width, height;
height            323 libavfilter/opencl.c                          &height, NULL);
height            332 libavfilter/opencl.c         height = FFALIGN(height, block_alignment);
height            336 libavfilter/opencl.c     work_size[1] = height;
height             26 libavfilter/opencl/nlmeans.cl                       int height,
height             50 libavfilter/opencl/nlmeans.cl                      int height)
height             54 libavfilter/opencl/nlmeans.cl     for (int i = 0; i < height; i++) {
height             64 libavfilter/opencl/nlmeans.cl                          int width, int height, int p, float h,
height             82 libavfilter/opencl/nlmeans.cl     int oobb = (x - p) < 0 || (y - p) < 0 || (y + p) >= height || (x + p) >= width;
height             75 libavfilter/phase_template.c         const int h = new->height;
height            304 libavfilter/qsvvpp.c         if (picref->height & 31 || picref->linesize[0] & 31) {
height            312 libavfilter/qsvvpp.c             qsv_frame->frame->height  = picref->height;
height            386 libavfilter/qsvvpp.c         out_frame->frame->height = outlink->h;
height            461 libavfilter/qsvvpp.c         out_frames_ctx->height            = FFALIGN(outlink->h, 32);
height             36 libavfilter/scene_sad.c     for (y = 0; y < height; y++) {
height             50 libavfilter/scene_sad.c     for (y = 0; y < height; y++) {
height             31 libavfilter/scene_sad.h                          ptrdiff_t width, ptrdiff_t height, \
height            402 libavfilter/src_movie.c         outlink->h          = c->height;
height            421 libavfilter/src_movie.c                  frame->width, frame->height,
height             30 libavfilter/stereo3d.h                      int width, int height,
height             35 libavfilter/threshold.h     int width[4], height[4];
height             34 libavfilter/transform.c                         int width, int height, int stride, uint8_t def)
height             46 libavfilter/transform.c     return PIXEL(src, (int)(x + 0.5), (int)(y + 0.5), width, height, stride, def);
height             57 libavfilter/transform.c     if (x < -1 || x > width || y < -1 || y > height) {
height             66 libavfilter/transform.c         v1 = PIXEL(src, x_c, y_c, width, height, stride, def);
height             67 libavfilter/transform.c         v2 = PIXEL(src, x_c, y_f, width, height, stride, def);
height             68 libavfilter/transform.c         v3 = PIXEL(src, x_f, y_c, width, height, stride, def);
height             69 libavfilter/transform.c         v4 = PIXEL(src, x_f, y_f, width, height, stride, def);
height             85 libavfilter/transform.c     if (x < - 1 || x > width || y < -1 || y > height)
height             93 libavfilter/transform.c         v1 = PIXEL(src, x_c, y_c, width, height, stride, def);
height             94 libavfilter/transform.c         v2 = PIXEL(src, x_c, y_f, width, height, stride, def);
height             95 libavfilter/transform.c         v3 = PIXEL(src, x_f, y_c, width, height, stride, def);
height             96 libavfilter/transform.c         v4 = PIXEL(src, x_f, y_f, width, height, stride, def);
height            148 libavfilter/transform.c                         int width, int height, const float *matrix,
height            171 libavfilter/transform.c     for (y = 0; y < height; y++) {
height            181 libavfilter/transform.c                     y_s = av_clipf(y_s, 0, height - 1);
height            187 libavfilter/transform.c                     y_s = avpriv_mirror(y_s, height-1);
height            190 libavfilter/transform.c                     av_assert2(x_s < width && y_s < height);
height            194 libavfilter/transform.c             dst[y * dst_stride + x] = func(x_s, y_s, src, width, height, src_stride, def);
height            131 libavfilter/transform.h                         int width, int height, const float *matrix,
height            114 libavfilter/v360.h     int width, height;
height            171 libavfilter/v360.h                         const float *vec, int width, int height,
height            175 libavfilter/v360.h                          int i, int j, int width, int height,
height            188 libavfilter/vaapi_vpp.c     output_frames->height    = ctx->output_height;
height            529 libavfilter/vaapi_vpp.c         .height = input_frame->height -
height            149 libavfilter/vaf_spectrumsynth.c     int height = ctx->inputs[0]->h;
height            159 libavfilter/vaf_spectrumsynth.c         height != ctx->inputs[1]->h) {
height            162 libavfilter/vaf_spectrumsynth.c                width, height,
height            181 libavfilter/vaf_spectrumsynth.c     s->size = s->orientation == VERTICAL ? height / s->channels : width / s->channels;
height            182 libavfilter/vaf_spectrumsynth.c     s->xend = s->orientation == VERTICAL ? width : height;
height            116 libavfilter/vf_alphamerge.c     int h = main_buf->height;
height            135 libavfilter/vf_alphamerge.c                             FFMIN(main_linesize, alpha_linesize), alpha_buf->height);
height             48 libavfilter/vf_amplify.c     int height[4];
height            122 libavfilter/vf_amplify.c             const int slice_start = (s->height[p] * jobnr) / nb_jobs;
height            123 libavfilter/vf_amplify.c             const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs;
height            164 libavfilter/vf_amplify.c             const int slice_start = (s->height[p] * jobnr) / nb_jobs;
height            165 libavfilter/vf_amplify.c             const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs;
height            226 libavfilter/vf_amplify.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
height            227 libavfilter/vf_amplify.c     s->height[0] = s->height[3] = inlink->h;
height            270 libavfilter/vf_amplify.c         ctx->internal->execute(ctx, amplify_frame, &td, NULL, FFMIN(s->height[1], ff_filter_get_nb_threads(ctx)));
height             61 libavfilter/vf_avgblur.c     int height;
height             72 libavfilter/vf_avgblur.c     const int height = td->height;                                                            \
height             74 libavfilter/vf_avgblur.c     const int slice_start = (height *  jobnr   ) / nb_jobs;                                   \
height             75 libavfilter/vf_avgblur.c     const int slice_end   = (height * (jobnr+1)) / nb_jobs;                                   \
height            125 libavfilter/vf_avgblur.c     const int height = td->height;                                                            \
height            129 libavfilter/vf_avgblur.c     const int radius = FFMIN(s->radiusV, height / 2);                                         \
height            151 libavfilter/vf_avgblur.c         for (i = 0; i + radius < height && i <= radius; i++) {                                \
height            157 libavfilter/vf_avgblur.c         for (; i < height - radius; i++) {                                                    \
height            162 libavfilter/vf_avgblur.c         for (; i < height; i++) {                                                             \
height            211 libavfilter/vf_avgblur.c     const int height = s->planeheight[plane];
height            216 libavfilter/vf_avgblur.c     td.height = height;
height            219 libavfilter/vf_avgblur.c     ctx->internal->execute(ctx, s->filter_horizontally, &td, NULL, FFMIN(height, nb_threads));
height            272 libavfilter/vf_avgblur.c         const int height = s->planeheight[plane];
height            279 libavfilter/vf_avgblur.c                                     width * ((s->depth + 7) / 8), height);
height            159 libavfilter/vf_avgblur_opencl.c            input->width, input->height, input->pts);
height            264 libavfilter/vf_avgblur_opencl.c            output->width, output->height, output->pts);
height            139 libavfilter/vf_bilateral.c                              int width, int height, int src_linesize, int dst_linesize) \
height            155 libavfilter/vf_bilateral.c     for (int y = 0; y < height; y++) {                                                    \
height            209 libavfilter/vf_bilateral.c     alpha = expf(-sqrtf(2.f) / (sigma_spatial * height));                                 \
height            213 libavfilter/vf_bilateral.c     for (int y = 1; y < height; y++) {                                                    \
height            233 libavfilter/vf_bilateral.c     h1 = height - 1;                                                                      \
height            284 libavfilter/vf_bilateral.c     for (int i = 0; i < height; i++)                                                      \
height             77 libavfilter/vf_blackframe.c     for (i = 0; i < frame->height; i++) {
height            129 libavfilter/vf_blend.c                             ptrdiff_t width, ptrdiff_t height,               \
height            133 libavfilter/vf_blend.c                         width * depth / 8, height);                          \
height            150 libavfilter/vf_blend.c                               ptrdiff_t width, ptrdiff_t height,
height            156 libavfilter/vf_blend.c     for (i = 0; i < height; i++) {
height            169 libavfilter/vf_blend.c                                   ptrdiff_t width, ptrdiff_t height,
height            181 libavfilter/vf_blend.c     for (i = 0; i < height; i++) {
height            194 libavfilter/vf_blend.c                                ptrdiff_t width, ptrdiff_t height,
height            206 libavfilter/vf_blend.c     for (i = 0; i < height; i++) {
height            220 libavfilter/vf_blend.c                                  ptrdiff_t width, ptrdiff_t height,                \
height            226 libavfilter/vf_blend.c     for (i = 0; i < height; i++) {                                             \
height            240 libavfilter/vf_blend.c                                   ptrdiff_t width, ptrdiff_t height,           \
height            252 libavfilter/vf_blend.c     for (i = 0; i < height; i++) {                                             \
height            266 libavfilter/vf_blend.c                                   ptrdiff_t width, ptrdiff_t height,                 \
height            278 libavfilter/vf_blend.c     for (i = 0; i < height; i++) {                                             \
height            548 libavfilter/vf_blend.c                                ptrdiff_t width, ptrdiff_t height,              \
height            560 libavfilter/vf_blend.c     for (y = 0; y < height; y++) {                                             \
height            583 libavfilter/vf_blend.c     int height      = slice_end - slice_start;
height            594 libavfilter/vf_blend.c     values[VAR_SH] = td->h / (double)td->dst->height;
height            602 libavfilter/vf_blend.c                      td->w, height, td->param, &values[0], slice_start);
height            624 libavfilter/vf_blend.c         int outh = AV_CEIL_RSHIFT(dst_buf->height, vsub);
height            320 libavfilter/vf_bm3d.c     const int height = s->planeheight[plane];
height            327 libavfilter/vf_bm3d.c     int b = search_boundary(height - block_size, range, step, 1, y, x);
height            648 libavfilter/vf_bm3d.c     const int height = s->planeheight[plane];
height            652 libavfilter/vf_bm3d.c     for (i = 0; i < height; i++) {
height            675 libavfilter/vf_bm3d.c     const int height = s->planeheight[plane];
height            680 libavfilter/vf_bm3d.c     for (i = 0; i < height; i++) {
height            712 libavfilter/vf_bm3d.c     const int height = s->planeheight[plane];
height            713 libavfilter/vf_bm3d.c     const int block_pos_bottom = FFMAX(0, height - s->block_size);
height            715 libavfilter/vf_bm3d.c     const int slice_start = (((height + block_step - 1) / block_step) * jobnr / nb_jobs) * block_step;
height            717 libavfilter/vf_bm3d.c                           (((height + block_step - 1) / block_step) * (jobnr + 1) / nb_jobs) * block_step;
height            720 libavfilter/vf_bm3d.c     memset(sc->num, 0, width * height * sizeof(FFTSample));
height            721 libavfilter/vf_bm3d.c     memset(sc->den, 0, width * height * sizeof(FFTSample));
height            234 libavfilter/vf_boxblur.c     int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub), ch = AV_CEIL_RSHIFT(in->height, s->vsub);
height            236 libavfilter/vf_boxblur.c     int h[4] = { in->height, ch, ch, in->height };
height            272 libavfilter/vf_bwdif.c         int h = dstpic->height;
height            197 libavfilter/vf_cas.c                            FFMIN(in->height, ff_filter_get_nb_threads(ctx)));
height             95 libavfilter/vf_chromakey.c     if (x < 0 || x >= frame->width || y < 0 || y >= frame->height)
height            107 libavfilter/vf_chromakey.c     if (x < 0 || x >= frame->width || y < 0 || y >= frame->height)
height            121 libavfilter/vf_chromakey.c     const int slice_start = (frame->height * jobnr) / nb_jobs;
height            122 libavfilter/vf_chromakey.c     const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs;
height            151 libavfilter/vf_chromakey.c     const int slice_start = (frame->height * jobnr) / nb_jobs;
height            152 libavfilter/vf_chromakey.c     const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs;
height            185 libavfilter/vf_chromakey.c     const int slice_start = ((frame->height >> ctx->vsub_log2) * jobnr) / nb_jobs;
height            186 libavfilter/vf_chromakey.c     const int slice_end = ((frame->height >> ctx->vsub_log2) * (jobnr + 1)) / nb_jobs;
height            222 libavfilter/vf_chromakey.c     const int slice_start = ((frame->height >> ctx->vsub_log2) * jobnr) / nb_jobs;
height            223 libavfilter/vf_chromakey.c     const int slice_end = ((frame->height >> ctx->vsub_log2) * (jobnr + 1)) / nb_jobs;
height            263 libavfilter/vf_chromakey.c     if (res = avctx->internal->execute(avctx, ctx->do_slice, frame, NULL, FFMIN(frame->height, ff_filter_get_nb_threads(avctx))))
height             45 libavfilter/vf_chromashift.c     int height[4];
height            106 libavfilter/vf_chromashift.c     const int h = s->height[1];                                                           \
height            148 libavfilter/vf_chromashift.c     const int h = s->height[1];                                                           \
height            211 libavfilter/vf_chromashift.c     const int h = s->height[1];                                                           \
height            278 libavfilter/vf_chromashift.c     const int h = s->height[1];                                                           \
height            364 libavfilter/vf_chromashift.c                             s->linesize[0], s->height[0]);
height            367 libavfilter/vf_chromashift.c                            FFMIN3(s->height[1],
height            368 libavfilter/vf_chromashift.c                                   s->height[2],
height            395 libavfilter/vf_chromashift.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
height            396 libavfilter/vf_chromashift.c     s->height[0] = s->height[3] = inlink->h;
height           1385 libavfilter/vf_ciescope.c     for (y = 0; y < in->height; y++) {
height            228 libavfilter/vf_codecview.c             const int h = AV_CEIL_RSHIFT(frame->height, s->vsub);
height            267 libavfilter/vf_codecview.c                                    frame->width, frame->height, frame->linesize[0],
height            274 libavfilter/vf_codecview.c                                    frame->width, frame->height, frame->linesize[0],
height            164 libavfilter/vf_colorbalance.c     const int slice_start = (out->height * jobnr) / nb_jobs;
height            165 libavfilter/vf_colorbalance.c     const int slice_end = (out->height * (jobnr+1)) / nb_jobs;
height            217 libavfilter/vf_colorbalance.c     const int slice_start = (out->height * jobnr) / nb_jobs;
height            218 libavfilter/vf_colorbalance.c     const int slice_end = (out->height * (jobnr+1)) / nb_jobs;
height            272 libavfilter/vf_colorbalance.c     const int slice_start = (out->height * jobnr) / nb_jobs;
height            273 libavfilter/vf_colorbalance.c     const int slice_end = (out->height * (jobnr+1)) / nb_jobs;
height            323 libavfilter/vf_colorbalance.c     const int slice_start = (out->height * jobnr) / nb_jobs;
height            324 libavfilter/vf_colorbalance.c     const int slice_end = (out->height * (jobnr+1)) / nb_jobs;
height            111 libavfilter/vf_colorchannelmixer.c     const int slice_start = (out->height * jobnr) / nb_jobs;
height            112 libavfilter/vf_colorchannelmixer.c     const int slice_end = (out->height * (jobnr+1)) / nb_jobs;
height            170 libavfilter/vf_colorchannelmixer.c     const int slice_start = (out->height * jobnr) / nb_jobs;
height            171 libavfilter/vf_colorchannelmixer.c     const int slice_end = (out->height * (jobnr+1)) / nb_jobs;
height            279 libavfilter/vf_colorchannelmixer.c     const int slice_start = (out->height * jobnr) / nb_jobs;
height            280 libavfilter/vf_colorchannelmixer.c     const int slice_end = (out->height * (jobnr+1)) / nb_jobs;
height            334 libavfilter/vf_colorchannelmixer.c     const int slice_start = (out->height * jobnr) / nb_jobs;
height            335 libavfilter/vf_colorchannelmixer.c     const int slice_end = (out->height * (jobnr+1)) / nb_jobs;
height            263 libavfilter/vf_colorconstancy.c         const int height      = s->planeheight[plane];
height            273 libavfilter/vf_colorconstancy.c             slice_start = (height * jobnr      ) / nb_jobs;
height            274 libavfilter/vf_colorconstancy.c             slice_end   = (height * (jobnr + 1)) / nb_jobs;
height            281 libavfilter/vf_colorconstancy.c                                                           in_linesize, height, width, gauss[g]);
height            292 libavfilter/vf_colorconstancy.c                 for (r = 0; r < height; ++r) {
height            296 libavfilter/vf_colorconstancy.c                                                           width, height, width, gauss[g]);
height            325 libavfilter/vf_colorconstancy.c         const int height = s->planeheight[plane];
height            327 libavfilter/vf_colorconstancy.c         const int64_t numpixels = width * (int64_t)height;
height            385 libavfilter/vf_colorconstancy.c     int height = s->planeheight[1];
height            391 libavfilter/vf_colorconstancy.c             get_deriv(ctx, td, 0, DIR_X, 0         , INDEX_NORM, height, nb_threads);
height            393 libavfilter/vf_colorconstancy.c             get_deriv(ctx, td, 0, DIR_X, 0,          INDEX_TEMP, height, nb_threads);
height            401 libavfilter/vf_colorconstancy.c         get_deriv(ctx, td, 1, DIR_X, 0,          INDEX_TEMP, height, nb_threads);
height            404 libavfilter/vf_colorconstancy.c         get_deriv(ctx, td, 0, DIR_X, 0,          INDEX_TEMP, height, nb_threads);
height            409 libavfilter/vf_colorconstancy.c         get_deriv(ctx, td, 2, DIR_X, 0,          INDEX_TEMP, height, nb_threads);
height            412 libavfilter/vf_colorconstancy.c         get_deriv(ctx, td, 0, DIR_X, 0,          INDEX_TEMP, height, nb_threads);
height            415 libavfilter/vf_colorconstancy.c         get_deriv(ctx, td, 1, DIR_X, 0,          INDEX_TEMP, height, nb_threads);
height            447 libavfilter/vf_colorconstancy.c         const int height        = s->planeheight[plane];
height            450 libavfilter/vf_colorconstancy.c         const int slice_start   = (height * jobnr) / nb_jobs;
height            451 libavfilter/vf_colorconstancy.c         const int slice_end     = (height * (jobnr+1)) / nb_jobs;
height            600 libavfilter/vf_colorconstancy.c         const int height = s->planeheight[plane];
height            602 libavfilter/vf_colorconstancy.c         const int64_t numpixels = width * (int64_t)height;
height             61 libavfilter/vf_colorkey.c     const int slice_start = (frame->height * jobnr) / nb_jobs;
height             62 libavfilter/vf_colorkey.c     const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs;
height             87 libavfilter/vf_colorkey.c     const int slice_start = (frame->height * jobnr) / nb_jobs;
height             88 libavfilter/vf_colorkey.c     const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs;
height            141 libavfilter/vf_colorkey.c     if (res = avctx->internal->execute(avctx, ctx->do_slice, frame, NULL, FFMIN(frame->height, ff_filter_get_nb_threads(avctx))))
height            210 libavfilter/vf_colormatrix.c     const int height = src->height;
height            214 libavfilter/vf_colormatrix.c     const int slice_start = (height *  jobnr   ) / nb_jobs;
height            215 libavfilter/vf_colormatrix.c     const int slice_end   = (height * (jobnr+1)) / nb_jobs;
height            248 libavfilter/vf_colormatrix.c     const int height = src->height;
height            250 libavfilter/vf_colormatrix.c     const int slice_start = (height *  jobnr   ) / nb_jobs;
height            251 libavfilter/vf_colormatrix.c     const int slice_end   = (height * (jobnr+1)) / nb_jobs;
height            295 libavfilter/vf_colormatrix.c     const int height = src->height;
height            297 libavfilter/vf_colormatrix.c     const int slice_start = (height *  jobnr   ) / nb_jobs;
height            298 libavfilter/vf_colormatrix.c     const int slice_end   = (height * (jobnr+1)) / nb_jobs;
height            343 libavfilter/vf_colormatrix.c     const int height = FFALIGN(src->height, 2) >> 1;
height            345 libavfilter/vf_colormatrix.c     const int slice_start = ((height *  jobnr   ) / nb_jobs) << 1;
height            346 libavfilter/vf_colormatrix.c     const int slice_end   = ((height * (jobnr+1)) / nb_jobs) << 1;
height            477 libavfilter/vf_colormatrix.c                                FFMIN(in->height, ff_filter_get_nb_threads(ctx)));
height            480 libavfilter/vf_colormatrix.c                                FFMIN(in->height, ff_filter_get_nb_threads(ctx)));
height            483 libavfilter/vf_colormatrix.c                                FFMIN(in->height / 2, ff_filter_get_nb_threads(ctx)));
height            486 libavfilter/vf_colormatrix.c                                FFMIN(in->height, ff_filter_get_nb_threads(ctx)));
height            346 libavfilter/vf_colorspace.c     int h_in = (td->in->height + 1) >> 1;
height            773 libavfilter/vf_colorspace.c     unsigned rgb_sz = rgb_stride * in->height;
height            875 libavfilter/vf_colorspace.c                                FFMIN((in->height + 1) >> 1, ff_filter_get_nb_threads(ctx)));
height            297 libavfilter/vf_convolution.c static void filter16_column(uint8_t *dstp, int height,
height            305 libavfilter/vf_convolution.c     for (y = 0; y < height; y++) {
height            390 libavfilter/vf_convolution.c static void filter_column(uint8_t *dst, int height,
height            397 libavfilter/vf_convolution.c     for (y = 0; y < height; y++) {
height            497 libavfilter/vf_convolution.c         const int height = s->planeheight[plane];
height            501 libavfilter/vf_convolution.c         const int sizeh = mode == MATRIX_COLUMN ? width : height;
height            502 libavfilter/vf_convolution.c         const int sizew = mode == MATRIX_COLUMN ? height : width;
height            517 libavfilter/vf_convolution.c                                     (slice_end - slice_start) * bpc, height);
height            532 libavfilter/vf_convolution.c                 s->setup[plane](radius, c, src, stride, x, width, y, height, bpc);
height            537 libavfilter/vf_convolution.c             s->setup[plane](radius, c, src, stride, radius, width, y, height, bpc);
height            545 libavfilter/vf_convolution.c                 s->setup[plane](radius, c, src, stride, x, width, y, height, bpc);
height            187 libavfilter/vf_convolution_opencl.c            input->width, input->height, input->pts);
height            285 libavfilter/vf_convolution_opencl.c            output->width, output->height, output->pts);
height             50 libavfilter/vf_copy.c     AVFrame *out = ff_get_video_buffer(outlink, in->width, in->height);
height             43 libavfilter/vf_cover_rect.c     int width, height;
height             82 libavfilter/vf_cover_rect.c         int h = AV_CEIL_RSHIFT(cover->cover_frame->height, !!p);
height            102 libavfilter/vf_cover_rect.c         int h = AV_CEIL_RSHIFT(cover->height, !!p);
height            104 libavfilter/vf_cover_rect.c         int ih = AV_CEIL_RSHIFT(in->height, !!p);
height            169 libavfilter/vf_cover_rect.c     h = FFMIN(h, in->height - y);
height            171 libavfilter/vf_cover_rect.c     if (w > in->width || h > in->height || w <= 0 || h <= 0)
height            175 libavfilter/vf_cover_rect.c         if (w != cover->cover_frame->width || h != cover->cover_frame->height)
height            180 libavfilter/vf_cover_rect.c     cover->height = h;
height            183 libavfilter/vf_cover_rect.c     y = av_clip(y, 0, in->height - h);
height            220 libavfilter/vf_cover_rect.c                                 &cover->cover_frame->width, &cover->cover_frame->height,
height            294 libavfilter/vf_crop.c         frame->crop_bottom = frame->height - frame->crop_top - frame->crop_bottom - s->h;
height            298 libavfilter/vf_crop.c         frame->height = s->h;
height            177 libavfilter/vf_cropdetect.c             s->y1 = frame->height - 1;
height            196 libavfilter/vf_cropdetect.c         FIND(s->y2, frame->height - 1, y > FFMAX(s->y2, s->y1), -1, frame->linesize[0], bpp, frame->width);
height            197 libavfilter/vf_cropdetect.c         FIND(s->x1,                 0,               y < s->x1, +1, bpp, frame->linesize[0], frame->height);
height            198 libavfilter/vf_cropdetect.c         FIND(s->x2,  frame->width - 1, y > FFMAX(s->x2, s->x1), -1, bpp, frame->linesize[0], frame->height);
height            549 libavfilter/vf_curves.c     const int slice_start = (in->height *  jobnr   ) / nb_jobs;
height            550 libavfilter/vf_curves.c     const int slice_end   = (in->height * (jobnr+1)) / nb_jobs;
height            597 libavfilter/vf_curves.c     const int slice_start = (in->height *  jobnr   ) / nb_jobs;
height            598 libavfilter/vf_curves.c     const int slice_end   = (in->height * (jobnr+1)) / nb_jobs;
height             96 libavfilter/vf_datascope.c                       frame->width, frame->height,
height            538 libavfilter/vf_datascope.c     AVFrame *out = ff_get_video_buffer(outlink, in->width, in->height);
height            563 libavfilter/vf_datascope.c         Y = (in->height - s->wh) * s->wy;
height            565 libavfilter/vf_datascope.c         Y = (in->height - s->wh) * -s->wy;
height            578 libavfilter/vf_datascope.c             Y = (in->height - s->wh) * (1 + s->wy);
height            583 libavfilter/vf_datascope.c                        out->width, out->height,
height            608 libavfilter/vf_datascope.c                        out->width, out->height,
height            612 libavfilter/vf_datascope.c                        out->width, out->height,
height            616 libavfilter/vf_datascope.c                        out->width, out->height,
height            620 libavfilter/vf_datascope.c                        out->width, out->height,
height            624 libavfilter/vf_datascope.c                        out->width, out->height,
height            628 libavfilter/vf_datascope.c                        out->width, out->height,
height            632 libavfilter/vf_datascope.c                        out->width, out->height,
height            636 libavfilter/vf_datascope.c                        out->width, out->height,
height            727 libavfilter/vf_datascope.c     int height, width;
height            790 libavfilter/vf_datascope.c         if (x0 >= 0 && y0 >= 0 && x0 < out->width && y0 < out->height) {
height            838 libavfilter/vf_datascope.c                 int py = s->height - s->values[i-1].p[s->rgba_map[c]] * s->height / 256;
height            839 libavfilter/vf_datascope.c                 int y = s->height - s->values[i].p[s->rgba_map[c]] * s->height / 256;
height            857 libavfilter/vf_datascope.c                 int py = s->height - s->values[i-1].p[s->rgba_map[c]] * s->height / s->max;
height            858 libavfilter/vf_datascope.c                 int y = s->height - s->values[i].p[s->rgba_map[c]] * s->height / s->max;
height            874 libavfilter/vf_datascope.c     s->height = s->theight * inlink->h;
height            886 libavfilter/vf_datascope.c     s->oy = (inlink->h - s->height) * s->ty;
height            952 libavfilter/vf_datascope.c         if (x0 >= 0 && y0 >= 0 && x0 < out->width && y0 < out->height) {
height           1016 libavfilter/vf_datascope.c                        frame->width, frame->height,
height           1017 libavfilter/vf_datascope.c                        s->ox, s->oy, s->width, s->height + 20 * s->statistics);
height           1025 libavfilter/vf_datascope.c                               s->ox, s->oy + i * (s->height - 1) / 4, s->width, 1);
height           1030 libavfilter/vf_datascope.c                               s->ox + i * (s->width - 1) / 10, s->oy, 1, s->height);
height           1034 libavfilter/vf_datascope.c                           s->ox + s->width - 1, s->oy, 1, s->height);
height           1052 libavfilter/vf_datascope.c     if (s->statistics && s->height > 10 && s->width > 280 * av_popcount(s->components)) {
height           1060 libavfilter/vf_datascope.c                 draw_text(&s->draw, frame, &s->white, s->ox +  2 + 280 * i++, s->oy + s->height + 4, text, 0);
height             43 libavfilter/vf_dblur.c     void (*horiz_slice)(float *buffer, int width, int height, int steps, float nu, float bscale);
height             60 libavfilter/vf_dblur.c static int filter_horizontally(AVFilterContext *ctx, int width, int height)
height             71 libavfilter/vf_dblur.c         for (int y = 1; y < height - 1; y++) {
height             79 libavfilter/vf_dblur.c         for (int y = height - 2; y >= 0; y--) {
height             87 libavfilter/vf_dblur.c         for (int y = 1; y < height - 1; y++) {
height             95 libavfilter/vf_dblur.c         for (int y = height - 2; y >= 0; y--) {
height            111 libavfilter/vf_dblur.c     const int height = s->planeheight[plane];
height            113 libavfilter/vf_dblur.c     filter_horizontally(ctx, width, height);
height            209 libavfilter/vf_dblur.c         const int height = s->planeheight[plane];
height            222 libavfilter/vf_dblur.c                                     width * ((s->depth + 7) / 8), height);
height            227 libavfilter/vf_dblur.c             for (y = 0; y < height; y++) {
height            235 libavfilter/vf_dblur.c             for (y = 0; y < height; y++) {
height            248 libavfilter/vf_dblur.c             for (y = 0; y < height; y++) {
height            256 libavfilter/vf_dblur.c             for (y = 0; y < height; y++) {
height            331 libavfilter/vf_deblock.c         const int height = s->planeheight[plane];
height            338 libavfilter/vf_deblock.c                                 width * s->bpc, height);
height            345 libavfilter/vf_deblock.c                         FFMIN(block, height), s->ath, s->bth, s->gth, s->dth, s->max);
height            347 libavfilter/vf_deblock.c         for (y = block; y < height; y += block) {
height            359 libavfilter/vf_deblock.c                             FFMIN(block, height - y),
height             97 libavfilter/vf_decimate.c         int height   = plane ? AV_CEIL_RSHIFT(f1->height, dm->vsub) : f1->height;
height            106 libavfilter/vf_decimate.c         for (y = 0; y < height; y++) {
height            417 libavfilter/vf_deinterlace_qsv.c     qf->surface.Info.CropH  = qf->frame->height;
height            507 libavfilter/vf_deinterlace_qsv.c     out->height           = outlink->h;
height            195 libavfilter/vf_deinterlace_vaapi.c            input_frame->width, input_frame->height, input_frame->pts);
height            302 libavfilter/vf_deinterlace_vaapi.c                output_frame->width, output_frame->height, output_frame->pts);
height             85 libavfilter/vf_derain.c     dr_context->input.height   = inlink->h;
height            113 libavfilter/vf_derain.c     for (int i = 0; i < in->height; i++){
height            127 libavfilter/vf_derain.c     out->height = dr_context->output.height;
height            129 libavfilter/vf_derain.c     outlink->h  = dr_context->output.height;
height            132 libavfilter/vf_derain.c     for (int i = 0; i < out->height; i++){
height            236 libavfilter/vf_deshake.c                         int width, int height, int stride, Transform *t)
height            247 libavfilter/vf_deshake.c     av_fast_malloc(&deshake->angles, &deshake->angles_size, width * height / (16 * deshake->blocksize) * sizeof(*deshake->angles));
height            258 libavfilter/vf_deshake.c     for (y = deshake->ry; y < height - deshake->ry - (deshake->blocksize * 2); y += deshake->blocksize * 2) {
height            303 libavfilter/vf_deshake.c     p_y = (center_y - height / 2.0);
height            316 libavfilter/vf_deshake.c                                     int width, int height, int cw, int ch,
height            328 libavfilter/vf_deshake.c     plane_h[0] = height;
height           1414 libavfilter/vf_deshake_opencl.c     const float center_h = (float)input_frame->height / 2;
height           1418 libavfilter/vf_deshake_opencl.c     const int chroma_height = AV_CEIL_RSHIFT(input_frame->height, desc->log2_chroma_h);
height           1424 libavfilter/vf_deshake_opencl.c     const float luma_h_over_chroma_h = ((float)input_frame->height / (float)chroma_height);
height           1476 libavfilter/vf_deshake_opencl.c             input_frame->height,
height           1629 libavfilter/vf_deshake_opencl.c         update_needed_crop(&deshake_ctx->crop_y, transform_crop_y, input_frame->width, input_frame->height);
height           1792 libavfilter/vf_deshake_opencl.c     grid_32_h = ROUNDED_UP_DIV(input_frame->height, 32);
height             48 libavfilter/vf_despill.c     const int slice_start = (frame->height * jobnr) / nb_jobs;
height             49 libavfilter/vf_despill.c     const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs;
height            100 libavfilter/vf_despill.c     if (ret = ctx->internal->execute(ctx, do_despill_slice, frame, NULL, FFMIN(frame->height, ff_filter_get_nb_threads(ctx))))
height             40 libavfilter/vf_displace.c     int width[4], height[4];
height             91 libavfilter/vf_displace.c         const int h = s->height[plane];
height            165 libavfilter/vf_displace.c     const int h = s->height[0];
height            296 libavfilter/vf_displace.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
height            297 libavfilter/vf_displace.c     s->height[0] = s->height[3] = inlink->h;
height            136 libavfilter/vf_dnn_processing.c     if (model_input->height != -1 && model_input->height != inlink->h) {
height            138 libavfilter/vf_dnn_processing.c                                    model_input->height, inlink->h);
height            212 libavfilter/vf_dnn_processing.c     ctx->input.height   = inlink->h;
height            314 libavfilter/vf_dnn_processing.c     outlink->h = ctx->output.height;
height            331 libavfilter/vf_dnn_processing.c                       0, frame->height, (uint8_t * const*)(&dnn_input->data),
height            337 libavfilter/vf_dnn_processing.c                                 bytewidth, frame->height);
height            344 libavfilter/vf_dnn_processing.c                             bytewidth, frame->height);
height            352 libavfilter/vf_dnn_processing.c                   0, frame->height, (uint8_t * const*)(&dnn_input->data),
height            373 libavfilter/vf_dnn_processing.c                       0, frame->height, (uint8_t * const*)frame->data, frame->linesize);
height            379 libavfilter/vf_dnn_processing.c                                 bytewidth, frame->height);
height            388 libavfilter/vf_dnn_processing.c                             bytewidth, frame->height);
height            394 libavfilter/vf_dnn_processing.c                             bytewidth, frame->height);
height            403 libavfilter/vf_dnn_processing.c                   0, frame->height, (uint8_t * const*)frame->data, frame->linesize);
height            425 libavfilter/vf_dnn_processing.c         av_assert0(in->height == out->height && in->width == out->width);
height            427 libavfilter/vf_dnn_processing.c         uv_height = AV_CEIL_RSHIFT(in->height, desc->log2_chroma_h);
height            224 libavfilter/vf_drawbox.c         for (y = FFMAX(yb, 0); y < frame->height && y < (yb + s->h); y++) {
height            248 libavfilter/vf_drawbox.c         for (y = FFMAX(yb, 0); y < frame->height && y < (yb + s->h); y++) {
height            396 libavfilter/vf_drawbox.c         for (y = 0; y < frame->height; y++) {
height            420 libavfilter/vf_drawbox.c         for (y = 0; y < frame->height; y++) {
height           1217 libavfilter/vf_drawtext.c                        int width, int height,
height           1251 libavfilter/vf_drawtext.c                       frame->data, frame->linesize, width, height,
height           1285 libavfilter/vf_drawtext.c                      int width, int height)
height           1477 libavfilter/vf_drawtext.c         if (s->y + box_h + offsetbottom > height)
height           1478 libavfilter/vf_drawtext.c             s->y = FFMAX(height - box_h - offsetbottom, 0);
height           1484 libavfilter/vf_drawtext.c                            frame->data, frame->linesize, width, height,
height           1489 libavfilter/vf_drawtext.c         if ((ret = draw_glyphs(s, frame, width, height,
height           1495 libavfilter/vf_drawtext.c         if ((ret = draw_glyphs(s, frame, width, height,
height           1499 libavfilter/vf_drawtext.c     if ((ret = draw_glyphs(s, frame, width, height,
height           1537 libavfilter/vf_drawtext.c     draw_text(ctx, frame, frame->width, frame->height);
height             55 libavfilter/vf_edgedetect.c     int      width, height;
height            136 libavfilter/vf_edgedetect.c         plane->height     = AV_CEIL_RSHIFT(inlink->h, vsub);
height            137 libavfilter/vf_edgedetect.c         plane->tmpbuf     = av_malloc(plane->width * plane->height);
height            138 libavfilter/vf_edgedetect.c         plane->gradients  = av_calloc(plane->width * plane->height, sizeof(*plane->gradients));
height            139 libavfilter/vf_edgedetect.c         plane->directions = av_malloc(plane->width * plane->height);
height            356 libavfilter/vf_edgedetect.c         const int height     = plane->height;
height            362 libavfilter/vf_edgedetect.c                                     width, height);
height            367 libavfilter/vf_edgedetect.c         gaussian_blur(ctx, width, height,
height            372 libavfilter/vf_edgedetect.c         sobel(width, height,
height            379 libavfilter/vf_edgedetect.c         memset(tmpbuf, 0, width * height);
height            380 libavfilter/vf_edgedetect.c         non_maximum_suppression(width, height,
height            387 libavfilter/vf_edgedetect.c                          width, height,
height            392 libavfilter/vf_edgedetect.c             color_mix(width, height,
height            251 libavfilter/vf_extractplanes.c                                 int width, int height,
height            256 libavfilter/vf_extractplanes.c     for (y = 0; y < height; y++) {
height            238 libavfilter/vf_fade.c     int slice_start = (frame->height *  jobnr   ) / nb_jobs;
height            239 libavfilter/vf_fade.c     int slice_end   = (frame->height * (jobnr+1)) / nb_jobs;
height            258 libavfilter/vf_fade.c     int slice_start = (frame->height *  jobnr   ) / nb_jobs;
height            259 libavfilter/vf_fade.c     int slice_end   = (frame->height * (jobnr+1)) / nb_jobs;
height            283 libavfilter/vf_fade.c     int slice_start = (frame->height *  jobnr   ) / nb_jobs;
height            284 libavfilter/vf_fade.c     int slice_end   = (frame->height * (jobnr+1)) / nb_jobs;
height            310 libavfilter/vf_fade.c     const int height= AV_CEIL_RSHIFT(frame->height, s->vsub);
height            311 libavfilter/vf_fade.c     int slice_start = (height *  jobnr   ) / nb_jobs;
height            312 libavfilter/vf_fade.c     int slice_end   = FFMIN(((height * (jobnr+1)) / nb_jobs), frame->height);
height            337 libavfilter/vf_fade.c     const int height= AV_CEIL_RSHIFT(frame->height, s->vsub);
height            340 libavfilter/vf_fade.c     int slice_start = (height *  jobnr   ) / nb_jobs;
height            341 libavfilter/vf_fade.c     int slice_end   = FFMIN(((height * (jobnr+1)) / nb_jobs), frame->height);
height            362 libavfilter/vf_fade.c     int slice_start = (frame->height *  jobnr   ) / nb_jobs;
height            363 libavfilter/vf_fade.c     int slice_end   = (frame->height * (jobnr+1)) / nb_jobs;
height            387 libavfilter/vf_fade.c     int slice_start = (frame->height *  jobnr   ) / nb_jobs;
height            388 libavfilter/vf_fade.c     int slice_end   = (frame->height * (jobnr+1)) / nb_jobs;
height            496 libavfilter/vf_fade.c                                 FFMIN(frame->height, ff_filter_get_nb_threads(ctx)));
height            499 libavfilter/vf_fade.c                                    FFMIN(frame->height, ff_filter_get_nb_threads(ctx)));
height            503 libavfilter/vf_fade.c                                 FFMIN(frame->height, ff_filter_get_nb_threads(ctx)));
height            508 libavfilter/vf_fade.c                                     FFMIN(frame->height, ff_filter_get_nb_threads(ctx)));
height            256 libavfilter/vf_fftdnoiz.c     const int height = p->planeheight;
height            271 libavfilter/vf_fftdnoiz.c             const int rh = FFMIN(block, height - y * size);
height            322 libavfilter/vf_fftdnoiz.c     const int height = p->planeheight;
height            341 libavfilter/vf_fftdnoiz.c             const int rh = y == 0 ? block : FFMIN(size, height - y * size - hoff);
height             75 libavfilter/vf_field.c     inpicref->height = outlink->h;
height            163 libavfilter/vf_fieldmatch.c     return plane ? AV_CEIL_RSHIFT(f->height, fm->vsub) : f->height;
height            174 libavfilter/vf_fieldmatch.c     const int height = f1->height;
height            177 libavfilter/vf_fieldmatch.c     for (y = 0; y < height; y++) {
height            206 libavfilter/vf_fieldmatch.c         const int height = get_height(fm, src, plane);
height            211 libavfilter/vf_fieldmatch.c             fill_buf(cmkp, width, height, cmk_linesize, 0xff);
height            214 libavfilter/vf_fieldmatch.c         fill_buf(cmkp, width, height, cmk_linesize, 0);
height            242 libavfilter/vf_fieldmatch.c         for (y = 2; y < height-2; y++) {
height            276 libavfilter/vf_fieldmatch.c         const int height = AV_CEIL_RSHIFT(src->height, fm->vsub);
height            282 libavfilter/vf_fieldmatch.c         for (y = 1; y < height - 1; y++) {
height            312 libavfilter/vf_fieldmatch.c         const int height = src->height;
height            315 libavfilter/vf_fieldmatch.c         const int yblocks = ((height+yhalf)/blocky) + 1;
height            318 libavfilter/vf_fieldmatch.c         int      heighta = (height/(blocky/2))*(blocky/2);
height            320 libavfilter/vf_fieldmatch.c         if (heighta == height)
height            321 libavfilter/vf_fieldmatch.c             heighta = height - yhalf;
height            384 libavfilter/vf_fieldmatch.c         VERTICAL_HALF(heighta, height - 1);
height            397 libavfilter/vf_fieldmatch.c                                 int width, int height)
height            403 libavfilter/vf_fieldmatch.c     for (y = 0; y < height; y++) {
height            418 libavfilter/vf_fieldmatch.c                            uint8_t *dstp, int dst_linesize, int height,
height            426 libavfilter/vf_fieldmatch.c                         fm->tbuffer, tpitch, width, height>>1);
height            428 libavfilter/vf_fieldmatch.c     for (y = 2; y < height - 2; y += 2) {
height            455 libavfilter/vf_fieldmatch.c                                     if (y != height-4 && dp[u+2*tpitch] > 19) lower2 = 1;
height            507 libavfilter/vf_fieldmatch.c         const int height = get_height(fm, src, plane);
height            515 libavfilter/vf_fieldmatch.c         fill_buf(mapp, width, height, map_linesize, 0);
height            540 libavfilter/vf_fieldmatch.c                            mapp, map_linesize, height, width, plane);
height            543 libavfilter/vf_fieldmatch.c                            mapp + map_linesize, map_linesize, height, width, plane);
height            545 libavfilter/vf_fieldmatch.c         for (y = 2; y < height - 2; y += 2) {
height            109 libavfilter/vf_fieldorder.c     h = frame->height;
height            123 libavfilter/vf_fieldorder.c                 if (1 + line < frame->height) {
height             81 libavfilter/vf_find_rect.c     frame->height = (in->height+ 1) / 2;
height             90 libavfilter/vf_find_rect.c     for(y = 0; y < frame->height; y++) {
height            113 libavfilter/vf_find_rect.c     int n = obj->height * obj->width;
height            118 libavfilter/vf_find_rect.c     for(y = 0; y < obj->height; y++) {
height            150 libavfilter/vf_find_rect.c         foc->ymax = inlink->h - foc->obj_frame->height;
height            219 libavfilter/vf_find_rect.c     av_dict_set_int(&in->metadata, "lavfi.rect.h", foc->obj_frame->height, 0);
height            256 libavfilter/vf_find_rect.c                              &foc->obj_frame->width, &foc->obj_frame->height,
height            294 libavfilter/vf_floodfill.c     const int h = frame->height;
height             85 libavfilter/vf_framepack.c     int height            = ctx->inputs[LEFT]->h;
height             91 libavfilter/vf_framepack.c         height != ctx->inputs[RIGHT]->h) {
height             94 libavfilter/vf_framepack.c                width, height,
height            129 libavfilter/vf_framepack.c         height *= 2;
height            137 libavfilter/vf_framepack.c     outlink->h          = height;
height            157 libavfilter/vf_framepack.c         int lines  = out->height;
height            162 libavfilter/vf_framepack.c                 lines  = AV_CEIL_RSHIFT(out->height,    s->pix_desc->log2_chroma_h);
height            204 libavfilter/vf_framepack.c                           s->input_views[i]->height);
height            221 libavfilter/vf_framepack.c         int sub_h = s->input_views[i]->height >> s->pix_desc->log2_chroma_h;
height            228 libavfilter/vf_framepack.c                  (interleaved + s->input_views[i]->height * (1 - interleaved));
height            244 libavfilter/vf_framepack.c                       s->input_views[i]->height);
height             72 libavfilter/vf_framerate.c     if (crnt->height == next->height &&
height             78 libavfilter/vf_framerate.c         s->sad(crnt->data[0], crnt->linesize[0], next->data[0], next->linesize[0], crnt->width, crnt->height, &sad);
height             80 libavfilter/vf_framerate.c         mafd = (double)sad * 100.0 / (crnt->width * crnt->height) / (1 << s->bitdepth);
height            106 libavfilter/vf_framerate.c         const int start = (s->height[plane] *  job   ) / nb_jobs;
height            107 libavfilter/vf_framerate.c         const int end   = (s->height[plane] * (job+1)) / nb_jobs;
height            250 libavfilter/vf_framerate.c     for (line = 0; line < height; line++) {             \
height            286 libavfilter/vf_framerate.c         s->height[plane] = inlink->h >> ((plane == 1 || plane == 2) ? s->vsub : 0);
height             38 libavfilter/vf_freezedetect.c     ptrdiff_t height[4];
height            111 libavfilter/vf_freezedetect.c         s->height[plane] = inlink->h >> ((plane == 1 || plane == 2) ? pix_desc->log2_chroma_h : 0);
height            137 libavfilter/vf_freezedetect.c                    s->width[plane], s->height[plane], &plane_sad);
height            139 libavfilter/vf_freezedetect.c             count += s->width[plane] * s->height[plane];
height             45 libavfilter/vf_frei0r.c typedef f0r_instance_t (*f0r_construct_f)(unsigned int width, unsigned int height);
height             85 libavfilter/vf_fspp.c                           ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale)
height             94 libavfilter/vf_fspp.c     for (y = 0; y < height; y++) {
height            115 libavfilter/vf_fspp.c                            ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale)
height            124 libavfilter/vf_fspp.c     for (y = 0; y < height; y++) {
height            151 libavfilter/vf_fspp.c                    int width, int height,
height            169 libavfilter/vf_fspp.c     for (y = 0; y < height; y++) {
height            180 libavfilter/vf_fspp.c         memcpy(p->src + (height + 8 + y) * stride, p->src + (height - y + 7) * stride, stride);
height            187 libavfilter/vf_fspp.c     for (y = step; y < height + 8; y += step) {    //step= 1,2
height            191 libavfilter/vf_fspp.c         if (qy > height - 1) qy = height - 1;
height            634 libavfilter/vf_fspp.c                 out->height = in->height;
height             74 libavfilter/vf_fspp.h                         ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale);
height             78 libavfilter/vf_fspp.h                          ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale);
height             51 libavfilter/vf_gblur.c     int height;
height             55 libavfilter/vf_gblur.c static void horiz_slice_c(float *buffer, int width, int height, int steps,
height             60 libavfilter/vf_gblur.c     for (y = 0; y < height; y++) {
height             81 libavfilter/vf_gblur.c     const int height = td->height;
height             83 libavfilter/vf_gblur.c     const int slice_start = (height *  jobnr   ) / nb_jobs;
height             84 libavfilter/vf_gblur.c     const int slice_end   = (height * (jobnr+1)) / nb_jobs;
height             96 libavfilter/vf_gblur.c static void do_vertical_columns(float *buffer, int width, int height,
height            100 libavfilter/vf_gblur.c     const int numpixels = width * height;
height            134 libavfilter/vf_gblur.c     const int height = td->height;
height            146 libavfilter/vf_gblur.c     do_vertical_columns(buffer, width, height, slice_start, aligned_end,
height            150 libavfilter/vf_gblur.c     do_vertical_columns(buffer, width, height, aligned_end, slice_end,
height            161 libavfilter/vf_gblur.c     const int height = td->height;
height            163 libavfilter/vf_gblur.c     const int64_t numpixels = width * (int64_t)height;
height            182 libavfilter/vf_gblur.c     const int height = s->planeheight[plane];
height            190 libavfilter/vf_gblur.c     td.height = height;
height            191 libavfilter/vf_gblur.c     ctx->internal->execute(ctx, filter_horizontally, &td, NULL, FFMIN(height, nb_threads));
height            193 libavfilter/vf_gblur.c     ctx->internal->execute(ctx, filter_postscale, &td, NULL, FFMIN(width * height, nb_threads));
height            289 libavfilter/vf_gblur.c         const int height = s->planeheight[plane];
height            302 libavfilter/vf_gblur.c                                     width * ((s->depth + 7) / 8), height);
height            307 libavfilter/vf_gblur.c             for (y = 0; y < height; y++) {
height            315 libavfilter/vf_gblur.c             for (y = 0; y < height; y++) {
height            328 libavfilter/vf_gblur.c             for (y = 0; y < height; y++) {
height            336 libavfilter/vf_gblur.c             for (y = 0; y < height; y++) {
height            105 libavfilter/vf_geq.c     const int h = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(picref->height, geq->vsub) : picref->height;
height            204 libavfilter/vf_geq.c     const int h = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(picref->height, geq->vsub) : picref->height;
height            364 libavfilter/vf_geq.c     int height;
height            374 libavfilter/vf_geq.c     const int height = td->height;
height            378 libavfilter/vf_geq.c     const int slice_start = (height *  jobnr) / nb_jobs;
height            379 libavfilter/vf_geq.c     const int slice_end = (height * (jobnr+1)) / nb_jobs;
height            438 libavfilter/vf_geq.c         const int height = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(inlink->h, geq->vsub) : inlink->h;
height            446 libavfilter/vf_geq.c         geq->values[VAR_H]  = height;
height            448 libavfilter/vf_geq.c         geq->values[VAR_SH] = height / (double)inlink->h;
height            451 libavfilter/vf_geq.c         td.height = height;
height            456 libavfilter/vf_geq.c             calculate_sums(geq, plane, width, height);
height            458 libavfilter/vf_geq.c         ctx->internal->execute(ctx, slice_geq_filter, &td, NULL, FFMIN(height, nb_threads));
height             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)
height             95 libavfilter/vf_gradfun.c         if (y < height - r) {
height            117 libavfilter/vf_gradfun.c         if (++y >= height) break;
height            119 libavfilter/vf_gradfun.c         if (++y >= height) break;
height            184 libavfilter/vf_hflip.c         const int height = s->planeheight[plane];
height            185 libavfilter/vf_hflip.c         const int start = (height *  job   ) / nb_jobs;
height            186 libavfilter/vf_hflip.c         const int end   = (height * (job+1)) / nb_jobs;
height            322 libavfilter/vf_histogram.c         const int height = s->planeheight[p];
height            339 libavfilter/vf_histogram.c             for (i = 0; i < height; i++) {
height            345 libavfilter/vf_histogram.c             for (i = 0; i < height; i++) {
height            310 libavfilter/vf_hqdn3d.c                 AV_CEIL_RSHIFT(in->height, (!!job_nr * s->vsub)),
height            388 libavfilter/vf_hqx.c     const int height = in->height;
height            390 libavfilter/vf_hqx.c     const int slice_start = (height *  jobnr   ) / nb_jobs;
height            391 libavfilter/vf_hqx.c     const int slice_end   = (height * (jobnr+1)) / nb_jobs;
height            404 libavfilter/vf_hqx.c         const int nextline = y < height - 1 ?  src32_linesize : 0;
height            500 libavfilter/vf_hqx.c     out->height = outlink->h;
height            146 libavfilter/vf_hwdownload.c                                  ctx->hwframes->height);
height            159 libavfilter/vf_hwdownload.c     output->height = outlink->h;
height            145 libavfilter/vf_hwmap.c             frames->height    = hwfc->height;
height            226 libavfilter/vf_hwmap.c         hwfc->height    = inlink->h;
height            313 libavfilter/vf_hwmap.c            input->width, input->height, input->pts);
height            353 libavfilter/vf_hwmap.c            map->width, map->height, map->pts);
height            149 libavfilter/vf_hwupload.c     ctx->hwframes->height    = inlink->h;
height            190 libavfilter/vf_hwupload.c     output->height = input->height;
height            110 libavfilter/vf_hwupload_cuda.c     hwframe_ctx->height    = inlink->h;
height            138 libavfilter/vf_hwupload_cuda.c     out->height = in->height;
height             41 libavfilter/vf_hysteresis.c     int width[4], height[4];
height            114 libavfilter/vf_hysteresis.c                                     s->width[p], s->height[p]);
height            119 libavfilter/vf_hysteresis.c                 for (y = 0; y < s->height[p]; y++) {
height            125 libavfilter/vf_hysteresis.c             memset(s->map, 0, s->width[0] * s->height[0]);
height            126 libavfilter/vf_hysteresis.c             memset(s->xy, 0, s->width[0] * s->height[0] * 4);
height            132 libavfilter/vf_hysteresis.c                           s->width[p], s->height[p]);
height            266 libavfilter/vf_hysteresis.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
height            267 libavfilter/vf_hysteresis.c     s->height[0] = s->height[3] = inlink->h;
height            127 libavfilter/vf_idet.c         int h = idet->cur->height;
height            255 libavfilter/vf_idet.c        || picref->height != link->h
height            259 libavfilter/vf_idet.c         link->dst->inputs[0]->h      = picref->height;
height             40 libavfilter/vf_lagfun.c     int height[4];
height             90 libavfilter/vf_lagfun.c         const int slice_start = (s->height[p] * jobnr) / nb_jobs;
height             91 libavfilter/vf_lagfun.c         const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs;
height            126 libavfilter/vf_lagfun.c         const int slice_start = (s->height[p] * jobnr) / nb_jobs;
height            127 libavfilter/vf_lagfun.c         const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs;
height            169 libavfilter/vf_lagfun.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
height            170 libavfilter/vf_lagfun.c     s->height[0] = s->height[3] = inlink->h;
height            198 libavfilter/vf_lagfun.c     ctx->internal->execute(ctx, s->lagfun, &td, NULL, FFMIN(s->height[1], ff_filter_get_nb_threads(ctx)));
height             40 libavfilter/vf_lenscorrection.c     int height;
height            135 libavfilter/vf_lenscorrection.c     outlink->h = rect->height = inlink->h;
height            159 libavfilter/vf_lenscorrection.c         int h = AV_CEIL_RSHIFT(rect->height, vsub);
height             57 libavfilter/vf_lensfun.c     int width, height;
height             65 libavfilter/vf_lensfun.c     int width, height;
height            294 libavfilter/vf_lensfun.c     const int slice_start = thread_data->height *  jobnr      / nb_jobs;
height            295 libavfilter/vf_lensfun.c     const int slice_end   = thread_data->height * (jobnr + 1) / nb_jobs;
height            317 libavfilter/vf_lensfun.c     const int slice_start = thread_data->height *  jobnr      / nb_jobs;
height            318 libavfilter/vf_lensfun.c     const int slice_end   = thread_data->height * (jobnr + 1) / nb_jobs;
height            332 libavfilter/vf_lensfun.c                         if (new_x_int < 0 || new_x_int >= thread_data->width || new_y_int < 0 || new_y_int >= thread_data->height) {
height            344 libavfilter/vf_lensfun.c                         if (new_x_int < 0 || new_x_int + 1 >= thread_data->width || new_y_int < 0 || new_y_int + 1 >= thread_data->height) {
height            363 libavfilter/vf_lensfun.c                                 if (new_x_int + i - 2 < 0 || new_x_int + i - 2 >= thread_data->width || new_y_int + j - 2 < 0 || new_y_int + j - 2 >= thread_data->height)
height            386 libavfilter/vf_lensfun.c                         if (new_x_int < 0 || new_x_int >= thread_data->width || new_y_int < 0 || new_y_int >= thread_data->height) {
height            398 libavfilter/vf_lensfun.c                         if (new_x_int < 0 || new_x_int + 1 >= thread_data->width || new_y_int < 0 || new_y_int + 1 >= thread_data->height) {
height            417 libavfilter/vf_lensfun.c                                 if (new_x_int + i - 2 < 0 || new_x_int + i - 2 >= thread_data->width || new_y_int + j - 2 < 0 || new_y_int + j - 2 >= thread_data->height)
height            457 libavfilter/vf_lensfun.c             .height = inlink->h,
height            481 libavfilter/vf_lensfun.c             .height = inlink->h,
height             53 libavfilter/vf_libopencv.c     tmpimg = cvCreateImageHeader((CvSize){frame->width, frame->height}, depth, channels_nb);
height             44 libavfilter/vf_libvmaf.c     int height;
height            115 libavfilter/vf_libvmaf.c         int h = s->height;                                                      \
height            172 libavfilter/vf_libvmaf.c     s->error = compute_vmaf(&s->vmaf_score, format, s->width, s->height,
height            284 libavfilter/vf_libvmaf.c     s->height = ctx->inputs[0]->h;
height             43 libavfilter/vf_limiter.c     int height[4];
height            151 libavfilter/vf_limiter.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
height            152 libavfilter/vf_limiter.c     s->height[0] = s->height[3] = inlink->h;
height            180 libavfilter/vf_limiter.c         const int h = s->height[p];
height            226 libavfilter/vf_limiter.c                            FFMIN(s->height[2], ff_filter_get_nb_threads(ctx)));
height             47 libavfilter/vf_lumakey.c     const int slice_start = (frame->height * jobnr) / nb_jobs;
height             48 libavfilter/vf_lumakey.c     const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs;
height             79 libavfilter/vf_lumakey.c     const int slice_start = (frame->height * jobnr) / nb_jobs;
height             80 libavfilter/vf_lumakey.c     const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs;
height            141 libavfilter/vf_lumakey.c     if (ret = ctx->internal->execute(ctx, s->do_lumakey_slice, frame, NULL, FFMIN(frame->height, ff_filter_get_nb_threads(ctx))))
height            510 libavfilter/vf_lut.c             .h   = in->height,\
height            545 libavfilter/vf_lut.c                                FFMIN(in->height, ff_filter_get_nb_threads(ctx)));
height            550 libavfilter/vf_lut.c                                FFMIN(in->height, ff_filter_get_nb_threads(ctx)));
height            555 libavfilter/vf_lut.c                                FFMIN(in->height, ff_filter_get_nb_threads(ctx)));
height            560 libavfilter/vf_lut.c                                FFMIN(in->height, ff_filter_get_nb_threads(ctx)));
height             63 libavfilter/vf_lut2.c     int width[4], height[4];
height            417 libavfilter/vf_lut2.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(outlink->h, vsub);
height            418 libavfilter/vf_lut2.c     s->height[0] = s->height[3] = outlink->h;
height            475 libavfilter/vf_lut2.c     if (s->widthx[1] != s->width[1] || s->heightx[1] != s->height[1]) {
height            480 libavfilter/vf_lut2.c                ctx->output_pads[0].name, s->width[1], s->height[1]);
height            484 libavfilter/vf_lut2.c     if (s->widthx[2] != s->width[2] || s->heightx[2] != s->height[2]) {
height            489 libavfilter/vf_lut2.c                ctx->output_pads[0].name, s->width[2], s->height[2]);
height            285 libavfilter/vf_lut3d.c     const int slice_start = (in->height *  jobnr   ) / nb_jobs;                                        \
height            286 libavfilter/vf_lut3d.c     const int slice_end   = (in->height * (jobnr+1)) / nb_jobs;                                        \
height            371 libavfilter/vf_lut3d.c     const int slice_start = (in->height *  jobnr   ) / nb_jobs;                                        \
height            372 libavfilter/vf_lut3d.c     const int slice_end   = (in->height * (jobnr+1)) / nb_jobs;                                        \
height            441 libavfilter/vf_lut3d.c     const int slice_start = (in->height *  jobnr   ) / nb_jobs;                                     \
height            442 libavfilter/vf_lut3d.c     const int slice_end   = (in->height * (jobnr+1)) / nb_jobs;                                     \
height           1784 libavfilter/vf_lut3d.c     const int slice_start = (in->height *  jobnr   ) / nb_jobs;              \
height           1785 libavfilter/vf_lut3d.c     const int slice_end   = (in->height * (jobnr+1)) / nb_jobs;              \
height           1880 libavfilter/vf_lut3d.c     const int slice_start = (in->height *  jobnr   ) / nb_jobs;              \
height           1881 libavfilter/vf_lut3d.c     const int slice_end   = (in->height * (jobnr+1)) / nb_jobs;              \
height           1950 libavfilter/vf_lut3d.c     const int slice_start = (in->height *  jobnr   ) / nb_jobs;              \
height           1951 libavfilter/vf_lut3d.c     const int slice_end   = (in->height * (jobnr+1)) / nb_jobs;              \
height             46 libavfilter/vf_maskedclamp.c     int width[4], height[4];
height            102 libavfilter/vf_maskedclamp.c         const int h = s->height[p];
height            162 libavfilter/vf_maskedclamp.c         ctx->internal->execute(ctx, maskedclamp_slice, &td, NULL, FFMIN(s->height[0],
height            203 libavfilter/vf_maskedclamp.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
height            204 libavfilter/vf_maskedclamp.c     s->height[0] = s->height[3] = inlink->h;
height             83 libavfilter/vf_maskedmerge.c         const int h = s->height[p];
height            138 libavfilter/vf_maskedmerge.c                                FFMIN(s->height[2], ff_filter_get_nb_threads(ctx)));
height            202 libavfilter/vf_maskedmerge.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
height            203 libavfilter/vf_maskedmerge.c     s->height[0] = s->height[3] = inlink->h;
height             38 libavfilter/vf_maskfun.c     int width[4], height[4];
height            109 libavfilter/vf_maskfun.c                            FFMIN(s->height[1], ff_filter_get_nb_threads(ctx)));
height            124 libavfilter/vf_maskfun.c         const int h = s->height[p];                          \
height            159 libavfilter/vf_maskfun.c         const int h = s->height[p];                          \
height            199 libavfilter/vf_maskfun.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
height            200 libavfilter/vf_maskfun.c     s->height[0] = s->height[3] = inlink->h;
height            224 libavfilter/vf_maskfun.c             for (int y = 0; y < s->height[p]; y++) {
height            233 libavfilter/vf_maskfun.c             for (int y = 0; y < s->height[p]; y++) {
height            245 libavfilter/vf_maskfun.c         s->max_sum += (uint64_t)s->sum * s->width[p] * s->height[p];
height            120 libavfilter/vf_mcdeint.c     enc_ctx->height = inlink->h;
height             32 libavfilter/vf_midequalizer.c     int width[2][4], height[2][4];
height            116 libavfilter/vf_midequalizer.c                                     s->width[0][p] * (1 + (s->histogram_size > 256)), s->height[0][p]);
height            124 libavfilter/vf_midequalizer.c                             s->width[0][p], s->height[0][p],
height            125 libavfilter/vf_midequalizer.c                             s->width[1][p], s->height[1][p],
height            257 libavfilter/vf_midequalizer.c     s->height[0][0] = s->height[0][3] = inlink->h;
height            259 libavfilter/vf_midequalizer.c     s->height[0][1] = s->height[0][2] = AV_CEIL_RSHIFT(inlink->h, vsub);
height            291 libavfilter/vf_midequalizer.c     s->height[1][0] = s->height[1][3] = inlink->h;
height            293 libavfilter/vf_midequalizer.c     s->height[1][1] = s->height[1][2] = AV_CEIL_RSHIFT(inlink->h, vsub);
height            341 libavfilter/vf_minterpolate.c     const int height = inlink->h;
height            355 libavfilter/vf_minterpolate.c     mi_ctx->b_height = height >> mi_ctx->log2_mb_size;
height            366 libavfilter/vf_minterpolate.c         mi_ctx->pixel_mvs = av_mallocz_array(width * height, sizeof(PixelMVS));
height            367 libavfilter/vf_minterpolate.c         mi_ctx->pixel_weights = av_mallocz_array(width * height, sizeof(PixelWeights));
height            368 libavfilter/vf_minterpolate.c         mi_ctx->pixel_refs = av_mallocz_array(width * height, sizeof(PixelRefs));
height            393 libavfilter/vf_minterpolate.c     ff_me_init_context(me_ctx, mi_ctx->mb_size, mi_ctx->search_param, width, height, 0, (mi_ctx->b_width - 1) << mi_ctx->log2_mb_size, 0, (mi_ctx->b_height - 1) << mi_ctx->log2_mb_size);
height            839 libavfilter/vf_minterpolate.c         mi_ctx->sad(p1, linesize1, p2, linesize2, me_ctx->width, me_ctx->height, &sad);
height            841 libavfilter/vf_minterpolate.c         mafd = (double) sad * 100.0 / (me_ctx->height * me_ctx->width) / (1 << mi_ctx->bitdepth);
height            872 libavfilter/vf_minterpolate.c     int height = mi_ctx->frames[0].avf->height;
height            875 libavfilter/vf_minterpolate.c     for (y = 0; y < height; y++)
height            892 libavfilter/vf_minterpolate.c                 startc_y = av_clip(start_y, 0, height - 1);
height            894 libavfilter/vf_minterpolate.c                 endc_y = av_clip(start_y + (2 << mi_ctx->log2_mb_size), 0, height - 1);
height            903 libavfilter/vf_minterpolate.c                     int y_max = height - y - 1;
height            924 libavfilter/vf_minterpolate.c         int height = avf_out->height;
height            927 libavfilter/vf_minterpolate.c         for (y = 0; y < height; y++)
height            980 libavfilter/vf_minterpolate.c     int height = mi_ctx->frames[0].avf->height;
height           1000 libavfilter/vf_minterpolate.c                     int y_max = height - y - 1;
height           1019 libavfilter/vf_minterpolate.c     int height = mi_ctx->frames[0].avf->height;
height           1044 libavfilter/vf_minterpolate.c     startc_y = av_clip(start_y, 0, height - 1);
height           1046 libavfilter/vf_minterpolate.c     endc_y = av_clip(start_y + (2 << mi_ctx->log2_mb_size), 0, height - 1);
height           1050 libavfilter/vf_minterpolate.c         int y_max = height - y - 1;
height           1114 libavfilter/vf_minterpolate.c                 int height = avf_out->height;
height           1118 libavfilter/vf_minterpolate.c                     height = AV_CEIL_RSHIFT(height, mi_ctx->log2_chroma_h);
height           1121 libavfilter/vf_minterpolate.c                 for (y = 0; y < height; y++) {
height           1140 libavfilter/vf_minterpolate.c                 for (y = 0; y < mi_ctx->frames[0].avf->height; y++)
height            134 libavfilter/vf_misc_vaapi.c            input_frame->width, input_frame->height, input_frame->pts);
height            168 libavfilter/vf_misc_vaapi.c            output_frame->width, output_frame->height, output_frame->pts);
height             50 libavfilter/vf_mix.c     int height[4];
height            145 libavfilter/vf_mix.c             const int slice_start = (s->height[p] * jobnr) / nb_jobs;
height            146 libavfilter/vf_mix.c             const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs;
height            167 libavfilter/vf_mix.c             const int slice_start = (s->height[p] * jobnr) / nb_jobs;
height            168 libavfilter/vf_mix.c             const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs;
height            214 libavfilter/vf_mix.c     ctx->internal->execute(ctx, mix_frames, &td, NULL, FFMIN(s->height[0], ff_filter_get_nb_threads(ctx)));
height            226 libavfilter/vf_mix.c     int height = ctx->inputs[0]->h;
height            233 libavfilter/vf_mix.c             if (ctx->inputs[i]->h != height || ctx->inputs[i]->w != width) {
height            234 libavfilter/vf_mix.c                 av_log(ctx, AV_LOG_ERROR, "Input %d size (%dx%d) does not match input %d size (%dx%d).\n", i, ctx->inputs[i]->w, ctx->inputs[i]->h, 0, width, height);
height            250 libavfilter/vf_mix.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
height            251 libavfilter/vf_mix.c     s->height[0] = s->height[3] = inlink->h;
height            257 libavfilter/vf_mix.c     outlink->h          = height;
height            385 libavfilter/vf_mix.c     ctx->internal->execute(ctx, mix_frames, &td, NULL, FFMIN(s->height[0], ff_filter_get_nb_threads(ctx)));
height            134 libavfilter/vf_mpdecimate.c                         AV_CEIL_RSHIFT(ref->height, vsub))) {
height            273 libavfilter/vf_neighbor.c         const int height = s->planeheight[plane];
height            275 libavfilter/vf_neighbor.c         const int slice_start = (height * jobnr) / nb_jobs;
height            276 libavfilter/vf_neighbor.c         const int slice_end = (height * (jobnr+1)) / nb_jobs;
height            287 libavfilter/vf_neighbor.c             const int ph = y < height - 1;
height            136 libavfilter/vf_neighbor_opencl.c            input->width, input->height, input->pts);
height            207 libavfilter/vf_neighbor_opencl.c            output->width, output->height, output->pts);
height             74 libavfilter/vf_nlmeans_opencl.c static int nlmeans_opencl_init(AVFilterContext *avctx, int width, int height)
height             79 libavfilter/vf_nlmeans_opencl.c     int weight_buf_size = width * height * sizeof(float);
height            132 libavfilter/vf_nlmeans_opencl.c                                        4 * width * height * sizeof(cl_int),
height            171 libavfilter/vf_nlmeans_opencl.c                          cl_int width, cl_int height, cl_int p, cl_int r)
height            175 libavfilter/vf_nlmeans_opencl.c     const size_t worksize1[] = {height};
height            177 libavfilter/vf_nlmeans_opencl.c     const size_t worksize3[2] = {width, height};
height            183 libavfilter/vf_nlmeans_opencl.c     weight_buf_size = width * height * sizeof(float);
height            232 libavfilter/vf_nlmeans_opencl.c         CL_SET_KERNEL_ARG(ctx->horiz_kernel, 3, cl_int, &height);
height            244 libavfilter/vf_nlmeans_opencl.c         CL_SET_KERNEL_ARG(ctx->vert_kernel, 3, cl_int, &height);
height            256 libavfilter/vf_nlmeans_opencl.c         CL_SET_KERNEL_ARG(ctx->accum_kernel, 5, cl_int, &height);
height            301 libavfilter/vf_nlmeans_opencl.c            input->width, input->height, input->pts);
height            369 libavfilter/vf_nlmeans_opencl.c            output->width, output->height, output->pts);
height            432 libavfilter/vf_nnedi.c         const int height = frame_data->padded_height[plane];
height            443 libavfilter/vf_nnedi.c         for (y = 1 - frame_data->field[plane]; y < height - 12; y += 2) {
height            451 libavfilter/vf_nnedi.c         ystop = height - 6;
height            597 libavfilter/vf_nnedi.c         const int height = frame_data->padded_height[plane];
height            603 libavfilter/vf_nnedi.c         const int ystop = height - 12;
height            159 libavfilter/vf_noise.c     n->height[1] = n->height[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
height            160 libavfilter/vf_noise.c     n->height[0] = n->height[3] = inlink->h;
height            231 libavfilter/vf_noise.c         const int height = s->height[plane];
height            232 libavfilter/vf_noise.c         const int start  = (height *  jobnr   ) / nb_jobs;
height            233 libavfilter/vf_noise.c         const int end    = (height * (jobnr+1)) / nb_jobs;
height            275 libavfilter/vf_noise.c     ctx->internal->execute(ctx, filter_slice, &td, NULL, FFMIN(n->height[0], ff_filter_get_nb_threads(ctx)));
height             52 libavfilter/vf_noise.h     int height[4];
height            144 libavfilter/vf_normalize.c     for (int y = 0; y < in->height; y++) {
height            158 libavfilter/vf_normalize.c     for (int y = 0; y < in->height; y++) {
height            178 libavfilter/vf_normalize.c     for (int y = 0; y < in->height; y++) {
height            195 libavfilter/vf_normalize.c     for (int y = 0; y < in->height; y++) {
height            218 libavfilter/vf_normalize.c     for (int y = 0; y < in->height; y++) {
height            232 libavfilter/vf_normalize.c     for (int y = 0; y < in->height; y++) {
height            252 libavfilter/vf_normalize.c     for (int y = 0; y < in->height; y++) {
height            269 libavfilter/vf_normalize.c     for (int y = 0; y < in->height; y++) {
height            106 libavfilter/vf_ocr.c                              in->linesize[0], 0, 0, in->width, in->height);
height            365 libavfilter/vf_overlay.c     const int src_h = src->height;
height            367 libavfilter/vf_overlay.c     const int dst_h = dst->height;
height            611 libavfilter/vf_overlay.c     const int src_h = src->height;
height            613 libavfilter/vf_overlay.c     const int dst_h = dst->height;
height            640 libavfilter/vf_overlay.c     const int src_h = src->height;
height            642 libavfilter/vf_overlay.c     const int dst_h = dst->height;
height            953 libavfilter/vf_overlay.c         s->var_values[VAR_OVERLAY_H] = s->var_values[VAR_OH] = second->height;
height            955 libavfilter/vf_overlay.c         s->var_values[VAR_MAIN_H   ] = s->var_values[VAR_MH] = mainpic->height;
height            965 libavfilter/vf_overlay.c         s->y < mainpic->height && s->y + second->height >= 0) {
height            970 libavfilter/vf_overlay.c         ctx->internal->execute(ctx, s->blend_slice, &td, NULL, FFMIN(FFMAX(1, FFMIN3(s->y + second->height, FFMIN(second->height, mainpic->height), mainpic->height - s->y)),
height            182 libavfilter/vf_overlay_cuda.c         input_main->width, input_main->height,
height            184 libavfilter/vf_overlay_cuda.c         input_overlay->width, input_overlay->height,
height            194 libavfilter/vf_overlay_cuda.c             input_main->width, input_main->height / 2,
height            196 libavfilter/vf_overlay_cuda.c             input_overlay->width, input_overlay->height / 2,
height            204 libavfilter/vf_overlay_cuda.c             input_main->width / 2, input_main->height / 2,
height            206 libavfilter/vf_overlay_cuda.c             input_overlay->width / 2, input_overlay->height / 2,
height            212 libavfilter/vf_overlay_cuda.c             input_main->width / 2, input_main->height / 2,
height            214 libavfilter/vf_overlay_cuda.c             input_overlay->width / 2, input_overlay->height / 2,
height            215 libavfilter/vf_overlay_opencl.c            output->width, output->height, output->pts);
height            376 libavfilter/vf_overlay_vulkan.c         s->overlay_h = input_overlay->height;
height            185 libavfilter/vf_owdenoise.c                    int width, int height, double strength)
height            189 libavfilter/vf_owdenoise.c     while (1<<depth > width || 1<<depth > height)
height            193 libavfilter/vf_owdenoise.c         for (y = 0; y < height; y++)
height            200 libavfilter/vf_owdenoise.c         for (y = 0; y < height; y++)
height            206 libavfilter/vf_owdenoise.c         decompose2D2(s->plane[i + 1], s->plane[i][0], s->plane[0] + 1, s->linesize, 1<<i, width, height);
height            210 libavfilter/vf_owdenoise.c             for (y = 0; y < height; y++) {
height            222 libavfilter/vf_owdenoise.c         compose2D2(s->plane[i][0], s->plane[i + 1], s->plane[0] + 1, s->linesize, 1<<i, width, height);
height            225 libavfilter/vf_owdenoise.c         for (y = 0; y < height; y++) {
height            236 libavfilter/vf_owdenoise.c         for (y = 0; y < height; y++) {
height            245 libavfilter/vf_pad.c     frame->height = h;
height            276 libavfilter/vf_pad.c         uint8_t *end   = start + (frame->height >> vsub) *
height            285 libavfilter/vf_pad.c                               ((s->h - s->y - frame->height) >> vsub) * frame->linesize[planes[i]];
height            296 libavfilter/vf_pad.c             uint8_t *end1   = start1 + (frame->height >> vsub1) *
height            331 libavfilter/vf_pad.c         || in->height != s->inlink_h
height            338 libavfilter/vf_pad.c         inlink->dst->inputs[0]->h      = in->height;
height            395 libavfilter/vf_pad.c                       0, s->y, s->x, in->height);
height            400 libavfilter/vf_pad.c                           s->x, s->y, 0, 0, in->width, in->height);
height            406 libavfilter/vf_pad.c                       in->height);
height            409 libavfilter/vf_pad.c     out->height = s->h;
height            240 libavfilter/vf_palettegen.c     for (y = 0; y < out->height; y++) {
height            440 libavfilter/vf_palettegen.c     for (y = 0; y < f1->height; y++) {
height            463 libavfilter/vf_palettegen.c     for (y = 0; y < f->height; y++) {
height             81 libavfilter/vf_paletteuse.c                               int x_start, int y_start, int width, int height);
height            787 libavfilter/vf_paletteuse.c     const float div = in1->width * in1->height * 3;
height            790 libavfilter/vf_paletteuse.c     for (y = 0; y < in1->height; y++) {
height            815 libavfilter/vf_paletteuse.c     int height = cur_src->height;
height            820 libavfilter/vf_paletteuse.c             y_end = cur_src->height - 1;
height            849 libavfilter/vf_paletteuse.c         height = y_end + 1 - y_start;
height            894 libavfilter/vf_paletteuse.c     *hp = height;
height            924 libavfilter/vf_paletteuse.c             w, h, x, y, x+w, y+h, in->width, in->height);
height            993 libavfilter/vf_paletteuse.c     for (y = 0; y < palette_frame->height; y++) {
height             47 libavfilter/vf_perspective.c     int height[4];
height            242 libavfilter/vf_perspective.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
height            243 libavfilter/vf_perspective.c     s->height[0] = s->height[3] = inlink->h;
height            479 libavfilter/vf_perspective.c                          .h = s->height[plane],
height            106 libavfilter/vf_photosensitivity.c     int width = td->in->width, height = td->in->height, linesize = td->in->linesize[0], skip = td->skip;
height            115 libavfilter/vf_photosensitivity.c         y0 = height *  gy    / GRID_SIZE;
height            116 libavfilter/vf_photosensitivity.c         y1 = height * (gy+1) / GRID_SIZE;
height            167 libavfilter/vf_photosensitivity.c     const int slice_start = (td->target->height * jobnr) / nb_jobs;
height            168 libavfilter/vf_photosensitivity.c     const int slice_end = (td->target->height * (jobnr+1)) / nb_jobs;
height            278 libavfilter/vf_photosensitivity.c     out = ff_get_video_buffer(outlink, in->width, in->height);
height            139 libavfilter/vf_pp.c     outbuf->height = inbuf->height;
height            202 libavfilter/vf_pp7.c                    int width, int height,
height            212 libavfilter/vf_pp7.c     for (y = 0; y < height; y++) {
height            222 libavfilter/vf_pp7.c         memcpy(p_src + (height + 8 + y) * stride, p_src + (height - y + 7) * stride, stride);
height            226 libavfilter/vf_pp7.c     for (y = 0; y < height; y++) {
height            242 libavfilter/vf_pp7.c                 qp = qp_store[ (FFMIN(x, width - 1) >> qps) + (FFMIN(y, height - 1) >> qps) * qp_stride];
height            347 libavfilter/vf_pp7.c             out->height = in->height;
height             37 libavfilter/vf_premultiply.c     int width[4], height[4];
height            378 libavfilter/vf_premultiply.c         const int slice_start = (s->height[p] * jobnr) / nb_jobs;
height            379 libavfilter/vf_premultiply.c         const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs;
height            524 libavfilter/vf_premultiply.c         ctx->internal->execute(ctx, premultiply_slice, &td, NULL, FFMIN(s->height[0],
height            565 libavfilter/vf_premultiply.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
height            566 libavfilter/vf_premultiply.c     s->height[0] = s->height[3] = inlink->h;
height            139 libavfilter/vf_procamp_vaapi.c            input_frame->width, input_frame->height, input_frame->pts);
height            171 libavfilter/vf_procamp_vaapi.c            output_frame->width, output_frame->height, output_frame->pts);
height             45 libavfilter/vf_program_opencl.c     int                 width, height;
height            169 libavfilter/vf_program_opencl.c            output->width, output->height, output->pts);
height            260 libavfilter/vf_program_opencl.c     ctx->ocf.output_height = ctx->height;
height             69 libavfilter/vf_pseudocolor.c     int width[4], height[4];
height             75 libavfilter/vf_pseudocolor.c     void (*filter[4])(int max, int width, int height,
height            133 libavfilter/vf_pseudocolor.c static void pseudocolor_filter(int max, int width, int height,
height            144 libavfilter/vf_pseudocolor.c     for (y = 0; y < height; y++) {
height            160 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_11(int max, int width, int height,
height            171 libavfilter/vf_pseudocolor.c     for (y = 0; y < height; y++) {
height            186 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_11d(int max, int width, int height,
height            197 libavfilter/vf_pseudocolor.c     for (y = 0; y < height; y++) {
height            212 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_10(int max, int width, int height,
height            223 libavfilter/vf_pseudocolor.c     for (y = 0; y < height; y++) {
height            239 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_10d(int max, int width, int height,
height            250 libavfilter/vf_pseudocolor.c     for (y = 0; y < height; y++) {
height            266 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_16(int max, int width, int height,
height            280 libavfilter/vf_pseudocolor.c     for (y = 0; y < height; y++) {
height            296 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_16_10(int max, int width, int height,
height            310 libavfilter/vf_pseudocolor.c     for (y = 0; y < height; y++) {
height            326 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_16_10d(int max, int width, int height,
height            340 libavfilter/vf_pseudocolor.c     for (y = 0; y < height; y++) {
height            356 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_16_11(int max, int width, int height,
height            374 libavfilter/vf_pseudocolor.c     for (y = 0; y < height; y++) {
height            389 libavfilter/vf_pseudocolor.c static void pseudocolor_filter_16_11d(int max, int width, int height,
height            407 libavfilter/vf_pseudocolor.c     for (y = 0; y < height; y++) {
height            443 libavfilter/vf_pseudocolor.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
height            444 libavfilter/vf_pseudocolor.c     s->height[0] = s->height[3] = inlink->h;
height            622 libavfilter/vf_pseudocolor.c         s->filter[plane](s->max, s->width[plane], s->height[plane],
height            163 libavfilter/vf_psnr.c                           master->width, master->height, comp_mse);
height             87 libavfilter/vf_readvitc.c static int read_vitc_line( ReadVitcContext *ctx, uint8_t *src, int line_size, int width, int height )
height             96 libavfilter/vf_readvitc.c         height = FFMIN(height, ctx->scan_max);
height             99 libavfilter/vf_readvitc.c     for (y = 0; y < height; y++) {
height            154 libavfilter/vf_remap.c     const int slice_start = (out->height *  jobnr   ) / nb_jobs;                            \
height            155 libavfilter/vf_remap.c     const int slice_end   = (out->height * (jobnr+1)) / nb_jobs;                            \
height            171 libavfilter/vf_remap.c                 if (ymap[x] < in->height && xmap[x] < in->width) {                          \
height            205 libavfilter/vf_remap.c     const int slice_start = (out->height *  jobnr   ) / nb_jobs;                            \
height            206 libavfilter/vf_remap.c     const int slice_end   = (out->height * (jobnr+1)) / nb_jobs;                            \
height            221 libavfilter/vf_remap.c                 if (ymap[x] < in->height && xmap[x] < in->width) {                          \
height            530 libavfilter/vf_removegrain.c     const int height = s->planeheight[i];
height            534 libavfilter/vf_removegrain.c     int start = (height *  jobnr   ) / nb_jobs;
height            535 libavfilter/vf_removegrain.c     int end   = (height * (jobnr+1)) / nb_jobs;
height            539 libavfilter/vf_removegrain.c     end   = FFMIN(height-1, end);
height            149 libavfilter/vf_sab.c static int open_filter_param(FilterParam *f, int width, int height, unsigned int sws_flags)
height            156 libavfilter/vf_sab.c     f->pre_filter_buf = av_malloc(linesize * height);
height            164 libavfilter/vf_sab.c     f->pre_filter_context = sws_getContext(width, height, AV_PIX_FMT_GRAY8,
height            165 libavfilter/vf_sab.c                                            width, height, AV_PIX_FMT_GRAY8,
height            668 libavfilter/vf_scale.c                     in->height != link->h ||
height            715 libavfilter/vf_scale.c         link->dst->inputs[0]->h      = in->height;
height            742 libavfilter/vf_scale.c     out->height = outlink->h;
height            836 libavfilter/vf_scale.c                     in->height != link->h ||
height            844 libavfilter/vf_scale.c         link->h = in->height;
height             68 libavfilter/vf_scale_cuda.c         int height;
height            149 libavfilter/vf_scale_cuda.c         s->planes_out[0].height = s->planes_in[0].height;
height            154 libavfilter/vf_scale_cuda.c         s->planes_in[i].height  = s->planes_in[0].height  >> in_sh;
height            156 libavfilter/vf_scale_cuda.c         s->planes_out[i].height = s->planes_out[0].height >> out_sh;
height            167 libavfilter/vf_scale_cuda.c     out_ctx->height    = FFALIGN(s->planes_out[0].height, 32);
height            179 libavfilter/vf_scale_cuda.c     s->frame->height = s->planes_out[0].height;
height            238 libavfilter/vf_scale_cuda.c     s->planes_in[0].height  = in_height;
height            240 libavfilter/vf_scale_cuda.c     s->planes_out[0].height = out_height;
height            366 libavfilter/vf_scale_cuda.c         .res.pitch2D.height = src_height,
height            395 libavfilter/vf_scale_cuda.c                            in->data[0], in->width, in->height, in->linesize[0],
height            396 libavfilter/vf_scale_cuda.c                            out->data[0], out->width, out->height, out->linesize[0],
height            399 libavfilter/vf_scale_cuda.c                            in->data[1], in->width/2, in->height/2, in->linesize[0]/2,
height            400 libavfilter/vf_scale_cuda.c                            out->data[1], out->width/2, out->height/2, out->linesize[0]/2,
height            403 libavfilter/vf_scale_cuda.c                            in->data[2], in->width/2, in->height/2, in->linesize[0]/2,
height            404 libavfilter/vf_scale_cuda.c                            out->data[2], out->width/2, out->height/2, out->linesize[0]/2,
height            409 libavfilter/vf_scale_cuda.c                            in->data[0], in->width, in->height, in->linesize[0],
height            410 libavfilter/vf_scale_cuda.c                            out->data[0], out->width, out->height, out->linesize[0],
height            413 libavfilter/vf_scale_cuda.c                            in->data[1], in->width, in->height, in->linesize[0],
height            414 libavfilter/vf_scale_cuda.c                            out->data[1], out->width, out->height, out->linesize[0],
height            417 libavfilter/vf_scale_cuda.c                            in->data[2], in->width, in->height, in->linesize[0],
height            418 libavfilter/vf_scale_cuda.c                            out->data[2], out->width, out->height, out->linesize[0],
height            423 libavfilter/vf_scale_cuda.c                            in->data[0], in->width, in->height, in->linesize[0] / 2,
height            424 libavfilter/vf_scale_cuda.c                            out->data[0], out->width, out->height, out->linesize[0] / 2,
height            427 libavfilter/vf_scale_cuda.c                            in->data[1], in->width, in->height, in->linesize[1] / 2,
height            428 libavfilter/vf_scale_cuda.c                            out->data[1], out->width, out->height, out->linesize[1] / 2,
height            431 libavfilter/vf_scale_cuda.c                            in->data[2], in->width, in->height, in->linesize[2] / 2,
height            432 libavfilter/vf_scale_cuda.c                            out->data[2], out->width, out->height, out->linesize[2] / 2,
height            437 libavfilter/vf_scale_cuda.c                            in->data[0], in->width, in->height, in->linesize[0],
height            438 libavfilter/vf_scale_cuda.c                            out->data[0], out->width, out->height, out->linesize[0],
height            441 libavfilter/vf_scale_cuda.c                            in->data[1], in->width/2, in->height/2, in->linesize[1],
height            442 libavfilter/vf_scale_cuda.c                            out->data[1], out->width/2, out->height/2, out->linesize[1]/2,
height            447 libavfilter/vf_scale_cuda.c                            in->data[0], in->width, in->height, in->linesize[0]/2,
height            448 libavfilter/vf_scale_cuda.c                            out->data[0], out->width, out->height, out->linesize[0]/2,
height            451 libavfilter/vf_scale_cuda.c                            in->data[1], in->width / 2, in->height / 2, in->linesize[1]/2,
height            452 libavfilter/vf_scale_cuda.c                            out->data[1], out->width / 2, out->height / 2, out->linesize[1] / 4,
height            457 libavfilter/vf_scale_cuda.c                            in->data[0], in->width, in->height, in->linesize[0] / 2,
height            458 libavfilter/vf_scale_cuda.c                            out->data[0], out->width, out->height, out->linesize[0] / 2,
height            461 libavfilter/vf_scale_cuda.c                            in->data[1], in->width / 2, in->height / 2, in->linesize[1] / 2,
height            462 libavfilter/vf_scale_cuda.c                            out->data[1], out->width / 2, out->height / 2, out->linesize[1] / 4,
height            491 libavfilter/vf_scale_cuda.c     s->frame->height = s->planes_out[0].height;
height             69 libavfilter/vf_scale_npp.c         int height;
height            167 libavfilter/vf_scale_npp.c         stage->planes_out[0].height = stage->planes_in[0].height;
height            172 libavfilter/vf_scale_npp.c         stage->planes_in[i].height  = stage->planes_in[0].height  >> in_sh;
height            174 libavfilter/vf_scale_npp.c         stage->planes_out[i].height = stage->planes_out[0].height >> out_sh;
height            185 libavfilter/vf_scale_npp.c     out_ctx->height    = FFALIGN(stage->planes_out[0].height, 32);
height            197 libavfilter/vf_scale_npp.c     stage->frame->height = stage->planes_out[0].height;
height            302 libavfilter/vf_scale_npp.c     s->stages[STAGE_DEINTERLEAVE].planes_in[0].height = in_height;
height            307 libavfilter/vf_scale_npp.c     s->stages[STAGE_RESIZE].planes_in[0].height  = in_height;
height            309 libavfilter/vf_scale_npp.c     s->stages[STAGE_RESIZE].planes_out[0].height = out_height;
height            314 libavfilter/vf_scale_npp.c     s->stages[STAGE_INTERLEAVE].planes_in[0].height = out_height;
height            394 libavfilter/vf_scale_npp.c                                     (NppiSize){ in->width, in->height });
height            416 libavfilter/vf_scale_npp.c         int ih = stage->planes_in[i].height;
height            418 libavfilter/vf_scale_npp.c         int oh = stage->planes_out[i].height;
height            447 libavfilter/vf_scale_npp.c                                     (NppiSize){ in->width, in->height });
height            205 libavfilter/vf_scale_qsv.c     out_frames_ctx->height            = FFALIGN(out_height, 16);
height            596 libavfilter/vf_scale_qsv.c     out->height = outlink->h;
height            114 libavfilter/vf_scale_vaapi.c            input_frame->width, input_frame->height, input_frame->pts);
height            156 libavfilter/vf_scale_vaapi.c            output_frame->width, output_frame->height, output_frame->pts,
height            117 libavfilter/vf_scale_vulkan.c     int crop_h = in->height - (in->crop_top + in->crop_bottom);
height            201 libavfilter/vf_scale_vulkan.c         GLSLF(1,     vec2 in_d = vec2(%i, %i);             ,in->width, in->height);
height             38 libavfilter/vf_scdet.c     ptrdiff_t height[4];
height             99 libavfilter/vf_scdet.c         s->height[plane] = inlink->h >> ((plane == 1 || plane == 2) ? desc->log2_chroma_h : 0);
height            122 libavfilter/vf_scdet.c     if (prev_picref && frame->height == prev_picref->height
height            132 libavfilter/vf_scdet.c                     s->width[plane], s->height[plane], &plane_sad);
height            134 libavfilter/vf_scdet.c             count += s->width[plane] * s->height[plane];
height            118 libavfilter/vf_scroll.c     s->v_pos = fmodf(s->v_pos, in->height);
height            126 libavfilter/vf_scroll.c         v_pos += in->height;
height            135 libavfilter/vf_scroll.c                            FFMIN(out->height, ff_filter_get_nb_threads(ctx)));
height            138 libavfilter/vf_scroll.c     s->v_pos += s->v_speed * in->height;
height            324 libavfilter/vf_selectivecolor.c     const int height = in->height;                                                                      \
height            326 libavfilter/vf_selectivecolor.c     const int slice_start = (height *  jobnr   ) / nb_jobs;                                             \
height            327 libavfilter/vf_selectivecolor.c     const int slice_end   = (height * (jobnr+1)) / nb_jobs;                                             \
height             72 libavfilter/vf_separatefields.c     inpicref->height = outlink->h;
height             89 libavfilter/vf_showinfo.c         av_spherical_tile_bounds(spherical, frame->width, frame->height,
height            298 libavfilter/vf_showinfo.c            frame->width, frame->height,
height            111 libavfilter/vf_shuffleplanes.c         AVFrame *copy = ff_get_video_buffer(ctx->outputs[0], frame->width, frame->height);
height            151 libavfilter/vf_signalstats.c     frame->height = h;
height            227 libavfilter/vf_signalstats.c     const int h = in->height;
height            262 libavfilter/vf_signalstats.c     const int h = in->height;
height            301 libavfilter/vf_signalstats.c     const int h = in->height;
height            349 libavfilter/vf_signalstats.c     const int h = in->height;
height            392 libavfilter/vf_signalstats.c     const int h = in->height;
height            426 libavfilter/vf_signalstats.c     const int h = in->height;
height            133 libavfilter/vf_smartblur.c static int alloc_sws_context(FilterParam *f, int width, int height, unsigned int flags)
height            148 libavfilter/vf_smartblur.c                                              width, height, AV_PIX_FMT_GRAY8,
height            149 libavfilter/vf_smartblur.c                                              width, height, AV_PIX_FMT_GRAY8,
height            162 libavfilter/vf_spp.c                           int width, int height, int log2_scale,
height            174 libavfilter/vf_spp.c     for (y = 0; y < height; y++) {
height            192 libavfilter/vf_spp.c                             int width, int height, int log2_scale,
height            205 libavfilter/vf_spp.c     for (y = 0; y < height; y++) {
height            238 libavfilter/vf_spp.c                    int dst_linesize, int src_linesize, int width, int height,
height            250 libavfilter/vf_spp.c     for (y = 0; y < height; y++) {
height            267 libavfilter/vf_spp.c         memcpy(p->src + (height+8+y)*linesize * sample_bytes, p->src + (height-y+7)*linesize * sample_bytes, linesize * sample_bytes);
height            270 libavfilter/vf_spp.c     for (y = 0; y < height + 8; y += 8) {
height            279 libavfilter/vf_spp.c                 qp = qp_table[(FFMIN(x, width - 1) >> qps) + (FFMIN(y, height - 1) >> qps) * qp_stride];
height            297 libavfilter/vf_spp.c                                FFMIN(8, height + 8 - y), MAX_LEVEL - p->log2_count,
height            302 libavfilter/vf_spp.c                                 FFMIN(8, height + 8 - y), MAX_LEVEL - p->log2_count,
height            424 libavfilter/vf_spp.c                 out->height = in->height;
height             48 libavfilter/vf_spp.h                         int width, int height, int log2_scale,
height            124 libavfilter/vf_sr.c     sr_context->input.height = inlink->h * sr_context->scale_factor;
height            139 libavfilter/vf_sr.c     if (sr_context->input.height != sr_context->output.height || sr_context->input.width != sr_context->output.width){
height            141 libavfilter/vf_sr.c         sr_context->input.height = inlink->h;
height            154 libavfilter/vf_sr.c     outlink->h = sr_context->output.height;
height            156 libavfilter/vf_sr.c     sr_context->sws_contexts[1] = sws_getContext(sr_context->input.width, sr_context->input.height, AV_PIX_FMT_GRAY8,
height            157 libavfilter/vf_sr.c                                                  sr_context->input.width, sr_context->input.height, AV_PIX_FMT_GRAYF32,
height            160 libavfilter/vf_sr.c     sr_context->sws_contexts[2] = sws_getContext(sr_context->output.width, sr_context->output.height, AV_PIX_FMT_GRAYF32,
height            161 libavfilter/vf_sr.c                                                  sr_context->output.width, sr_context->output.height, AV_PIX_FMT_GRAY8,
height            180 libavfilter/vf_sr.c             sws_src_h = AV_CEIL_RSHIFT(sr_context->input.height, desc->log2_chroma_h);
height            182 libavfilter/vf_sr.c             sws_dst_h = AV_CEIL_RSHIFT(sr_context->output.height, desc->log2_chroma_h);
height            213 libavfilter/vf_sr.c     out->height = sr_context->output.height;
height            220 libavfilter/vf_sr.c                   0, out->height, (uint8_t * const*)(&sr_context->input.data),
height            231 libavfilter/vf_sr.c                   0, in->height, (uint8_t * const*)(&sr_context->input.data),
height            244 libavfilter/vf_sr.c               0, out->height, (uint8_t * const*)out->data, out->linesize);
height             67 libavfilter/vf_ssim.c                         int width, int height, void *temp,
height            227 libavfilter/vf_ssim.c                               int width, int height, void *temp,
height            236 libavfilter/vf_ssim.c     height >>= 2;
height            238 libavfilter/vf_ssim.c     for (y = 1; y < height; y++) {
height            249 libavfilter/vf_ssim.c     return ssim / ((height - 1) * (width - 1));
height            255 libavfilter/vf_ssim.c                         int width, int height, void *temp,
height            264 libavfilter/vf_ssim.c     height >>= 2;
height            266 libavfilter/vf_ssim.c     for (y = 1; y < height; y++) {
height            277 libavfilter/vf_ssim.c     return ssim / ((height - 1) * (width - 1));
height             37 libavfilter/vf_stack.c     int height[4];
height            154 libavfilter/vf_stack.c                                 item->linesize[p], item->height[p]);
height            196 libavfilter/vf_stack.c     int height = ctx->inputs[0]->h;
height            219 libavfilter/vf_stack.c             item->height[1] = item->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
height            220 libavfilter/vf_stack.c             item->height[0] = item->height[3] = inlink->h;
height            223 libavfilter/vf_stack.c                 item->y[1] = item->y[2] = AV_CEIL_RSHIFT(height, s->desc->log2_chroma_h);
height            224 libavfilter/vf_stack.c                 item->y[0] = item->y[3] = height;
height            226 libavfilter/vf_stack.c                 height += ctx->inputs[i]->h;
height            234 libavfilter/vf_stack.c             if (ctx->inputs[i]->h != height) {
height            235 libavfilter/vf_stack.c                 av_log(ctx, AV_LOG_ERROR, "Input %d height %d does not match input %d height %d.\n", i, ctx->inputs[i]->h, 0, height);
height            243 libavfilter/vf_stack.c             item->height[1] = item->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
height            244 libavfilter/vf_stack.c             item->height[0] = item->height[3] = inlink->h;
height            278 libavfilter/vf_stack.c             item->height[1] = item->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
height            279 libavfilter/vf_stack.c             item->height[0] = item->height[3] = inlink->h;
height            330 libavfilter/vf_stack.c             height = FFMAX(height, inlink->h + inh);
height            337 libavfilter/vf_stack.c     outlink->h          = height;
height             74 libavfilter/vf_stereo3d.c     int width, height;
height            143 libavfilter/vf_stereo3d.c     int width, height;
height            328 libavfilter/vf_stereo3d.c                         int width, int height,
height            333 libavfilter/vf_stereo3d.c     for (y = 0; y < height; y++) {
height            348 libavfilter/vf_stereo3d.c                      int width, int height,
height            353 libavfilter/vf_stereo3d.c     for (y = 0; y < height; y++) {
height            404 libavfilter/vf_stereo3d.c     s->in.height    =
height            405 libavfilter/vf_stereo3d.c     s->height       = inlink->h;
height            431 libavfilter/vf_stereo3d.c         s->height       = inlink->h / 2;
height            437 libavfilter/vf_stereo3d.c         s->height       = inlink->h / 2;
height            457 libavfilter/vf_stereo3d.c             s->height   = inlink->h / 2;
height            465 libavfilter/vf_stereo3d.c     s->out.height    = s->height;
height            512 libavfilter/vf_stereo3d.c         s->out.height    = s->height * 2;
height            513 libavfilter/vf_stereo3d.c         s->out.row_right = s->height;
height            516 libavfilter/vf_stereo3d.c         if (s->height != 720 && s->height != 1080) {
height            521 libavfilter/vf_stereo3d.c         s->blanks = s->height / 24;
height            522 libavfilter/vf_stereo3d.c         s->out.height    = s->height * 2 + s->blanks;
height            523 libavfilter/vf_stereo3d.c         s->out.row_right = s->height + s->blanks;
height            528 libavfilter/vf_stereo3d.c         s->out.height    = s->height * 2;
height            529 libavfilter/vf_stereo3d.c         s->out.row_left  = s->height;
height            534 libavfilter/vf_stereo3d.c         s->out.height    = s->height * 2;
height            540 libavfilter/vf_stereo3d.c         s->out.height    = s->height * 2;
height            583 libavfilter/vf_stereo3d.c     outlink->h = s->out.height;
height            592 libavfilter/vf_stereo3d.c     s->pheight[1] = s->pheight[2] = AV_CEIL_RSHIFT(s->height, desc->log2_chroma_h);
height            593 libavfilter/vf_stereo3d.c     s->pheight[0] = s->pheight[3] = s->height;
height            616 libavfilter/vf_stereo3d.c     int height = s->out.height;
height            617 libavfilter/vf_stereo3d.c     int start = (height *  jobnr   ) / nb_jobs;
height            618 libavfilter/vf_stereo3d.c     int end   = (height * (jobnr+1)) / nb_jobs;
height            817 libavfilter/vf_stereo3d.c             oleft->height  = outlink->h;
height            818 libavfilter/vf_stereo3d.c             oright->height = outlink->h;
height            832 libavfilter/vf_stereo3d.c             int j, h = s->height >> ((i == 1 || i == 2) ? s->vsub : 0);
height            890 libavfilter/vf_stereo3d.c             out->height = outlink->h;
height            938 libavfilter/vf_stereo3d.c                 s->out.width, s->out.height,
height            945 libavfilter/vf_stereo3d.c                                    FFMIN(s->out.height, ff_filter_get_nb_threads(ctx)));
height            172 libavfilter/vf_subtitles.c                       picref->width, picref->height,
height             59 libavfilter/vf_super2xsai.c                        int width, int height)
height             74 libavfilter/vf_super2xsai.c     src_line[2] = src + src_linesize*FFMIN(1, height-1);
height             75 libavfilter/vf_super2xsai.c     src_line[3] = src + src_linesize*FFMIN(2, height-1);
height             81 libavfilter/vf_super2xsai.c     for (y = 0; y < height; y++) {
height            229 libavfilter/vf_super2xsai.c         if (y < height - 3)
height            318 libavfilter/vf_super2xsai.c     outpicref->height = outlink->h;
height             90 libavfilter/vf_threshold.c         const int h = s->height[p];
height            148 libavfilter/vf_threshold.c                                FFMIN(s->height[2], ff_filter_get_nb_threads(ctx)));
height            218 libavfilter/vf_threshold.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
height            219 libavfilter/vf_threshold.c     s->height[0] = s->height[3] = inlink->h;
height            178 libavfilter/vf_thumbnail_cuda.c         .res.pitch2D.height = src_height,
height            205 libavfilter/vf_thumbnail_cuda.c             histogram, in->data[0], in->width, in->height, in->linesize[0], 1);
height            207 libavfilter/vf_thumbnail_cuda.c             histogram + 256, in->data[1], in->width / 2, in->height / 2, in->linesize[1], 1);
height            211 libavfilter/vf_thumbnail_cuda.c             histogram, in->data[0], in->width, in->height, in->linesize[0], 1);
height            213 libavfilter/vf_thumbnail_cuda.c             histogram + 256, in->data[1], in->width / 2, in->height / 2, in->linesize[1], 1);
height            215 libavfilter/vf_thumbnail_cuda.c             histogram + 512, in->data[2], in->width / 2, in->height / 2, in->linesize[2], 1);
height            219 libavfilter/vf_thumbnail_cuda.c             histogram, in->data[0], in->width, in->height, in->linesize[0], 1);
height            221 libavfilter/vf_thumbnail_cuda.c             histogram + 256, in->data[1], in->width, in->height, in->linesize[1], 1);
height            223 libavfilter/vf_thumbnail_cuda.c             histogram + 512, in->data[2], in->width, in->height, in->linesize[2], 1);
height            228 libavfilter/vf_thumbnail_cuda.c             histogram, in->data[0], in->width, in->height, in->linesize[0], 2);
height            230 libavfilter/vf_thumbnail_cuda.c             histogram + 256, in->data[1], in->width / 2, in->height / 2, in->linesize[1], 2);
height            234 libavfilter/vf_thumbnail_cuda.c             histogram, in->data[0], in->width, in->height, in->linesize[0], 2);
height            236 libavfilter/vf_thumbnail_cuda.c             histogram + 256, in->data[1], in->width, in->height, in->linesize[1], 2);
height            238 libavfilter/vf_thumbnail_cuda.c             histogram + 512, in->data[2], in->width, in->height, in->linesize[2], 2);
height            210 libavfilter/vf_tile.c         tile->out_ref->height = outlink->h;
height            390 libavfilter/vf_tinterlace.c         out->height = outlink->h;
height            423 libavfilter/vf_tinterlace.c         out->height = outlink->h;
height            207 libavfilter/vf_tonemap.c     const int slice_start = (in->height * jobnr) / nb_jobs;
height            208 libavfilter/vf_tonemap.c     const int slice_end = (in->height * (jobnr+1)) / nb_jobs;
height            278 libavfilter/vf_tonemap.c     ctx->internal->execute(ctx, tonemap_slice, &td, NULL, FFMIN(in->height, ff_filter_get_nb_threads(ctx)));
height            286 libavfilter/vf_tonemap.c         for (y = 0; y < out->height; y++) {
height            353 libavfilter/vf_tonemap_opencl.c            input->width, input->height, input->pts);
height            428 libavfilter/vf_tonemap_opencl.c            output->width, output->height, output->pts);
height            248 libavfilter/vf_tonemap_vaapi.c            input_frame->width, input_frame->height, input_frame->pts);
height            307 libavfilter/vf_tonemap_vaapi.c            output_frame->width, output_frame->height, output_frame->pts);
height             89 libavfilter/vf_tpad.c                           0, 0, frame->width, frame->height);
height            149 libavfilter/vf_tpad.c                               0, 0, frame->width, frame->height);
height            280 libavfilter/vf_transpose.c         int inh     = AV_CEIL_RSHIFT(in->height, vsub);
height            282 libavfilter/vf_transpose.c         int outh    = AV_CEIL_RSHIFT(out->height, vsub);
height             68 libavfilter/vf_transpose_npp.c         int height;
height            136 libavfilter/vf_transpose_npp.c         stage->planes_out[0].height = stage->planes_in[0].height;
height            141 libavfilter/vf_transpose_npp.c         stage->planes_in[i].height  = stage->planes_in[0].height  >> in_sh;
height            143 libavfilter/vf_transpose_npp.c         stage->planes_out[i].height = stage->planes_out[0].height >> out_sh;
height            154 libavfilter/vf_transpose_npp.c     out_ctx->height    = FFALIGN(stage->planes_out[0].height, 32);
height            166 libavfilter/vf_transpose_npp.c     stage->frame->height = stage->planes_out[0].height;
height            227 libavfilter/vf_transpose_npp.c     s->stages[STAGE_ROTATE].planes_in[0].height  = in_height;
height            229 libavfilter/vf_transpose_npp.c     s->stages[STAGE_ROTATE].planes_out[0].height = rot_height;
height            233 libavfilter/vf_transpose_npp.c     s->stages[STAGE_TRANSPOSE].planes_in[0].height  = rot_height;
height            235 libavfilter/vf_transpose_npp.c     s->stages[STAGE_TRANSPOSE].planes_out[0].height = out_height;
height            307 libavfilter/vf_transpose_npp.c         int ih = stage->planes_in[i].height;
height            309 libavfilter/vf_transpose_npp.c         int oh = stage->planes_out[i].height;
height            340 libavfilter/vf_transpose_npp.c         int ih = stage->planes_in[i].height;
height            148 libavfilter/vf_transpose_opencl.c            input->width, input->height, input->pts);
height            204 libavfilter/vf_transpose_opencl.c            output->width, output->height, output->pts);
height            134 libavfilter/vf_transpose_vaapi.c            input_frame->width, input_frame->height, input_frame->pts);
height            166 libavfilter/vf_transpose_vaapi.c            output_frame->width, output_frame->height, output_frame->pts);
height             57 libavfilter/vf_unsharp.c     int height;
height             78 libavfilter/vf_unsharp.c     const int height = td->height;
height             81 libavfilter/vf_unsharp.c     const int slice_start = (height * jobnr) / nb_jobs;
height             82 libavfilter/vf_unsharp.c     const int slice_end = (height * (jobnr+1)) / nb_jobs;
height            106 libavfilter/vf_unsharp.c         if (y < height)
height            155 libavfilter/vf_unsharp.c         td.height = plane_h[i];
height            223 libavfilter/vf_unsharp_opencl.c            input->width, input->height, input->pts);
height            293 libavfilter/vf_unsharp_opencl.c            output->width, output->height, output->pts);
height            136 libavfilter/vf_untile.c         out->height = outlink->h;
height            157 libavfilter/vf_uspp.c                           int width, int height, int log2_scale)
height            167 libavfilter/vf_uspp.c     for (y = 0; y < height; y++) {
height            185 libavfilter/vf_uspp.c                    int height, uint8_t *qp_store, int qp_stride)
height            194 libavfilter/vf_uspp.c         int h = AV_CEIL_RSHIFT(height, is_chroma ? p->vsub : 0);
height            222 libavfilter/vf_uspp.c         int qpcount = (height>>4) * (height>>4);
height            224 libavfilter/vf_uspp.c         for (y = 0; y < (height>>4); y++) {
height            231 libavfilter/vf_uspp.c     p->frame->height = height + BLOCK;
height            263 libavfilter/vf_uspp.c         for (y = 0; y < height; y++)
height            272 libavfilter/vf_uspp.c         for (y = 0; y < AV_CEIL_RSHIFT(height, p->vsub); y++) {
height            286 libavfilter/vf_uspp.c                       AV_CEIL_RSHIFT(height, is_chroma ? p->vsub : 0),
height            314 libavfilter/vf_uspp.c     const int height = inlink->h;
height            331 libavfilter/vf_uspp.c         int h = (height + 4 * BLOCK-1) & (~(2 * BLOCK-1));
height            355 libavfilter/vf_uspp.c         avctx_enc->height = height + BLOCK;
height            371 libavfilter/vf_uspp.c     uspp->outbuf_size = (width + BLOCK) * (height + BLOCK) * 10;
height            443 libavfilter/vf_uspp.c                 out->height = in->height;
height            126 libavfilter/vf_v360.c     {         "h", "output height",                 OFFSET(height), AV_OPT_TYPE_INT,    {.i64=0},               0,           INT16_MAX, FLAGS, "h"},
height            294 libavfilter/vf_v360.c             const int height = s->pr_height[plane];                                                        \
height            296 libavfilter/vf_v360.c             const int slice_start = (height *  jobnr     ) / nb_jobs;                                      \
height            297 libavfilter/vf_v360.c             const int slice_end   = (height * (jobnr + 1)) / nb_jobs;                                      \
height           1315 libavfilter/vf_v360.c                           int i, int j, int width, int height,
height           1319 libavfilter/vf_v360.c     const float scaleh = s->fout_pad > 0 ? 1.f - s->fout_pad / (height / 2.f) : 1.f - s->out_pad;
height           1322 libavfilter/vf_v360.c     const float eh = height / 2.f;
height           1354 libavfilter/vf_v360.c                           const float *vec, int width, int height,
height           1358 libavfilter/vf_v360.c     const float scaleh = s->fin_pad > 0 ? 1.f - s->fin_pad / (height / 2.f) : 1.f - s->in_pad;
height           1360 libavfilter/vf_v360.c     const float eh = height / 2.f;
height           1443 libavfilter/vf_v360.c                           int i, int j, int width, int height,
height           1447 libavfilter/vf_v360.c     const float scaleh = s->fout_pad > 0 ? 1.f - s->fout_pad / (height / 6.f) : 1.f - s->out_pad;
height           1450 libavfilter/vf_v360.c     const float eh = height / 6.f;
height           1476 libavfilter/vf_v360.c                           int i, int j, int width, int height,
height           1480 libavfilter/vf_v360.c     const float scaleh = s->fout_pad > 0 ? 1.f - (float)(s->fout_pad) / height : 1.f - s->out_pad;
height           1483 libavfilter/vf_v360.c     const float eh = height;
height           1511 libavfilter/vf_v360.c                           const float *vec, int width, int height,
height           1515 libavfilter/vf_v360.c     const float scaleh = s->fin_pad > 0 ? 1.f - s->fin_pad / (height / 6.f) : 1.f - s->in_pad;
height           1516 libavfilter/vf_v360.c     const float eh = height / 6.f;
height           1591 libavfilter/vf_v360.c                           const float *vec, int width, int height,
height           1595 libavfilter/vf_v360.c     const float scaleh = s->fin_pad > 0 ? 1.f - (float)(s->fin_pad) / height : 1.f - s->in_pad;
height           1597 libavfilter/vf_v360.c     const int ehi = height;
height           1669 libavfilter/vf_v360.c                            int i, int j, int width, int height,
height           1673 libavfilter/vf_v360.c     const float theta = ((2.f * j + 0.5f) / height - 1.f) * M_PI_2;
height           1698 libavfilter/vf_v360.c                             int i, int j, int width, int height,
height           1702 libavfilter/vf_v360.c     const float theta = ((2.f * j + 0.5f) / height - 1.f) * M_PI_2;
height           1744 libavfilter/vf_v360.c                                 int i, int j, int width, int height,
height           1748 libavfilter/vf_v360.c     const float y = ((2.f * j + 1.f) / height - 1.f) * s->flat_range[1];
height           1792 libavfilter/vf_v360.c                                 const float *vec, int width, int height,
height           1802 libavfilter/vf_v360.c     const float vf = (y + 1.f) * height / 2.f;
height           1807 libavfilter/vf_v360.c     const int visible = isfinite(x) && isfinite(y) && vi >= 0 && vi < height && ui >= 0 && ui < width;
height           1815 libavfilter/vf_v360.c             vs[i][j] = visible ? av_clip(vi + i - 1, 0, height - 1) : 0;
height           1835 libavfilter/vf_v360.c                            const float *vec, int width, int height,
height           1842 libavfilter/vf_v360.c     const float vf = (theta / M_PI_2 + 1.f) * height / 2.f;
height           1852 libavfilter/vf_v360.c             us[i][j] = ereflectx(ui + j - 1, vi + i - 1, width, height);
height           1853 libavfilter/vf_v360.c             vs[i][j] = reflecty(vi + i - 1, height);
height           1873 libavfilter/vf_v360.c                             const float *vec, int width, int height,
height           1880 libavfilter/vf_v360.c     const float vf = (theta / M_PI_2 + 1.f) * height / 2.f;
height           1893 libavfilter/vf_v360.c             vs[i][j] = av_clip(vi + i - 1, 0, height - 1);
height           1930 libavfilter/vf_v360.c                        const float *vec, int width, int height,
height           1935 libavfilter/vf_v360.c     const float rr = fabsf(r) < 1e+6f ? r : hypotf(width, height);
height           1944 libavfilter/vf_v360.c     vf = zf >= 0.f ? (vf + 1.f) * height / 2.f : 0.f;
height           1949 libavfilter/vf_v360.c     visible = vi >= 0 && vi < height && ui >= 0 && ui < width && zf >= 0.f;
height           1957 libavfilter/vf_v360.c             vs[i][j] = visible ? av_clip(vi + i - 1, 0, height - 1) : 0;
height           1977 libavfilter/vf_v360.c                            const float *vec, int width, int height,
height           1984 libavfilter/vf_v360.c     const float vf = (av_clipf(logf((1.f + theta) / (1.f - theta)) / (2.f * M_PI), -1.f, 1.f) + 1.f) * height / 2.f;
height           1995 libavfilter/vf_v360.c             vs[i][j] = av_clip(vi + i - 1, 0, height - 1);
height           2013 libavfilter/vf_v360.c                            int i, int j, int width, int height,
height           2017 libavfilter/vf_v360.c     const float y   = ((2.f * j + 1.f) / height - 1.f) * M_PI;
height           2045 libavfilter/vf_v360.c                        const float *vec, int width, int height,
height           2052 libavfilter/vf_v360.c     const float vf = (1.f + r * vec[1] * s->input_mirror_modifier[1] / (l > 0.f ? l : 1.f)) * height * 0.5f;
height           2063 libavfilter/vf_v360.c             vs[i][j] = av_clip(vi + i - 1, 0, height - 1);
height           2081 libavfilter/vf_v360.c                        int i, int j, int width, int height,
height           2085 libavfilter/vf_v360.c     const float y = (2.f * j + 1.f) / height - 1.f;
height           2115 libavfilter/vf_v360.c                          int i, int j, int width, int height,
height           2119 libavfilter/vf_v360.c     const float y = ((2.f * j + 1.f) / height - 1.f);
height           2156 libavfilter/vf_v360.c                          const float *vec, int width, int height,
height           2166 libavfilter/vf_v360.c     const float vf = (y + 1.f) * height / 2.f;
height           2177 libavfilter/vf_v360.c             vs[i][j] = av_clip(vi + i - 1, 0, height - 1);
height           2195 libavfilter/vf_v360.c                              int i, int j, int width, int height,
height           2198 libavfilter/vf_v360.c     const float theta = ((2.f * j + 1.f) / height - 1.f) * M_PI_2;
height           2228 libavfilter/vf_v360.c                              const float *vec, int width, int height,
height           2235 libavfilter/vf_v360.c     const float vf = (theta / M_PI_2 + 1.f) * height / 2.f;
height           2246 libavfilter/vf_v360.c             vs[i][j] = av_clip(vi + i - 1, 0, height - 1);
height           2352 libavfilter/vf_v360.c                       int i, int j, int width, int height,
height           2357 libavfilter/vf_v360.c     const float v_pad = pixel_pad / height;
height           2364 libavfilter/vf_v360.c     float vf = (j + 0.5f) / height;
height           2457 libavfilter/vf_v360.c                       const float *vec, int width, int height,
height           2462 libavfilter/vf_v360.c     const float v_pad = pixel_pad / height;
height           2483 libavfilter/vf_v360.c     vf *= height;
height           2497 libavfilter/vf_v360.c             vs[i][j] = av_clip(vi + i - 1, 0, height - 1);
height           2532 libavfilter/vf_v360.c                        int i, int j, int width, int height,
height           2536 libavfilter/vf_v360.c     const float l_y = s->flat_range[1] * ((2.f * j + 0.5f) / height - 1.f);
height           2575 libavfilter/vf_v360.c                           int i, int j, int width, int height,
height           2579 libavfilter/vf_v360.c     const float vf = s->flat_range[1] * ((2.f * j + 1.f) / height - 1.f);
height           2628 libavfilter/vf_v360.c                           const float *vec, int width, int height,
height           2642 libavfilter/vf_v360.c     vf = (vf + 0.5f) * height;
height           2653 libavfilter/vf_v360.c             vs[i][j] = visible ? av_clip(vi + i - 1, 0, height - 1) : 0;
height           2671 libavfilter/vf_v360.c                           int i, int j, int width, int height,
height           2675 libavfilter/vf_v360.c     const float vf = ((2.f * j + 1.f) / height - 1.f);
height           2707 libavfilter/vf_v360.c                           const float *vec, int width, int height,
height           2720 libavfilter/vf_v360.c     const float vf = (y + 1.f) * height / 2.f;
height           2725 libavfilter/vf_v360.c     const int visible = vi >= 0 && vi < height && ui >= 0 && ui < width && vec[2] >= 0.f;
height           2733 libavfilter/vf_v360.c             vs[i][j] = visible ? av_clip(vi + i - 1, 0, height - 1) : 0;
height           2768 libavfilter/vf_v360.c                               int i, int j, int width, int height,
height           2772 libavfilter/vf_v360.c     const float vf = s->flat_range[1] * ((2.f * j + 1.f) / height - 1.f);
height           2821 libavfilter/vf_v360.c                               const float *vec, int width, int height,
height           2828 libavfilter/vf_v360.c     const float vf = (tanf(theta) / s->iflat_range[1] + 1.f) * height / 2.f;
height           2833 libavfilter/vf_v360.c     const int visible = vi >= 0 && vi < height && ui >= 0 && ui < width &&
height           2843 libavfilter/vf_v360.c             vs[i][j] = visible ? av_clip(vi + i - 1, 0, height - 1) : 0;
height           2861 libavfilter/vf_v360.c                               int i, int j, int width, int height,
height           2865 libavfilter/vf_v360.c     const float vf = ((2.f * j + 1.f) / height - 1.f);
height           2908 libavfilter/vf_v360.c                               int i, int j, int width, int height,
height           2912 libavfilter/vf_v360.c     const float vf = (float)j / height;
height           2936 libavfilter/vf_v360.c                               const float *vec, int width, int height,
height           2962 libavfilter/vf_v360.c     vf *= height;
height           2972 libavfilter/vf_v360.c             us[i][j] = reflectx(ui + j - 1, vi + i - 1, width, height);
height           2973 libavfilter/vf_v360.c             vs[i][j] = reflecty(vi + i - 1, height);
height           2991 libavfilter/vf_v360.c                            int i, int j, int width, int height,
height           2995 libavfilter/vf_v360.c     const float eh = height;
height           3032 libavfilter/vf_v360.c                            const float *vec, int width, int height,
height           3036 libavfilter/vf_v360.c     const float eh = height;
height           3064 libavfilter/vf_v360.c             vs[i][j] = av_clip(          vi + i - 1, 0, height - 1);
height           3082 libavfilter/vf_v360.c                          int i, int j, int width, int height,
height           3092 libavfilter/vf_v360.c         const int eh = height;
height           3107 libavfilter/vf_v360.c         const int eh = height / 2;
height           3156 libavfilter/vf_v360.c                          const float *vec, int width, int height,
height           3172 libavfilter/vf_v360.c         eh = height;
height           3181 libavfilter/vf_v360.c         eh = height / 2;
height           3231 libavfilter/vf_v360.c                               const float *vec, int width, int height,
height           3246 libavfilter/vf_v360.c         const float scaleh = s->fin_pad > 0 ? 1.f - s->fin_pad / (height / 2.f) : 1.f - s->in_pad;
height           3249 libavfilter/vf_v360.c         eh = height / 2;
height           3261 libavfilter/vf_v360.c         vf = (vf * scaleh + 1.f) * height / 4.f;
height           3264 libavfilter/vf_v360.c         const float scaleh = s->fin_pad > 0 ? 1.f - s->fin_pad / (height / 4.f) : 1.f - s->in_pad;
height           3268 libavfilter/vf_v360.c         eh = height / 4;
height           3282 libavfilter/vf_v360.c             v_shift = height * 0.25f;
height           3286 libavfilter/vf_v360.c             v_shift = height * 0.5f;
height           3291 libavfilter/vf_v360.c             v_shift = height * 0.75f;
height           3298 libavfilter/vf_v360.c         vf = height * 0.25f * (vf * scaleh + 1.f) + v_offset;
height           3328 libavfilter/vf_v360.c                               int i, int j, int width, int height,
height           3332 libavfilter/vf_v360.c     const float y = (j + 0.5f) / height;
height           3337 libavfilter/vf_v360.c         const float scaleh = s->fout_pad > 0 ? 1.f - s->fout_pad / (height / 2.f) : 1.f - s->out_pad;
height           3354 libavfilter/vf_v360.c         const float scaleh = s->fout_pad > 0 ? 1.f - s->fout_pad / (height / 4.f) : 1.f - s->out_pad;
height           3418 libavfilter/vf_v360.c                             int i, int j, int width, int height,
height           3422 libavfilter/vf_v360.c     const float y = (j + 0.5f) / height;
height           3478 libavfilter/vf_v360.c                             const float *vec, int width, int height,
height           3517 libavfilter/vf_v360.c     vf *= height;
height           3527 libavfilter/vf_v360.c             us[i][j] = reflectx(ui + j - 1, vi + i - 1, width, height);
height           3528 libavfilter/vf_v360.c             vs[i][j] = reflecty(vi + i - 1, height);
height           3707 libavfilter/vf_v360.c         const int height = s->pr_height[p];
height           3710 libavfilter/vf_v360.c         const int slice_start = (height *  jobnr     ) / nb_jobs;
height           3711 libavfilter/vf_v360.c         const int slice_end   = (height * (jobnr + 1)) / nb_jobs;
height           3726 libavfilter/vf_v360.c                     out_mask = s->out_transform(s, j, i, height, width, vec);
height           3728 libavfilter/vf_v360.c                     out_mask = s->out_transform(s, i, j, width, height, vec);
height           4159 libavfilter/vf_v360.c     if (s->width > 0 && s->height <= 0 && s->h_fov > 0.f && s->v_fov > 0.f &&
height           4163 libavfilter/vf_v360.c     } else if (s->width <= 0 && s->height > 0 && s->h_fov > 0.f && s->v_fov > 0.f &&
height           4165 libavfilter/vf_v360.c         h = s->height;
height           4167 libavfilter/vf_v360.c     } else if (s->width > 0 && s->height > 0) {
height           4169 libavfilter/vf_v360.c         h = s->height;
height           4170 libavfilter/vf_v360.c     } else if (s->width > 0 || s->height > 0) {
height           4182 libavfilter/vf_v360.c     s->height = h;
height             62 libavfilter/vf_vaguedenoiser.c     void (*thresholding)(float *block, const int width, const int height,
height            338 libavfilter/vf_vaguedenoiser.c static void hard_thresholding(float *block, const int width, const int height,
height            345 libavfilter/vf_vaguedenoiser.c     for (y = 0; y < height; y++) {
height            354 libavfilter/vf_vaguedenoiser.c static void soft_thresholding(float *block, const int width, const int height, const int stride,
height            361 libavfilter/vf_vaguedenoiser.c     for (y = 0; y < height; y++) {
height            373 libavfilter/vf_vaguedenoiser.c static void qian_thresholding(float *block, const int width, const int height,
height            382 libavfilter/vf_vaguedenoiser.c     for (y = 0; y < height; y++) {
height            396 libavfilter/vf_vaguedenoiser.c static float bayes_threshold(float *block, const int width, const int height,
height            401 libavfilter/vf_vaguedenoiser.c     for (int y = 0; y < height; y++) {
height            408 libavfilter/vf_vaguedenoiser.c     mean /= width * height;
height            418 libavfilter/vf_vaguedenoiser.c         const int height = s->planeheight[p];
height            426 libavfilter/vf_vaguedenoiser.c         int v_low_size0 = height;
height            438 libavfilter/vf_vaguedenoiser.c             for (y = 0; y < height; y++) {
height            445 libavfilter/vf_vaguedenoiser.c             for (y = 0; y < height; y++) {
height            477 libavfilter/vf_vaguedenoiser.c             s->thresholding(s->block, width, height, width, s->threshold, s->percent);
height            520 libavfilter/vf_vaguedenoiser.c             for (y = 0; y < height; y++) {
height            527 libavfilter/vf_vaguedenoiser.c             for (y = 0; y < height; y++) {
height            300 libavfilter/vf_vectorscope.c     for (i = 0; i < out->height; i++) {
height            307 libavfilter/vf_vectorscope.c                          || ((!i || !dpd[poa]) || ((i == (out->height - 1)) || !dpd[pob])))) {
height            321 libavfilter/vf_vectorscope.c     for (i = 0; i < out->height; i++) {
height            333 libavfilter/vf_vectorscope.c     for (i = 0; i < out->height; i++) {
height            338 libavfilter/vf_vectorscope.c                               || ((!i || !s->peak[i-1][j]) || ((i == (out->height - 1)) || !s->peak[i + 1][j])))) {
height            351 libavfilter/vf_vectorscope.c     for (i = 0; i < out->height; i++) {
height            358 libavfilter/vf_vectorscope.c                          || ((!i || !dpd[poa]) || ((i == (out->height - 1)) || !dpd[pob])))) {
height            371 libavfilter/vf_vectorscope.c     for (i = 0; i < out->height; i++) {
height            383 libavfilter/vf_vectorscope.c     for (i = 0; i < out->height; i++) {
height            388 libavfilter/vf_vectorscope.c                               || ((!i || !s->peak[i-1][j]) || ((i == (out->height - 1)) || !s->peak[i + 1][j])))) {
height            446 libavfilter/vf_vectorscope.c         for (i = 0; i < out->height ; i++)
height            537 libavfilter/vf_vectorscope.c         for (i = 0; i < in->height; i++) {
height            563 libavfilter/vf_vectorscope.c         for (i = 0; i < out->height; i++) {
height            575 libavfilter/vf_vectorscope.c         for (i = 0; i < out->height; i++) {
height            585 libavfilter/vf_vectorscope.c         for (i = 0; i < out->height; i++) {
height            595 libavfilter/vf_vectorscope.c         for (i = 0; i < out->height; i++) {
height            605 libavfilter/vf_vectorscope.c         for (i = 0; i < out->height; i++) {
height            644 libavfilter/vf_vectorscope.c         for (i = 0; i < out->height ; i++)
height            733 libavfilter/vf_vectorscope.c         for (i = 0; i < in->height; i++) {
height            759 libavfilter/vf_vectorscope.c         for (i = 0; i < out->height; i++) {
height            771 libavfilter/vf_vectorscope.c         for (i = 0; i < out->height; i++) {
height            781 libavfilter/vf_vectorscope.c         for (i = 0; i < out->height; i++) {
height            791 libavfilter/vf_vectorscope.c         for (i = 0; i < out->height; i++) {
height            801 libavfilter/vf_vectorscope.c         for (i = 0; i < out->height; i++) {
height           1131 libavfilter/vf_vectorscope.c         y = av_clip(y, 0, out->height - 9);
height           1197 libavfilter/vf_vectorscope.c         y = av_clip(y, 0, out->height - 9);
height           1257 libavfilter/vf_vectorscope.c         y = av_clip(y, 0, out->height - 9);
height           1315 libavfilter/vf_vectorscope.c         y = av_clip(y, 0, out->height - 9);
height           1374 libavfilter/vf_vectorscope.c         y = av_clip(y, 0, out->height - 9);
height           1432 libavfilter/vf_vectorscope.c         y = av_clip(y, 0, out->height - 9);
height             66 libavfilter/vf_vflip.c         int height = AV_CEIL_RSHIFT(h, vsub);
height             69 libavfilter/vf_vflip.c             frame->data[i] += (height - 1) * frame->linesize[i];
height             84 libavfilter/vf_vflip.c         int height = AV_CEIL_RSHIFT(link->h, vsub);
height             87 libavfilter/vf_vflip.c             frame->data[i] += (height - 1) * frame->linesize[i];
height             52 libavfilter/vf_vibrance.c     const int height = frame->height;
height             65 libavfilter/vf_vibrance.c     const int slice_start = (height * jobnr) / nb_jobs;
height             66 libavfilter/vf_vibrance.c     const int slice_end = (height * (jobnr + 1)) / nb_jobs;
height            115 libavfilter/vf_vibrance.c     const int height = frame->height;
height            124 libavfilter/vf_vibrance.c     const int slice_start = (height * jobnr) / nb_jobs;
height            125 libavfilter/vf_vibrance.c     const int slice_end = (height * (jobnr + 1)) / nb_jobs;
height            170 libavfilter/vf_vibrance.c                                        FFMIN(frame->height, ff_filter_get_nb_threads(avctx))))
height            193 libavfilter/vf_vmafmotion.c                              s->width, s->height, ref->linesize[0], s->stride);
height            195 libavfilter/vf_vmafmotion.c                              s->width, s->height, s->stride, s->stride);
height            201 libavfilter/vf_vmafmotion.c                                       s->width, s->height, s->stride, s->stride);
height            203 libavfilter/vf_vmafmotion.c         score = (double) (sad * 1.0 / (s->width * s->height << (BIT_SHIFT - 8)));
height            242 libavfilter/vf_vmafmotion.c     s->height = h;
height            368 libavfilter/vf_w3fdif.c     const int height   = s->planeheight[plane];
height            372 libavfilter/vf_w3fdif.c     const int start = (height * jobnr) / nb_jobs;
height            373 libavfilter/vf_w3fdif.c     const int end = (height * (jobnr+1)) / nb_jobs;
height            402 libavfilter/vf_w3fdif.c             while (y_in >= height)
height            425 libavfilter/vf_w3fdif.c             while (y_in >= height)
height            399 libavfilter/vf_waveform.c     const int dst_h = s->display == PARADE ? out->height / s->acomp : out->height;
height            446 libavfilter/vf_waveform.c     const int dst_h = s->display == PARADE ? out->height / s->acomp : out->height;
height            494 libavfilter/vf_waveform.c     const int dst_h = s->display == PARADE ? out->height / s->acomp : out->height;
height            563 libavfilter/vf_waveform.c     const int dst_h = s->display == PARADE ? out->height / s->acomp : out->height;
height            698 libavfilter/vf_waveform.c     const int src_h = AV_CEIL_RSHIFT(in->height, shift_h);
height            835 libavfilter/vf_waveform.c     const int src_h = AV_CEIL_RSHIFT(in->height, shift_h);
height            979 libavfilter/vf_waveform.c     const int src_h = in->height;
height           1116 libavfilter/vf_waveform.c     const int src_h = in->height;
height           1262 libavfilter/vf_waveform.c     const int src_h = in->height;                                                                                  \
height           1379 libavfilter/vf_waveform.c     const int src_h = in->height;                                                                     \
height           1543 libavfilter/vf_waveform.c     const int src_h = in->height;
height           1639 libavfilter/vf_waveform.c     const int src_h = in->height;
height           1744 libavfilter/vf_waveform.c     const int src_h = in->height;
height           1876 libavfilter/vf_waveform.c     const int src_h = in->height;
height           2010 libavfilter/vf_waveform.c     const int src_h = in->height;
height           2142 libavfilter/vf_waveform.c     const int src_h = in->height;
height           2582 libavfilter/vf_waveform.c static void blend_vline(uint8_t *dst, int height, int linesize, float o1, float o2, int v, int step)
height           2586 libavfilter/vf_waveform.c     for (y = 0; y < height; y += step) {
height           2593 libavfilter/vf_waveform.c static void blend_vline16(uint8_t *ddst, int height, int linesize, float o1, float o2, int v, int step)
height           2598 libavfilter/vf_waveform.c     for (y = 0; y < height; y += step) {
height           2726 libavfilter/vf_waveform.c static void iblend_vline(uint8_t *dst, int height, int linesize, float o1, float o2, int v, int step)
height           2730 libavfilter/vf_waveform.c     for (y = 0; y < height; y += step) {
height           2737 libavfilter/vf_waveform.c static void iblend_vline16(uint8_t *ddst, int height, int linesize, float o1, float o2, int v, int step)
height           2742 libavfilter/vf_waveform.c     for (y = 0; y < height; y += step) {
height           2879 libavfilter/vf_waveform.c     const int height = s->display == PARADE ? out->height / s->acomp : out->height;
height           2895 libavfilter/vf_waveform.c                 s->blend_line(dst, height, out->linesize[p], o1, o2, v, step);
height           2911 libavfilter/vf_waveform.c         offset_y += height * (s->display == PARADE);
height           2921 libavfilter/vf_waveform.c     const int height = s->display == PARADE ? out->height / s->acomp : out->height;
height           2937 libavfilter/vf_waveform.c                 s->blend_line(dst, height, out->linesize[p], o1, o2, v, step);
height           2953 libavfilter/vf_waveform.c         offset_y += height * (s->display == PARADE);
height            221 libavfilter/vf_xbr.c     const int slice_start = (input->height *  jobnr   ) / nb_jobs;
height            222 libavfilter/vf_xbr.c     const int slice_end   = (input->height * (jobnr+1)) / nb_jobs;
height            243 libavfilter/vf_xbr.c         if (y >= input->height - 2) {
height            245 libavfilter/vf_xbr.c             if (y == input->height - 1) {
height            377 libavfilter/vf_xbr.c     out->height = outlink->h;
height            200 libavfilter/vf_xfade.c     const int height = slice_end - slice_start;                                      \
height            204 libavfilter/vf_xfade.c     values[VAR_H] = out->height;                                                     \
height            214 libavfilter/vf_xfade.c         for (int y = 0; y < height; y++) {                                           \
height            259 libavfilter/vf_xfade.c     const int height = slice_end - slice_start;                                      \
height            266 libavfilter/vf_xfade.c         for (int y = 0; y < height; y++) {                                           \
height            288 libavfilter/vf_xfade.c     const int height = slice_end - slice_start;                                      \
height            296 libavfilter/vf_xfade.c         for (int y = 0; y < height; y++) {                                           \
height            318 libavfilter/vf_xfade.c     const int height = slice_end - slice_start;                                      \
height            326 libavfilter/vf_xfade.c         for (int y = 0; y < height; y++) {                                           \
height            348 libavfilter/vf_xfade.c     const int height = slice_end - slice_start;                                      \
height            349 libavfilter/vf_xfade.c     const int z = out->height * progress;                                            \
height            356 libavfilter/vf_xfade.c         for (int y = 0; y < height; y++) {                                           \
height            378 libavfilter/vf_xfade.c     const int height = slice_end - slice_start;                                      \
height            379 libavfilter/vf_xfade.c     const int z = out->height * (1.f - progress);                                    \
height            386 libavfilter/vf_xfade.c         for (int y = 0; y < height; y++) {                                           \
height            408 libavfilter/vf_xfade.c     const int height = slice_end - slice_start;                                      \
height            417 libavfilter/vf_xfade.c         for (int y = 0; y < height; y++) {                                           \
height            441 libavfilter/vf_xfade.c     const int height = slice_end - slice_start;                                      \
height            450 libavfilter/vf_xfade.c         for (int y = 0; y < height; y++) {                                           \
height            474 libavfilter/vf_xfade.c     const int height = out->height;                                                 \
height            475 libavfilter/vf_xfade.c     const int z = -progress * height;                                               \
height            482 libavfilter/vf_xfade.c             const int zz = zy % height + height * (zy < 0);                         \
height            487 libavfilter/vf_xfade.c                 dst[x] = (zy > 0) && (zy < height) ? xf1[x] : xf0[x];               \
height            505 libavfilter/vf_xfade.c     const int height = out->height;                                                 \
height            506 libavfilter/vf_xfade.c     const int z = progress * height;                                                \
height            513 libavfilter/vf_xfade.c             const int zz = zy % height + height * (zy < 0);                         \
height            518 libavfilter/vf_xfade.c                 dst[x] = (zy > 0) && (zy < height) ? xf1[x] : xf0[x];               \
height            537 libavfilter/vf_xfade.c     const int height = out->height;                                                 \
height            538 libavfilter/vf_xfade.c     float z = powf(2.f * fabsf(progress - 0.5f), 3.f) * hypotf(width/2, height/2);  \
height            549 libavfilter/vf_xfade.c                 float dist = hypotf(x - width / 2, y - height / 2);                 \
height            570 libavfilter/vf_xfade.c     const int height = out->height;                                                 \
height            571 libavfilter/vf_xfade.c     int zh = fabsf(progress - 0.5f) * height;                                       \
height            584 libavfilter/vf_xfade.c                            FFABS(y - height / 2) < zh;                              \
height            639 libavfilter/vf_xfade.c     const int height = slice_end - slice_start;                                      \
height            648 libavfilter/vf_xfade.c         for (int y = 0; y < height; y++) {                                           \
height            672 libavfilter/vf_xfade.c     const int height = slice_end - slice_start;                                      \
height            681 libavfilter/vf_xfade.c         for (int y = 0; y < height; y++) {                                           \
height            706 libavfilter/vf_xfade.c     const int height = out->height;                                                  \
height            710 libavfilter/vf_xfade.c             const float smooth = atan2f(x - width / 2, y - height / 2) -             \
height            790 libavfilter/vf_xfade.c     const float h = out->height;                                                     \
height            817 libavfilter/vf_xfade.c     const float h = out->height;                                                     \
height            844 libavfilter/vf_xfade.c     const int height = out->height;                                                  \
height            845 libavfilter/vf_xfade.c     const float z = hypotf(width / 2, height / 2);                                   \
height            850 libavfilter/vf_xfade.c             const float smooth = hypotf(x - width / 2, y - height / 2) / z + p;      \
height            873 libavfilter/vf_xfade.c     const int height = out->height;                                                  \
height            874 libavfilter/vf_xfade.c     const float z = hypotf(width / 2, height / 2);                                   \
height            879 libavfilter/vf_xfade.c             const float smooth = hypotf(x - width / 2, y - height / 2) / z + p;      \
height            956 libavfilter/vf_xfade.c     const float h2 = out->height / 2;                                                \
height            983 libavfilter/vf_xfade.c     const float h2 = out->height / 2;                                                \
height           1043 libavfilter/vf_xfade.c     const int h = out->height;                                                       \
height           1076 libavfilter/vf_xfade.c     const float h = out->height;                                                     \
height           1105 libavfilter/vf_xfade.c     const float h = out->height;                                                     \
height           1134 libavfilter/vf_xfade.c     const float h = out->height;                                                     \
height           1163 libavfilter/vf_xfade.c     const float h = out->height;                                                     \
height           1251 libavfilter/vf_xfade.c     const float h = out->height;                                                     \
height           1280 libavfilter/vf_xfade.c     const float h = out->height;                                                     \
height           1309 libavfilter/vf_xfade.c     const int h = in->height;
height             50 libavfilter/vf_xmedian.c     int height[4];
height            156 libavfilter/vf_xmedian.c         const int slice_start = (s->height[p] * jobnr) / nb_jobs;
height            157 libavfilter/vf_xmedian.c         const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs;
height            201 libavfilter/vf_xmedian.c         const int slice_start = (s->height[p] * jobnr) / nb_jobs;
height            202 libavfilter/vf_xmedian.c         const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs;
height            254 libavfilter/vf_xmedian.c     ctx->internal->execute(ctx, s->median_frames, &td, NULL, FFMIN(s->height[1], ff_filter_get_nb_threads(ctx)));
height            266 libavfilter/vf_xmedian.c     int height = ctx->inputs[0]->h;
height            272 libavfilter/vf_xmedian.c         if (ctx->inputs[i]->h != height || ctx->inputs[i]->w != width) {
height            273 libavfilter/vf_xmedian.c             av_log(ctx, AV_LOG_ERROR, "Input %d size (%dx%d) does not match input %d size (%dx%d).\n", i, ctx->inputs[i]->w, ctx->inputs[i]->h, 0, width, height);
height            295 libavfilter/vf_xmedian.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
height            296 libavfilter/vf_xmedian.c     s->height[0] = s->height[3] = inlink->h;
height            302 libavfilter/vf_xmedian.c     outlink->h          = height;
height            418 libavfilter/vf_xmedian.c     ctx->internal->execute(ctx, s->median_frames, &td, NULL, FFMIN(s->height[0], ff_filter_get_nb_threads(ctx)));
height            238 libavfilter/vf_yadif.c         int h = dstpic->height;
height             86 libavfilter/vf_yadif_cuda.c         .res.pitch2D.height = src_height,
height            174 libavfilter/vf_yadif_cuda.c                     AV_CEIL_RSHIFT(y->cur->height, i ? y->csp->log2_chroma_h : 0),
height            178 libavfilter/vf_yadif_cuda.c                     AV_CEIL_RSHIFT(dst->height, i ? y->csp->log2_chroma_h : 0),
height            285 libavfilter/vf_yadif_cuda.c     output_frames->height    = ctx->inputs[0]->h;
height             91 libavfilter/vf_yaepblur.c     int height;
height            106 libavfilter/vf_yaepblur.c     const int height       = td->height;                                 \
height            110 libavfilter/vf_yaepblur.c     const int starty = height * jobnr     / nb_jobs;                     \
height            111 libavfilter/vf_yaepblur.c     const int endy   = height * (jobnr+1) / nb_jobs;                     \
height            142 libavfilter/vf_yaepblur.c     const int height       = td->height;
height            154 libavfilter/vf_yaepblur.c         for (y = 0; y < height; y++) {
height            172 libavfilter/vf_yaepblur.c     const int height = td->height;                                                                        \
height            184 libavfilter/vf_yaepblur.c     const int starty = height * jobnr       / nb_jobs;                                                    \
height            185 libavfilter/vf_yaepblur.c     const int endy   = height * (jobnr + 1) / nb_jobs;                                                    \
height            195 libavfilter/vf_yaepblur.c         higher_y = y + radius + 1 > height ? height : y + radius + 1;                                     \
height            253 libavfilter/vf_yaepblur.c         td.height       = s->planeheight[plane];
height            256 libavfilter/vf_yaepblur.c         ctx->internal->execute(ctx, s->pre_calculate_row, &td, NULL, FFMIN(td.height, nb_threads));
height            261 libavfilter/vf_yaepblur.c         ctx->internal->execute(ctx, s->filter_slice, &td, NULL, FFMIN(td.height, nb_threads));
height            177 libavfilter/vf_zoompan.c     h = in->height * (1.0 / *zoom);
height            187 libavfilter/vf_zoompan.c     y = *dy = av_clipd(*dy, 0, FFMAX(in->height - h, 0));
height            278 libavfilter/vf_zoompan.c         s->var_values[VAR_IN_H]  = s->var_values[VAR_IH] = s->in->height;
height            290 libavfilter/vf_zoompan.c         s->var_values[VAR_A]     = (double) s->in->width / s->in->height;
height            466 libavfilter/vf_zscale.c     format->height = frame->height;
height            523 libavfilter/vf_zscale.c             aligned->height = (*frame)->height;
height            567 libavfilter/vf_zscale.c     out->height = outlink->h;
height            570 libavfilter/vf_zscale.c        || in->height != link->h
height            589 libavfilter/vf_zscale.c         link->dst->inputs[0]->h      = in->height;
height            649 libavfilter/vf_zscale.c             s->alpha_src_format.height = in->height;
height            655 libavfilter/vf_zscale.c             s->alpha_dst_format.height = out->height;
height            722 libavfilter/vf_zscale.c             for (y = 0; y < out->height; y++) {
height             45 libavfilter/vmaf_motion.h     int height;
height            175 libavfilter/vsrc_gradients.c     const int height = frame->height;
height            176 libavfilter/vsrc_gradients.c     const int start = (height *  job   ) / nb_jobs;
height            177 libavfilter/vsrc_gradients.c     const int end   = (height * (job+1)) / nb_jobs;
height            198 libavfilter/vsrc_gradients.c     const int height = frame->height;
height            199 libavfilter/vsrc_gradients.c     const int start = (height *  job   ) / nb_jobs;
height            200 libavfilter/vsrc_gradients.c     const int end   = (height * (job+1)) / nb_jobs;
height            108 libavfilter/vsrc_sierpinski.c     const int height = frame->height;
height            109 libavfilter/vsrc_sierpinski.c     const int start = (height *  job   ) / nb_jobs;
height            110 libavfilter/vsrc_sierpinski.c     const int end   = (height * (job+1)) / nb_jobs;
height            133 libavfilter/vsrc_sierpinski.c     const int height = frame->height;
height            134 libavfilter/vsrc_sierpinski.c     const int start = (height *  job   ) / nb_jobs;
height            135 libavfilter/vsrc_sierpinski.c     const int end   = (height * (job+1)) / nb_jobs;
height            292 libavfilter/vsrc_testsrc.c     const int h = frame->height;
height            543 libavfilter/vsrc_testsrc.c     int height = frame->height;
height            546 libavfilter/vsrc_testsrc.c     radius = (width + height) / 4;
height            547 libavfilter/vsrc_testsrc.c     quad0 = width * width / 4 + height * height / 4 - radius * radius;
height            548 libavfilter/vsrc_testsrc.c     dquad_y = 1 - height;
height            550 libavfilter/vsrc_testsrc.c     for (y = 0; y < height; y++) {
height            577 libavfilter/vsrc_testsrc.c     p0 = p = data + frame->linesize[0] * (height * 3/4);
height            606 libavfilter/vsrc_testsrc.c     for (y = height / 8; y > 0; y--) {
height            613 libavfilter/vsrc_testsrc.c     if (seg_size >= 1 && height >= 13 * seg_size) {
height            625 libavfilter/vsrc_testsrc.c         y = (height - seg_size * 13) / 2;
height            726 libavfilter/vsrc_testsrc.c                       frame->width, frame->height,
height            751 libavfilter/vsrc_testsrc.c                               x, 0, x2 - x, frame->height);
height            864 libavfilter/vsrc_testsrc.c                                    frame->width, frame->height,
height            895 libavfilter/vsrc_testsrc.c                            frame->width, frame->height,
height            998 libavfilter/vsrc_testsrc.c     int x, y, w = frame->width, h = frame->height;
height           1080 libavfilter/vsrc_testsrc.c     int x, y, w = frame->width, h = frame->height / 3;
height           1120 libavfilter/vsrc_testsrc.c     for (; y < frame->height; y++) {
height           1137 libavfilter/vsrc_testsrc.c     int x, y, w = frame->width, h = frame->height / 3;
height           1177 libavfilter/vsrc_testsrc.c     for (; y < frame->height; y++) {
height            737 libavfilter/vulkan.c     output_frames->height    = s->output_height;
height             30 libavfilter/x86/scene_sad_init.c     ASM_FUNC_NAME(src1, stride1, src2, stride2, awidth, height, sad);         \
height             35 libavfilter/x86/scene_sad_init.c                    width - awidth, height, sad);                              \
height             30 libavfilter/x86/vf_blend_init.c                              ptrdiff_t width, ptrdiff_t height,                \
height             28 libavfilter/x86/vf_fspp_init.c                         ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale);
height             31 libavfilter/x86/vf_fspp_init.c                          ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale);
height             27 libavfilter/x86/vf_gblur_init.c void ff_horiz_slice_sse4(float *ptr, int width, int height, int steps, float nu, float bscale);
height             28 libavfilter/x86/vf_gblur_init.c void ff_horiz_slice_avx2(float *ptr, int width, int height, int steps, float nu, float bscale);
height            180 libavfilter/x86/vf_spp.c                             int width, int height, int log2_scale,
height            185 libavfilter/x86/vf_spp.c     for (y = 0; y < height; y++) {
height             27 libavfilter/x86/vf_stereo3d_init.c                       int width, int height,
height             80 libavfilter/yadif_common.c     AVFrame *dst = ff_default_get_video_buffer(link, f->width, f->height);
height             86 libavfilter/yadif_common.c                   dst->format, dst->width, dst->height);
height            123 libavformat/4xm.c     st->codecpar->height = AV_RL32(buf + 40);
height            107 libavformat/anm.c     st->codecpar->height     = avio_rl16(pb);
height            176 libavformat/apngdec.c     st->codecpar->height     = avio_rb32(pb);
height            177 libavformat/apngdec.c     if ((ret = av_image_check_size(st->codecpar->width, st->codecpar->height, 0, s)) < 0)
height            187 libavformat/apngdec.c     AV_WB32(st->codecpar->extradata+12, st->codecpar->height);
height            249 libavformat/apngdec.c     uint32_t sequence_number, width, height, x_offset, y_offset;
height            255 libavformat/apngdec.c     height          = avio_rb32(s->pb);
height            288 libavformat/apngdec.c             height,
height            297 libavformat/apngdec.c         height != s->streams[0]->codecpar->height ||
height            303 libavformat/apngdec.c             y_offset >= s->streams[0]->codecpar->height ||
height            304 libavformat/apngdec.c             height > s->streams[0]->codecpar->height - y_offset)
height            512 libavformat/asfdec_f.c         st->codecpar->height = avio_rl32(pb);
height            550 libavformat/asfdec_f.c                 st->codecpar->height = 0;
height            701 libavformat/asfdec_o.c     st->codecpar->height = avio_rl32(pb);
height            680 libavformat/asfenc.c             avio_wl32(pb, par->height);
height            741 libavformat/avidec.c                         st->codecpar->height     = avih_height;
height            830 libavformat/avidec.c                     if (st->codecpar->codec_tag == 0 && st->codecpar->height > 0 &&
height            842 libavformat/avidec.c                     st->codecpar->height = FFABS(st->codecpar->height);
height            343 libavformat/avienc.c         avio_wl32(pb, video_par->height);
height            430 libavformat/avienc.c         avio_wl16(pb, par->height);
height            510 libavformat/avienc.c                                                      par->height });
height            525 libavformat/avienc.c             avio_wl32(pb, par->height);
height            529 libavformat/avienc.c             avio_wl32(pb, par->height);
height            545 libavformat/avienc.c                 avio_wl32(pb, par->height / fields); // compressed bitmap height
height            547 libavformat/avienc.c                 avio_wl32(pb, par->height / fields); // valid bitmap height
height            235 libavformat/avisynth.c     st->codecpar->height     = avs->vi->height;
height            659 libavformat/avisynth.c                   (int64_t)avs->vi->height) * bits) / 8;
height             37 libavformat/avs.c     int height;
height             74 libavformat/avs.c     avs->height = avio_rl16(s->pb);
height             83 libavformat/avs.c     if (avs->width != 318 || avs->height != 198)
height             86 libavformat/avs.c                avs->width, avs->height);
height            195 libavformat/avs.c                     avs->st_video->codecpar->height = avs->height;
height             45 libavformat/bethsoftvid.c     int height;             /**< video height      */
height             83 libavformat/bethsoftvid.c     vid->height  = avio_rl16(pb);
height            123 libavformat/bethsoftvid.c         st->codecpar->height     = vid->height;
height            126 libavformat/bethsoftvid.c     npixels = st->codecpar->width * st->codecpar->height;
height             79 libavformat/bfi.c     vstream->codecpar->height = avio_rl32(pb);
height            134 libavformat/bink.c     vst->codecpar->height = avio_rl32(pb);
height             46 libavformat/bintext.c     int width, height;    /**< video size (WxH pixels) (private option) */
height             62 libavformat/bintext.c         st->codecpar->height = (25<<4);
height             79 libavformat/bintext.c     par->height = (fsize / ((par->width>>3)*2)) << 4;
height            147 libavformat/bintext.c         par.width = par.height = 0;
height            155 libavformat/bintext.c         if (par.height <= 0)
height            164 libavformat/bintext.c         if (par.width * par.height * 2 / (8*16) == p->buf_size)
height            232 libavformat/bintext.c     st->codecpar->height  = avio_rl16(pb);
height            234 libavformat/bintext.c     st->codecpar->height *= fontheight;
height             53 libavformat/bmv.c     st->codecpar->height     = 429;
height             89 libavformat/c93.c     video->codecpar->height = 192;
height            112 libavformat/cdxl.c     uint16_t audio_size, palette_size, width, height;
height            131 libavformat/cdxl.c     height       = AV_RB16(&cdxl->header[16]);
height            135 libavformat/cdxl.c         FFALIGN(width, 16) * (uint64_t)height * cdxl->header[19] > INT_MAX)
height            138 libavformat/cdxl.c         image_size = width * height * cdxl->header[19] / 8;
height            140 libavformat/cdxl.c         image_size = FFALIGN(width, 16) * height * cdxl->header[19] / 8;
height            187 libavformat/cdxl.c             st->codecpar->height        = height;
height            131 libavformat/cinedec.c     st->codecpar->height     = avio_rl32(pb);
height            847 libavformat/dashenc.c                 i, os->format_name, os->codec_str, bandwidth_str, s->streams[i]->codecpar->width, s->streams[i]->codecpar->height);
height           1661 libavformat/dashenc.c             if (st->codecpar->height > as->max_height)
height           1662 libavformat/dashenc.c                 as->max_height = st->codecpar->height;
height           1670 libavformat/dashenc.c                       st->codecpar->height * (int64_t)os->sar.den,
height             62 libavformat/dfa.c     st->codecpar->height     = avio_rl16(pb);
height             36 libavformat/dhav.c     int width, height;
height             89 libavformat/dhav.c             dhav->height = 8 * avio_r8(s->pb);
height            101 libavformat/dhav.c             dhav->height = avio_rl16(s->pb);
height            366 libavformat/dhav.c         st->codecpar->height     = dhav->height;
height            123 libavformat/dsicin.c     st->codecpar->height = hdr->video_frame_height;
height            165 libavformat/dump.c     uint32_t flags, channels, sample_rate, width, height;
height            206 libavformat/dump.c         height = AV_RL32(data);
height            209 libavformat/dump.c         av_log(ctx, AV_LOG_INFO, "width %"PRIu32" height %"PRIu32, width, height);
height            381 libavformat/dump.c         av_spherical_tile_bounds(spherical, par->width, par->height,
height            533 libavformat/dump.c                   st->codecpar->height * (int64_t)st->sample_aspect_ratio.den,
height            146 libavformat/dv.c     ipcm = (sys->height == 720 && !(frame[1] & 0x0C)) ? 2 : 0;
height            391 libavformat/dv.c     if (c->sys->height == 720) {
height            338 libavformat/dvenc.c     c->sys = av_dv_codec_profile2(vst->codecpar->width, vst->codecpar->height,
height            133 libavformat/dxa.c     st->codecpar->height     = h;
height            141 libavformat/dxa.c         st->codecpar->height >>= 1;
height             72 libavformat/electronicarts.c     int width, height;
height            322 libavformat/electronicarts.c     video->height      = avio_rl16(pb);
height            509 libavformat/electronicarts.c     st->codecpar->height      = video->height;
height             69 libavformat/filmstripdec.c     st->codecpar->height     = avio_rb16(pb);
height             72 libavformat/filmstripdec.c     if (av_image_check_size(st->codecpar->width, st->codecpar->height, 0, s) < 0)
height             90 libavformat/filmstripdec.c     pkt->dts = avio_tell(s->pb) / (st->codecpar->width * (int64_t)(st->codecpar->height + film->leading) * 4);
height             91 libavformat/filmstripdec.c     pkt->size = av_get_packet(s->pb, pkt, st->codecpar->width * st->codecpar->height * 4);
height            102 libavformat/filmstripdec.c     if (avio_seek(s->pb, FFMAX(timestamp, 0) * st->codecpar->width * st->codecpar->height * 4, SEEK_SET) < 0)
height             53 libavformat/filmstripenc.c     avio_wb16(pb, st->codecpar->height);
height            128 libavformat/fitsenc.c     write_keyword_value(s, "NAXIS2", encctx->height, &lines_written);  // second dimension i.e. height
height             40 libavformat/flac_picture.c     int width, height, ret = 0;
height            115 libavformat/flac_picture.c     height = bytestream2_get_be32u(&g);
height            179 libavformat/flac_picture.c     st->codecpar->height     = height;
height            122 libavformat/flacenc.c                       st->codecpar->height != 32)) {
height            152 libavformat/flacenc.c     avio_wb32(pb, st->codecpar->height);
height            116 libavformat/flic.c     st->codecpar->height = AV_RL16(&header[0x0A]);
height            118 libavformat/flic.c     if (!st->codecpar->width || !st->codecpar->height) {
height            124 libavformat/flic.c         st->codecpar->height = 480;
height            620 libavformat/flvdec.c                         vpar->height = num_val;
height            319 libavformat/flvenc.c         put_amf_double(pb, flv->video_par->height);
height           1038 libavformat/flvenc.c                              (FFALIGN(par->height, 16) - par->height));
height             44 libavformat/framehash.c             avio_printf(s->pb, "#dimensions %d: %dx%d\n", i, avctx->width, avctx->height);
height             71 libavformat/frmdec.c     st->codecpar->height     = avio_rl16(pb);
height             84 libavformat/frmdec.c     packet_size = av_image_get_buffer_size(par->format, par->width, par->height, 1);
height             48 libavformat/gdv.c     uint16_t height;
height            123 libavformat/gdv.c     vst->codecpar->height     = avio_rl16(pb);
height            125 libavformat/gdv.c     if (vst->codecpar->width == 0 || vst->codecpar->height == 0) {
height            134 libavformat/gdv.c         vst->codecpar->height = FixedSize[i].height;
height            115 libavformat/gifdec.c     int type, width, height, ret, n, flags;
height            123 libavformat/gifdec.c     height = avio_rl16(pb);
height            128 libavformat/gifdec.c     if (width == 0 || height == 0)
height            192 libavformat/gifdec.c     st->codecpar->height     = height;
height             89 libavformat/gxfenc.c     int height, index;
height            127 libavformat/gxfenc.c         if (st->codecpar->height == gxf_lines_tab[i].height) {
height            201 libavformat/gxfenc.c     if (st->codecpar->height == 512 || st->codecpar->height == 608)
height            203 libavformat/gxfenc.c     else if (st->codecpar->height == 480)
height            212 libavformat/gxfenc.c                     starting_line, (st->codecpar->height + 15) / 16);
height            756 libavformat/gxfenc.c             if (st->codecpar->height == 480 || st->codecpar->height == 512) { /* NTSC or NTSC+VBI */
height            761 libavformat/gxfenc.c             } else if (st->codecpar->height == 576 || st->codecpar->height == 608) { /* PAL or PAL+VBI */
height             84 libavformat/hlsplaylist.c     if (st && st->codecpar->width > 0 && st->codecpar->height > 0)
height             86 libavformat/hlsplaylist.c                 st->codecpar->height);
height             62 libavformat/hnm.c     unsigned width, height;
height             68 libavformat/hnm.c     height         = avio_rl16(pb);
height             74 libavformat/hnm.c         height < 150 || height > 480) {
height             76 libavformat/hnm.c                "invalid resolution: %ux%u\n", width, height);
height             87 libavformat/hnm.c     vst->codecpar->height     = height;
height            106 libavformat/icodec.c         st->codecpar->height     = avio_r8(pb);
height            129 libavformat/icodec.c             st->codecpar->height   = 0;
height            142 libavformat/icodec.c                 st->codecpar->height = tmp / 2;
height             35 libavformat/icoenc.c     unsigned char height;
height             70 libavformat/icoenc.c         p->height > 256) {
height             71 libavformat/icoenc.c         av_log(s, AV_LOG_ERROR, "Unsupported dimensions %dx%d (dimensions cannot exceed 256x256)\n", p->width, p->height);
height            129 libavformat/icoenc.c     image->height = (par->height == 256) ? 0 : par->height;
height            143 libavformat/icoenc.c         image->size = pkt->size - 14 + par->height * (par->width + 7) / 8;
height            149 libavformat/icoenc.c         for (i = 0; i < par->height * (par->width + 7) / 8; ++i)
height            168 libavformat/icoenc.c         avio_w8(pb, ico->images[i].height);
height            157 libavformat/idcin.c     unsigned int width, height;
height            163 libavformat/idcin.c     height = avio_rl32(pb);
height            173 libavformat/idcin.c     if (av_image_check_size(width, height, 0, s) < 0)
height            205 libavformat/idcin.c     st->codecpar->height = height;
height             51 libavformat/idroqdec.c     int height;
height             84 libavformat/idroqdec.c     roq->width = roq->height = roq->audio_channels = roq->video_pts =
height            140 libavformat/idroqdec.c                 st->codecpar->height = roq->height = AV_RL16(preamble + 2);
height            544 libavformat/iff.c             st->codecpar->height                = avio_rb16(pb);
height            595 libavformat/iff.c             st->codecpar->height             = avio_rb16(pb);
height            606 libavformat/iff.c             st->codecpar->height = avio_rb16(pb);
height             33 libavformat/ifv.c     int width, height;
height            100 libavformat/ifv.c     ifv->height = avio_rl16(s->pb);
height            144 libavformat/ifv.c     st->codecpar->height = ifv->height;
height             52 libavformat/img2.h     int width, height;      /**< Set by a private option. */
height             30 libavformat/img2_alias_pix.c     int height = bytestream_get_be16(&b);
height             36 libavformat/img2_alias_pix.c     if (!width || !height)
height             42 libavformat/img2_alias_pix.c     for (y=0; y<2 && y<height; y++) {
height            226 libavformat/img2dec.c     if (s->width && s->height) {
height            228 libavformat/img2dec.c         st->codecpar->height = s->height;
height            473 libavformat/img2dec.c             infer_size(&par->width, &par->height, size[0]);
height            188 libavformat/img2enc.c         int ysize = par->width * par->height;
height            189 libavformat/img2enc.c         int usize = AV_CEIL_RSHIFT(par->width, desc->log2_chroma_w) * AV_CEIL_RSHIFT(par->height, desc->log2_chroma_h);
height            471 libavformat/internal.h                         int32_t width, int32_t height);
height            290 libavformat/ipmovie.c     unsigned int width, height;
height            447 libavformat/ipmovie.c             height = AV_RL16(&scratch[2]) * 8;
height            452 libavformat/ipmovie.c             if (height != s->video_height) {
height            453 libavformat/ipmovie.c                 s->video_height = height;
height            690 libavformat/ipmovie.c     st->codecpar->height = ipmovie->video_height;
height            206 libavformat/isom.h     int height;           ///< tkhd height
height             53 libavformat/ivfdec.c     st->codecpar->height     = avio_rl16(s->pb);
height             71 libavformat/ivfenc.c     avio_wl16(pb, par->height);
height             92 libavformat/jvdec.c     vst->codecpar->height      = avio_rl16(pb);
height            245 libavformat/libmodplug.c         vst->codecpar->height     = modplug->h << 3;
height             68 libavformat/lvfdec.c             st->codecpar->height     = avio_rl32(s->pb);
height           2722 libavformat/matroskadec.c             st->codecpar->height     = track->video.pixel_height;
height           2735 libavformat/matroskadec.c                           st->codecpar->height * track->video.display_width  * display_width_mul,
height           1245 libavformat/matroskaenc.c         put_ebml_uint (pb, MATROSKA_ID_VIDEOPIXELHEIGHT, par->height);
height           1274 libavformat/matroskaenc.c                     put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYHEIGHT, par->height / display_height_div);
height           1279 libavformat/matroskaenc.c                               par->height * (int64_t)st->sample_aspect_ratio.den,
height           1288 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYHEIGHT, par->height / display_height_div);
height             59 libavformat/mgsts.c     st->codecpar->height = avio_rb32(pb);
height            134 libavformat/mlvdec.c             vst->codecpar->height = avio_rl16(pb);
height            135 libavformat/mlvdec.c             ret = av_image_check_size(vst->codecpar->width, vst->codecpar->height, 0, avctx);
height            143 libavformat/mlvdec.c                 vst->codecpar->bits_per_coded_sample > (INT_MAX - 7) / (vst->codecpar->width * vst->codecpar->height)) {
height            147 libavformat/mlvdec.c                        vst->codecpar->width, vst->codecpar->height);
height            429 libavformat/mlvdec.c         ret = av_get_packet(pb, pkt, (st->codecpar->width * st->codecpar->height * st->codecpar->bits_per_coded_sample + 7) >> 3);
height             92 libavformat/mm.c     unsigned int frame_rate, width, height;
height            105 libavformat/mm.c     height = avio_rl16(pb);
height            116 libavformat/mm.c     st->codecpar->height = height;
height           1745 libavformat/mov.c             par->height = AV_RB16(&par->extradata[36]);
height           2093 libavformat/mov.c     st->codecpar->height = avio_rb16(pb); /* height */
height           2114 libavformat/mov.c         st->codecpar->height &= ~1;
height           2251 libavformat/mov.c     st->codecpar->height = sc->height;
height           2279 libavformat/mov.c     if (st->codecpar->width > 0 &&  st->codecpar->height > 0)
height           2281 libavformat/mov.c                  st->codecpar->width, st->codecpar->height);
height           4289 libavformat/mov.c         if (!st->sample_aspect_ratio.num && st->codecpar->width && st->codecpar->height &&
height           4290 libavformat/mov.c             sc->height && sc->width &&
height           4291 libavformat/mov.c             (st->codecpar->width != sc->width || st->codecpar->height != sc->height)) {
height           4292 libavformat/mov.c             st->sample_aspect_ratio = av_d2q(((double)st->codecpar->height * sc->width) /
height           4293 libavformat/mov.c                                              ((double)st->codecpar->width * sc->height), INT_MAX);
height           4322 libavformat/mov.c         st->codecpar->height= 0;
height           4508 libavformat/mov.c     int height;
height           4561 libavformat/mov.c     height = avio_rb32(pb);      // 16.16 fixed point track height
height           4563 libavformat/mov.c     sc->height = height >> 16;
height           4605 libavformat/mov.c     if (width && height && sc->display_matrix) {
height           7637 libavformat/mov.c             if (st->codecpar->width <= 0 || st->codecpar->height <= 0) {
height           7639 libavformat/mov.c                 st->codecpar->height = sc->height;
height           1325 libavformat/movenc.c         avio_wb32(pb, track->par->height / 2);
height           1330 libavformat/movenc.c         avio_wb32(pb, track->par->height);
height           1333 libavformat/movenc.c         if (track->par->height == 1080)
height           1363 libavformat/movenc.c         if (track->par->height == 480) { /* NTSC */
height           1369 libavformat/movenc.c     } else if (track->par->height == 720) { /* HD 720 line */
height           1372 libavformat/movenc.c     } else if (track->par->height == 1080) { /* HD 1080 line */
height           1421 libavformat/movenc.c         if (track->par->width == 1280 && track->par->height == 720) {
height           1429 libavformat/movenc.c         } else if (track->par->width == 1440 && track->par->height == 1080) {
height           1438 libavformat/movenc.c         } else if (track->par->width == 1920 && track->par->height == 1080) {
height           1449 libavformat/movenc.c         if (track->par->width == 1280 && track->par->height == 720) {
height           1457 libavformat/movenc.c         } else if (track->par->width == 1920 && track->par->height == 1080) {
height           1483 libavformat/movenc.c         if (track->par->width == 960 && track->par->height == 720) {
height           1491 libavformat/movenc.c         } else if (track->par->width == 1440 && track->par->height == 1080) {
height           1502 libavformat/movenc.c         if (track->par->width == 1280 && track->par->height == 720) {
height           1510 libavformat/movenc.c         } else if (track->par->width == 1920 && track->par->height == 1080) {
height           1520 libavformat/movenc.c         } else if (   track->par->width == 4096 && track->par->height == 2160
height           1521 libavformat/movenc.c                    || track->par->width == 3840 && track->par->height == 2160
height           1522 libavformat/movenc.c                    || track->par->width == 2048 && track->par->height == 1080) {
height           1854 libavformat/movenc.c     avio_wb32(pb, track->height); /* apertureHeight_N */
height           2003 libavformat/movenc.c     int xdcam_res =  (track->par->width == 1280 && track->par->height == 720)
height           2004 libavformat/movenc.c                   || (track->par->width == 1440 && track->par->height == 1080)
height           2005 libavformat/movenc.c                   || (track->par->width == 1920 && track->par->height == 1080);
height           2022 libavformat/movenc.c         av_strlcatf(compressor_name, len, " %d%c", track->par->height, interlaced ? 'i' : 'p');
height           2072 libavformat/movenc.c     avio_wb16(pb, track->height); /* Video height */
height           2987 libavformat/movenc.c         write_matrix(pb,  0,  1, -1,  0, track->par->height, 0);
height           2989 libavformat/movenc.c         write_matrix(pb, -1,  0,  0, -1, track->par->width, track->par->height);
height           3007 libavformat/movenc.c                 track->height != track->par->height ||
height           3016 libavformat/movenc.c         if (track->height > 0xFFFF) {
height           3020 libavformat/movenc.c             avio_wb32(pb, track->height * 0x10000U);
height           3042 libavformat/movenc.c     avio_wb32(pb, track->par->height << 16);
height           3048 libavformat/movenc.c     avio_wb32(pb, track->par->height << 16);
height           3054 libavformat/movenc.c     avio_wb32(pb, track->par->height << 16);
height           4222 libavformat/movenc.c             param_write_int(pb, "MaxHeight", track->par->height);
height           4224 libavformat/movenc.c             param_write_int(pb, "DisplayHeight", track->par->height);
height           5005 libavformat/movenc.c     avio_wb16(pb, video_par->height);
height           6201 libavformat/movenc.c     int i, width = 720, height = 480;
height           6224 libavformat/movenc.c             sscanf(cur + 5, "%dx%d", &width, &height);
height           6243 libavformat/movenc.c     st->codecpar->height = track->height = height;
height           6454 libavformat/movenc.c                 if (st->codecpar->width != 720 || (st->codecpar->height != 608 && st->codecpar->height != 512)) {
height           6458 libavformat/movenc.c                 track->height = track->tag >> 24 == 'n' ? 486 : 576;
height           6469 libavformat/movenc.c             if (st->codecpar->width > 65535 || st->codecpar->height > 65535) {
height           6470 libavformat/movenc.c                 av_log(s, AV_LOG_ERROR, "Resolution %dx%d too large for mov/mp4\n", st->codecpar->width, st->codecpar->height);
height           6560 libavformat/movenc.c         if (!track->height)
height           6561 libavformat/movenc.c             track->height = st->codecpar->height;
height            116 libavformat/movenc.h     int         height; ///< active picture (w/o VBI) height for D-10/IMX
height             44 libavformat/msnwc_tcp.c         uint16_t width, height;
height             51 libavformat/msnwc_tcp.c         height = bytestream_get_le16(&bytestream);
height             53 libavformat/msnwc_tcp.c               height == 240) && !(width == 160 && height == 120))
height            172 libavformat/mtv.c     st->codecpar->height          = mtv->img_height;
height            318 libavformat/mux.c             if ((par->width <= 0 || par->height <= 0) &&
height            203 libavformat/mvdec.c         st->codecpar->height = var_read_int(pb, size);
height            322 libavformat/mvdec.c         vst->codecpar->height    = avio_rb32(pb);
height             67 libavformat/mvi.c     vst->codecpar->height       = avio_rl16(pb);
height             97 libavformat/mvi.c     mvi->get_int = (vst->codecpar->width * vst->codecpar->height < (1 << 16)) ? avio_rl16 : avio_rl24;
height            191 libavformat/mxfdec.c     int height; /* Field height, not frame height */
height           1179 libavformat/mxfdec.c         descriptor->height = avio_rb32(pb);
height           2378 libavformat/mxfdec.c             st->codecpar->height = descriptor->height; /* Field height, not frame height */
height           2435 libavformat/mxfdec.c                     st->codecpar->height *= 2;
height           1085 libavformat/mxfenc.c     int stored_height = (st->codecpar->height+15)/16*16;
height           1094 libavformat/mxfenc.c         if (st->codecpar->height == 1080)
height           1096 libavformat/mxfenc.c         else if (st->codecpar->height == 720)
height           1128 libavformat/mxfenc.c     avio_wb32(pb, st->codecpar->height>>sc->interlaced);
height           1141 libavformat/mxfenc.c     if (st->codecpar->height == 608) // PAL + VBI
height           1143 libavformat/mxfenc.c     else if (st->codecpar->height == 512)  // NTSC + VBI
height           1146 libavformat/mxfenc.c         display_height = st->codecpar->height;
height           1157 libavformat/mxfenc.c     avio_wb32(pb, (st->codecpar->height - display_height)>>sc->interlaced);
height           1162 libavformat/mxfenc.c         avio_wb32(pb, -((st->codecpar->height - display_height)&1));
height           1212 libavformat/mxfenc.c     switch (st->codecpar->height) {
height           2029 libavformat/mxfenc.c         frame_size = avpriv_dnxhd_get_hr_frame_size(cid, st->codecpar->width, st->codecpar->height);
height           2039 libavformat/mxfenc.c                   st->codecpar->width, st->codecpar->height,
height           2204 libavformat/mxfenc.c             sc->aspect_ratio.den = st->codecpar->height * sps->sar.den;
height           2355 libavformat/mxfenc.c                           st->codecpar->width, st->codecpar->height, 1024*1024);
height           2475 libavformat/mxfenc.c                                             av_make_q(st->codecpar->width, st->codecpar->height));
height            434 libavformat/nsvdec.c             st->codecpar->height = vheight;
height            438 libavformat/nutdec.c         GET_V(st->codecpar->height, tmp > 0);
height            871 libavformat/nutdec.c     int height = 0;
height            944 libavformat/nutdec.c                 height = value;
height            951 libavformat/nutdec.c     if (channels || channel_layout || sample_rate || width || height) {
height            959 libavformat/nutdec.c                             AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS*(!!(width|height))
height            967 libavformat/nutdec.c         if (width || height){
height            969 libavformat/nutdec.c             bytestream_put_le32(&dst, height);
height            468 libavformat/nutenc.c         put_v(bc, par->height);
height            158 libavformat/nuv.c     int is_mythtv, width, height, v_packs, a_packs, ret;
height            166 libavformat/nuv.c     height = avio_rl32(pb);
height            198 libavformat/nuv.c         ret = av_image_check_size(width, height, 0, s);
height            205 libavformat/nuv.c         vst->codecpar->height                = height;
height            207 libavformat/nuv.c         vst->sample_aspect_ratio          = av_d2q(aspect * height / width,
height            416 libavformat/oggenc.c     bytestream_put_be16(&p, par->height);
height             47 libavformat/oggparsedirac.c     st->codecpar->height          = dsh->height;
height             55 libavformat/oggparsedirac.c     if (av_image_check_sar(st->codecpar->width, st->codecpar->height, dsh->sample_aspect_ratio) >= 0)
height             96 libavformat/oggparseogm.c             st->codecpar->height = bytestream2_get_le32(&p);
height            155 libavformat/oggparseogm.c         st->codecpar->height = AV_RL32(p + 180);
height             76 libavformat/oggparsetheora.c         st->codecpar->height = get_bits(&gb, 16) << 4;
height             83 libavformat/oggparsetheora.c             int height = get_bits(&gb, 24);
height             85 libavformat/oggparsetheora.c                 height <= st->codecpar->height && height > st->codecpar->height - 16) {
height             87 libavformat/oggparsetheora.c                 st->codecpar->height = height;
height             55 libavformat/oggparsevp8.c         st->codecpar->height        = AV_RB16(p + 10);
height            108 libavformat/paf.c     vst->codecpar->height = avio_rl32(pb);
height             72 libavformat/pmpdec.c     vst->codecpar->height = avio_rl32(pb);
height            206 libavformat/psxstr.c                     st->codecpar->height     = AV_RL16(&sector[0x2A]);
height             83 libavformat/r3d.c     st->codecpar->height = avio_rb32(s->pb);
height            105 libavformat/r3d.c     av_log(s, AV_LOG_TRACE, "resolution %dx%d\n", st->codecpar->width, st->codecpar->height);
height             31 libavformat/rawutils.c     int with_pal_size = min_stride * par->height + 1024;
height             33 libavformat/rawutils.c     int size = contains_pal ? min_stride * par->height : pkt->size;
height             34 libavformat/rawutils.c     int stride = size / par->height;
height             39 libavformat/rawutils.c     if (pkt->size == expected_stride * par->height)
height             41 libavformat/rawutils.c     if (size != stride * par->height)
height             48 libavformat/rawutils.c     ret = av_new_packet(new_pkt, expected_stride * par->height);
height             56 libavformat/rawutils.c     for (y = 0; y<par->height; y++) {
height             31 libavformat/rawvideodec.c     int width, height;        /**< Integers describing video size, set by a private option. */
height             61 libavformat/rawvideodec.c     st->codecpar->height = s->height;
height             63 libavformat/rawvideodec.c     packet_size = av_image_get_buffer_size(st->codecpar->format, s->width, s->height, 1);
height            216 libavformat/riffdec.c     st->codecpar->height = (int32_t)avio_rl32(pb);
height            229 libavformat/riffenc.c     avio_wl32(pb, par->codec_tag || keep_height ? par->height : -par->height);
height            236 libavformat/riffenc.c     avio_wl32(pb, (par->width * par->height * (par->bits_per_coded_sample ? par->bits_per_coded_sample : 24)+7) / 8);
height            122 libavformat/rl2.c     st->codecpar->height = 200;
height            382 libavformat/rmdec.c         st->codecpar->height = avio_rb16(pb);
height            253 libavformat/rmenc.c             avio_wb16(s, stream->par->height);
height            155 libavformat/rpl.c         vst->codecpar->height          = read_line_and_int(pb, &error);  // video height
height            203 libavformat/rtpdec_h264.c     par->height  = atoi(p + 1); // skip the -
height            219 libavformat/rtpdec_jpeg.c     uint8_t type, q, width, height;
height            235 libavformat/rtpdec_jpeg.c     height = AV_RB8(buf + 7);   /* frame height in 8 pixel blocks */
height            332 libavformat/rtpdec_jpeg.c                                             height, qtables,
height             33 libavformat/rtpdec_rfc4175.c     int height;
height             71 libavformat/rtpdec_rfc4175.c     data->frame_size = data->width * data->height * data->pgroup / data->xinc;
height             83 libavformat/rtpdec_rfc4175.c         data->height = atoi(value);
height            108 libavformat/rtpdec_rfc4175.c         if (!data->sampling || !data->depth || !data->width || !data->height)
height            112 libavformat/rtpdec_rfc4175.c         stream->codecpar->height = data->height;
height            313 libavformat/rtpdec_xiph.c         par->height = atoi(value);
height             46 libavformat/rtpenc_jpeg.c     h = AV_CEIL_RSHIFT(s1->streams[0]->codecpar->height, 3);
height             72 libavformat/sauce.c                 avctx->streams[0]->codecpar->height = t2<<4;
height             79 libavformat/sauce.c                 avctx->streams[0]->codecpar->height = t2<<4;
height            510 libavformat/sdp.c             if (p->width == 176 && p->height == 144)
height            512 libavformat/sdp.c             else if (p->width == 352 && p->height == 288)
height            532 libavformat/sdp.c                                     payload_type, p->width, p->height);
height            660 libavformat/sdp.c                                     p->width, p->height, pix_fmt, config);
height             52 libavformat/sdr2.c     st->codecpar->height     = avio_rl32(s->pb);
height            157 libavformat/segafilm.c         st->codecpar->height = AV_RB32(&scratch[12]);
height            315 libavformat/segafilmenc.c     avio_wb32(pb, video->codecpar->height);
height             33 libavformat/serdec.c     int width, height;
height             63 libavformat/serdec.c     ser->height = avio_rl32(s->pb);
height             88 libavformat/serdec.c     st->codecpar->height = ser->height;
height             90 libavformat/serdec.c     packet_size = av_image_get_buffer_size(st->codecpar->format, ser->width, ser->height, 1);
height             95 libavformat/sierravmd.c     int width, height;
height            108 libavformat/sierravmd.c     height = AV_RL16(&vmd->vmd_header[14]);
height            109 libavformat/sierravmd.c     if (width && height) {
height            125 libavformat/sierravmd.c         vst->codecpar->height = height;
height            128 libavformat/sierravmd.c             vst->codecpar->height >>= 1;
height             95 libavformat/siff.c     int width, height;
height            110 libavformat/siff.c     height = avio_rl16(pb);
height            130 libavformat/siff.c     st->codecpar->height     = height;
height             95 libavformat/smacker.c     uint32_t magic, width, height, flags, treesize;
height            104 libavformat/smacker.c     height = avio_rl32(pb);
height            147 libavformat/smacker.c     par->height     = height;
height            120 libavformat/smjpegdec.c             vst->codecpar->height     = avio_rb16(pb);
height             84 libavformat/smjpegenc.c             avio_wb16(pb, par->height);
height            259 libavformat/smoothstreamingenc.c             avio_printf(out, "<QualityLevel Index=\"%d\" Bitrate=\"%"PRId64"\" FourCC=\"%s\" MaxWidth=\"%d\" MaxHeight=\"%d\" CodecPrivateData=\"%s\" />\n", index, s->streams[i]->codecpar->bit_rate, os->fourcc, s->streams[i]->codecpar->width, s->streams[i]->codecpar->height, os->private_str);
height             52 libavformat/smush.c     uint32_t width = 0, height = 0, got_audio = 0, read = 0;
height             95 libavformat/smush.c         height = avio_rl16(pb);
height            158 libavformat/smush.c     vst->codecpar->height     = height;
height            322 libavformat/swfdec.c             const int height  = avio_rl16(pb);
height            346 libavformat/swfdec.c             if (av_image_check_size(width, height, 0, s) < 0 ||
height            347 libavformat/swfdec.c                 linesize >= INT_MAX / height ||
height            348 libavformat/swfdec.c                 linesize * height >= INT_MAX - colormapsize * colormapbpp) {
height            349 libavformat/swfdec.c                 av_log(s, AV_LOG_ERROR, "invalid frame size %dx%d\n", width, height);
height            353 libavformat/swfdec.c             out_len = colormapsize * colormapbpp + linesize * height;
height            356 libavformat/swfdec.c                     ch_id, bmp_fmt, width, height, linesize, len, out_len, colormapsize);
height            391 libavformat/swfdec.c             if (!st->codecpar->width && !st->codecpar->height) {
height            393 libavformat/swfdec.c                 st->codecpar->height = height;
height            395 libavformat/swfdec.c                 ff_add_param_change(pkt, 0, 0, 0, width, height);
height            400 libavformat/swfdec.c             if (linesize * height > pkt->size) {
height            432 libavformat/swfdec.c             memcpy(pkt->data, buf + colormapsize*colormapbpp, linesize * height);
height            180 libavformat/swfenc.c     int i, width, height, rate, rate_base;
height            223 libavformat/swfenc.c         height = 200;
height            228 libavformat/swfenc.c         height = swf->video_par->height;
height            254 libavformat/swfenc.c     put_swf_rect(pb, 0, width * 20, 0, height * 20);
height            276 libavformat/swfenc.c         put_swf_rect(pb, 0, width, 0, height);
height            300 libavformat/swfenc.c         put_swf_line_edge(&p, 0, height);
height            302 libavformat/swfenc.c         put_swf_line_edge(&p, 0, -height);
height            362 libavformat/swfenc.c             avio_wl16(pb, par->height);
height            200 libavformat/tests/movenc.c     st->codecpar->height = 480;
height            121 libavformat/thp.c             st->codecpar->height = avio_rb32(pb);
height            238 libavformat/tiertexseq.c     st->codecpar->height = SEQ_FRAME_H;
height            136 libavformat/tmv.c     vst->codecpar->height     = char_rows * 8;
height             48 libavformat/tty.c     int width, height; /**< Set by a private option. */
height            117 libavformat/tty.c     st->codecpar->height = s->height;
height             55 libavformat/uncodedframecrcenc.c     av_bprintf(bp, ", %d x %d", frame->width, frame->height);
height             65 libavformat/uncodedframecrcenc.c         int h = frame->height;
height           1901 libavformat/utils.c             if (st->codecpar->width && st->codecpar->height)
height           4080 libavformat/utils.c                 AVRational hw_ratio = { avctx->height, avctx->width };
height           4150 libavformat/utils.c             int orig_h = st->codecpar->height;
height           4161 libavformat/utils.c                 st->codecpar->height = orig_h;
height           4178 libavformat/utils.c             st->codec->height = st->internal->avctx->height;
height           5072 libavformat/utils.c                         int32_t width, int32_t height)
height           5091 libavformat/utils.c     if (width || height) {
height           5105 libavformat/utils.c     if (width || height) {
height           5107 libavformat/utils.c         bytestream_put_le32(&data, height);
height           5287 libavformat/utils.c                 val = par->width && par->height;
height           5289 libavformat/utils.c                 val = val || (codec->width && codec->height);
height             31 libavformat/v210.c     int width, height;        /**< Integers describing video size, set by a private option. */
height             54 libavformat/v210.c     ret = av_image_check_size(s->width, s->height, 0, ctx);
height             58 libavformat/v210.c     st->codecpar->height   = s->height;
height             61 libavformat/v210.c     ctx->packet_size       = GET_PACKET_SIZE(s->width, s->height);
height            262 libavformat/vapoursynth.c     if (!info->format || !info->width || !info->height) {
height            281 libavformat/vapoursynth.c     st->codecpar->height = info->height;
height            395 libavformat/vapoursynth.c     frame->height       = st->codecpar->height;
height            410 libavformat/vapoursynth.c     av_assert0(vs->vsapi->getFrameHeight(vsframe, 0) == frame->height);
height            416 libavformat/vapoursynth.c         ptrdiff_t plane_h = frame->height;
height             74 libavformat/vc1test.c     st->codecpar->height = avio_rl32(pb);
height             41 libavformat/vc1testenc.c     avio_wl32(pb, par->height);
height            336 libavformat/vividas.c         st->codecpar->height = avio_rl16(pb); // height
height            189 libavformat/vivo.c                     vst->codecpar->height = value_int;
height             72 libavformat/vpcc.c     int picture_size = par->width * par->height;
height            474 libavformat/wavdec.c             vst->codecpar->height = avio_rl24(pb);
height             67 libavformat/wc3movie.c     int height;
height            100 libavformat/wc3movie.c     wc3->height = WC3_DEFAULT_HEIGHT;
height            145 libavformat/wc3movie.c             wc3->height = avio_rl32(pb);
height            178 libavformat/wc3movie.c     st->codecpar->height = wc3->height;
height            189 libavformat/webmdashenc.c         avio_printf(s->pb, " height=\"%d\"", stream->codecpar->height);
height            233 libavformat/webmdashenc.c     first_height = s->streams[as->streams[0]]->codecpar->height;
height            235 libavformat/webmdashenc.c         if (first_height != s->streams[as->streams[i]]->codecpar->height)
height            361 libavformat/webmdashenc.c         avio_printf(s->pb, " height=\"%d\"", par->height);
height            119 libavformat/webpenc.c                 avio_wl24(s->pb, st->codecpar->height - 1);
height            135 libavformat/webpenc.c             avio_wl24(s->pb, st->codecpar->height - 1);
height            108 libavformat/westwood_vqa.c     st->codecpar->height = AV_RL16(&header[8]);
height            218 libavformat/wtvenc.c     AVRational dar = av_mul_q(st->sample_aspect_ratio, (AVRational){st->codecpar->width, st->codecpar->height});
height            226 libavformat/wtvenc.c     avio_wl32(pb, st->codecpar->height);
height            301 libavformat/xmv.c         vst->codecpar->height     = xmv->video_height;
height             89 libavformat/yop.c     video_par->height       = avio_rl16(pb);
height             39 libavformat/yuv4mpegdec.c     int width = -1, height  = -1, raten   = 0,
height             76 libavformat/yuv4mpegdec.c             height   = strtol(tokstart, &tokend, 10);
height            239 libavformat/yuv4mpegdec.c     if (width == -1 || height == -1) {
height            266 libavformat/yuv4mpegdec.c     st->codecpar->height = height;
height            277 libavformat/yuv4mpegdec.c     s->packet_size = av_image_get_buffer_size(st->codecpar->format, width, height, 1) + Y4M_FRAME_MAGIC_LEN;
height             32 libavformat/yuv4mpegenc.c     int width, height;
height             41 libavformat/yuv4mpegenc.c     height = st->codecpar->height;
height            173 libavformat/yuv4mpegenc.c                  Y4M_MAGIC, width, height, raten, rated, inter,
height            186 libavformat/yuv4mpegenc.c     int width, height, h_chroma_shift, v_chroma_shift;
height            210 libavformat/yuv4mpegenc.c     height = st->codecpar->height;
height            252 libavformat/yuv4mpegenc.c     for (i = 0; i < height; i++) {
height            265 libavformat/yuv4mpegenc.c         height = AV_CEIL_RSHIFT(height, v_chroma_shift);
height            269 libavformat/yuv4mpegenc.c         for (i = 0; i < height; i++) {     /* Cb */
height            273 libavformat/yuv4mpegenc.c         for (i = 0; i < height; i++) {     /* Cr */
height            221 libavutil/frame.c     if ((ret = av_image_check_size(frame->width, frame->height, 0, NULL)) < 0)
height            241 libavutil/frame.c     padded_height = FFALIGN(frame->height, 32);
height            330 libavutil/frame.c     if (frame->width > 0 && frame->height > 0)
height            390 libavutil/frame.c             && (src->width != dst->width || src->height != dst->height))
height            448 libavutil/frame.c     av_assert1(dst->width == 0 && dst->height == 0);
height            453 libavutil/frame.c     dst->height         = src->height;
height            585 libavutil/frame.c     av_assert1(dst->width == 0 && dst->height == 0);
height            626 libavutil/frame.c     tmp.height         = frame->height;
height            757 libavutil/frame.c         dst->height < src->height)
height            771 libavutil/frame.c                   dst->format, src->width, src->height);
height            805 libavutil/frame.c     if (dst->width > 0 && dst->height > 0)
height            896 libavutil/frame.c     if (!(frame->width > 0 && frame->height > 0))
height            902 libavutil/frame.c         (frame->crop_top + frame->crop_bottom) >= frame->height)
height            915 libavutil/frame.c         frame->height     -= frame->crop_bottom;
height            949 libavutil/frame.c     frame->height     -= (frame->crop_top  + frame->crop_bottom);
height            358 libavutil/frame.h     int width, height;
height            357 libavutil/hwcontext.c     ret = av_image_check_size(ctx->width, ctx->height, 0, ctx);
height            423 libavutil/hwcontext.c     frame_tmp->height = ctx->height;
height            434 libavutil/hwcontext.c     frame_tmp->height = src->height;
height            888 libavutil/hwcontext.c     dst->height    = src->height;
height            229 libavutil/hwcontext.h     int width, height;
height            146 libavutil/hwcontext_cuda.c         int size = av_image_get_buffer_size(ctx->sw_format, ctx->width, ctx->height, CUDA_FRAME_ALIGNMENT);
height            167 libavutil/hwcontext_cuda.c                                ctx->sw_format, ctx->width, ctx->height, CUDA_FRAME_ALIGNMENT);
height            176 libavutil/hwcontext_cuda.c         frame->data[1]     = frame->data[2] + frame->linesize[2] * ctx->height / 2;
height            181 libavutil/hwcontext_cuda.c     frame->height = ctx->height;
height            228 libavutil/hwcontext_cuda.c             .Height        = src->height >> ((i == 0 || i == 3) ? 0 : priv->shift_height),
height            186 libavutil/hwcontext_d3d11va.c         .Height     = ctx->height,
height            250 libavutil/hwcontext_d3d11va.c         .Height     = ctx->height,
height            300 libavutil/hwcontext_d3d11va.c     frame->height  = ctx->height;
height            335 libavutil/hwcontext_d3d11va.c         .Height         = ctx->height,
height            380 libavutil/hwcontext_d3d11va.c     int h = FFMIN(dst->height, src->height);
height             80 libavutil/hwcontext_drm.c     frame->height = hwfc->height;
height            153 libavutil/hwcontext_drm.c     dst->height = src->height;
height            194 libavutil/hwcontext_drm.c     if (dst->width > hwfc->width || dst->height > hwfc->height)
height            207 libavutil/hwcontext_drm.c     map->height = dst->height;
height            225 libavutil/hwcontext_drm.c     if (src->width > hwfc->width || src->height > hwfc->height)
height            239 libavutil/hwcontext_drm.c     map->height = src->height;
height            188 libavutil/hwcontext_dxva2.c                                                         ctx->width, ctx->height,
height            245 libavutil/hwcontext_dxva2.c     frame->height  = ctx->height;
height            352 libavutil/hwcontext_dxva2.c                   ctx->sw_format, src->width, src->height);
height            383 libavutil/hwcontext_dxva2.c                           ctx->sw_format, src->width, src->height);
height           1370 libavutil/hwcontext_opencl.c                                    int plane, int width, int height,
height           1394 libavutil/hwcontext_opencl.c     if (width & wsub - 1 || height & hsub - 1)
height           1439 libavutil/hwcontext_opencl.c         image_desc->image_height    = height;
height           1443 libavutil/hwcontext_opencl.c         image_desc->image_height    = height / hsub;
height           1638 libavutil/hwcontext_opencl.c                                       hwfc->width, hwfc->height,
height           1755 libavutil/hwcontext_opencl.c     frame->height  = hwfc->height;
height           1818 libavutil/hwcontext_opencl.c                                       src->width, src->height,
height           1873 libavutil/hwcontext_opencl.c                                       src->width, src->height,
height           1983 libavutil/hwcontext_opencl.c                                       src->width, src->height,
height           2023 libavutil/hwcontext_opencl.c     dst->height = src->height;
height           2104 libavutil/hwcontext_opencl.c                                           src->width, src->height,
height           2114 libavutil/hwcontext_opencl.c             image_info.height = image_desc.image_height;
height           2139 libavutil/hwcontext_opencl.c     dst->height = src->height;
height           2311 libavutil/hwcontext_opencl.c     dst->height = src->height;
height           2400 libavutil/hwcontext_opencl.c     dst->height = src->height;
height           2555 libavutil/hwcontext_opencl.c     dst->height = src->height;
height           2729 libavutil/hwcontext_opencl.c                                           src_fc->width, src_fc->height,
height           2783 libavutil/hwcontext_opencl.c     dst->height = src->height;
height            268 libavutil/hwcontext_qsv.c     child_frames_ctx->height            = FFALIGN(ctx->height, 16);
height            342 libavutil/hwcontext_qsv.c     surf->Info.Height         = FFALIGN(ctx->height, 16);
height            343 libavutil/hwcontext_qsv.c     surf->Info.CropH          = ctx->height;
height            591 libavutil/hwcontext_qsv.c     frame->height  = ctx->height;
height            699 libavutil/hwcontext_qsv.c         dst->height  = src->height;
height            722 libavutil/hwcontext_qsv.c     dummy->height        = src->height;
height            750 libavutil/hwcontext_qsv.c     dummy->height        = src->height;
height            919 libavutil/hwcontext_qsv.c     if (src->height & 15 || src->linesize[0] & 15) {
height            924 libavutil/hwcontext_qsv.c         tmp_frame.height         = FFALIGN(src->height, 16);
height           1058 libavutil/hwcontext_qsv.c     dst->height  = src->height;
height            459 libavutil/hwcontext_vaapi.c                            hwfc->width, hwfc->height,
height            658 libavutil/hwcontext_vaapi.c     frame->height  = hwfc->height;
height            719 libavutil/hwcontext_vaapi.c                          0, 0, hwfc->width, hwfc->height,
height            720 libavutil/hwcontext_vaapi.c                          0, 0, hwfc->width, hwfc->height);
height            810 libavutil/hwcontext_vaapi.c                             hwfc->width, hwfc->height, &map->image);
height            820 libavutil/hwcontext_vaapi.c                              hwfc->width, hwfc->height, map->image.image_id);
height            845 libavutil/hwcontext_vaapi.c     dst->height = src->height;
height            877 libavutil/hwcontext_vaapi.c     if (dst->width > hwfc->width || dst->height > hwfc->height)
height            890 libavutil/hwcontext_vaapi.c     map->height = dst->height;
height            908 libavutil/hwcontext_vaapi.c     if (src->width > hwfc->width || src->height > hwfc->height)
height            921 libavutil/hwcontext_vaapi.c     map->height = src->height;
height           1066 libavutil/hwcontext_vaapi.c     buffer_desc.height       = src_fc->height;
height           1089 libavutil/hwcontext_vaapi.c                            src->width, src->height,
height           1106 libavutil/hwcontext_vaapi.c     dst->height  = src->height;
height           1192 libavutil/hwcontext_vaapi.c     dst->height  = src->height;
height           1353 libavutil/hwcontext_vaapi.c     dst->height  = src->height;
height            226 libavutil/hwcontext_vdpau.c                                    ctx->width, ctx->height, &surf);
height            286 libavutil/hwcontext_vdpau.c     frame->height  = ctx->height;
height             87 libavutil/hwcontext_videotoolbox.c     frame->height  = ctx->height;
height            133 libavutil/hwcontext_videotoolbox.c         CVPixelBufferGetHeight(pixbuf) != ctx->height) {
height            176 libavutil/hwcontext_videotoolbox.c     if (dst->width > hwfc->width || dst->height > hwfc->height)
height            189 libavutil/hwcontext_videotoolbox.c     map->height = dst->height;
height            207 libavutil/hwcontext_videotoolbox.c     if (src->width > hwfc->width || src->height > hwfc->height)
height            220 libavutil/hwcontext_videotoolbox.c     map->height = src->height;
height           1535 libavutil/hwcontext_vulkan.c         int h = hwfc->height;
height           1545 libavutil/hwcontext_vulkan.c             .extent.height         = p_h,
height           1768 libavutil/hwcontext_vulkan.c     frame->height  = hwfc->height;
height           1854 libavutil/hwcontext_vulkan.c     dst->height = src->height;
height           2014 libavutil/hwcontext_vulkan.c         const int p_h = i > 0 ? AV_CEIL_RSHIFT(hwfc->height, fmt_desc->log2_chroma_h) : hwfc->height;
height           2022 libavutil/hwcontext_vulkan.c             .extent.height         = p_h,
height           2204 libavutil/hwcontext_vulkan.c     dst->height  = src->height;
height           2312 libavutil/hwcontext_vulkan.c                     .Height = i > 0 ? AV_CEIL_RSHIFT(hwfc->height, desc->log2_chroma_h)
height           2313 libavutil/hwcontext_vulkan.c                                     : hwfc->height,
height           2443 libavutil/hwcontext_vulkan.c             .Height        = i > 0 ? AV_CEIL_RSHIFT(hwfc->height, desc->log2_chroma_h)
height           2444 libavutil/hwcontext_vulkan.c                                    : hwfc->height,
height           2609 libavutil/hwcontext_vulkan.c     dst->height  = src->height;
height           2692 libavutil/hwcontext_vulkan.c                       int height, int *stride, VkBufferUsageFlags usage,
height           2732 libavutil/hwcontext_vulkan.c         buf_spawn.size = height*(*stride);
height           3004 libavutil/hwcontext_vulkan.c     if (src->width > hwfc->width || src->height > hwfc->height)
height           3026 libavutil/hwcontext_vulkan.c         int h = src->height;
height           3058 libavutil/hwcontext_vulkan.c         int h = src->height;
height           3075 libavutil/hwcontext_vulkan.c                              src->width, src->height, src->format, 0);
height           3148 libavutil/hwcontext_vulkan.c             .Height        = i > 0 ? AV_CEIL_RSHIFT(hwfc->height, desc->log2_chroma_h)
height           3149 libavutil/hwcontext_vulkan.c                                    : hwfc->height,
height           3188 libavutil/hwcontext_vulkan.c     if (dst->width > hwfc->width || dst->height > hwfc->height)
height           3210 libavutil/hwcontext_vulkan.c         int h = dst->height;
height           3239 libavutil/hwcontext_vulkan.c                                   dst->width, dst->height, dst->format, 1)))
height           3247 libavutil/hwcontext_vulkan.c         int h = dst->height;
height            111 libavutil/imgutils.c int av_image_fill_pointers(uint8_t *data[4], enum AVPixelFormat pix_fmt, int height,
height            123 libavutil/imgutils.c     if (linesizes[0] > (INT_MAX - 1024) / height)
height            125 libavutil/imgutils.c     size[0] = linesizes[0] * height;
height            140 libavutil/imgutils.c         h = (height + (1 << s) - 1) >> s;
height            310 libavutil/imgutils.c                              ptrdiff_t bytewidth, int height)
height            316 libavutil/imgutils.c     for (;height > 0; height--) {
height            325 libavutil/imgutils.c                                      ptrdiff_t bytewidth, int height)
height            331 libavutil/imgutils.c                                           bytewidth, height);
height            335 libavutil/imgutils.c         image_copy_plane(dst, dst_linesize, src, src_linesize, bytewidth, height);
height            340 libavutil/imgutils.c                          int bytewidth, int height)
height            342 libavutil/imgutils.c     image_copy_plane(dst, dst_linesize, src, src_linesize, bytewidth, height);
height            347 libavutil/imgutils.c                        enum AVPixelFormat pix_fmt, int width, int height,
height            360 libavutil/imgutils.c                    width, height);
height            371 libavutil/imgutils.c             int h = height;
height            378 libavutil/imgutils.c                 h = AV_CEIL_RSHIFT(height, desc->log2_chroma_h);
height            389 libavutil/imgutils.c                    enum AVPixelFormat pix_fmt, int width, int height)
height            400 libavutil/imgutils.c                width, height, image_copy_plane);
height            405 libavutil/imgutils.c                            enum AVPixelFormat pix_fmt, int width, int height)
height            408 libavutil/imgutils.c                width, height, image_copy_plane_uc_from);
height            413 libavutil/imgutils.c                          int width, int height, int align)
height            417 libavutil/imgutils.c     ret = av_image_check_size(width, height, 0, NULL);
height            428 libavutil/imgutils.c     return av_image_fill_pointers(dst_data, pix_fmt, height, (uint8_t *)src, dst_linesize);
height            432 libavutil/imgutils.c                              int width, int height, int align)
height            441 libavutil/imgutils.c     ret = av_image_check_size(width, height, 0, NULL);
height            447 libavutil/imgutils.c         return FFALIGN(width, align) * height;
height            450 libavutil/imgutils.c                                 width, height, align);
height            457 libavutil/imgutils.c                             int width, int height, int align)
height            460 libavutil/imgutils.c     int size = av_image_get_buffer_size(pix_fmt, width, height, align);
height            478 libavutil/imgutils.c         h = (height + (1 << shift) - 1) >> shift;
height            536 libavutil/imgutils.c                         int width, int height)
height            568 libavutil/imgutils.c         for (;height > 0; height--) {
height            635 libavutil/imgutils.c         int plane_h = ((height + ( 1 << chroma_div) - 1)) >> chroma_div;
height             81 libavutil/imgutils.h int av_image_fill_pointers(uint8_t *data[4], enum AVPixelFormat pix_fmt, int height,
height            111 libavutil/imgutils.h                          int bytewidth, int height);
height            121 libavutil/imgutils.h                    enum AVPixelFormat pix_fmt, int width, int height);
height            139 libavutil/imgutils.h                            enum AVPixelFormat pix_fmt, int width, int height);
height            169 libavutil/imgutils.h                          enum AVPixelFormat pix_fmt, int width, int height, int align);
height            181 libavutil/imgutils.h int av_image_get_buffer_size(enum AVPixelFormat pix_fmt, int width, int height, int align);
height            202 libavutil/imgutils.h                             enum AVPixelFormat pix_fmt, int width, int height, int align);
height            270 libavutil/imgutils.h                         int width, int height);
height             27 libavutil/imgutils_internal.h                                     ptrdiff_t bytewidth, int height);
height             68 libavutil/parseutils.c     int width, height;
height            153 libavutil/parseutils.c     int width = 0, height = 0;
height            158 libavutil/parseutils.c             height = video_size_abbrs[i].height;
height            166 libavutil/parseutils.c         height = strtol(p, (void*)&p, 10);
height            172 libavutil/parseutils.c     if (width <= 0 || height <= 0)
height            175 libavutil/parseutils.c     *height_ptr = height;
height             37 libavutil/spherical.c                               size_t width, size_t height,
height             44 libavutil/spherical.c     uint64_t orig_height = (uint64_t) height * UINT32_MAX /
height             51 libavutil/spherical.c     *bottom = orig_height - height - *top;
height            206 libavutil/spherical.h                               size_t width, size_t height,
height             32 libavutil/x86/imgutils_init.c                                       ptrdiff_t bytewidth, int height);
height             36 libavutil/x86/imgutils_init.c                                     ptrdiff_t bytewidth, int height)
height             44 libavutil/x86/imgutils_init.c                                          bw_aligned, height);
height            555 libpostproc/postprocess.c typedef void (*pp_fn)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
height            558 libpostproc/postprocess.c static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
height            592 libpostproc/postprocess.c     pp(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c);
height            846 libpostproc/postprocess.c static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){
height            848 libpostproc/postprocess.c     int mbHeight= (height+15)>>4;
height            859 libpostproc/postprocess.c             c->yHistogram[i]= width*height/64*15/256;
height            864 libpostproc/postprocess.c         reallocAlign((void **)&c->tempBlurredPast[i], 256*((height+7)&(~7))/2 + 17*1024);//FIXME size
height            879 libpostproc/postprocess.c av_cold pp_context *pp_get_context(int width, int height, int cpuCaps){
height            905 libpostproc/postprocess.c     reallocBuffers(c, width, height, stride, qpStride);
height            937 libpostproc/postprocess.c                      int width, int height,
height            942 libpostproc/postprocess.c     int mbHeight= (height+15)>>4;
height            950 libpostproc/postprocess.c         reallocBuffers(c, width, height,
height           1012 libpostproc/postprocess.c                 width, height, QP_store, QPStride, 0, mode, c);
height           1018 libpostproc/postprocess.c     height = (height)>>c->vChromaSubSample;
height           1022 libpostproc/postprocess.c                     width, height, QP_store, QPStride, 1, mode, c);
height           1024 libpostproc/postprocess.c                     width, height, QP_store, QPStride, 2, mode, c);
height           1027 libpostproc/postprocess.c         linecpy(dst[1], src[1], height, srcStride[1]);
height           1028 libpostproc/postprocess.c         linecpy(dst[2], src[2], height, srcStride[2]);
height           1031 libpostproc/postprocess.c         for(y=0; y<height; y++){
height             85 libpostproc/postprocess.h pp_context *pp_get_context(int width, int height, int flags);
height           3077 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
height           3305 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
height           3373 libpostproc/postprocess_template.c         if(c.frameNum == 1) yHistogram[0]= width*(uint64_t)height/64*15/256;
height           3466 libpostproc/postprocess_template.c     for(y=0; y<height; y+=BLOCK_SIZE){
height           3479 libpostproc/postprocess_template.c         if(y+15 >= height){
height           3484 libpostproc/postprocess_template.c                     FFMAX(height-y-copyAhead, 0), srcStride);
height           3487 libpostproc/postprocess_template.c             for(i=FFMAX(height-y, 8); i<copyAhead+8; i++)
height           3488 libpostproc/postprocess_template.c                     memcpy(tempSrc + srcStride*i, src + srcStride*(height-1), FFABS(srcStride));
height           3491 libpostproc/postprocess_template.c             linecpy(tempDst, dstBlock - dstStride, FFMIN(height-y+1, copyAhead+1), dstStride);
height           3494 libpostproc/postprocess_template.c             for(i=height-y+1; i<=copyAhead; i++)
height           3495 libpostproc/postprocess_template.c                     memcpy(tempDst + dstStride*i, dst + dstStride*(height-1), FFABS(dstStride));
height           3573 libpostproc/postprocess_template.c             if(y + 8 < height){
height           3689 libpostproc/postprocess_template.c         if(y+15 >= height){
height           3692 libpostproc/postprocess_template.c                 linecpy(dstBlock, tempDst + dstStride, height-y, dstStride);
height           3695 libpostproc/postprocess_template.c                 for(i=0; i<height-y; i++){
height             31 libswscale/aarch64/rgb2rgb.c                               uint8_t *dest, int width, int height,
height             28 libswscale/arm/swscale_unscaled.c                 int width, int height,
height             33 libswscale/arm/swscale_unscaled.c                 int width, int height,
height             46 libswscale/ppc/yuv2yuv_altivec.c     const int height      = srcSliceH;
height             62 libswscale/ppc/yuv2yuv_altivec.c     for (y = 0; y < height; y++) {
height            122 libswscale/ppc/yuv2yuv_altivec.c     const int height                 = srcSliceH;
height            138 libswscale/ppc/yuv2yuv_altivec.c     for (y = 0; y < height; y++) {
height             63 libswscale/rgb2rgb.c                    int width, int height,
height             67 libswscale/rgb2rgb.c                    int width, int height,
height             71 libswscale/rgb2rgb.c                       int width, int height,
height             75 libswscale/rgb2rgb.c                       int width, int height,
height             79 libswscale/rgb2rgb.c                    int width, int height,
height             83 libswscale/rgb2rgb.c                        int width, int height,
height             86 libswscale/rgb2rgb.c void (*planar2x)(const uint8_t *src, uint8_t *dst, int width, int height,
height             89 libswscale/rgb2rgb.c                         int width, int height, int src1Stride,
height             92 libswscale/rgb2rgb.c                           int width, int height, int srcStride,
height             96 libswscale/rgb2rgb.c                     int width, int height,
height            101 libswscale/rgb2rgb.c                      int width, int height,
height            105 libswscale/rgb2rgb.c                      const uint8_t *src, int width, int height,
height            108 libswscale/rgb2rgb.c                      const uint8_t *src, int width, int height,
height            111 libswscale/rgb2rgb.c                      const uint8_t *src, int width, int height,
height            114 libswscale/rgb2rgb.c                      const uint8_t *src, int width, int height,
height             83 libswscale/rgb2rgb.h                       uint8_t *vdst, int width, int height, int lumStride,
height             91 libswscale/rgb2rgb.h                           int width, int height,
height             98 libswscale/rgb2rgb.h                              int width, int height,
height            106 libswscale/rgb2rgb.h                           int width, int height,
height            114 libswscale/rgb2rgb.h                           int width, int height,
height            121 libswscale/rgb2rgb.h                              int width, int height,
height            131 libswscale/rgb2rgb.h                               int width, int height,
height            134 libswscale/rgb2rgb.h extern void (*planar2x)(const uint8_t *src, uint8_t *dst, int width, int height,
height            138 libswscale/rgb2rgb.h                                int width, int height, int src1Stride,
height            142 libswscale/rgb2rgb.h                                  int width, int height, int srcStride,
height            147 libswscale/rgb2rgb.h                            int width, int height,
height            153 libswscale/rgb2rgb.h                             int width, int height,
height            158 libswscale/rgb2rgb.h                             int width, int height,
height            161 libswscale/rgb2rgb.h                             int width, int height,
height            164 libswscale/rgb2rgb.h                             int width, int height,
height            167 libswscale/rgb2rgb.h                             int width, int height,
height            379 libswscale/rgb2rgb_template.c                                      int width, int height,
height            386 libswscale/rgb2rgb_template.c     for (y = 0; y < height; y++) {
height            433 libswscale/rgb2rgb_template.c                                 int width, int height, int lumStride,
height            437 libswscale/rgb2rgb_template.c     yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
height            443 libswscale/rgb2rgb_template.c                                      int width, int height,
height            450 libswscale/rgb2rgb_template.c     for (y = 0; y < height; y++) {
height            497 libswscale/rgb2rgb_template.c                                 int width, int height, int lumStride,
height            501 libswscale/rgb2rgb_template.c     yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
height            510 libswscale/rgb2rgb_template.c                                    int width, int height, int lumStride,
height            513 libswscale/rgb2rgb_template.c     yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
height            522 libswscale/rgb2rgb_template.c                                    int width, int height, int lumStride,
height            525 libswscale/rgb2rgb_template.c     yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
height            535 libswscale/rgb2rgb_template.c                                 int width, int height, int lumStride,
height            541 libswscale/rgb2rgb_template.c     for (y = 0; y < height; y += 2) {
height            616 libswscale/rgb2rgb_template.c                                 int width, int height, int lumStride,
height            622 libswscale/rgb2rgb_template.c     for (y = 0; y < height; y += 2) {
height            652 libswscale/rgb2rgb_template.c                    uint8_t *vdst, int width, int height, int lumStride,
height            661 libswscale/rgb2rgb_template.c     for (y = 0; y < height; y += 2) {
height            686 libswscale/rgb2rgb_template.c         if (y+1 == height)
height            713 libswscale/rgb2rgb_template.c                               uint8_t *dest, int width, int height,
height            718 libswscale/rgb2rgb_template.c     for (h = 0; h < height; h++) {
height            731 libswscale/rgb2rgb_template.c                                 int width, int height, int srcStride,
height            736 libswscale/rgb2rgb_template.c     for (h = 0; h < height; h++) {
height            750 libswscale/rgb2rgb_template.c                                  int width, int height,
height            756 libswscale/rgb2rgb_template.c     int h = height / 2;
height            774 libswscale/rgb2rgb_template.c                                   int width, int height,
height            780 libswscale/rgb2rgb_template.c     int h = height;
height            874 libswscale/rgb2rgb_template.c                            const uint8_t *src, int width, int height,
height            880 libswscale/rgb2rgb_template.c     for (y = 0; y < height; y++) {
height            894 libswscale/rgb2rgb_template.c                            const uint8_t *src, int width, int height,
height            900 libswscale/rgb2rgb_template.c     for (y = 0; y < height; y++) {
height            912 libswscale/rgb2rgb_template.c                            const uint8_t *src, int width, int height,
height            918 libswscale/rgb2rgb_template.c     for (y = 0; y < height; y++) {
height            932 libswscale/rgb2rgb_template.c                            const uint8_t *src, int width, int height,
height            938 libswscale/rgb2rgb_template.c     for (y = 0; y < height; y++) {
height             56 libswscale/swscale.c                                        int height, int y, uint8_t val)
height             60 libswscale/swscale.c     for (i = 0; i < height; i++) {
height            496 libswscale/swscale.c         int height = dstY - lastDstY;
height            500 libswscale/swscale.c             fillPlane16(dst[3], dstStride[3], length, height, lastDstY,
height            505 libswscale/swscale.c             fillPlane32(dst[3], dstStride[3], length, height, lastDstY,
height            509 libswscale/swscale.c             fillPlane(dst[3], dstStride[3], length, height, lastDstY, 255);
height            261 libswscale/swscale.h void sws_normalizeVec(SwsVector *a, double height);
height            910 libswscale/swscale_internal.h static inline void fillPlane16(uint8_t *plane, int stride, int width, int height, int y,
height            916 libswscale/swscale_internal.h     for (i = 0; i < height; i++) {
height            931 libswscale/swscale_internal.h static inline void fillPlane32(uint8_t *plane, int stride, int width, int height, int y,
height            943 libswscale/swscale_internal.h     for (i = 0; i < height; i++) {
height            114 libswscale/swscale_unscaled.c static void fillPlane(uint8_t *plane, int stride, int width, int height, int y,
height            119 libswscale/swscale_unscaled.c     for (i = 0; i < height; i++) {
height           1695 libswscale/swscale_unscaled.c         for (i = 0; i < height; i++) {\
height           1713 libswscale/swscale_unscaled.c         for (i = 0; i < height; i++) {\
height           1732 libswscale/swscale_unscaled.c         for (i = 0; i < height; i++) {\
height           1762 libswscale/swscale_unscaled.c         int height = (plane == 0 || plane == 3) ? srcSliceH: AV_CEIL_RSHIFT(srcSliceH, c->chrDstVSubSample);
height           1773 libswscale/swscale_unscaled.c                 fillPlane16(dst[plane], dstStride[plane], length, height, y,
height           1777 libswscale/swscale_unscaled.c                 fillPlane(dst[plane], dstStride[plane], length, height, y,
height           1796 libswscale/swscale_unscaled.c                     for (i = 0; i < height; i++) {
height           1815 libswscale/swscale_unscaled.c                     for (i = 0; i < height; i++) {
height           1887 libswscale/swscale_unscaled.c                 for (i = 0; i < height; i++) {
height           1895 libswscale/swscale_unscaled.c                 for (i = 0; i < height; i++) {
height           1904 libswscale/swscale_unscaled.c                        height * dstStride[plane]);
height           1910 libswscale/swscale_unscaled.c                 for (i = 0; i < height; i++) {
height           2114 libswscale/utils.c void sws_normalizeVec(SwsVector *a, double height)
height           2116 libswscale/utils.c     sws_scaleVec(a, height / sws_dcVec(a));
height            156 libswscale/x86/rgb2rgb.c                           const uint8_t *src, int width, int height,
height            159 libswscale/x86/rgb2rgb.c                          const uint8_t *src, int width, int height,
height           1106 libswscale/x86/rgb2rgb_template.c                                            int width, int height,
height           1111 libswscale/x86/rgb2rgb_template.c     for (y=0; y<height; y++) {
height           1163 libswscale/x86/rgb2rgb_template.c                                       int width, int height,
height           1167 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
height           1171 libswscale/x86/rgb2rgb_template.c                                            int width, int height,
height           1176 libswscale/x86/rgb2rgb_template.c     for (y=0; y<height; y++) {
height           1228 libswscale/x86/rgb2rgb_template.c                                       int width, int height,
height           1232 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
height           1239 libswscale/x86/rgb2rgb_template.c                                          int width, int height,
height           1242 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1);
height           1249 libswscale/x86/rgb2rgb_template.c                                          int width, int height,
height           1252 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1);
height           1260 libswscale/x86/rgb2rgb_template.c                                       int width, int height,
height           1265 libswscale/x86/rgb2rgb_template.c     for (y=0; y<height; y+=2) {
height           1466 libswscale/x86/rgb2rgb_template.c                                       int width, int height,
height           1471 libswscale/x86/rgb2rgb_template.c     for (y=0; y<height; y+=2) {
height           1573 libswscale/x86/rgb2rgb_template.c                                        int width, int height,
height           1583 libswscale/x86/rgb2rgb_template.c     if (height > 2) {
height           1589 libswscale/x86/rgb2rgb_template.c         height -= 2;
height           1592 libswscale/x86/rgb2rgb_template.c     for (y=0; y<height-2; y+=2) {
height           1820 libswscale/x86/rgb2rgb_template.c      ff_rgb24toyv12_c(src, ydst, udst, vdst, width, height-y, lumStride, chromStride, srcStride, rgb2yuv);
height           1827 libswscale/x86/rgb2rgb_template.c                                     int width, int height, int src1Stride,
height           1832 libswscale/x86/rgb2rgb_template.c     for (h=0; h < height; h++) {
height           1910 libswscale/x86/rgb2rgb_template.c                                       int width, int height, int srcStride,
height           1915 libswscale/x86/rgb2rgb_template.c     for (h = 0; h < height; h++) {
height           1936 libswscale/x86/rgb2rgb_template.c                                        int width, int height,
height           1942 libswscale/x86/rgb2rgb_template.c     w=width/2; h=height/2;
height           2028 libswscale/x86/rgb2rgb_template.c                                         int width, int height,
height           2034 libswscale/x86/rgb2rgb_template.c     w=width/2; h=height;
height           2394 libswscale/x86/rgb2rgb_template.c                                  int width, int height,
height           2400 libswscale/x86/rgb2rgb_template.c     for (y=0; y<height; y++) {
height           2420 libswscale/x86/rgb2rgb_template.c                                  int width, int height,
height           2426 libswscale/x86/rgb2rgb_template.c     for (y=0; y<height; y++) {
height           2444 libswscale/x86/rgb2rgb_template.c                                  int width, int height,
height           2450 libswscale/x86/rgb2rgb_template.c     for (y=0; y<height; y++) {
height           2470 libswscale/x86/rgb2rgb_template.c                                  int width, int height,
height           2476 libswscale/x86/rgb2rgb_template.c     for (y=0; y<height; y++) {
height             37 tests/api/api-band-test.c                             int slice_position, int type, int height)
height             49 tests/api/api-band-test.c     chroma_h = -((-height) >> pix_fmt_desc->log2_chroma_h);
height             51 tests/api/api-band-test.c     shift_height = -((-ctx->height) >> pix_fmt_desc->log2_chroma_h);
height             53 tests/api/api-band-test.c     for (i = 0; i < height; i++) {
height             58 tests/api/api-band-test.c         memcpy(slice_byte_buffer + ctx->width * ctx->height + chroma_w * shift_slice_position + i * chroma_w,
height             62 tests/api/api-band-test.c         memcpy(slice_byte_buffer + ctx->width * ctx->height + chroma_w * shift_height + chroma_w * shift_slice_position + i * chroma_w,
height            143 tests/api/api-band-test.c     byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 32);
height            179 tests/api/api-band-test.c                                         ctx->pix_fmt, ctx->width, ctx->height, 1);
height             92 tests/api/api-h264-slice-test.c         for (int i = 0; i < frame->height; i++)
height             94 tests/api/api-h264-slice-test.c         for (int i = 0; i < frame->height >> desc->log2_chroma_h; i++)
height             96 tests/api/api-h264-slice-test.c         for (int i = 0; i < frame->height >> desc->log2_chroma_h; i++)
height            102 tests/api/api-h264-slice-test.c             (frame->width * frame->height + 2 * (frame->height >> desc->log2_chroma_h) * (frame->width >> desc->log2_chroma_w)), sum);
height            157 tests/api/api-h264-slice-test.c     c->height = 288;
height            100 tests/api/api-h264-test.c     byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 16);
height            130 tests/api/api-h264-test.c                                         ctx->pix_fmt, ctx->width, ctx->height, 1);
height             87 tests/api/api-seek-test.c     byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 16);
height            127 tests/api/api-seek-test.c                                         ctx->pix_fmt, ctx->width, ctx->height, 1);
height            103 tests/api/api-threadmessage-test.c             msg.frame->height = 240;
height             82 tests/checkasm/hevc_sao.c                           int16_t *sao_offset_val, int sao_left_class, int width, int height);
height            114 tests/checkasm/hevc_sao.c                           int16_t *sao_offset_val, int eo, int width, int height);
height             85 tests/checkasm/llviddspenc.c                       ptrdiff_t stride, ptrdiff_t width, int height);
height             85 tests/checkasm/sw_rgb.c                       const uint8_t *src, int width, int height,
height             65 tests/checkasm/utvideodsp.c              ptrdiff_t linesize_b, int width, int height);  \
height             69 tests/checkasm/vf_blend.c                      ptrdiff_t width, ptrdiff_t height,                                    \
height            281 tests/checkasm/vp8dsp.c             int height = (size << 1) >> (k % 3);
height            314 tests/checkasm/vp8dsp.c                         call_ref(dst0, size, src, SRC_BUF_STRIDE, height, mx, my);
height            315 tests/checkasm/vp8dsp.c                         call_new(dst1, size, src, SRC_BUF_STRIDE, height, mx, my);
height            316 tests/checkasm/vp8dsp.c                         if (memcmp(dst0, dst1, size * height))
height            318 tests/checkasm/vp8dsp.c                         bench_new(dst1, size, src, SRC_BUF_STRIDE, height, mx, my);
height            178 tests/rotozoom.c     height  = h;
height            116 tests/tiny_ssim.c                            int width, int height, void *buf, int *cnt )
height            124 tests/tiny_ssim.c     height >>= 2;
height            125 tests/tiny_ssim.c     for( y = 1; y < height; y++ )
height            137 tests/tiny_ssim.c     return ssim / ((height-1) * (width-1));
height             39 tests/utils.c                               int width, int height)
height             48 tests/utils.c      for (y = 0; y < height; y += 2) {
height            158 tests/utils.c  static int width, height, wrap;
height            165 tests/utils.c          y < 0 || y >= height)
height            179 tests/videogen.c     height  = h;
height             75 tools/ismindex.c     int width, height;
height            595 tools/ismindex.c             track->height = st->codecpar->height;
height            726 tools/ismindex.c                     index, track->bitrate, track->fourcc, track->width, track->height);
height             41 tools/sidxindex.c     int width, height;
height            199 tools/sidxindex.c             track->height = st->codecpar->height;
height            305 tools/sidxindex.c             int width = 0, height = 0, sample_rate = 0, channels = 0, bitrate = 0;
height            317 tools/sidxindex.c                     height = track->height;
height            326 tools/sidxindex.c             if (width > 0 && height > 0)
height            327 tools/sidxindex.c                 fprintf(out, " width=\"%d\" height=\"%d\"", width, height);
height             71 tools/target_bsf_fuzzer.c         bsf->par_in->height                     = bytestream2_get_le32(&gbc);
height             98 tools/target_bsf_fuzzer.c         if (av_image_check_size(bsf->par_in->width, bsf->par_in->height, 0, bsf))
height             99 tools/target_bsf_fuzzer.c             bsf->par_in->width = bsf->par_in->height = 0;
height            203 tools/target_dec_fuzzer.c         ctx->height                             = bytestream2_get_le32(&gbc);
height            260 tools/target_dec_fuzzer.c         if (av_image_check_size(ctx->width, ctx->height, 0, ctx))
height            261 tools/target_dec_fuzzer.c             ctx->width = ctx->height = 0;
height            336 tools/target_dec_fuzzer.c             ec_pixels += (ctx->width + 32LL) * (ctx->height + 32LL);
height            170 tools/uncoded_frame.c             st->stream->codecpar->height              = av_buffersink_get_h(st->sink);
height             25 tools/yuvcmp.c     int height;
height             34 tools/yuvcmp.c     height = atoi(argv[4]);
height             40 tools/yuvcmp.c     int lsiz = width * height;
height             41 tools/yuvcmp.c     int csiz = width * height / 4;
height             72 tools/yuvcmp.c     mb_y = height / 16;