height 48 cmdutils_opencl.c int height) height 64 cmdutils_opencl.c lm_idx.y = lm_idx.y >= height ? height - 1: lm_idx.y; height 89 cmdutils_opencl.c if (global_idx.x < width && global_idx.y < height) height 126 cmdutils_opencl.c int i, arg = 0, width = 1920, height = 1088; height 132 cmdutils_opencl.c int buf_size = width * height * sizeof(char); height 139 cmdutils_opencl.c size_t global_work_size_2d[2] = {(size_t)width, (size_t)height}; height 182 cmdutils_opencl.c OCLCHECK(clSetKernelArg, kernel, arg++, sizeof(cl_int), &height); height 203 compat/avisynth/avisynth_c.h int width, height; // width=0 means no video height 295 compat/avisynth/avisynth_c.h { if (avs_is_planar(vi)) {int p = vi->height * ((avs_row_size(vi)+3) & ~3); p+=p>>1; return p; } return vi->height * ((avs_row_size(vi)+3) & ~3); } height 389 compat/avisynth/avisynth_c.h int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of picture. height 428 compat/avisynth/avisynth_c.h return p->height;} height 436 compat/avisynth/avisynth_c.h return p->height;} height 714 compat/avisynth/avisynth_c.h AVSC_API(void, avs_bit_blt)(AVS_ScriptEnvironment *, BYTE* dstp, int dst_pitch, const BYTE* srcp, int src_pitch, int row_size, int height); height 34 compat/avisynth/avisynth_c_25.h return p->height>>1; height 37 compat/avisynth/avisynth_c_25.h return p->height;} height 159 compat/avisynth/avxsynth_c.h int width, height; // width=0 means no video height 239 compat/avisynth/avxsynth_c.h { if (avs_is_planar(vi)) {int p = vi->height * ((avs_row_size(vi)+3) & ~3); p+=p>>1; return p; } return vi->height * ((avs_row_size(vi)+3) & ~3); } height 333 compat/avisynth/avxsynth_c.h int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of picture. height 371 compat/avisynth/avxsynth_c.h return p->height;} height 376 compat/avisynth/avxsynth_c.h if (p->pitchUV) return p->height>>1; height 379 compat/avisynth/avxsynth_c.h return p->height;} height 690 compat/avisynth/avxsynth_c.h AVSC_API(void, avs_bit_blt)(AVS_ScriptEnvironment *, unsigned char* dstp, int dst_pitch, const unsigned char* srcp, int src_pitch, int row_size, int height); height 376 doc/examples/decoding_encoding.c c->height = 288; height 411 doc/examples/decoding_encoding.c frame->height = c->height; height 415 doc/examples/decoding_encoding.c ret = av_image_alloc(frame->data, frame->linesize, c->width, c->height, height 431 doc/examples/decoding_encoding.c for (y = 0; y < c->height; y++) { height 438 doc/examples/decoding_encoding.c for (y = 0; y < c->height/2; y++) { height 524 doc/examples/decoding_encoding.c avctx->width, avctx->height, buf); height 39 doc/examples/demuxing_decoding.c static int width, height; height 84 doc/examples/demuxing_decoding.c if (video_dec_ctx->width != width || video_dec_ctx->height != height || height 93 doc/examples/demuxing_decoding.c width, height, av_get_pix_fmt_name(pix_fmt), height 94 doc/examples/demuxing_decoding.c video_dec_ctx->width, video_dec_ctx->height, height 109 doc/examples/demuxing_decoding.c pix_fmt, width, height); height 285 doc/examples/demuxing_decoding.c height = video_dec_ctx->height; height 288 doc/examples/demuxing_decoding.c width, height, pix_fmt, 1); height 363 doc/examples/demuxing_decoding.c av_get_pix_fmt_name(pix_fmt), width, height, height 105 doc/examples/filtering_video.c dec_ctx->width, dec_ctx->height, dec_ctx->pix_fmt, height 193 doc/examples/filtering_video.c for (y = 0; y < frame->height; y++) { height 147 doc/examples/muxing.c c->height = 288; height 360 doc/examples/muxing.c static AVFrame *alloc_picture(enum AVPixelFormat pix_fmt, int width, int height) height 371 doc/examples/muxing.c picture->height = height; height 400 doc/examples/muxing.c ost->frame = alloc_picture(c->pix_fmt, c->width, c->height); height 411 doc/examples/muxing.c ost->tmp_frame = alloc_picture(AV_PIX_FMT_YUV420P, c->width, c->height); height 421 doc/examples/muxing.c int width, int height) height 436 doc/examples/muxing.c for (y = 0; y < height; y++) height 441 doc/examples/muxing.c for (y = 0; y < height / 2; y++) { height 462 doc/examples/muxing.c ost->sws_ctx = sws_getContext(c->width, c->height, height 464 doc/examples/muxing.c c->width, c->height, height 473 doc/examples/muxing.c fill_yuv_image(ost->tmp_frame, ost->next_pts, c->width, c->height); height 476 doc/examples/muxing.c 0, c->height, ost->frame->data, ost->frame->linesize); height 478 doc/examples/muxing.c fill_yuv_image(ost->frame, ost->next_pts, c->width, c->height); height 260 doc/examples/qsvdec.c frame->width, frame->height, &img); height 269 doc/examples/qsvdec.c frame->width, frame->height, height 287 doc/examples/qsvdec.c for (j = 0; j < (img.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 128 doc/examples/transcoding.c enc_ctx->height = dec_ctx->height; height 216 doc/examples/transcoding.c dec_ctx->width, dec_ctx->height, dec_ctx->pix_fmt, height 172 ffmpeg.c ist->sub2video.frame->height = ist->sub2video.h; height 176 ffmpeg.c memset(frame->data[0], 0, frame->height * frame->linesize[0]); height 1187 ffmpeg.c fprintf(vstats_file, "PSNR= %6.2f ", psnr(enc->coded_frame->error[0] / (enc->width * enc->height * 255.0 * 255.0))); height 1502 ffmpeg.c scale = enc->width * enc->height * 255.0 * 255.0 * frame_number; height 1505 ffmpeg.c scale = enc->width * enc->height * 255.0 * 255.0; height 1782 ffmpeg.c avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height); height 1983 ffmpeg.c ist->dec_ctx->height != decoded_frame->height || height 1987 ffmpeg.c decoded_frame->height, height 1990 ffmpeg.c ist->dec_ctx->height, height 2040 ffmpeg.c ist->resample_height != decoded_frame->height || height 2047 ffmpeg.c decoded_frame->width, decoded_frame->height, av_get_pix_fmt_name(decoded_frame->format)); height 2050 ffmpeg.c ist->resample_height = decoded_frame->height; height 2776 ffmpeg.c enc_ctx->height = dec_ctx->height; height 2781 ffmpeg.c (AVRational){ enc_ctx->height, enc_ctx->width }); height 2795 ffmpeg.c enc_ctx->height = dec_ctx->height; height 2882 ffmpeg.c enc_ctx->height = ost->filter->filter->inputs[0]->h; height 2885 ffmpeg.c av_mul_q(ost->frame_aspect_ratio, (AVRational){ enc_ctx->height, enc_ctx->width }) : height 2907 ffmpeg.c enc_ctx->height != dec_ctx->height || height 2934 ffmpeg.c enc_ctx->height = input_streams[ost->source_index]->st->codec->height; height 265 ffmpeg_dxva2.c ctx->tmp_frame->height = frame->height; height 280 ffmpeg_dxva2.c LockedRect.Pitch, frame->width, frame->height); height 284 ffmpeg_dxva2.c LockedRect.Pitch, frame->width, frame->height / 2); height 361 ffmpeg_filter.c if (codec->width || codec->height) { height 367 ffmpeg_filter.c codec->height, height 598 ffmpeg_filter.c h = ist->dec_ctx->height; height 603 ffmpeg_filter.c h = FFMAX(h, avf->streams[i]->codec->height); height 613 ffmpeg_filter.c ist->sub2video.h = ist->dec_ctx->height = ist->resample_height = h; height 648 ffmpeg_opt.c ist->resample_height = ist->dec_ctx->height; height 718 ffmpeg_opt.c av_parse_video_size(&ist->dec_ctx->width, &ist->dec_ctx->height, canvas_size) < 0) { height 1342 ffmpeg_opt.c if (frame_size && av_parse_video_size(&video_enc->width, &video_enc->height, frame_size) < 0) { height 1575 ffmpeg_opt.c if (frame_size && av_parse_video_size(&subtitle_enc->width, &subtitle_enc->height, frame_size) < 0) { height 1886 ffmpeg_opt.c new_area = ist->st->codec->width * ist->st->codec->height; height 52 ffmpeg_vda.c vda->tmp_frame->height = frame->height; height 77 ffmpeg_vda.c frame->width, frame->height); height 104 ffmpeg_vdpau.c uint32_t width, height; height 108 ffmpeg_vdpau.c if (av_vdpau_get_surface_parameters(s, &chroma, &width, &height)) height 126 ffmpeg_vdpau.c err = ctx->video_surface_create(ctx->device, chroma, width, height, height 150 ffmpeg_vdpau.c &ctx->tmp_frame->height); height 163 ffmpeg_vdpau.c ctx->tmp_frame->height = frame->height; height 158 ffplay.c int height; height 284 ffplay.c int width, height, xleft, ytop; height 793 ffplay.c static void fill_border(int xleft, int ytop, int width, int height, int x, int y, int w, int h, int color, int update) height 807 ffplay.c h2 = height - (y + h); height 812 ffplay.c w1, height, height 816 ffplay.c w2, height, height 823 ffplay.c xleft + w1, ytop + height - h2, height 1070 ffplay.c int width, height, x, y; height 1082 ffplay.c height = scr_height; height 1083 ffplay.c width = ((int)rint(height * aspect_ratio)) & ~1; height 1086 ffplay.c height = ((int)rint(width / aspect_ratio)) & ~1; height 1089 ffplay.c y = (scr_height - height) / 2; height 1093 ffplay.c rect->h = FFMAX(height, 1); height 1130 ffplay.c calculate_display_rect(&rect, is->xleft, is->ytop, is->width, is->height, vp->width, vp->height, vp->sar); height 1136 ffplay.c fill_border(is->xleft, is->ytop, is->width, is->height, rect.x, rect.y, rect.w, rect.h, bgcolor, 1); height 1154 ffplay.c for (rdft_bits = 1; (1 << rdft_bits) < 2 * s->height; rdft_bits++) height 1203 ffplay.c s->xleft, s->ytop, s->width, s->height, height 1209 ffplay.c h = s->height / nb_display_channels; height 1240 ffplay.c SDL_UpdateRect(screen, s->xleft, s->ytop, s->width, s->height); height 1269 ffplay.c for (y = 0; y < s->height; y++) { height 1279 ffplay.c s->xpos, s->height-y, 1, 1, height 1283 ffplay.c SDL_UpdateRect(screen, s->xpos, s->ytop, 1, s->height); height 1334 ffplay.c static void set_default_window_size(int width, int height, AVRational sar) height 1337 ffplay.c calculate_display_rect(&rect, 0, 0, INT_MAX, height, width, height, sar); height 1351 ffplay.c set_default_window_size(vp->width, vp->height, vp->sar); height 1365 ffplay.c && is->height== screen->h && screen->h == h && !force_set_video_mode) height 1377 ffplay.c is->height = screen->h; height 1747 ffplay.c vp->bmp = SDL_CreateYUVOverlay(vp->width, vp->height, height 1751 ffplay.c if (!vp->bmp || vp->bmp->pitches[0] < vp->width || bufferdiff < (int64_t)vp->height * vp->bmp->pitches[0]) { height 1757 ffplay.c "to reduce the image size.\n", vp->width, vp->height ); height 1768 ffplay.c int i, width, height; height 1772 ffplay.c height = bmp->h; height 1775 ffplay.c height >>= 1; height 1778 ffplay.c maxp = bmp->pixels[i] + bmp->pitches[i] * height - 1; height 1802 ffplay.c vp->height != src_frame->height) { height 1808 ffplay.c vp->height = src_frame->height; height 1851 ffplay.c src_frame->format, vp->width, vp->height); height 1855 ffplay.c vp->width, vp->height, src_frame->format, vp->width, vp->height, height 1862 ffplay.c 0, vp->height, pict.data, pict.linesize); height 1973 ffplay.c frame->width, frame->height, frame->format, height 2248 ffplay.c || last_h != frame->height height 2256 ffplay.c frame->width, frame->height, height 2270 ffplay.c last_h = frame->height; height 3009 ffplay.c set_default_window_size(avctx->width, avctx->height, sar); height 3337 ffplay.c is->xleft, is->ytop, is->width, is->height, height 3554 ffplay.c screen_height = cur_stream->height = screen->h; height 1791 ffprobe.c print_int("height", frame->height); height 2096 ffprobe.c print_int("height", dec_ctx->height); height 2103 ffprobe.c dec_ctx->height * sar.den, height 2170 ffprobe.c if (dec_ctx->height) height 2171 ffprobe.c print_int("height", dec_ctx->height); height 1109 ffserver.c feed_codec->height != codec->height) height 1941 ffserver.c st->codec->height, st->codec->qmin, st->codec->qmax, height 3395 ffserver.c av1->height == av->height && height 3600 ffserver.c CHECK_CODEC(height)) { height 217 ffserver_config.c if (av->width == 0 || av->height == 0) height 273 ffserver_config.c av->height = 128; height 277 ffserver_config.c av->width, av->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 360 libavcodec/4xm.c end = start + stride * (f->avctx->height - h + 1) - (1 << log2w); height 431 libavcodec/4xm.c const int height = f->avctx->height; height 480 libavcodec/4xm.c for (y = 0; y < height; y += 8) { height 719 libavcodec/4xm.c const int height = f->avctx->height; height 720 libavcodec/4xm.c const int mbs = (FFALIGN(width, 16) >> 4) * (FFALIGN(height, 16) >> 4); height 731 libavcodec/4xm.c for (y = 0; y < height; y += 16) { height 767 libavcodec/4xm.c const int height = f->avctx->height; height 812 libavcodec/4xm.c for (y = 0; y < height; y += 16) { height 839 libavcodec/4xm.c av_assert0(avctx->width % 16 == 0 && avctx->height % 16 == 0); height 953 libavcodec/4xm.c avctx->width * 2, avctx->height); height 990 libavcodec/4xm.c if((avctx->width % 16) || (avctx->height % 16)) { height 995 libavcodec/4xm.c ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); height 999 libavcodec/4xm.c f->frame_buffer = av_mallocz(avctx->width * avctx->height * 2); height 1000 libavcodec/4xm.c f->last_frame_buffer = av_mallocz(avctx->width * avctx->height * 2); height 65 libavcodec/8bps.c unsigned int height = avctx->height; // Real image height height 79 libavcodec/8bps.c dp = encoded + planes * (height << 1); height 83 libavcodec/8bps.c lp = encoded + p * (height << 1); height 86 libavcodec/8bps.c for (row = 0; row < height; row++) { height 73 libavcodec/a64multienc.c int height = FFMIN(avctx->height, C64YRES); height 81 libavcodec/a64multienc.c if(x < width && y < height) { height 292 libavcodec/a64multienc.c b_height = FFMIN(avctx->height,C64YRES) >> 3; height 37 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_weight_h264_pixels_16_neon(uint8_t *dst, int stride, int height, height 39 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_weight_h264_pixels_8_neon(uint8_t *dst, int stride, int height, height 41 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_weight_h264_pixels_4_neon(uint8_t *dst, int stride, int height, height 45 libavcodec/aarch64/h264dsp_init_aarch64.c int height, int log2_den, int weightd, height 48 libavcodec/aarch64/h264dsp_init_aarch64.c int height, int log2_den, int weightd, height 51 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 161 libavcodec/aic.c int width, height; height 173 libavcodec/aic.c height = AV_RB16(src + 8); height 179 libavcodec/aic.c if (width != ctx->avctx->width || height != ctx->avctx->height) { height 182 libavcodec/aic.c ctx->avctx->width, ctx->avctx->height, width, height); height 439 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 82 libavcodec/aliaspixdec.c if (y > avctx->height) { height 112 libavcodec/aliaspixdec.c if (x != width || y != height) { height 41 libavcodec/aliaspixenc.c int width, height, bits_pixel, i, j, length, ret; height 48 libavcodec/aliaspixenc.c height = avctx->height; height 50 libavcodec/aliaspixenc.c if (width > 65535 || height > 65535 || height 51 libavcodec/aliaspixenc.c width * height >= INT_MAX / 4 - ALIAS_HEADER_SIZE) { height 52 libavcodec/aliaspixenc.c av_log(avctx, AV_LOG_ERROR, "Invalid image size %dx%d.\n", width, height); height 67 libavcodec/aliaspixenc.c length = ALIAS_HEADER_SIZE + 4 * width * height; // max possible height 77 libavcodec/aliaspixenc.c bytestream_put_be16(&buf, height); height 81 libavcodec/aliaspixenc.c for (j = 0; j < height; j++) { height 125 libavcodec/anm.c dst_end = s->frame->data[0] + s->frame->linesize[0]*avctx->height; height 93 libavcodec/ansi.c if (!avctx->width || !avctx->height) { height 121 libavcodec/ansi.c if (s->y <= avctx->height - 2*s->font_height) { height 127 libavcodec/ansi.c for (; i < avctx->height - s->font_height; i++) height 131 libavcodec/ansi.c for (; i < avctx->height; i++) height 149 libavcodec/ansi.c for (i = 0; i < avctx->height; i++) height 189 libavcodec/ansi.c int height = avctx->height; height 196 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 206 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 218 libavcodec/ansi.c height = 25<<3; height 224 libavcodec/ansi.c height = 25<<4; height 230 libavcodec/ansi.c height = 25<<3; height 238 libavcodec/ansi.c height = 43<<3; height 244 libavcodec/ansi.c height = 60<<4; height 250 libavcodec/ansi.c s->y = av_clip(s->y, 0, height - s->font_height); height 251 libavcodec/ansi.c if (width != avctx->width || height != avctx->height) { height 253 libavcodec/ansi.c ret = ff_set_dimensions(avctx, width, height); height 271 libavcodec/ansi.c if (s->y < avctx->height - s->font_height) height 273 libavcodec/ansi.c DEFAULT_BG_COLOR, (avctx->height - s->y - s->font_height)*s->frame->linesize[0]); height 340 libavcodec/ansi.c s->y = av_clip(s->sy, 0, avctx->height - s->font_height); height 347 libavcodec/ansi.c s->y = av_clip(s->y, 0, avctx->height - s->font_height); height 364 libavcodec/ansi.c for (i=0; i<avctx->height; i++) height 37 libavcodec/arm/h264dsp_init_arm.c void ff_weight_h264_pixels_16_neon(uint8_t *dst, int stride, int height, height 39 libavcodec/arm/h264dsp_init_arm.c void ff_weight_h264_pixels_8_neon(uint8_t *dst, int stride, int height, height 41 libavcodec/arm/h264dsp_init_arm.c void ff_weight_h264_pixels_4_neon(uint8_t *dst, int stride, int height, height 45 libavcodec/arm/h264dsp_init_arm.c int height, int log2_den, int weightd, height 48 libavcodec/arm/h264dsp_init_arm.c int height, int log2_den, int weightd, height 51 libavcodec/arm/h264dsp_init_arm.c int height, int log2_den, int weightd, height 48 libavcodec/arm/hevcdsp_init_neon.c ptrdiff_t srcstride, int height, \ height 63 libavcodec/arm/hevcdsp_init_neon.c int height, int width); height 65 libavcodec/arm/hevcdsp_init_neon.c int width, int height, int16_t* src2, ptrdiff_t src2stride); height 67 libavcodec/arm/hevcdsp_init_neon.c int height, intptr_t mx, intptr_t my, int width); height 69 libavcodec/arm/hevcdsp_init_neon.c int height, intptr_t mx, intptr_t my, int width); height 72 libavcodec/arm/hevcdsp_init_neon.c int height, intptr_t mx, intptr_t my, int width); height 75 libavcodec/arm/hevcdsp_init_neon.c int height, int width) height 96 libavcodec/arm/hevcdsp_init_neon.c int height, intptr_t mx, intptr_t my, int width); height 108 libavcodec/arm/hevcdsp_init_neon.c int width, int height, int16_t* src2, ptrdiff_t src2stride); height 128 libavcodec/arm/hevcdsp_init_neon.c int height, intptr_t mx, intptr_t my, int width) { height 130 libavcodec/arm/hevcdsp_init_neon.c put_hevc_qpel_neon[my][mx](dst, MAX_PB_SIZE, src, srcstride, height, width); height 134 libavcodec/arm/hevcdsp_init_neon.c int height, intptr_t mx, intptr_t my, int width) { height 136 libavcodec/arm/hevcdsp_init_neon.c put_hevc_qpel_uw_neon[my][mx](dst, dststride, src, srcstride, width, height, NULL, 0); height 141 libavcodec/arm/hevcdsp_init_neon.c int height, intptr_t mx, intptr_t my, int width) { height 142 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 225 libavcodec/asvenc.c if (pict->width % 16 || pict->height % 16) { height 233 libavcodec/asvenc.c clone->height = FFALIGN(pict->height, 16); height 249 libavcodec/asvenc.c int h = FF_CEIL_RSHIFT(pict->height, !!i); height 251 libavcodec/asvenc.c int h2 = FF_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 935 libavcodec/avcodec.h int height; height 1412 libavcodec/avcodec.h int width, height; height 1478 libavcodec/avcodec.h int y, int type, int height); height 3994 libavcodec/avcodec.h void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height); height 4003 libavcodec/avcodec.h void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, height 4391 libavcodec/avcodec.h int height; height 4754 libavcodec/avcodec.h int avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height); height 4789 libavcodec/avcodec.h enum AVPixelFormat pix_fmt, int width, int height); height 4810 libavcodec/avcodec.h int width, int height, height 4825 libavcodec/avcodec.h int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height); height 4835 libavcodec/avcodec.h enum AVPixelFormat pix_fmt, int width, int height); height 4841 libavcodec/avcodec.h enum AVPixelFormat pix_fmt, int width, int height); height 4852 libavcodec/avcodec.h int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat pix_fmt, height 4954 libavcodec/avcodec.h void avcodec_set_dimensions(AVCodecContext *s, int width, int height); height 35 libavcodec/avpicture.c enum AVPixelFormat pix_fmt, int width, int height) height 38 libavcodec/avpicture.c ptr, pix_fmt, width, height, 1); height 41 libavcodec/avpicture.c int avpicture_layout(const AVPicture* src, enum AVPixelFormat pix_fmt, int width, int height, height 46 libavcodec/avpicture.c pix_fmt, width, height, 1); height 49 libavcodec/avpicture.c int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height) height 51 libavcodec/avpicture.c return av_image_get_buffer_size(pix_fmt, width, height, 1); height 55 libavcodec/avpicture.c enum AVPixelFormat pix_fmt, int width, int height) height 58 libavcodec/avpicture.c width, height, pix_fmt, 1); height 73 libavcodec/avpicture.c enum AVPixelFormat pix_fmt, int width, int height) height 76 libavcodec/avpicture.c src->linesize, pix_fmt, width, height); height 51 libavcodec/avrndec.c if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0) height 91 libavcodec/avrndec.c if(buf_size < 2*avctx->width * avctx->height) { height 102 libavcodec/avrndec.c buf += (true_height - avctx->height)*avctx->width; height 103 libavcodec/avrndec.c for(y = 0; y < avctx->height-1; y+=2) { height 109 libavcodec/avrndec.c buf += (true_height - avctx->height)*avctx->width*2; height 110 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 64 libavcodec/avuienc.c if (avctx->height == 486) { height 69 libavcodec/avuienc.c size = 2 * avctx->width * (avctx->height + skip) + 8 * interlaced; height 82 libavcodec/avuienc.c if (interlaced && avctx->height == 486) { height 88 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 824 libavcodec/bink.c int bh = is_chroma ? (c->avctx->height + 15) >> 4 : (c->avctx->height + 7) >> 3; height 969 libavcodec/bink.c int bh = is_chroma ? (c->avctx->height + 15) >> 4 : (c->avctx->height + 7) >> 3; height 1304 libavcodec/bink.c if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0) height 106 libavcodec/bintext.c if (s->y < avctx->height - s->font_height) { height 110 libavcodec/bintext.c (avctx->height - s->font_height)*s->frame->linesize[0]); height 111 libavcodec/bintext.c memset(s->frame->data[0] + (avctx->height - s->font_height)*s->frame->linesize[0], height 124 libavcodec/bintext.c if (s->y > avctx->height - s->font_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 avctx->height = height > 0 ? height : -height; height 217 libavcodec/bmp.c if (n * avctx->height > dsize && comp != BMP_RLE4 && comp != BMP_RLE8) { height 219 libavcodec/bmp.c if (n * avctx->height > dsize) { height 221 libavcodec/bmp.c dsize, n * avctx->height); height 229 libavcodec/bmp.c memset(p->data[0], 0, avctx->height * p->linesize[0]); height 231 libavcodec/bmp.c if (height > 0) { height 232 libavcodec/bmp.c ptr = p->data[0] + (avctx->height - 1) * p->linesize[0]; height 274 libavcodec/bmp.c if (comp == BMP_RLE8 && height < 0) { height 275 libavcodec/bmp.c p->data[0] += p->linesize[0] * (avctx->height - 1); height 280 libavcodec/bmp.c if (height < 0) { height 281 libavcodec/bmp.c p->data[0] += p->linesize[0] * (avctx->height - 1); height 287 libavcodec/bmp.c for (i = 0; i < avctx->height; i++) { height 306 libavcodec/bmp.c for (i = 0; i < avctx->height; i++) { height 313 libavcodec/bmp.c for (i = 0; i < avctx->height; i++) { height 324 libavcodec/bmp.c for (i = 0; i < avctx->height; i++) { 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 260 libavcodec/bmvvideo.c for (i = 0; i < avctx->height; i++) { height 279 libavcodec/bmvvideo.c if (avctx->width != SCREEN_WIDE || avctx->height != SCREEN_HIGH) { height 280 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 208 libavcodec/brenderpix.c if ((ret = ff_set_dimensions(avctx, hdr.width, hdr.height)) < 0) height 268 libavcodec/brenderpix.c bytes_left / bytes_per_scanline < hdr.height) { height 276 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 1120 libavcodec/cavsdec.c int width, height; height 1127 libavcodec/cavsdec.c height = get_bits(&h->gb, 14); height 1128 libavcodec/cavsdec.c if ((h->width || h->height) && (h->width != width || h->height != height)) { height 1133 libavcodec/cavsdec.c if (width <= 0 || height <= 0) { height 1138 libavcodec/cavsdec.c h->height = height; height 1149 libavcodec/cavsdec.c h->mb_height = (h->height + 15) >> 4; height 1152 libavcodec/cavsdec.c h->avctx->height = h->height; height 81 libavcodec/cdgraphics.c avctx->height = CDG_FULL_HEIGHT; height 286 libavcodec/cdgraphics.c memset(cc->frame->data[0], 0, cc->frame->linesize[0] * avctx->height); height 86 libavcodec/cdxl.c for (y = 0; y < c->avctx->height; y++) { height 101 libavcodec/cdxl.c for (y = 0; y < c->avctx->height; y++) { height 112 libavcodec/cdxl.c memset(out, 0, linesize * c->avctx->height); height 146 libavcodec/cdxl.c for (y = 0; y < avctx->height; y++) { height 189 libavcodec/cdxl.c for (y = 0; y < avctx->height; y++) { height 255 libavcodec/cdxl.c if (c->video_size < aligned_width * avctx->height * c->bpp / 8) 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 411 libavcodec/cinepak.c s->height = (avctx->height + 3) & ~3; height 191 libavcodec/cinepakenc.c if (avctx->width & 3 || avctx->height & 3) { height 193 libavcodec/cinepakenc.c avctx->width, avctx->height); height 213 libavcodec/cinepakenc.c if (!(s->codebook_input = av_malloc(sizeof(int) * (avctx->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4) * (avctx->width * avctx->height) >> 2))) height 216 libavcodec/cinepakenc.c if (!(s->codebook_closest = av_malloc(sizeof(int) * (avctx->width * avctx->height) >> 2))) height 220 libavcodec/cinepakenc.c if(!(s->pict_bufs[x] = av_malloc((avctx->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4) * (avctx->width * avctx->height) >> 2))) height 223 libavcodec/cinepakenc.c mb_count = avctx->width * avctx->height / MB_AREA; height 250 libavcodec/cinepakenc.c s->h = avctx->height; 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) height 64 libavcodec/cljrenc.c for (y = 0; y < avctx->height; y++) { height 243 libavcodec/cllc.c for (i = 0; i < avctx->height; i++) { height 286 libavcodec/cllc.c for (i = 0; i < avctx->height; i++) { height 339 libavcodec/cllc.c for (i = 0; i < avctx->height; i++) { height 108 libavcodec/cpia.c i < frame->height; height 204 libavcodec/crystalhd.c output->PicInfo.height); height 392 libavcodec/crystalhd.c .height = avctx->height, height 557 libavcodec/crystalhd.c int height = output->PicInfo.height; height 673 libavcodec/crystalhd.c height /= 2; height 682 libavcodec/crystalhd.c for (sY = 0; sY < height; dY++, sY++) { height 687 libavcodec/crystalhd.c av_image_copy_plane(dst, dStride, src, sStride, bwidth, height); height 741 libavcodec/crystalhd.c .PicInfo.height = avctx->height, height 753 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 44 libavcodec/cscd.c dst += (height - 1) * f->linesize[0]; height 45 libavcodec/cscd.c for (i = height; i; i--) { height 53 libavcodec/cscd.c int linelen, int height) { height 56 libavcodec/cscd.c dst += (height - 1) * f->linesize[0]; height 57 libavcodec/cscd.c for (i = height; i; i--) { height 109 libavcodec/cscd.c c->linelen, c->height); height 114 libavcodec/cscd.c c->linelen, c->height); height 139 libavcodec/cscd.c c->height = avctx->height; height 141 libavcodec/cscd.c c->decomp_size = c->height * stride; 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 44 libavcodec/dfa.c if (!avctx->width || !avctx->height) 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 107 libavcodec/dfa.c static int decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height) height 110 libavcodec/dfa.c const uint8_t *frame_end = frame + width * height; height 144 libavcodec/dfa.c static int decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height) height 147 libavcodec/dfa.c const uint8_t *frame_end = frame + width * height; height 193 libavcodec/dfa.c static int decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height) height 199 libavcodec/dfa.c if (count >= height) height 203 libavcodec/dfa.c if (count + lines > height) height 235 libavcodec/dfa.c static int decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height) height 237 libavcodec/dfa.c const uint8_t *frame_end = frame + width * height; height 243 libavcodec/dfa.c if (lines > height) height 253 libavcodec/dfa.c if (frame_end - frame <= delta || y + lines + skip_lines > height) height 296 libavcodec/dfa.c static int decode_tdlt(GetByteContext *gb, uint8_t *frame, int width, int height) height 298 libavcodec/dfa.c const uint8_t *frame_end = frame + width * height; height 318 libavcodec/dfa.c static int decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height) height 320 libavcodec/dfa.c memset(frame, 0, width * height); height 325 libavcodec/dfa.c typedef int (*chunk_decoder)(GetByteContext *gb, uint8_t *frame, int width, int height); height 368 libavcodec/dfa.c if (decoder[chunk_type - 2](&gb, s->frame_buf, avctx->width, avctx->height)) { height 383 libavcodec/dfa.c for (i = 0; i < avctx->height; i++) { height 388 libavcodec/dfa.c ((j&3)*(avctx->height/4) + (i/4))*avctx->width]; height 132 libavcodec/dirac.c source->height = svq3_get_ue_golomb(gb); /* [DIRAC_STD] FRAME_HEIGHT */ height 244 libavcodec/dirac.c if ((source->width % (1<<chroma_x_shift)) || (source->height % (1<<chroma_y_shift))) { height 324 libavcodec/dirac.c ret = ff_set_dimensions(avctx, source->width, source->height); height 39 libavcodec/dirac.h unsigned height; height 268 libavcodec/dirac_dwt.c static void spatial_compose_dd97i_dy(DWTContext *d, int level, int width, int height, int stride) height 278 libavcodec/dirac_dwt.c b[6] = d->buffer + av_clip(y+5, 0, height-2)*stride; height 279 libavcodec/dirac_dwt.c b[7] = d->buffer + av_clip(y+6, 1, height-1)*stride; height 281 libavcodec/dirac_dwt.c if(y+5<(unsigned)height) vertical_compose_l0( b[5], b[6], b[7], width); height 282 libavcodec/dirac_dwt.c if(y+1<(unsigned)height) vertical_compose_h0(b[0], b[2], b[3], b[4], b[6], width); height 284 libavcodec/dirac_dwt.c if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width); height 285 libavcodec/dirac_dwt.c if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width); height 292 libavcodec/dirac_dwt.c static void spatial_compose_dirac53i_dy(DWTContext *d, int level, int width, int height, int stride) height 300 libavcodec/dirac_dwt.c b[2] = d->buffer + avpriv_mirror(y+1, height-1)*stride; height 301 libavcodec/dirac_dwt.c b[3] = d->buffer + avpriv_mirror(y+2, height-1)*stride; height 303 libavcodec/dirac_dwt.c if(y+1<(unsigned)height) vertical_compose_l0(b[1], b[2], b[3], width); height 304 libavcodec/dirac_dwt.c if(y+0<(unsigned)height) vertical_compose_h0(b[0], b[1], b[2], width); height 306 libavcodec/dirac_dwt.c if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width); height 307 libavcodec/dirac_dwt.c if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width); height 315 libavcodec/dirac_dwt.c static void spatial_compose_dd137i_dy(DWTContext *d, int level, int width, int height, int stride) height 325 libavcodec/dirac_dwt.c b[8] = d->buffer + av_clip(y+7, 0, height-2)*stride; height 326 libavcodec/dirac_dwt.c b[9] = d->buffer + av_clip(y+8, 1, height-1)*stride; height 328 libavcodec/dirac_dwt.c if(y+5<(unsigned)height) vertical_compose_l0(b[3], b[5], b[6], b[7], b[9], width); height 329 libavcodec/dirac_dwt.c if(y+1<(unsigned)height) vertical_compose_h0(b[0], b[2], b[3], b[4], b[6], width); height 331 libavcodec/dirac_dwt.c if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width); height 332 libavcodec/dirac_dwt.c if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width); height 340 libavcodec/dirac_dwt.c static void spatial_compose_haari_dy(DWTContext *d, int level, int width, int height, int stride) height 356 libavcodec/dirac_dwt.c static void spatial_compose_fidelity(DWTContext *d, int level, int width, int height, int stride) height 363 libavcodec/dirac_dwt.c for (y = 1; y < height; y += 2) { height 365 libavcodec/dirac_dwt.c b[i] = d->buffer + av_clip((y-7 + 2*i), 0, height-2)*stride; height 369 libavcodec/dirac_dwt.c for (y = 0; y < height; y += 2) { height 371 libavcodec/dirac_dwt.c b[i] = d->buffer + av_clip((y-7 + 2*i), 1, height-1)*stride; height 375 libavcodec/dirac_dwt.c for (y = 0; y < height; y++) height 378 libavcodec/dirac_dwt.c d->cs[level].y = height+1; height 381 libavcodec/dirac_dwt.c static void spatial_compose_daub97i_dy(DWTContext *d, int level, int width, int height, int stride) height 393 libavcodec/dirac_dwt.c b[4] = d->buffer + avpriv_mirror(y+3, height-1)*stride; height 394 libavcodec/dirac_dwt.c b[5] = d->buffer + avpriv_mirror(y+4, height-1)*stride; height 396 libavcodec/dirac_dwt.c if(y+3<(unsigned)height) vertical_compose_l1(b[3], b[4], b[5], width); height 397 libavcodec/dirac_dwt.c if(y+2<(unsigned)height) vertical_compose_h1(b[2], b[3], b[4], width); height 398 libavcodec/dirac_dwt.c if(y+1<(unsigned)height) vertical_compose_l0(b[1], b[2], b[3], width); height 399 libavcodec/dirac_dwt.c if(y+0<(unsigned)height) vertical_compose_h0(b[0], b[1], b[2], width); height 401 libavcodec/dirac_dwt.c if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width); height 402 libavcodec/dirac_dwt.c if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width); height 410 libavcodec/dirac_dwt.c static void spatial_compose97i_init2(DWTCompose *cs, IDWTELEM *buffer, int height, int stride) height 412 libavcodec/dirac_dwt.c cs->b[0] = buffer + avpriv_mirror(-3-1, height-1)*stride; height 413 libavcodec/dirac_dwt.c cs->b[1] = buffer + avpriv_mirror(-3 , height-1)*stride; height 414 libavcodec/dirac_dwt.c cs->b[2] = buffer + avpriv_mirror(-3+1, height-1)*stride; height 415 libavcodec/dirac_dwt.c cs->b[3] = buffer + avpriv_mirror(-3+2, height-1)*stride; height 419 libavcodec/dirac_dwt.c static void spatial_compose53i_init2(DWTCompose *cs, IDWTELEM *buffer, int height, int stride) height 421 libavcodec/dirac_dwt.c cs->b[0] = buffer + avpriv_mirror(-1-1, height-1)*stride; height 422 libavcodec/dirac_dwt.c cs->b[1] = buffer + avpriv_mirror(-1 , height-1)*stride; height 426 libavcodec/dirac_dwt.c static void spatial_compose_dd97i_init(DWTCompose *cs, IDWTELEM *buffer, int height, int stride) height 428 libavcodec/dirac_dwt.c cs->b[0] = buffer + av_clip(-5-1, 0, height-2)*stride; height 429 libavcodec/dirac_dwt.c cs->b[1] = buffer + av_clip(-5 , 1, height-1)*stride; height 430 libavcodec/dirac_dwt.c cs->b[2] = buffer + av_clip(-5+1, 0, height-2)*stride; height 431 libavcodec/dirac_dwt.c cs->b[3] = buffer + av_clip(-5+2, 1, height-1)*stride; height 432 libavcodec/dirac_dwt.c cs->b[4] = buffer + av_clip(-5+3, 0, height-2)*stride; height 433 libavcodec/dirac_dwt.c cs->b[5] = buffer + av_clip(-5+4, 1, height-1)*stride; height 437 libavcodec/dirac_dwt.c static void spatial_compose_dd137i_init(DWTCompose *cs, IDWTELEM *buffer, int height, int stride) height 439 libavcodec/dirac_dwt.c cs->b[0] = buffer + av_clip(-5-1, 0, height-2)*stride; height 440 libavcodec/dirac_dwt.c cs->b[1] = buffer + av_clip(-5 , 1, height-1)*stride; height 441 libavcodec/dirac_dwt.c cs->b[2] = buffer + av_clip(-5+1, 0, height-2)*stride; height 442 libavcodec/dirac_dwt.c cs->b[3] = buffer + av_clip(-5+2, 1, height-1)*stride; height 443 libavcodec/dirac_dwt.c cs->b[4] = buffer + av_clip(-5+3, 0, height-2)*stride; height 444 libavcodec/dirac_dwt.c cs->b[5] = buffer + av_clip(-5+4, 1, height-1)*stride; height 445 libavcodec/dirac_dwt.c cs->b[6] = buffer + av_clip(-5+5, 0, height-2)*stride; height 446 libavcodec/dirac_dwt.c cs->b[7] = buffer + av_clip(-5+6, 1, height-1)*stride; height 450 libavcodec/dirac_dwt.c int ff_spatial_idwt_init2(DWTContext *d, IDWTELEM *buffer, int width, int height, height 458 libavcodec/dirac_dwt.c d->height = height; height 464 libavcodec/dirac_dwt.c int hl = height >> level; height 554 libavcodec/dirac_dwt.c int hl = d->height >> level; height 49 libavcodec/dirac_dwt.h int height; height 54 libavcodec/dirac_dwt.h void (*spatial_compose)(struct DWTContext *cs, int level, int width, int height, int stride); height 79 libavcodec/dirac_dwt.h int ff_spatial_idwt_init2(DWTContext *d, IDWTELEM *buffer, int width, int height, height 101 libavcodec/diracdec.c int height; height 113 libavcodec/diracdec.c int height; height 168 libavcodec/diracdec.c unsigned height; height 322 libavcodec/diracdec.c int sbheight = DIVRNDUP(s->source.height, 4); height 330 libavcodec/diracdec.c h = s->source.height >> (i ? s->chroma_y_shift : 0); height 360 libavcodec/diracdec.c int h = s->source.height; height 581 libavcodec/diracdec.c for (y = 1; y < b->height; y++) { height 602 libavcodec/diracdec.c int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height; height 615 libavcodec/diracdec.c bottom = (b->height * (cb_y+1LL)) / cb_height; height 690 libavcodec/diracdec.c int top = b1->height * slice_y / s->lowdelay.num_y; height 691 libavcodec/diracdec.c int bottom = b1->height *(slice_y+1) / s->lowdelay.num_y; height 824 libavcodec/diracdec.c p->height = s->source.height >> (i ? s->chroma_y_shift : 0); height 826 libavcodec/diracdec.c p->idwt_height = h = CALC_PADDING(p->height, s->wavelet_depth); height 839 libavcodec/diracdec.c b->height = h; height 1011 libavcodec/diracdec.c CHECKEDREAD(s->codeblock[i].height, tmp < 1 || tmp > (s->avctx->height>>s->wavelet_depth-i), "codeblock height invalid\n") height 1017 libavcodec/diracdec.c s->codeblock[i].width = s->codeblock[i].height = 1; height 1244 libavcodec/diracdec.c s->sbheight = DIVRNDUP(s->source.height, 4*s->plane[0].ybsep); height 1455 libavcodec/diracdec.c y + p->yblen > p->height+EDGE_WIDTH/2 || height 1461 libavcodec/diracdec.c p->width+EDGE_WIDTH/2, p->height+EDGE_WIDTH/2); height 1536 libavcodec/diracdec.c static void select_dsp_funcs(DiracContext *s, int width, int height, int xblen, int yblen) height 1556 libavcodec/diracdec.c static void interpolate_refplane(DiracContext *s, DiracFrame *ref, int plane, int width, int height) height 1564 libavcodec/diracdec.c s->mpvencdsp.draw_edges(ref->hpel[plane][0], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM); /* EDGE_TOP | EDGE_BOTTOM values just copied to make it build, this needs to be ensured */ height 1572 libavcodec/diracdec.c ref->hpel_base[plane][i] = av_malloc((height+2*edge) * ref->avframe->linesize[plane] + 32); height 1580 libavcodec/diracdec.c ref->avframe->linesize[plane], width, height); height 1581 libavcodec/diracdec.c s->mpvencdsp.draw_edges(ref->hpel[plane][1], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM); height 1582 libavcodec/diracdec.c s->mpvencdsp.draw_edges(ref->hpel[plane][2], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM); height 1583 libavcodec/diracdec.c s->mpvencdsp.draw_edges(ref->hpel[plane][3], ref->avframe->linesize[plane], width, height, edge, edge, EDGE_TOP | EDGE_BOTTOM); height 1628 libavcodec/diracdec.c for (y = 0; y < p->height; y += 16) { height 1636 libavcodec/diracdec.c select_dsp_funcs(s, p->width, p->height, p->xblen, p->yblen); height 1639 libavcodec/diracdec.c interpolate_refplane(s, s->ref_pics[i], comp, p->width, p->height); height 1652 libavcodec/diracdec.c if (y == s->blheight-1 || start+p->ybsep > p->height) height 1653 libavcodec/diracdec.c h = p->height - start; height 1683 libavcodec/diracdec.c f->height = avctx->height + 2 * EDGE_WIDTH + 2; height 1694 libavcodec/diracdec.c f->height = avctx->height; height 32 libavcodec/diracdsp.c int stride, int width, int height) height 36 libavcodec/diracdsp.c for (y = 0; y < height; y++) { height 138 libavcodec/diracdsp.c static void put_signed_rect_clamped_c(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height) height 141 libavcodec/diracdsp.c for (y = 0; y < height; y++) { height 155 libavcodec/diracdsp.c int width, int height) height 159 libavcodec/diracdsp.c for (y = 0; y < height; y++) { height 30 libavcodec/diracdsp.h void (*dirac_hpel_filter)(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, int stride, int width, int height); height 44 libavcodec/diracdsp.h void (*put_signed_rect_clamped)(uint8_t *dst/*align 16*/, int dst_stride, const int16_t *src/*align 16*/, int src_stride, int width, int height/*mod 2*/); height 45 libavcodec/diracdsp.h void (*put_rect_clamped)(uint8_t *dst/*align 16*/, int dst_stride, const int16_t *src/*align 16*/, int src_stride, int width, int height/*mod 2*/); height 46 libavcodec/diracdsp.h void (*add_rect_clamped)(uint8_t *dst/*align 16*/, const uint16_t *src/*align 16*/, int stride, const int16_t *idwt/*align 16*/, int idwt_stride, int width, int height/*mod 2*/); height 1113 libavcodec/dnxhddata.c if (cid->width == avctx->width && cid->height == avctx->height && height 1135 libavcodec/dnxhddata.c cid->width, cid->height, cid->interlaced ? 'i' : 'p', cid->bit_rates[j], height 31 libavcodec/dnxhddata.h unsigned int width, height; height 40 libavcodec/dnxhddec.c unsigned int width, height; height 142 libavcodec/dnxhddec.c ctx->height = AV_RB16(buf + 0x18); height 145 libavcodec/dnxhddec.c av_dlog(ctx->avctx, "width %d, height %d\n", ctx->width, ctx->height); height 202 libavcodec/dnxhddec.c if ((ctx->height + 15) >> 4 == ctx->mb_height && frame->interlaced_frame) height 203 libavcodec/dnxhddec.c ctx->height <<= 1; height 206 libavcodec/dnxhddec.c (ctx->mb_height << frame->interlaced_frame) > (ctx->height + 15) >> 4) { height 457 libavcodec/dnxhddec.c if ((avctx->width || avctx->height) && height 458 libavcodec/dnxhddec.c (ctx->width != avctx->width || ctx->height != avctx->height)) { height 460 libavcodec/dnxhddec.c avctx->width, avctx->height, ctx->width, ctx->height); height 470 libavcodec/dnxhddec.c ret = ff_set_dimensions(avctx, ctx->width, ctx->height); height 348 libavcodec/dnxhdenc.c ctx->m.mb_height = (avctx->height + 15) / 16; height 422 libavcodec/dnxhdenc.c AV_WB16(buf + 0x18, avctx->height >> ctx->interlaced); // ALPF height 424 libavcodec/dnxhdenc.c AV_WB16(buf + 0x1d, avctx->height >> ctx->interlaced); // NAL height 572 libavcodec/dnxhdenc.c if (mb_y + 1 == ctx->m.mb_height && ctx->m.avctx->height == 1080) { height 729 libavcodec/dnxhdenc.c ((avctx->height >> ctx->interlaced) & 0xF); height 744 libavcodec/dnxhdenc.c int bh = FFMIN((avctx->height >> ctx->interlaced) - 16 * mb_y, 16); height 226 libavcodec/dpx.c if (need_align*avctx->height + (int64_t)offset > avpkt->size) { height 228 libavcodec/dpx.c if (stride*avctx->height + (int64_t)offset > avpkt->size) { height 315 libavcodec/dpx.c for (x = 0; x < avctx->height; x++) { height 337 libavcodec/dpx.c for (x = 0; x < avctx->height; x++) { height 363 libavcodec/dpx.c for (x = 0; x < avctx->height; x++) { height 379 libavcodec/dpx.c elements * avctx->width, avctx->height); height 96 libavcodec/dpxenc.c for (y = 0; y < avctx->height; y++) { height 121 libavcodec/dpxenc.c for (y = 0; y < avctx->height; y++) { height 150 libavcodec/dpxenc.c for (y = 0; y < avctx->height; y++) { height 181 libavcodec/dpxenc.c size = avctx->height * avctx->width * 4; height 187 libavcodec/dpxenc.c size *= avctx->height; height 193 libavcodec/dpxenc.c size *= avctx->height; height 215 libavcodec/dpxenc.c write32(buf + 776, avctx->height); height 235 libavcodec/dpxenc.c size = (len + need_align) * avctx->height; height 236 libavcodec/dpxenc.c for (j=0; j<avctx->height; j++) { height 244 libavcodec/dpxenc.c avctx->width, avctx->height, height 80 libavcodec/dsicinvideo.c cin->bitmap_size = avctx->width * avctx->height; height 280 libavcodec/dsicinvideo.c for (y = 0; y < cin->avctx->height; ++y) height 281 libavcodec/dsicinvideo.c memcpy(cin->frame->data[0] + (cin->avctx->height - 1 - y) * cin->frame->linesize[0], height 120 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 314 libavcodec/dv_profile.c const AVDVProfile *av_dv_codec_profile(int width, int height, height 318 libavcodec/dv_profile.c return av_dv_codec_profile2(width, height, pix_fmt, (AVRational){0, 0}); height 324 libavcodec/dv_profile.c const AVDVProfile *av_dv_codec_profile2(int width, int height, height 335 libavcodec/dv_profile.c if (height == dv_profiles[i].height && height 47 libavcodec/dv_profile.h int height; /* picture height in pixels */ height 84 libavcodec/dv_profile.h const AVDVProfile *av_dv_codec_profile(int width, int height, enum AVPixelFormat pix_fmt); height 90 libavcodec/dv_profile.h const AVDVProfile *av_dv_codec_profile2(int width, int height, enum AVPixelFormat pix_fmt, AVRational frame_rate); height 206 libavcodec/dvbsubdec.c int height; height 227 libavcodec/dvbsubdec.c int height; height 819 libavcodec/dvbsubdec.c rect->h = region->height; height 924 libavcodec/dvbsubdec.c if ((*buf!=0xf0 && x_pos >= region->width) || y_pos >= region->height) { height 925 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_ERROR, "Invalid object location! %d-%d %d-%d %02x\n", x_pos, region->width, y_pos, region->height, *buf); height 1191 libavcodec/dvbsubdec.c region->height = AV_RB16(buf); height 1194 libavcodec/dvbsubdec.c if (region->width * region->height != region->buf_size) { height 1197 libavcodec/dvbsubdec.c region->buf_size = region->width * region->height; height 1226 libavcodec/dvbsubdec.c av_dlog(avctx, "Region %d, (%dx%d)\n", region_id, region->width, region->height); height 1373 libavcodec/dvbsubdec.c int x_pos, y_pos, width, height; height 1382 libavcodec/dvbsubdec.c height = 0; height 1394 libavcodec/dvbsubdec.c height = region->height; height 1402 libavcodec/dvbsubdec.c height += (y_pos - display->y_pos); height 1410 libavcodec/dvbsubdec.c if (display->y_pos + region->height > y_pos + height) { height 1411 libavcodec/dvbsubdec.c height = display->y_pos + region->height - y_pos; height 1418 libavcodec/dvbsubdec.c pbuf = av_malloc(width * height * 4); height 1449 libavcodec/dvbsubdec.c for (y = 0; y < region->height; y++) { height 1460 libavcodec/dvbsubdec.c png_save2(filename, pbuf, width, height); height 1496 libavcodec/dvbsubdec.c display_def->height = bytestream_get_be16(&buf) + 1; height 1497 libavcodec/dvbsubdec.c if (!avctx->width || !avctx->height) { height 1499 libavcodec/dvbsubdec.c avctx->height = display_def->height; height 1509 libavcodec/dvbsubdec.c display_def->height = bytestream_get_be16(&buf) - display_def->y + 1; height 145 libavcodec/dvdec.c if (d->height == 720) { height 408 libavcodec/dvdec.c (s->sys->height >= 720 && mb_y != 134)) { height 499 libavcodec/dvdec.c ret = ff_set_dimensions(avctx, s->sys->width, s->sys->height); height 427 libavcodec/dvdsubenc.c if (avctx->width && avctx->height) height 428 libavcodec/dvdsubenc.c av_bprintf(&extradata, "size: %dx%d\n", avctx->width, avctx->height); height 50 libavcodec/dvenc.c s->sys = av_dv_codec_profile2(avctx->width, avctx->height, avctx->pix_fmt, avctx->time_base); height 54 libavcodec/dvenc.c avctx->width, avctx->height, av_get_pix_fmt_name(avctx->pix_fmt)); height 58 libavcodec/dvenc.c if (avctx->height > 576) { height 445 libavcodec/dvenc.c (s->sys->height >= 720 && mb_y != 134)) { height 585 libavcodec/dvenc.c c->avctx->width / c->avctx->height * 10) >= 17) /* 16:9 */ 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 42 libavcodec/dxtory.c if (src_size < avctx->width * avctx->height * (int64_t)bpp) { height 52 libavcodec/dxtory.c for (h = 0; h < avctx->height; h++) { height 68 libavcodec/dxtory.c if (src_size < avctx->width * avctx->height * 9LL / 8) { height 83 libavcodec/dxtory.c for (h = 0; h < avctx->height; h += 4) { height 111 libavcodec/dxtory.c if (src_size < avctx->width * avctx->height * 3LL / 2) { height 124 libavcodec/dxtory.c for (h = 0; h < avctx->height; h += 2) { height 148 libavcodec/dxtory.c if (src_size < avctx->width * avctx->height * 3LL) { height 160 libavcodec/dxtory.c for (h = 0; h < avctx->height; h++) { height 213 libavcodec/dxtory.c static int dx2_decode_slice_565(GetBitContext *gb, int width, int height, height 224 libavcodec/dxtory.c for (y = 0; y < height; y++) { height 258 libavcodec/dxtory.c if (!nslices || avctx->height % nslices) { height 260 libavcodec/dxtory.c avctx->width, avctx->height); height 264 libavcodec/dxtory.c slice_height = avctx->height / nslices; height 300 libavcodec/dxtory.c static int dx2_decode_slice_rgb(GetBitContext *gb, int width, int height, height 309 libavcodec/dxtory.c for (y = 0; y < height; y++) { height 340 libavcodec/dxtory.c if (!nslices || avctx->height % nslices) { height 342 libavcodec/dxtory.c avctx->width, avctx->height); height 346 libavcodec/dxtory.c slice_height = avctx->height / nslices; height 383 libavcodec/dxtory.c static int dx2_decode_slice_410(GetBitContext *gb, int width, int height, height 393 libavcodec/dxtory.c for (y = 0; y < height; y += 4) { height 431 libavcodec/dxtory.c avctx->width, avctx->height); height 435 libavcodec/dxtory.c if ((avctx->width & 3) || (avctx->height & 3)) { height 437 libavcodec/dxtory.c avctx->width, avctx->height); height 451 libavcodec/dxtory.c next_y = ((slice + 1) * avctx->height) / nslices; height 485 libavcodec/dxtory.c static int dx2_decode_slice_420(GetBitContext *gb, int width, int height, height 495 libavcodec/dxtory.c for (y = 0; y < height; y+=2) { height 534 libavcodec/dxtory.c avctx->width, avctx->height); height 538 libavcodec/dxtory.c if ((avctx->width & 1) || (avctx->height & 1)) { height 540 libavcodec/dxtory.c avctx->width, avctx->height); height 554 libavcodec/dxtory.c next_y = ((slice + 1) * avctx->height) / nslices; height 588 libavcodec/dxtory.c static int dx2_decode_slice_444(GetBitContext *gb, int width, int height, height 598 libavcodec/dxtory.c for (y = 0; y < height; y++) { height 631 libavcodec/dxtory.c if (!nslices || avctx->height % nslices) { height 633 libavcodec/dxtory.c avctx->width, avctx->height); height 637 libavcodec/dxtory.c slice_height = avctx->height / nslices; height 459 libavcodec/dxva2_h264.c ff_h264_draw_horiz_band(h, 0, h->avctx->height); height 269 libavcodec/dxva2_mpeg2.c ff_mpeg_draw_horiz_band(s, 0, avctx->height); height 66 libavcodec/dxva2_vc1.c pp->wPicHeightInMBminus1= avctx->height - 1; height 293 libavcodec/dxva2_vc1.c ff_mpeg_draw_horiz_band(&v->s, 0, avctx->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 (av_image_check_size(s->width, s->height, 0, s->avctx)) 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 * 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 216 libavcodec/eatgq.c s->height = bytestream2_get_be16u(&s->gb); height 219 libavcodec/eatgq.c s->height = bytestream2_get_le16u(&s->gb); height 222 libavcodec/eatgq.c ret = ff_set_dimensions(s->avctx, s->width, s->height); height 234 libavcodec/eatgq.c for (y = 0; y < FFALIGN(avctx->height, 16) >> 4; y++) height 45 libavcodec/eatgv.c int width,height; height 73 libavcodec/eatgv.c uint8_t *dst, int width, int height) height 75 libavcodec/eatgv.c uint8_t *dst_end = dst + width*height; height 220 libavcodec/eatgv.c (s->avctx->height / 4) * (s->avctx->width / 4)) height 224 libavcodec/eatgv.c for (y = 0; y < s->avctx->height / 4; y++) height 235 libavcodec/eatgv.c my < 0 || my + 4 > s->avctx->height) { height 287 libavcodec/eatgv.c s->height = AV_RL16(&buf[2]); height 288 libavcodec/eatgv.c if (s->avctx->width != s->width || s->avctx->height != s->height) { height 291 libavcodec/eatgv.c if ((ret = ff_set_dimensions(s->avctx, s->width, s->height)) < 0) height 314 libavcodec/eatgv.c !(s->frame_buffer = av_mallocz(s->width * s->height))) height 317 libavcodec/eatgv.c if (unpack(buf, buf_end, s->frame_buffer, s->avctx->width, s->avctx->height) < 0) { height 321 libavcodec/eatgv.c for (y = 0; y < s->height; y++) height 116 libavcodec/eatqi.c s->height = AV_RL16(&buf[2]); height 120 libavcodec/eatqi.c ret = ff_set_dimensions(s->avctx, s->width, s->height); height 136 libavcodec/eatqi.c for (s->mb_y=0; s->mb_y<(avctx->height+15)/16; s->mb_y++) height 95 libavcodec/error_resilience.c static void filter181(int16_t *data, int width, int height, int stride) height 100 libavcodec/error_resilience.c for (y = 1; y < height - 1; y++) { height 118 libavcodec/error_resilience.c for (y = 1; y < height - 1; y++) { height 890 libavcodec/error_resilience.c && (s->avctx->height&16) height 899 libavcodec/error_resilience.c s->last_pic.f->height != s->cur_pic.f->height || height 907 libavcodec/error_resilience.c s->next_pic.f->height != s->cur_pic.f->height || height 64 libavcodec/escape124.c ((unsigned)avctx->height / 8); height 120 libavcodec/escape130.c if ((avctx->width & 1) || (avctx->height & 1)) { height 126 libavcodec/escape130.c s->old_y_avg = av_malloc(avctx->width * avctx->height / 4); height 127 libavcodec/escape130.c s->buf1 = av_malloc(avctx->width * avctx->height * 3 / 2); height 128 libavcodec/escape130.c s->buf2 = av_malloc(avctx->width * avctx->height * 3 / 2); height 142 libavcodec/escape130.c s->new_u = s->new_y + avctx->width * avctx->height; height 143 libavcodec/escape130.c s->new_v = s->new_u + avctx->width * avctx->height / 4; height 145 libavcodec/escape130.c s->old_u = s->old_y + avctx->width * avctx->height; height 146 libavcodec/escape130.c s->old_v = s->old_u + avctx->width * avctx->height / 4; height 147 libavcodec/escape130.c memset(s->old_y, 0, avctx->width * avctx->height); height 148 libavcodec/escape130.c memset(s->old_u, 0x10, avctx->width * avctx->height / 4); height 149 libavcodec/escape130.c memset(s->old_v, 0x10, avctx->width * avctx->height / 4); height 205 libavcodec/escape130.c unsigned total_blocks = avctx->width * avctx->height / 4, height 321 libavcodec/escape130.c for (j = 0; j < avctx->height; j++) { height 327 libavcodec/escape130.c for (j = 0; j < avctx->height / 2; j++) { height 1334 libavcodec/exr.c for (y = s->ymax + 1; y < avctx->height; y++) { height 280 libavcodec/faxcompr.c uint8_t *dst, int height, int stride, height 303 libavcodec/faxcompr.c for (j = 0; j < height; j++) { height 43 libavcodec/faxcompr.h uint8_t *dst, int height, int stride, height 46 libavcodec/ffv1.c if (!avctx->width || !avctx->height) height 58 libavcodec/ffv1.c s->height = avctx->height; height 125 libavcodec/ffv1.c int sys = f->avctx->height * sy / f->num_v_slices; height 126 libavcodec/ffv1.c int sye = f->avctx->height * (sy + 1) / f->num_v_slices; height 84 libavcodec/ffv1.h int width, height; height 289 libavcodec/ffv1dec.c fs->slice_y = get_symbol(c, state, 0) * f->height; height 291 libavcodec/ffv1dec.c fs->slice_height = (get_symbol(c, state, 0) + 1) * f->height + fs->slice_y; height 297 libavcodec/ffv1dec.c if ((unsigned)fs->slice_width > f->width || (unsigned)fs->slice_height > f->height) height 300 libavcodec/ffv1dec.c || (unsigned)fs->slice_y + (uint64_t)fs->slice_height > f->height) height 334 libavcodec/ffv1dec.c if (av_image_check_sar(f->width, f->height, height 362 libavcodec/ffv1dec.c int width, height, x, y, ret; height 419 libavcodec/ffv1dec.c height = fs->slice_height; height 432 libavcodec/ffv1dec.c av_assert1(width && height); height 435 libavcodec/ffv1dec.c const int chroma_height = FF_CEIL_RSHIFT(height, f->chroma_v_shift); height 438 libavcodec/ffv1dec.c decode_plane(fs, p->data[0] + ps*x + y*p->linesize[0], width, height, p->linesize[0], 0); height 445 libavcodec/ffv1dec.c decode_plane(fs, p->data[3] + ps*x + y*p->linesize[3], width, height, p->linesize[3], 2); height 450 libavcodec/ffv1dec.c decode_rgb_frame(fs, planes, width, height, p->linesize); height 550 libavcodec/ffv1dec.c f->num_v_slices > (unsigned)f->height || !f->num_v_slices height 789 libavcodec/ffv1dec.c fs->slice_y = get_symbol(c, state, 0) * f->height; height 791 libavcodec/ffv1dec.c fs->slice_height = (get_symbol(c, state, 0) + 1) * f->height + fs->slice_y; height 798 libavcodec/ffv1dec.c (unsigned)fs->slice_height > f->height) height 801 libavcodec/ffv1dec.c || (unsigned)fs->slice_y + (uint64_t)fs->slice_height > f->height) height 525 libavcodec/ffv1enc.c (fs->slice_y + 1) * f->num_v_slices / f->height, 0); height 530 libavcodec/ffv1enc.c (fs->slice_height + 1) * f->num_v_slices / f->height - 1, height 679 libavcodec/ffv1enc.c if (avctx->slices == 0 && avctx->level < 0 && avctx->width * avctx->height > 720*576) height 946 libavcodec/ffv1enc.c s->num_v_slices = (avctx->width > 352 || avctx->height > 288 || !avctx->slices) ? 2 : 1; height 995 libavcodec/ffv1enc.c put_symbol(c, state, (fs->slice_y +1)*f->num_v_slices / f->height , 0); height 997 libavcodec/ffv1enc.c put_symbol(c, state, (fs->slice_height+1)*f->num_v_slices / f->height-1, 0); height 1107 libavcodec/ffv1enc.c int height = fs->slice_height; height 1120 libavcodec/ffv1enc.c choose_rct_params(fs, planes, p->linesize, width, height); height 1143 libavcodec/ffv1enc.c const int chroma_height = FF_CEIL_RSHIFT(height, f->chroma_v_shift); height 1147 libavcodec/ffv1enc.c ret = encode_plane(fs, p->data[0] + ps*x + y*p->linesize[0], width, height, p->linesize[0], 0); height 1154 libavcodec/ffv1enc.c ret |= encode_plane(fs, p->data[3] + ps*x + y*p->linesize[3], width, height, p->linesize[3], 2); height 1156 libavcodec/ffv1enc.c ret = encode_rgb_frame(fs, planes, width, height, p->linesize); height 1186 libavcodec/ffv1enc.c + avctx->width*avctx->height*35LL*4; height 1234 libavcodec/ffv1enc.c maxsize = FF_MIN_BUFFER_SIZE + avctx->width*avctx->height*3LL*4; height 237 libavcodec/fic.c for (i = 0; i < FFMIN(32, avctx->height - cur_y) - 1; i += 2) { height 321 libavcodec/fic.c if (!skip_cursor && (cur_x > avctx->width || cur_y > avctx->height)) { height 378 libavcodec/fic.c slice_h = FFALIGN(avctx->height - ctx->slice_h * (nslices - 1), 16); height 443 libavcodec/fic.c ctx->aligned_height = FFALIGN(avctx->height, 16); height 185 libavcodec/flashsv.c int width, int height, int x_pos, int y_pos, height 342 libavcodec/flashsv.c if (avctx->width == 0 && avctx->height == 0) { height 348 libavcodec/flashsv.c if (avctx->width != s->image_width || avctx->height != s->image_height) { height 352 libavcodec/flashsv.c avctx->height, avctx->width, s->image_height, s->image_width); height 479 libavcodec/flashsv.c s->keyframe = av_malloc(s->frame->linesize[0] * avctx->height); height 486 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 518 libavcodec/flashsv2enc.c int width, int height, int stride) height 545 libavcodec/flashsv2enc.c for (; i < b->height; i++) height 555 libavcodec/flashsv2enc.c unsigned buf_size = b->width * b->height * 6; height 639 libavcodec/flashsv2enc.c b->len = b->height; height 645 libavcodec/flashsv2enc.c } else if (b->start != 0 || b->len != b->height) { height 756 libavcodec/flashsv2enc.c double height = block_size_fraction * sqrt(0.5 * save * s->rows * s->cols) * s->image_height; height 757 libavcodec/flashsv2enc.c int pheight = ((int) height); height 112 libavcodec/flashsvenc.c if (avctx->width > 4095 || avctx->height > 4095) { height 124 libavcodec/flashsvenc.c s->image_height = avctx->height; height 195 libavcodec/flicvideo.c pixel_limit = s->avctx->height * s->frame->linesize[0]; height 373 libavcodec/flicvideo.c s->frame->linesize[0] * s->avctx->height); height 380 libavcodec/flicvideo.c for (lines = 0; lines < s->avctx->height; lines++) { height 426 libavcodec/flicvideo.c if (chunk_size - 6 != s->avctx->width * s->avctx->height) { height 431 libavcodec/flicvideo.c for (y_ptr = 0; y_ptr < s->frame->linesize[0] * s->avctx->height; height 514 libavcodec/flicvideo.c pixel_limit = s->avctx->height * s->frame->linesize[0]; height 608 libavcodec/flicvideo.c s->frame->linesize[0] * s->avctx->height); height 613 libavcodec/flicvideo.c for (lines = 0; lines < s->avctx->height; lines++) { height 669 libavcodec/flicvideo.c for (lines = 0; lines < s->avctx->height; lines++) { height 714 libavcodec/flicvideo.c if (chunk_size - 6 > (unsigned int)(s->avctx->width * s->avctx->height)*2) { height 720 libavcodec/flicvideo.c for (y_ptr = 0; y_ptr < s->frame->linesize[0] * s->avctx->height; height 29 libavcodec/flvdec.c int format, width, height; height 47 libavcodec/flvdec.c height = get_bits(&s->gb, 8); height 51 libavcodec/flvdec.c height = get_bits(&s->gb, 16); height 55 libavcodec/flvdec.c height = 288; height 59 libavcodec/flvdec.c height = 144; height 63 libavcodec/flvdec.c height = 96; height 67 libavcodec/flvdec.c height = 240; height 71 libavcodec/flvdec.c height = 120; height 74 libavcodec/flvdec.c width = height = 0; height 77 libavcodec/flvdec.c if (av_image_check_size(width, height, 0, s->avctx)) height 80 libavcodec/flvdec.c s->height = height; height 37 libavcodec/flvenc.c if (s->width == 352 && s->height == 288) height 39 libavcodec/flvenc.c else if (s->width == 176 && s->height == 144) height 41 libavcodec/flvenc.c else if (s->width == 128 && s->height == 96) height 43 libavcodec/flvenc.c else if (s->width == 320 && s->height == 240) height 45 libavcodec/flvenc.c else if (s->width == 160 && s->height == 120) height 47 libavcodec/flvenc.c else if (s->width <= 255 && s->height <= 255) height 54 libavcodec/flvenc.c put_bits(&s->pb, 8, s->height); height 57 libavcodec/flvenc.c put_bits(&s->pb, 16, s->height); height 168 libavcodec/fraps.c unsigned needed_size = avctx->width * avctx->height * 3; height 222 libavcodec/fraps.c if (((avctx->width % 8) != 0) || ((avctx->height % 2) != 0)) { height 224 libavcodec/fraps.c avctx->width, avctx->height); height 229 libavcodec/fraps.c for (y = 0; y < avctx->height / 2; y++) { height 247 libavcodec/fraps.c for (y = 0; y<avctx->height; y++) height 248 libavcodec/fraps.c memcpy(&f->data[0][(avctx->height - y - 1) * f->linesize[0]], height 263 libavcodec/fraps.c avctx->height >> is_chroma, height 275 libavcodec/fraps.c if ((ret = fraps2_decode_plane(s, f->data[0] + i + (f->linesize[0] * (avctx->height - 1)), height 276 libavcodec/fraps.c -f->linesize[0], avctx->width, avctx->height, height 284 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 92 libavcodec/g2meet.c int width, height, bpp; height 237 libavcodec/g2meet.c static int jpg_decode_data(JPGContext *c, int width, int height, height 258 libavcodec/g2meet.c mb_h = (height + 15) >> 4; height 320 libavcodec/g2meet.c int width, int height, height 333 libavcodec/g2meet.c for (j = 0; j < height; j++, dst += stride, jpeg_tile += tile_stride) { height 349 libavcodec/g2meet.c int width, height; height 365 libavcodec/g2meet.c height = FFMIN(c->height - tile_y * c->tile_height, c->tile_height); height 373 libavcodec/g2meet.c for (j = 0; j < height; j++, dst += c->framebuf_stride) height 378 libavcodec/g2meet.c return jpg_decode_data(&c->jc, width, height, src, src_end - src, height 415 libavcodec/g2meet.c NULL, 0, width, height, pal, npal, tidx); height 424 libavcodec/g2meet.c for (i = 0; i < (FFALIGN(height, 16) >> 4); i++) { height 445 libavcodec/g2meet.c memset(c->jpeg_tile, 0, c->tile_stride * height); height 446 libavcodec/g2meet.c jpg_decode_data(&c->jc, width, height, src, src_end - src, height 452 libavcodec/g2meet.c width, height, pal, npal, tidx); height 461 libavcodec/g2meet.c if (!c->framebuf || c->old_width < c->width || c->old_height < c->height) { height 463 libavcodec/g2meet.c aligned_height = c->height + 15; height 631 libavcodec/g2meet.c if (y + h > c->height) height 632 libavcodec/g2meet.c h = c->height - y; height 715 libavcodec/g2meet.c c->height = bytestream2_get_be32(&bc); height 717 libavcodec/g2meet.c c->height < 16 || c->height > c->orig_height) { height 720 libavcodec/g2meet.c c->width, c->height); height 724 libavcodec/g2meet.c if (c->width != avctx->width || c->height != avctx->height) { height 725 libavcodec/g2meet.c ret = ff_set_dimensions(avctx, c->width, c->height); height 750 libavcodec/g2meet.c c->tiles_y = (c->height + c->tile_height - 1) / c->tile_height; height 849 libavcodec/g2meet.c if (c->width && c->height && c->framebuf) { height 856 libavcodec/g2meet.c for (i = 0; i < avctx->height; i++) height 869 libavcodec/g2meet.c c->height = 0; height 890 libavcodec/g2meet.c c->orig_height = avctx->height; height 83 libavcodec/gif.c int len = 0, height = avctx->height, width = avctx->width, x, y; height 93 libavcodec/gif.c y_end = avctx->height - 1; height 106 libavcodec/gif.c height = y_end + 1 - y_start; height 136 libavcodec/gif.c width, height, x_start, y_start, avctx->width, avctx->height); height 144 libavcodec/gif.c bytestream_put_le16(bytestream, height); height 159 libavcodec/gif.c linesize, width, height); height 177 libavcodec/gif.c ff_lzw_encode_init(s->lzw, s->buf, 2 * width * height, height 185 libavcodec/gif.c for (y = 0; y < height; y++) { height 195 libavcodec/gif.c for (y = 0; y < height; y++) { height 220 libavcodec/gif.c if (avctx->width > 65535 || avctx->height > 65535) { height 235 libavcodec/gif.c s->buf = av_malloc(avctx->width*avctx->height*2); height 273 libavcodec/gif.c if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*7/5 + FF_MIN_BUFFER_SIZE)) < 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 av_dlog(s->avctx, "image x=%d y=%d w=%d h=%d\n", left, top, width, height); height 186 libavcodec/gifdec.c if (!height || height > s->screen_height || top >= s->screen_height) { height 198 libavcodec/gifdec.c if (top + height > s->screen_height) { height 201 libavcodec/gifdec.c top + height - s->screen_height); height 202 libavcodec/gifdec.c height = s->screen_height - top; height 217 libavcodec/gifdec.c s->gce_w = pw; s->gce_h = height; height 225 libavcodec/gifdec.c av_fast_malloc(&s->stored_img, &s->stored_img_size, frame->linesize[0] * frame->height); height 230 libavcodec/gifdec.c frame->linesize[0] / sizeof(uint32_t), left, top, pw, height); height 252 libavcodec/gifdec.c for (y = 0; y < height; y++) { height 284 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 617 libavcodec/h261dec.c if (s->width != avctx->coded_width || s->height != avctx->coded_height) { height 628 libavcodec/h261dec.c ret = ff_set_dimensions(avctx, s->width, s->height); height 39 libavcodec/h261enc.c int ff_h261_get_picture_format(int width, int height) height 42 libavcodec/h261enc.c if (width == 176 && height == 144) height 45 libavcodec/h261enc.c else if (width == 352 && height == 288) height 72 libavcodec/h261enc.c format = ff_h261_get_picture_format(s->width, s->height); height 93 libavcodec/h261enc.c if (ff_h261_get_picture_format(s->width, s->height) == 0) { height 120 libavcodec/h261enc.c if (ff_h261_get_picture_format(s->width, s->height) == 1) { // CIF height 376 libavcodec/h263.c if (s->height <= 400) height 378 libavcodec/h263.c else if (s->height <= 800) height 120 libavcodec/h263.h int av_const h263_get_picture_format(int width, int height); height 499 libavcodec/h263dec.c || s->height != avctx->coded_height) { height 502 libavcodec/h263dec.c s->height= avctx->coded_height; height 539 libavcodec/h263dec.c s->height != avctx->coded_height || height 544 libavcodec/h263dec.c ret = ff_set_dimensions(avctx, s->width, s->height); height 696 libavcodec/h263dec.c int h = FF_CEIL_RSHIFT(pict->height, !!p); height 97 libavcodec/h264.c void ff_h264_draw_horiz_band(H264Context *h, int y, int height) height 106 libavcodec/h264.c height <<= 1; height 110 libavcodec/h264.c height = FFMIN(height, avctx->height - y); height 137 libavcodec/h264.c y, h->picture_structure, height); height 1895 libavcodec/h264.c f->format, f->width, f->height>>1); height 360 libavcodec/h264.h int width, height; height 1139 libavcodec/h264.h void ff_h264_draw_horiz_band(H264Context *h, int y, int height); height 40 libavcodec/h264_mb.c 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 53 libavcodec/h264_mb.c int height, int y_offset, int list0, height 69 libavcodec/h264_mb.c my = get_lowest_part_list_y(h, ref, n, height, y_offset, 0); height 82 libavcodec/h264_mb.c my = get_lowest_part_list_y(h, ref, n, height, y_offset, 1); height 204 libavcodec/h264_mb.c int n, int square, int height, height 304 libavcodec/h264_mb.c height >> (chroma_idc == 1 /* yuv420 */), height 314 libavcodec/h264_mb.c chroma_op(dest_cr, src_cr, h->mb_uvlinesize, height >> (chroma_idc == 1 /* yuv420 */), height 319 libavcodec/h264_mb.c int height, int delta, height 349 libavcodec/h264_mb.c mc_dir_part(h, ref, n, square, height, delta, 0, height 359 libavcodec/h264_mb.c mc_dir_part(h, ref, n, square, height, delta, 1, height 366 libavcodec/h264_mb.c int height, int delta, height 383 libavcodec/h264_mb.c chroma_height = height; height 389 libavcodec/h264_mb.c chroma_height = height; height 393 libavcodec/h264_mb.c chroma_height = height >> 1; height 409 libavcodec/h264_mb.c mc_dir_part(h, &h->ref_list[0][refn0], n, square, height, delta, 0, height 413 libavcodec/h264_mb.c mc_dir_part(h, &h->ref_list[1][refn1], n, square, height, delta, 1, height 422 libavcodec/h264_mb.c height, 5, weight0, weight1, 0); height 430 libavcodec/h264_mb.c luma_weight_avg(dest_y, tmp_y, h->mb_linesize, height, height 455 libavcodec/h264_mb.c mc_dir_part(h, ref, n, square, height, delta, list, height 459 libavcodec/h264_mb.c luma_weight_op(dest_y, h->mb_linesize, height, height 38 libavcodec/h264_mc_template.c int height, int delta, height 53 libavcodec/h264_mc_template.c mc_part_weighted(h, n, square, height, delta, dest_y, dest_cb, dest_cr, height 58 libavcodec/h264_mc_template.c mc_part_std(h, n, square, height, delta, dest_y, dest_cb, dest_cr, height 333 libavcodec/h264_parser.c s->height = s->coded_height - (h->sps.crop_top + h->sps.crop_bottom); height 334 libavcodec/h264_parser.c if (s->width <= 0 || s->height <= 0) { height 336 libavcodec/h264_parser.c s->height = s->coded_height; height 462 libavcodec/h264_ps.c int height = 16 * sps->mb_height * (2 - sps->frame_mbs_only_flag); height 494 libavcodec/h264_ps.c (crop_top + crop_bottom) * step_y >= height height 496 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "crop values invalid %d %d %d %d / %d %d\n", crop_left, crop_right, crop_top, crop_bottom, width, height); height 245 libavcodec/h264_slice.c for(i=0; i<FF_CEIL_RSHIFT(h->avctx->height, v_chroma_shift); i++) { height 470 libavcodec/h264_slice.c h->height != h1->height || height 485 libavcodec/h264_slice.c h->height = h1->height; height 599 libavcodec/h264_slice.c h->avctx->height = h1->avctx->height; height 1116 libavcodec/h264_slice.c int height = h->height - (h->sps.crop_top + h->sps.crop_bottom); height 1120 libavcodec/h264_slice.c av_assert0(h->sps.crop_top + h->sps.crop_bottom < (unsigned)h->height); height 1125 libavcodec/h264_slice.c FFALIGN(h->avctx->height, 16) == h->height) { height 1127 libavcodec/h264_slice.c height = h->avctx->height; height 1130 libavcodec/h264_slice.c if (width <= 0 || height <= 0) { height 1132 libavcodec/h264_slice.c width, height); height 1144 libavcodec/h264_slice.c height = h->height; height 1148 libavcodec/h264_slice.c h->avctx->coded_height = h->height; height 1150 libavcodec/h264_slice.c h->avctx->height = height; height 1222 libavcodec/h264_slice.c c->height = h->height; height 1437 libavcodec/h264_slice.c h->height = 16 * h->mb_height; height 1462 libavcodec/h264_slice.c h->height, h->avctx->coded_height, height 1476 libavcodec/h264_slice.c "pix_fmt: %s\n", h->width, h->height, av_get_pix_fmt_name(h->avctx->pix_fmt)); height 2359 libavcodec/h264_slice.c int height = 16 << FRAME_MBAFF(h); height 2363 libavcodec/h264_slice.c if ((top + height) >= pic_height) height 2364 libavcodec/h264_slice.c height += deblock_border; height 2368 libavcodec/h264_slice.c if (top >= pic_height || (top + height) < 0) height 2371 libavcodec/h264_slice.c height = FFMIN(height, pic_height - top); height 2373 libavcodec/h264_slice.c height = top + height; height 2377 libavcodec/h264_slice.c ff_h264_draw_horiz_band(h, top, height); height 2382 libavcodec/h264_slice.c ff_thread_report_progress(&h->cur_pic_ptr->tf, top + height - 1, height 32 libavcodec/h264dsp.h typedef void (*h264_weight_func)(uint8_t *block, int stride, int height, height 35 libavcodec/h264dsp.h int stride, int height, int log2_denom, height 33 libavcodec/h264dsp_template.c static void FUNCC(weight_h264_pixels ## W)(uint8_t *_block, int 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, int stride, int height, \ height 72 libavcodec/h264dsp_template.c for (y = 0; y < height; y++, dst += stride, src += stride) { \ height 86 libavcodec/hevc.c int height = sps->height; height 88 libavcodec/hevc.c ((height >> log2_min_cb_size) + 1); height 93 libavcodec/hevc.c s->bs_height = (height >> 2) + 1; height 296 libavcodec/hevc.c s->avctx->coded_height = sps->height; height 298 libavcodec/hevc.c s->avctx->height = sps->output_height; height 348 libavcodec/hevc.c int h = sps->height >> sps->vshift[c_idx]; height 417 libavcodec/hevc.c if (s->sps->width != last_sps->width || s->sps->height != last_sps->height || height 1098 libavcodec/hevc.c int y_end = FFMIN(y0 + cb_size, s->sps->height); height 1294 libavcodec/hevc.c int pic_height = s->sps->height; height 1355 libavcodec/hevc.c int pic_height = s->sps->height; height 1444 libavcodec/hevc.c int pic_height = s->sps->height >> s->sps->vshift[1]; height 1514 libavcodec/hevc.c int pic_height = s->sps->height >> s->sps->vshift[1]; height 1594 libavcodec/hevc.c const Mv *mv, int y0, int height) height 1596 libavcodec/hevc.c int y = FFMAX(0, (mv->y >> 2) + y0 + height + 9); height 2134 libavcodec/hevc.c y0 + cb_size <= s->sps->height && height 2168 libavcodec/hevc.c if (more_data && y1 < s->sps->height) { height 2174 libavcodec/hevc.c y1 < s->sps->height) { height 2186 libavcodec/hevc.c (y1 + cb_size_split) < s->sps->height); height 2198 libavcodec/hevc.c (y0 + cb_size >= s->sps->height))) { height 2233 libavcodec/hevc.c lc->end_of_tiles_y = FFMIN(y_ctb + ctb_size, s->sps->height); height 2308 libavcodec/hevc.c y_ctb + ctb_size >= s->sps->height) height 2383 libavcodec/hevc.c if ((x_ctb+ctb_size) >= s->sps->width && (y_ctb+ctb_size) >= s->sps->height ) { height 2562 libavcodec/hevc.c ((s->sps->height >> s->sps->log2_min_cb_size) + 1); height 3040 libavcodec/hevc.c int height = s->avctx->coded_height; height 3042 libavcodec/hevc.c int h = (i == 1 || i == 2) ? (height >> desc->log2_chroma_h) : height; height 468 libavcodec/hevc.h int height; height 803 libavcodec/hevc.h int height; height 142 libavcodec/hevc_filter.c static void copy_CTB(uint8_t *dst, const uint8_t *src, int width, int height, height 148 libavcodec/hevc_filter.c for (i = 0; i < height; i++) { height 155 libavcodec/hevc_filter.c for (i = 0; i < height; i++) { height 173 libavcodec/hevc_filter.c int pixel_shift, int height, height 178 libavcodec/hevc_filter.c for (i = 0; i < height; i++) { height 184 libavcodec/hevc_filter.c for (i = 0; i < height; i++) { height 193 libavcodec/hevc_filter.c int stride_src, int x, int y, int width, int height, height 198 libavcodec/hevc_filter.c int h = s->sps->height >> s->sps->vshift[c_idx]; height 204 libavcodec/hevc_filter.c src + stride_src * (height - 1), width << sh); height 207 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 209 libavcodec/hevc_filter.c copy_vert(s->sao_pixel_buffer_v[c_idx] + (((2 * x_ctb + 1) * h + y) << sh), src + ((width - 1) << sh), sh, height, 1 << sh, stride_src); height 215 libavcodec/hevc_filter.c int x0, int y0, int width, int height, int c_idx) height 226 libavcodec/hevc_filter.c int y_max = ((y0 + height) >> s->sps->log2_min_pu_size); height 314 libavcodec/hevc_filter.c int height = FFMIN(ctb_size_v, (s->sps->height >> s->sps->vshift[c_idx]) - y0); height 322 libavcodec/hevc_filter.c copy_CTB_to_hv(s, src, stride_src, x0, y0, width, height, c_idx, height 328 libavcodec/hevc_filter.c copy_CTB(dst, src, width << s->sps->pixel_shift, height, stride_dst, stride_src); height 331 libavcodec/hevc_filter.c width, height); height 333 libavcodec/hevc_filter.c x, y, width, height, c_idx); height 337 libavcodec/hevc_filter.c width, height); height 344 libavcodec/hevc_filter.c int h = s->sps->height >> s->sps->vshift[c_idx]; height 389 libavcodec/hevc_filter.c dst1 = dst + height * stride_dst - (left << sh); height 390 libavcodec/hevc_filter.c src1[0] = src + height * stride_src - (left << sh); height 414 libavcodec/hevc_filter.c sh, height, stride_dst, 1 << sh); height 424 libavcodec/hevc_filter.c sh, height, stride_dst, 1 << sh); height 433 libavcodec/hevc_filter.c height, stride_dst, stride_src); height 435 libavcodec/hevc_filter.c copy_CTB_to_hv(s, src, stride_src, x0, y0, width, height, c_idx, height 438 libavcodec/hevc_filter.c sao->eo_class[c_idx], width, height); height 443 libavcodec/hevc_filter.c height, c_idx, height 448 libavcodec/hevc_filter.c x, y, width, height, c_idx); height 511 libavcodec/hevc_filter.c if (y_end > s->sps->height) height 512 libavcodec/hevc_filter.c y_end = s->sps->height; height 848 libavcodec/hevc_filter.c int y_end = y >= s->sps->height - ctb_size; height 870 libavcodec/hevc_filter.c int y_end = y_ctb >= s->sps->height - ctb_size; height 244 libavcodec/hevc_mvs.c y < s->sps->height && height 382 libavcodec/hevc_mvs.c yA0 < s->sps->height && height 628 libavcodec/hevc_mvs.c yA0 < s->sps->height && height 766 libavcodec/hevc_ps.c sps->height = get_ue_golomb_long(gb); height 768 libavcodec/hevc_ps.c sps->height, 0, s->avctx)) < 0) height 1040 libavcodec/hevc_ps.c sps->output_height = sps->height - height 1043 libavcodec/hevc_ps.c sps->height <= sps->output_window.top_offset + (int64_t)sps->output_window.bottom_offset) { height 1055 libavcodec/hevc_ps.c sps->output_height = sps->height; height 1064 libavcodec/hevc_ps.c sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; height 1068 libavcodec/hevc_ps.c sps->min_cb_height = sps->height >> sps->log2_min_cb_size; height 1070 libavcodec/hevc_ps.c sps->min_tb_height = sps->height >> sps->log2_min_tb_size; height 1072 libavcodec/hevc_ps.c sps->min_pu_height = sps->height >> sps->log2_min_pu_size; height 1078 libavcodec/hevc_ps.c sps->height & ((1 << sps->log2_min_cb_size) - 1)) { height 1122 libavcodec/hevc_ps.c sps_id, sps->width, sps->height, height 1327 libavcodec/hevc_ps.c pps->num_tile_rows >= sps->height) { height 416 libavcodec/hevc_refs.c for (y = 0; y < (s->sps->height >> s->sps->vshift[i]); y++) 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 30 libavcodec/hevcdsp_template.c static void FUNC(put_pcm)(uint8_t *_dst, ptrdiff_t stride, int width, int height, height 38 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 307 libavcodec/hevcdsp_template.c int width, int height) height 320 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 331 libavcodec/hevcdsp_template.c int eo, int width, int height) { height 349 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 372 libavcodec/hevcdsp_template.c int init_x = 0, width = _width, height = _height; height 380 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 388 libavcodec/hevcdsp_template.c for (x = 0; x < height; x++) { height 402 libavcodec/hevcdsp_template.c int y_stride_dst = stride_dst * (height - 1); height 403 libavcodec/hevcdsp_template.c int y_stride_src = stride_src * (height - 1); height 406 libavcodec/hevcdsp_template.c height--; height 422 libavcodec/hevcdsp_template.c int init_x = 0, init_y = 0, width = _width, height = _height; height 430 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 438 libavcodec/hevcdsp_template.c for (x = 0; x < height; x++) { height 453 libavcodec/hevcdsp_template.c int y_stride_dst = stride_dst * (height - 1); height 454 libavcodec/hevcdsp_template.c int y_stride_src = stride_src * (height - 1); height 457 libavcodec/hevcdsp_template.c height--; height 469 libavcodec/hevcdsp_template.c for(y = init_y+save_upper_left; y< height-save_lower_left; y++) height 473 libavcodec/hevcdsp_template.c for(y = init_y+save_upper_right; y< height-save_lower_right; y++) height 483 libavcodec/hevcdsp_template.c dst[(height-1)*stride_dst+x] = src[(height-1)*stride_src+x]; height 490 libavcodec/hevcdsp_template.c dst[stride_dst*(height-1)+width-1] = src[stride_src*(height-1)+width-1]; height 492 libavcodec/hevcdsp_template.c dst[stride_dst*(height-1)] = src[stride_src*(height-1)]; height 504 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 510 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 519 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 527 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 536 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 551 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 561 libavcodec/hevcdsp_template.c int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) height 576 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 586 libavcodec/hevcdsp_template.c int height, int denom, int wx0, int wx1, height 600 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 625 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 631 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 641 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 647 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 658 libavcodec/hevcdsp_template.c int height, intptr_t mx, height 670 libavcodec/hevcdsp_template.c for (y = 0; y < height + QPEL_EXTRA; y++) { height 679 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 689 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 705 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 715 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 732 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 743 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 759 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 770 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 787 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 798 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 818 libavcodec/hevcdsp_template.c for (y = 0; y < height + QPEL_EXTRA; y++) { height 828 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 838 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 857 libavcodec/hevcdsp_template.c for (y = 0; y < height + QPEL_EXTRA; y++) { height 867 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 878 libavcodec/hevcdsp_template.c int height, int denom, int wx, int ox, height 895 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 905 libavcodec/hevcdsp_template.c int height, int denom, int wx0, int wx1, height 921 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 933 libavcodec/hevcdsp_template.c int height, int denom, int wx, int ox, height 950 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 960 libavcodec/hevcdsp_template.c int height, int denom, int wx0, int wx1, height 976 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 988 libavcodec/hevcdsp_template.c int height, int denom, int wx, int ox, height 1008 libavcodec/hevcdsp_template.c for (y = 0; y < height + QPEL_EXTRA; y++) { height 1019 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1029 libavcodec/hevcdsp_template.c int height, int denom, int wx0, int wx1, height 1045 libavcodec/hevcdsp_template.c for (y = 0; y < height + QPEL_EXTRA; y++) { height 1057 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1078 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 1084 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1094 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 1101 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1111 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 1122 libavcodec/hevcdsp_template.c for (y = 0; y < height + EPEL_EXTRA; y++) { height 1132 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1141 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 1156 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1166 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 1181 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1192 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 1207 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1217 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 1232 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1242 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 1261 libavcodec/hevcdsp_template.c for (y = 0; y < height + EPEL_EXTRA; y++) { height 1271 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1281 libavcodec/hevcdsp_template.c int height, intptr_t mx, intptr_t my, int width) height 1300 libavcodec/hevcdsp_template.c for (y = 0; y < height + EPEL_EXTRA; y++) { height 1310 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1320 libavcodec/hevcdsp_template.c int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) height 1336 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1347 libavcodec/hevcdsp_template.c int height, int denom, int wx0, int wx1, height 1361 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1372 libavcodec/hevcdsp_template.c int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) height 1388 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1399 libavcodec/hevcdsp_template.c int height, int denom, int wx0, int wx1, height 1413 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1424 libavcodec/hevcdsp_template.c int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) height 1443 libavcodec/hevcdsp_template.c for (y = 0; y < height + EPEL_EXTRA; y++) { height 1454 libavcodec/hevcdsp_template.c for (y = 0; y < height; y++) { height 1464 libavcodec/hevcdsp_template.c int height, int denom, int wx0, int wx1, height 1480 libavcodec/hevcdsp_template.c for (y = 0; y < height + EPEL_EXTRA; y++) { height 1492 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->sps->height) - height 190 libavcodec/hevcpred_template.c int size_max_y = y0 + ((2 * size) << vshift) < s->sps->height ? height 191 libavcodec/hevcpred_template.c 2 * size : (s->sps->height - y0) >> vshift; height 198 libavcodec/hevcpred_template.c size_max_y = y0 + (( size) << vshift) < s->sps->height ? height 199 libavcodec/hevcpred_template.c size : (s->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 122 libavcodec/hnm4video.c for (y = 0; y < hnm->height; y++) { height 139 libavcodec/hnm4video.c for (y = 0; y < hnm->height; y++) { height 163 libavcodec/hnm4video.c if (writeoffset + 2 > hnm->width * hnm->height) { height 177 libavcodec/hnm4video.c if (writeoffset + count > hnm->width * hnm->height) { height 189 libavcodec/hnm4video.c if (writeoffset > hnm->width * hnm->height) { height 205 libavcodec/hnm4video.c if (!backward && offset + 2*count > hnm->width * hnm->height) { height 208 libavcodec/hnm4video.c } else if (backward && offset + 1 >= hnm->width * hnm->height) { height 211 libavcodec/hnm4video.c } else if (writeoffset + 2*count > hnm->width * hnm->height) { height 291 libavcodec/hnm4video.c if (writeoffset + hnm->width >= hnm->width * hnm->height) { height 303 libavcodec/hnm4video.c if (writeoffset > hnm->width * hnm->height) { height 323 libavcodec/hnm4video.c if (offset + hnm->width + count >= hnm->width * hnm->height) { height 326 libavcodec/hnm4video.c } else if (writeoffset + hnm->width + count >= hnm->width * hnm->height) { height 419 libavcodec/hnm4video.c memcpy(hnm->previous, hnm->current, hnm->width * hnm->height); height 421 libavcodec/hnm4video.c memcpy(hnm->processed, hnm->current, hnm->width * hnm->height); height 435 libavcodec/hnm4video.c memcpy(hnm->processed, hnm->current, hnm->width * hnm->height); height 465 libavcodec/hnm4video.c ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); height 472 libavcodec/hnm4video.c hnm->height = avctx->height; height 473 libavcodec/hnm4video.c hnm->buffer1 = av_mallocz(avctx->width * avctx->height); height 474 libavcodec/hnm4video.c hnm->buffer2 = av_mallocz(avctx->width * avctx->height); height 475 libavcodec/hnm4video.c hnm->processed = av_mallocz(avctx->width * avctx->height); height 478 libavcodec/hnm4video.c || avctx->width * avctx->height == 0 height 479 libavcodec/hnm4video.c || avctx->height % 2) { height 436 libavcodec/hqx.c int mb_h = (ctx->height + 15) >> 4; height 538 libavcodec/hqx.c ctx->height = AV_RB16(src + 6); height 546 libavcodec/hqx.c ret = av_image_check_size(ctx->width, ctx->height, 0, avctx); height 549 libavcodec/hqx.c ctx->width, ctx->height); height 554 libavcodec/hqx.c avctx->coded_height = FFALIGN(ctx->height, 16); height 556 libavcodec/hqx.c avctx->height = ctx->height; height 50 libavcodec/hqx.h int format, dcb, width, height; height 82 libavcodec/huffyuv.c s->height = avctx->height; height 84 libavcodec/huffyuv.c av_assert1(s->width > 0 && s->height > 0); height 74 libavcodec/huffyuv.h int width, height; height 297 libavcodec/huffyuvdec.c s->interlaced = avctx->height > 288; height 905 libavcodec/huffyuvdec.c const int height = s->height; height 947 libavcodec/huffyuvdec.c int h = height; height 1006 libavcodec/huffyuvdec.c draw_slice(s, p, height); height 1041 libavcodec/huffyuvdec.c for (cy = y = 1; y < s->height; y++, cy++) { height 1056 libavcodec/huffyuvdec.c if (y >= s->height) height 1083 libavcodec/huffyuvdec.c draw_slice(s, p, height); height 1135 libavcodec/huffyuvdec.c for (; y < height; y++, cy++) { height 1147 libavcodec/huffyuvdec.c if (y >= height) height 1167 libavcodec/huffyuvdec.c draw_slice(s, p, height); height 1174 libavcodec/huffyuvdec.c const int last_line = (height - 1) * p->linesize[0]; height 1197 libavcodec/huffyuvdec.c for (y = s->height - 2; y >= 0; y--) { // Yes it is stored upside down. height 1205 libavcodec/huffyuvdec.c if (y < s->height - 1 - s->interlaced) { height 1213 libavcodec/huffyuvdec.c draw_slice(s, p, height); height 346 libavcodec/huffyuvenc.c if (s->interlaced != ( s->height > 288 )) height 415 libavcodec/huffyuvenc.c int pels = s->width * s->height / (i ? 40 : 10); height 755 libavcodec/huffyuvenc.c const int height = s->height; height 762 libavcodec/huffyuvenc.c if ((ret = ff_alloc_packet2(avctx, pkt, width * height * 3 * 4 + FF_MIN_BUFFER_SIZE)) < 0) height 819 libavcodec/huffyuvenc.c for (; y < height; y++,cy++) { height 829 libavcodec/huffyuvenc.c if (y >= height) break; height 842 libavcodec/huffyuvenc.c for (cy = y = 1; y < height; y++, cy++) { height 858 libavcodec/huffyuvenc.c if (y >= height) break; height 883 libavcodec/huffyuvenc.c uint8_t *data = p->data[0] + (height - 1) * p->linesize[0]; height 898 libavcodec/huffyuvenc.c for (y = 1; y < s->height; y++) { height 911 libavcodec/huffyuvenc.c uint8_t *data = p->data[0] + (height - 1) * p->linesize[0]; height 926 libavcodec/huffyuvenc.c for (y = 1; y < s->height; y++) { height 944 libavcodec/huffyuvenc.c int h = height; height 181 libavcodec/idcinvideo.c for (y = 0; y < (frame->linesize[0] * s->avctx->height); height 366 libavcodec/iff.c if ((err = av_image_check_size(avctx->width, avctx->height, 0, avctx))) height 523 libavcodec/iff.c if (y >= height) \ height 536 libavcodec/iff.c static void decode_rgb8(GetByteContext *gb, uint8_t *dst, int width, int height, int linesize) height 553 libavcodec/iff.c static void decode_rgbn(GetByteContext *gb, uint8_t *dst, int width, int height, int linesize) height 573 libavcodec/iff.c static void decode_deep_rle32(uint8_t *dst, const uint8_t *src, int src_size, int width, int height, int linesize) height 591 libavcodec/iff.c if (y >= height) height 604 libavcodec/iff.c if (y >= height) height 623 libavcodec/iff.c static void decode_deep_tvdc32(uint8_t *dst, const uint8_t *src, int src_size, int width, int height, int linesize, const int16_t *tvdc) height 652 libavcodec/iff.c if (y >= height) height 704 libavcodec/iff.c memset(s->frame->data[0], 0, avctx->height * s->frame->linesize[0]); height 706 libavcodec/iff.c for (y = 0; y < avctx->height && buf < buf_end; y++) { height 713 libavcodec/iff.c memset(s->frame->data[0], 0, avctx->height * s->frame->linesize[0]); height 714 libavcodec/iff.c for (y = 0; y < avctx->height; y++) { height 718 libavcodec/iff.c const uint8_t * start = buf + (plane * avctx->height + y) * s->planesize; height 730 libavcodec/iff.c for (y = 0; y < avctx->height && buf < buf_end; y++) { height 741 libavcodec/iff.c for (y = 0; y < avctx->height; y++) { height 750 libavcodec/iff.c for (y = 0; y < avctx->height; y++) { height 760 libavcodec/iff.c for (y = 0; y < avctx->height; y++) { height 772 libavcodec/iff.c for (y = 0; y < avctx->height && buf_end > buf; y++) { height 778 libavcodec/iff.c for (y = 0; y < avctx->height && buf_end > buf; y++) { height 791 libavcodec/iff.c for (y = 0; y < avctx->height; y++) { height 800 libavcodec/iff.c for (y = 0; y < avctx->height; y++) { height 810 libavcodec/iff.c for (y = 0; y < avctx->height; y++) { height 820 libavcodec/iff.c for (y = 0; y < avctx->height; y++) { height 831 libavcodec/iff.c for (y = 0; y < avctx->height; y++) { height 836 libavcodec/iff.c for (y = 0; y < avctx->height; y++) { height 845 libavcodec/iff.c decode_deep_rle32(s->frame->data[0], buf, buf_size, avctx->width, avctx->height, s->frame->linesize[0]); height 853 libavcodec/iff.c decode_rgb8(&gb, s->frame->data[0], avctx->width, avctx->height, s->frame->linesize[0]); height 855 libavcodec/iff.c decode_rgbn(&gb, s->frame->data[0], avctx->width, avctx->height, s->frame->linesize[0]); height 862 libavcodec/iff.c decode_deep_tvdc32(s->frame->data[0], buf, buf_size, avctx->width, avctx->height, s->frame->linesize[0], s->tvdc); height 94 libavcodec/imgconvert.c int width, int height) height 100 libavcodec/imgconvert.c for(;height > 0; height--) { height 127 libavcodec/imgconvert.c int width, int height) height 133 libavcodec/imgconvert.c for(;height > 0; height--) { height 158 libavcodec/imgconvert.c int width, int height) height 162 libavcodec/imgconvert.c for(;height > 0; height--) { height 229 libavcodec/imgconvert.c int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, height 255 libavcodec/imgconvert.c yheight = (height - 1 - (padtop + padbottom)) >> y_shift; height 270 libavcodec/imgconvert.c yheight = (height - 1 - (padtop + padbottom)) >> y_shift; height 282 libavcodec/imgconvert.c ((height - padbottom) >> y_shift) - (padright >> x_shift); height 354 libavcodec/imgconvert.c int width, int height) height 364 libavcodec/imgconvert.c for(y=0;y<(height-2);y+=2) { height 382 libavcodec/imgconvert.c int width, int height) height 396 libavcodec/imgconvert.c for(y=0;y<(height-2);y+=2) { height 410 libavcodec/imgconvert.c enum AVPixelFormat pix_fmt, int width, int height) height 422 libavcodec/imgconvert.c if ((width & 3) != 0 || (height & 3) != 0) height 431 libavcodec/imgconvert.c height >>= 1; height 450 libavcodec/imgconvert.c width, height); height 456 libavcodec/imgconvert.c width, height); height 43 libavcodec/imgconvert.h void ff_shrink22(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height); height 44 libavcodec/imgconvert.h void ff_shrink44(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height); height 45 libavcodec/imgconvert.h void ff_shrink88(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height); height 51 libavcodec/indeo2.c static int ir2_decode_plane(Ir2Context *ctx, int width, int height, uint8_t *dst, height 77 libavcodec/indeo2.c for (j = 1; j < height; j++) { height 105 libavcodec/indeo2.c static int ir2_decode_plane_inter(Ir2Context *ctx, int width, int height, uint8_t *dst, height 116 libavcodec/indeo2.c for (j = 0; j < height; j++) { height 171 libavcodec/indeo2.c if ((ret = ir2_decode_plane(s, avctx->width, avctx->height, height 177 libavcodec/indeo2.c if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2, height 181 libavcodec/indeo2.c if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2, height 186 libavcodec/indeo2.c if ((ret = ir2_decode_plane_inter(s, avctx->width, avctx->height, height 191 libavcodec/indeo2.c if ((ret = ir2_decode_plane_inter(s, avctx->width >> 2, avctx->height >> 2, height 195 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 180 libavcodec/indeo3.c ctx->height = luma_height; height 200 libavcodec/indeo3.c ctx->planes[p].height = !p ? luma_height : chroma_height; height 217 libavcodec/indeo3.c memset(ctx->planes[p].pixels[0], 0, ctx->planes[p].pitch * ctx->planes[p].height); height 218 libavcodec/indeo3.c memset(ctx->planes[p].pixels[1], 0, ctx->planes[p].pitch * ctx->planes[p].height); height 248 libavcodec/indeo3.c ((cell->ypos + cell->height) << 2) + mv_y > plane->height || height 258 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 485 libavcodec/indeo4.c if (((tile->width + band->mb_size-1)/band->mb_size) * ((tile->height + band->mb_size-1)/band->mb_size) != tile->num_MBs) { height 486 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "num_MBs mismatch %d %d %d %d\n", tile->width, tile->height, band->mb_size, tile->num_MBs); height 490 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 469 libavcodec/indeo5.c if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)) { height 471 libavcodec/indeo5.c tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)); height 479 libavcodec/indeo5.c for (y = tile->ypos; y < (tile->ypos + tile->height); y += band->mb_size) { height 653 libavcodec/indeo5.c ctx->pic_conf.pic_height = avctx->height; height 655 libavcodec/indeo5.c ctx->pic_conf.chroma_height = (avctx->height + 3) >> 2; height 657 libavcodec/indeo5.c ctx->pic_conf.tile_height = avctx->height; height 73 libavcodec/intelh263dec.c s->height = ff_h263_format[format][1]; height 59 libavcodec/internal.h int width, height; height 243 libavcodec/internal.h int ff_set_dimensions(AVCodecContext *s, int width, int height); height 923 libavcodec/interplayvideo.c s->upper_motion_limit_offset = (s->avctx->height - 8) * frame->linesize[0] height 927 libavcodec/interplayvideo.c for (y = 0; y < s->avctx->height; y += 8) { height 991 libavcodec/interplayvideo.c s->decoding_map_size = avctx->width * avctx->height / (8 * 8 * 2); height 873 libavcodec/ituh263dec.c int format, width, height, i; height 927 libavcodec/ituh263dec.c height = ff_h263_format[format][1]; height 947 libavcodec/ituh263dec.c s->height = height; height 1026 libavcodec/ituh263dec.c height = get_bits(&s->gb, 9) * 4; height 1027 libavcodec/ituh263dec.c av_dlog(s->avctx, "\nH.263+ Custom picture: %dx%d\n",width,height); height 1037 libavcodec/ituh263dec.c height = ff_h263_format[format][1]; height 1041 libavcodec/ituh263dec.c if ((width == 0) || (height == 0)) height 1044 libavcodec/ituh263dec.c s->height = height; height 1085 libavcodec/ituh263dec.c if (s->width == 0 || s->height == 0) { height 1090 libavcodec/ituh263dec.c s->mb_height = (s->height + 15) / 16; height 141 libavcodec/ituh263enc.c format = ff_match_2uint16(ff_h263_format, FF_ARRAY_ELEMS(ff_h263_format), s->width, s->height); height 199 libavcodec/ituh263enc.c put_bits(&s->pb,9,(s->height >> 2)); height 319 libavcodec/ivi_common.c planes[0].height = cfg->pic_height; height 324 libavcodec/ivi_common.c planes[1].height = planes[2].height = (cfg->pic_height + 3) >> 2; height 337 libavcodec/ivi_common.c b_height = planes[p].num_bands == 1 ? planes[p].height height 338 libavcodec/ivi_common.c : (planes[p].height + 1) >> 1; height 352 libavcodec/ivi_common.c band->height = b_height; height 386 libavcodec/ivi_common.c for (y = 0; y < band->height; y += t_height) { height 392 libavcodec/ivi_common.c tile->height = FFMIN(band->height - y, t_height); height 395 libavcodec/ivi_common.c tile->num_MBs = IVI_MBs_PER_TILE(tile->width, tile->height, height 439 libavcodec/ivi_common.c y_tiles = IVI_NUM_TILES(band->height, t_height); height 769 libavcodec/ivi_common.c if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)) { height 772 libavcodec/ivi_common.c tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)); height 782 libavcodec/ivi_common.c for (y = tile->ypos; y < (tile->ypos + tile->height); y += band->mb_size) { height 867 libavcodec/ivi_common.c for (y = 0; y < tile->height; y++) { height 887 libavcodec/ivi_common.c for (y = 0; y < band->height; src += band->pitch, y++) height 913 libavcodec/ivi_common.c for (y = 0; y < plane->height; y++) { height 1129 libavcodec/ivi_common.c result = ff_set_dimensions(avctx, ctx->planes[0].width, ctx->planes[0].height); height 132 libavcodec/ivi_common.h int height; height 149 libavcodec/ivi_common.h int height; height 197 libavcodec/ivi_common.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 65 libavcodec/j2kenc.c int width, height; ///< image width and height height 110 libavcodec/j2kenc.c s->width, s->height, s->tile_width, s->tile_height, height 242 libavcodec/j2kenc.c bytestream_put_be32(&s->buf, s->height); // height height 344 libavcodec/j2kenc.c s->numYtiles = ff_jpeg2000_ceildiv(s->height, s->tile_height); height 363 libavcodec/j2kenc.c comp->coord[1][1] = comp->coord_o[1][1] = FFMIN((tiley+1)*s->tile_height, s->height); height 483 libavcodec/j2kenc.c static void encode_sigpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno) height 486 libavcodec/j2kenc.c for (y0 = 0; y0 < height; y0 += 4) height 488 libavcodec/j2kenc.c for (y = y0; y < height && y < y0+4; y++){ height 505 libavcodec/j2kenc.c static void encode_refpass(Jpeg2000T1Context *t1, int width, int height, int *nmsedec, int bpno) height 508 libavcodec/j2kenc.c for (y0 = 0; y0 < height; y0 += 4) height 510 libavcodec/j2kenc.c for (y = y0; y < height && y < y0+4; y++) height 519 libavcodec/j2kenc.c static void encode_clnpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno) height 522 libavcodec/j2kenc.c for (y0 = 0; y0 < height; y0 += 4) height 524 libavcodec/j2kenc.c if (y0 + 3 < height && !( height 556 libavcodec/j2kenc.c for (y = y0; y < y0 + 4 && y < height; y++){ height 575 libavcodec/j2kenc.c int width, int height, int bandpos, int lev) height 580 libavcodec/j2kenc.c for (y = 0; y < height+2; y++) height 583 libavcodec/j2kenc.c for (y = 0; y < height; y++){ height 607 libavcodec/j2kenc.c case 0: encode_sigpass(t1, width, height, bandpos, &nmsedec, bpno); height 609 libavcodec/j2kenc.c case 1: encode_refpass(t1, width, height, &nmsedec, bpno); height 611 libavcodec/j2kenc.c case 2: encode_clnpass(t1, width, height, bandpos, &nmsedec, bpno); height 923 libavcodec/j2kenc.c if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*9 + FF_MIN_BUFFER_SIZE)) < 0) height 1001 libavcodec/j2kenc.c s->height = avctx->height; height 72 libavcodec/jpeg2000dec.c int width, height; height 242 libavcodec/jpeg2000dec.c s->height = bytestream2_get_be32u(&s->g); // Height height 295 libavcodec/jpeg2000dec.c s->numYtiles = ff_jpeg2000_ceildiv(s->height - s->tile_offset_y, s->tile_height); height 319 libavcodec/jpeg2000dec.c s->avctx->height = ff_jpeg2000_ceildivpow2(s->height - s->image_offset_y, height 692 libavcodec/jpeg2000dec.c comp->coord_o[1][1] = FFMIN((tiley + 1) * s->tile_height + s->tile_offset_y, s->height); height 878 libavcodec/jpeg2000dec.c for (y = 0; y < s->height; y += 256) { height 938 libavcodec/jpeg2000dec.c static void decode_sigpass(Jpeg2000T1Context *t1, int width, int height, height 944 libavcodec/jpeg2000dec.c for (y0 = 0; y0 < height; y0 += 4) height 946 libavcodec/jpeg2000dec.c for (y = y0; y < height && y < y0 + 4; y++) { height 968 libavcodec/jpeg2000dec.c static void decode_refpass(Jpeg2000T1Context *t1, int width, int height, height 977 libavcodec/jpeg2000dec.c for (y0 = 0; y0 < height; y0 += 4) height 979 libavcodec/jpeg2000dec.c for (y = y0; y < height && y < y0 + 4; y++) height 991 libavcodec/jpeg2000dec.c int width, int height, int bpno, int bandno, height 996 libavcodec/jpeg2000dec.c for (y0 = 0; y0 < height; y0 += 4) { height 998 libavcodec/jpeg2000dec.c if (y0 + 3 < height && height 1016 libavcodec/jpeg2000dec.c for (y = y0 + runlen; y < y0 + 4 && y < height; y++) { height 1055 libavcodec/jpeg2000dec.c int width, int height, int bandpos) height 1063 libavcodec/jpeg2000dec.c av_assert0(height <= JPEG2000_MAX_CBLKH); height 1065 libavcodec/jpeg2000dec.c for (y = 0; y < height; y++) height 1072 libavcodec/jpeg2000dec.c for (y = 0; y < height + 2; y++) height 1082 libavcodec/jpeg2000dec.c decode_sigpass(t1, width, height, bpno + 1, bandpos, height 1087 libavcodec/jpeg2000dec.c decode_refpass(t1, width, height, bpno + 1); height 1092 libavcodec/jpeg2000dec.c decode_clnpass(s, t1, width, height, bpno + 1, bandpos, height 366 libavcodec/jpeglsdec.c s->width, s->height, state->near, state->maxval, height 381 libavcodec/jpeglsdec.c for (i = 0; i < s->height; i++) { height 403 libavcodec/jpeglsdec.c for (i = 0; i < s->height; i++) { height 431 libavcodec/jpeglsdec.c for (i = 0; i < s->height; i++) { height 478 libavcodec/jpeglsdec.c for (i = 0; i < s->height; i++) { height 486 libavcodec/jpeglsdec.c for (i = 0; i < s->height; i++) { height 268 libavcodec/jpeglsenc.c if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width *avctx->height * comps * 4 + height 284 libavcodec/jpeglsenc.c put_bits(&pb, 16, avctx->height); height 324 libavcodec/jpeglsenc.c for (i = 0; i < avctx->height; i++) { height 333 libavcodec/jpeglsenc.c for (i = 0; i < avctx->height; i++) { height 344 libavcodec/jpeglsenc.c for (i = 0; i < avctx->height; i++) { height 358 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 173 libavcodec/jvdec.c for (j = 0; j < avctx->height; j += 8) height 182 libavcodec/jvdec.c for (j = 0; j < avctx->height; j++) height 65 libavcodec/kgv1dec.c if (w != avctx->width || h != avctx->height) { height 73 libavcodec/kgv1dec.c c->frame_buffer = av_mallocz(avctx->width * avctx->height * 2); height 74 libavcodec/kgv1dec.c c->last_frame_buffer = av_mallocz(avctx->width * avctx->height * 2); height 155 libavcodec/kgv1dec.c avctx->width * 2, avctx->height); height 332 libavcodec/kmvc.c kmvc_decode_intra_8x8(ctx, avctx->width, avctx->height); height 335 libavcodec/kmvc.c kmvc_decode_inter_8x8(ctx, avctx->width, avctx->height); height 344 libavcodec/kmvc.c for (i = 0; i < avctx->height; i++) { height 377 libavcodec/kmvc.c if (avctx->width > 320 || avctx->height > 200) { height 420 libavcodec/lagarith.c int width, int height, int stride, height 441 libavcodec/lagarith.c length = width * height; height 457 libavcodec/lagarith.c for (i = 0; i < height; i++) height 471 libavcodec/lagarith.c for (i = 0; i < height; i++) { height 479 libavcodec/lagarith.c if (src_size < width * height) height 482 libavcodec/lagarith.c for (i = 0; i < height; i++) { height 489 libavcodec/lagarith.c for (i = 0; i < height; i++) height 502 libavcodec/lagarith.c for (i = 0; i < height; i++) { height 507 libavcodec/lagarith.c for (i = 0; i < height; i++) { height 564 libavcodec/lagarith.c for (j = 0; j < avctx->height; j++) { height 570 libavcodec/lagarith.c for (j = 0; j < avctx->height; j++) { height 588 libavcodec/lagarith.c for (j = 0; j < avctx->height; j++) { height 617 libavcodec/lagarith.c l->rgb_stride * avctx->height * planes + 1); height 623 libavcodec/lagarith.c srcs[i] = l->rgb_planes + (i + 1) * l->rgb_stride * avctx->height - l->rgb_stride; height 633 libavcodec/lagarith.c avctx->width, avctx->height, height 638 libavcodec/lagarith.c srcs[i] = l->rgb_planes + i * l->rgb_stride * avctx->height; height 639 libavcodec/lagarith.c for (j = 0; j < avctx->height; j++) { height 675 libavcodec/lagarith.c lag_decode_arith_plane(l, p->data[0], avctx->width, avctx->height, height 679 libavcodec/lagarith.c avctx->height, p->linesize[1], height 682 libavcodec/lagarith.c avctx->height, p->linesize[2], height 702 libavcodec/lagarith.c lag_decode_arith_plane(l, p->data[0], avctx->width, avctx->height, height 706 libavcodec/lagarith.c (avctx->height + 1) / 2, p->linesize[2], height 709 libavcodec/lagarith.c (avctx->height + 1) / 2, p->linesize[1], height 177 libavcodec/lcldec.c unsigned int height = avctx->height; // Real image height height 195 libavcodec/lcldec.c if (c->imgtype == IMGTYPE_RGB24 && len == FFALIGN(width * 3, 4) * height || height 196 libavcodec/lcldec.c c->imgtype == IMGTYPE_YUV111 && len == width * height * 3) { height 252 libavcodec/lcldec.c if (len < ((width * height * bppx2) >> 1)) height 267 libavcodec/lcldec.c len == width * height * 3) { height 303 libavcodec/lcldec.c for (row = 0; row < height; row++) { height 317 libavcodec/lcldec.c for (row = 0; row < height; row++) { height 334 libavcodec/lcldec.c for (row = 0; row < height; row++) { height 349 libavcodec/lcldec.c for (row = 0; row < height; row++) { height 362 libavcodec/lcldec.c for (row = 0; row < height/2; row++) { height 383 libavcodec/lcldec.c y_out = frame->data[0] + (height - 1) * frame->linesize[0]; height 384 libavcodec/lcldec.c u_out = frame->data[1] + (height - 1) * frame->linesize[1]; height 385 libavcodec/lcldec.c v_out = frame->data[2] + (height - 1) * frame->linesize[2]; height 388 libavcodec/lcldec.c for (row = 0; row < height; row++) { height 400 libavcodec/lcldec.c for (row = 0; row < height; row++) { height 415 libavcodec/lcldec.c linesize = len < FFALIGN(3 * width, 4) * height ? 3 * width : FFALIGN(3 * width, 4); height 416 libavcodec/lcldec.c for (row = height - 1; row >= 0; row--) { height 423 libavcodec/lcldec.c for (row = 0; row < height; row++) { height 436 libavcodec/lcldec.c for (row = 0; row < height; row++) { height 449 libavcodec/lcldec.c u_out = frame->data[1] + ((height >> 1) - 1) * frame->linesize[1]; height 450 libavcodec/lcldec.c v_out = frame->data[2] + ((height >> 1) - 1) * frame->linesize[2]; height 451 libavcodec/lcldec.c for (row = 0; row < height - 1; row += 2) { height 484 libavcodec/lcldec.c unsigned int basesize = avctx->width * avctx->height; height 486 libavcodec/lcldec.c FFALIGN(avctx->height, 4); height 549 libavcodec/lcldec.c if (avctx->width % (1<<subsample_h) || avctx->height % (1<<subsample_v)) { height 80 libavcodec/lclenc.c int max_size = deflateBound(&c->zstream, avctx->width * avctx->height * 3); height 98 libavcodec/lclenc.c for(i = avctx->height - 1; i >= 0; i--) { height 132 libavcodec/lclenc.c av_assert0(avctx->width && avctx->height); height 97 libavcodec/libopenh264enc.c param.iPicHeight = avctx->height; height 179 libavcodec/libopenh264enc.c sp.iPicHeight = avctx->height; height 176 libavcodec/libopenjpegdec.c for (y = 0; y < picture->height; y++) { height 193 libavcodec/libopenjpegdec.c for (y = 0; y < picture->height; y++) { height 265 libavcodec/libopenjpegdec.c int width, height, ret; height 314 libavcodec/libopenjpegdec.c height = image->y1 - image->y0; height 316 libavcodec/libopenjpegdec.c ret = ff_set_dimensions(avctx, width, height); height 198 libavcodec/libopenjpegenc.c cmptparm[i].h = (avctx->height + sub_dy[i] - 1) / sub_dy[i]; height 208 libavcodec/libopenjpegenc.c img->y1 = (avctx->height - 1) * parameters->subsampling_dy + 1; height 274 libavcodec/libopenjpegenc.c for (y = 0; y < avctx->height; ++y) { height 314 libavcodec/libopenjpegenc.c for (y = 0; y < avctx->height; ++y) { height 354 libavcodec/libopenjpegenc.c for (y = 0; y < avctx->height; ++y) { height 382 libavcodec/libopenjpegenc.c int height; height 396 libavcodec/libopenjpegenc.c height = avctx->height / image->comps[compno].dy; height 397 libavcodec/libopenjpegenc.c for (y = 0; y < height; ++y) { height 423 libavcodec/libopenjpegenc.c int height; height 438 libavcodec/libopenjpegenc.c height = avctx->height / image->comps[compno].dy; height 440 libavcodec/libopenjpegenc.c for (y = 0; y < height; ++y) { height 60 libavcodec/libschroedinger.c avctx->height == vf->height) { height 189 libavcodec/libschroedinger.c y_height = avctx->height; height 202 libavcodec/libschroedinger.c p_frame->height = y_height; height 208 libavcodec/libschroedinger.c p_frame->components[i].height = i ? uv_height : y_height; height 210 libavcodec/libschroedinger.c p_frame->components[i].stride * p_frame->components[i].height; height 36 libavcodec/libschroedinger.h uint16_t height; height 180 libavcodec/libschroedingerdec.c p_schro_params->format->height, 0, avctx) < 0) { height 182 libavcodec/libschroedingerdec.c p_schro_params->format->width, p_schro_params->format->height); height 183 libavcodec/libschroedingerdec.c avctx->height = avctx->width = 0; height 186 libavcodec/libschroedingerdec.c avctx->height = p_schro_params->format->height; height 124 libavcodec/libschroedingerenc.c p_schro_params->format->height = avctx->height; height 160 libavcodec/libschroedingerenc.c avctx->height); height 249 libavcodec/libschroedingerenc.c avctx->width, avctx->height, height 94 libavcodec/libstagefright.cpp frame_size = (avctx->width * avctx->height * 3) / 2; height 206 libavcodec/libstagefright.cpp if (!avctx->width || !avctx->height || avctx->width > w || avctx->height > h) { height 208 libavcodec/libstagefright.cpp avctx->height = h; height 220 libavcodec/libstagefright.cpp avctx->pix_fmt, avctx->width, avctx->height); height 289 libavcodec/libstagefright.cpp meta->setInt32(kKeyHeight, avctx->height); height 175 libavcodec/libtheoraenc.c t_info.frame_height = FFALIGN(avc_context->height, 16); height 177 libavcodec/libtheoraenc.c t_info.pic_height = avc_context->height; height 294 libavcodec/libtheoraenc.c t_yuv_buffer[i].height = FFALIGN(avc_context->height, 16) >> (i && h->uv_vshift); height 96 libavcodec/libutvideodec.cpp utv->buf_size = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height); height 99 libavcodec/libutvideodec.cpp utv->buf_size += avctx->height * ((avctx->width + 47) / 48) * 128; // the linesize used by the decoder, this does not seem to be exported height 127 libavcodec/libutvideodec.cpp begin_ret = utv->codec->DecodeBegin(format, avctx->width, avctx->height, height 145 libavcodec/libutvideodec.cpp int w = avctx->width, h = avctx->height; height 98 libavcodec/libutvideoenc.cpp ret = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height); height 118 libavcodec/libutvideoenc.cpp utv->codec->EncodeBegin(in_format, avctx->width, avctx->height, height 124 libavcodec/libutvideoenc.cpp avctx->width, avctx->height, height 138 libavcodec/libutvideoenc.cpp int w = avctx->width, h = avctx->height; height 148 libavcodec/libvpxdec.c if ((int) img->d_w != avctx->width || (int) img->d_h != avctx->height) { height 150 libavcodec/libvpxdec.c avctx->width, avctx->height, img->d_w, img->d_h); height 292 libavcodec/libvpxenc.c enccfg.g_h = avctx->height; height 480 libavcodec/libvpxenc.c vpx_img_wrap(&ctx->rawimg, VPX_IMG_FMT_I420, avctx->width, avctx->height, 1, height 484 libavcodec/libvpxenc.c vpx_img_wrap(&ctx->rawimg_alpha, VPX_IMG_FMT_I420, avctx->width, avctx->height, 1, height 719 libavcodec/libvpxenc.c u_plane = av_malloc(frame->linesize[1] * frame->height); height 720 libavcodec/libvpxenc.c v_plane = av_malloc(frame->linesize[2] * frame->height); height 726 libavcodec/libvpxenc.c memset(u_plane, 0x80, frame->linesize[1] * frame->height); height 728 libavcodec/libvpxenc.c memset(v_plane, 0x80, frame->linesize[2] * frame->height); height 115 libavcodec/libwebpenc.c if (avctx->width > WEBP_MAX_DIMENSION || avctx->height > WEBP_MAX_DIMENSION) { height 131 libavcodec/libwebpenc.c pic->height = avctx->height; height 161 libavcodec/libwebpenc.c alt_frame->height = frame->height; height 184 libavcodec/libwebpenc.c for (y = 0; y < frame->height; y+= bs) { height 191 libavcodec/libwebpenc.c int h = FF_CEIL_RSHIFT(frame->height, !!p); height 207 libavcodec/libwebpenc.c int h = FF_CEIL_RSHIFT(frame->height, !!p); height 215 libavcodec/libwebpenc.c for (y2 = y; y2 < FFMIN(y+bs, frame->height); y2++) { height 471 libavcodec/libx264.c int mbn = FF_CEIL_RSHIFT(avctx->width, 4) * FF_CEIL_RSHIFT(avctx->height, 4); height 615 libavcodec/libx264.c x4->params.i_height = avctx->height; height 111 libavcodec/libx265.c ctx->params->sourceHeight = avctx->height; height 287 libavcodec/libxavs.c x4->params.i_height = avctx->height; height 465 libavcodec/libxvid.c xvid_enc_create.height = height 466 libavcodec/libxvid.c x->ysize = avctx->height; height 478 libavcodec/libxvid.c if (avctx->height <= 16) { height 710 libavcodec/libxvid.c int mb_height = (avctx->height + 15) / 16; height 107 libavcodec/libxvid_rc.c xvid_plg_data.height = s->height; height 500 libavcodec/libzvbi-teletextdec.c avctx->height = 25 * BITMAP_CHAR_HEIGHT; height 66 libavcodec/ljpegenc.c const int height = frame->height; height 76 libavcodec/ljpegenc.c for (y = 0; y < height; y++) { height 193 libavcodec/ljpegenc.c const int mb_height = (avctx->height + s->vsample[0] - 1) / s->vsample[0]; height 216 libavcodec/ljpegenc.c const int height = avctx->height; height 218 libavcodec/ljpegenc.c const int mb_height = (height + s->vsample[0] - 1) / s->vsample[0]; height 225 libavcodec/ljpegenc.c max_pkt_size += width * height * 3 * 4; height 128 libavcodec/loco.c static int loco_decode_plane(LOCOContext *l, uint8_t *data, int width, int height, height 159 libavcodec/loco.c for (j = 1; j < height; j++) { height 174 libavcodec/loco.c static void rotate_faulty_loco(uint8_t *data, int width, int height, int stride, int step) height 178 libavcodec/loco.c for (y=1; y<height; y++) { height 183 libavcodec/loco.c if (y+1 < height) height 211 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height, height 214 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height, height 217 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height, height 221 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height, height 224 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height / 2, height 227 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height / 2, height 231 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height, height 234 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 1, avctx->width, avctx->height, height 237 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 2, avctx->width, avctx->height, height 240 libavcodec/loco.c rotate_faulty_loco(p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height, -p->linesize[0], 3); height 244 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height, height 247 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 1, avctx->width, avctx->height, height 250 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 2, avctx->width, avctx->height, height 253 libavcodec/loco.c decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 3, avctx->width, avctx->height, height 349 libavcodec/mimic.c dst->data[0] = src->data[0] + ( ctx->avctx->height - 1) * src->linesize[0]; height 350 libavcodec/mimic.c dst->data[1] = src->data[2] + ((ctx->avctx->height >> 1) - 1) * src->linesize[2]; height 351 libavcodec/mimic.c dst->data[2] = src->data[1] + ((ctx->avctx->height >> 1) - 1) * src->linesize[1]; height 365 libavcodec/mimic.c int width, height; height 378 libavcodec/mimic.c height = bytestream2_get_le16u(&gb); height 387 libavcodec/mimic.c if (!(width == 160 && height == 120) && height 388 libavcodec/mimic.c !(width == 320 && height == 240)) { height 395 libavcodec/mimic.c avctx->height = height; height 398 libavcodec/mimic.c ctx->num_vblocks[i] = FF_CEIL_RSHIFT(height, 3 + !!i); height 401 libavcodec/mimic.c } else if (width != ctx->avctx->width || height != ctx->avctx->height) { height 247 libavcodec/mjpegdec.c int len, nb_components, i, width, height, bits, ret; height 275 libavcodec/mjpegdec.c height = get_bits(&s->gb, 16); height 278 libavcodec/mjpegdec.c if (s->avctx->codec_id == AV_CODEC_ID_AMV && (height&15)) height 282 libavcodec/mjpegdec.c if (s->interlaced && s->width == width && s->height == height + 1) height 283 libavcodec/mjpegdec.c height= s->height; height 285 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "sof0: picture: %dx%d\n", width, height); height 286 libavcodec/mjpegdec.c if (av_image_check_size(width, height, 0, s->avctx)) height 343 libavcodec/mjpegdec.c if (width != s->width || height != s->height || bits != s->bits || height 348 libavcodec/mjpegdec.c s->height = height; height 358 libavcodec/mjpegdec.c s->height < ((s->org_height * 3) / 4)) { height 363 libavcodec/mjpegdec.c height *= 2; height 366 libavcodec/mjpegdec.c ret = ff_set_dimensions(s->avctx, width, height); height 591 libavcodec/mjpegdec.c s->width, s->height, s->linesize[0], s->linesize[1], height 592 libavcodec/mjpegdec.c s->interlaced, s->avctx->height); height 606 libavcodec/mjpegdec.c int bh = (height + s->v_max * 8 - 1) / (s->v_max * 8); height 1252 libavcodec/mjpegdec.c && 8*(v * mb_y + y) < s->height) { height 1451 libavcodec/mjpegdec.c s->mb_height = (s->height + s->v_max * block_size - 1) / (s->v_max * block_size); height 1456 libavcodec/mjpegdec.c s->mb_height = (s->height + v * block_size - 1) / (v * block_size); height 2151 libavcodec/mjpegdec.c int h = s->height; height 2194 libavcodec/mjpegdec.c int h = s->height; height 2221 libavcodec/mjpegdec.c int h = s->picture_ptr->height; height 2239 libavcodec/mjpegdec.c int h = s->picture_ptr->height; height 2261 libavcodec/mjpegdec.c int h = s->picture_ptr->height; height 79 libavcodec/mjpegdec.h int width, height; height 74 libavcodec/mjpegenc.c if (s->width > 65500 || s->height > 65500) { height 230 libavcodec/mjpegenc.c if ((avctx->height & 15) && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { height 233 libavcodec/mjpegenc.c "use vstrict=-1 / -strict -1 to use %d anyway.\n", avctx->height); height 245 libavcodec/mjpegenc.c pic->data[i] += pic->linesize[i] * (vsample * s->height / V_MAX - 1); height 218 libavcodec/mjpegenc_common.c put_bits(pb, 16, 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 65 libavcodec/motion_est.c int height; height 74 libavcodec/motion_est.c return da->height - db->height; height 161 libavcodec/motion_est.c av_assert2((fy>>1) + 16*s->mb_y <= s->height); height 165 libavcodec/motion_est.c av_assert2((by>>1) + 16*s->mb_y <= s->height); height 540 libavcodec/motion_est.c c->ymax = - y + s->height; height 585 libavcodec/motion_est.c int saftey_cliping= s->unrestricted_mv && (s->width&15) && (s->height&15); height 599 libavcodec/motion_est.c c->ymax = - 16*s->mb_y + s->height - 8*(block>>1); height 1454 libavcodec/motion_est.c ymax= FFMIN(ymax, s->height - max); height 660 libavcodec/motion_est_template.c if(d < minima[minima_count-1].height){\ height 663 libavcodec/motion_est_template.c while(d >= minima[j].height) j++;\ height 668 libavcodec/motion_est_template.c minima[j].height= d;\ height 707 libavcodec/motion_est_template.c minima[j].height= score_map[i]; height 720 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 728 libavcodec/motion_est_template.c minima[j].height=256*256*256*64; height 754 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 261 libavcodec/motionpixels.c for (y = 0; y < mp->avctx->height; ++y) { height 279 libavcodec/motionpixels.c for (y = y0; y < mp->avctx->height; y += 2) height 306 libavcodec/motionpixels.c memset(mp->changes_map, 0, avctx->width * avctx->height); height 1285 libavcodec/mpeg12dec.c s1->pan_scan.height }), height 1286 libavcodec/mpeg12dec.c (AVRational) { s->width, s->height }); height 1292 libavcodec/mpeg12dec.c if ((s1->pan_scan.width == 0) || (s1->pan_scan.height == 0) || height 1297 libavcodec/mpeg12dec.c (AVRational) { s->width, s->height }); height 1301 libavcodec/mpeg12dec.c (AVRational) { s1->pan_scan.width, s1->pan_scan.height }); height 1322 libavcodec/mpeg12dec.c avctx->coded_height != s->height || height 1324 libavcodec/mpeg12dec.c s1->save_height != s->height || height 1326 libavcodec/mpeg12dec.c (s1->save_progressive_seq != s->progressive_sequence && FFALIGN(s->height, 16) != FFALIGN(s->height, 32)) || height 1336 libavcodec/mpeg12dec.c ret = ff_set_dimensions(avctx, s->width, s->height); height 1348 libavcodec/mpeg12dec.c s1->save_height = s->height; height 1451 libavcodec/mpeg12dec.c s->height |= (vert_size_ext << 12); height 1492 libavcodec/mpeg12dec.c s1->pan_scan.height = 16 * h; height 1922 libavcodec/mpeg12dec.c if (s->mb_y >= ((s->height + 15) >> 4) && height 2108 libavcodec/mpeg12dec.c int width, height; height 2114 libavcodec/mpeg12dec.c height = get_bits(&s->gb, 12); height 2115 libavcodec/mpeg12dec.c if (width == 0 || height == 0) { height 2139 libavcodec/mpeg12dec.c s->height = height; height 2205 libavcodec/mpeg12dec.c s->height = avctx->coded_height; height 2241 libavcodec/mpeg12dec.c s1->save_height = s->height; height 2482 libavcodec/mpeg12dec.c if (s2->width <= 0 || s2->height <= 0) { height 2484 libavcodec/mpeg12dec.c s2->width, s2->height); height 147 libavcodec/mpeg12enc.c if (avctx->codec_id == AV_CODEC_ID_MPEG1VIDEO && avctx->height > 2800) height 176 libavcodec/mpeg12enc.c if (avctx->width <= 720 && avctx->height <= 608) height 186 libavcodec/mpeg12enc.c if (avctx->width <= 720 && avctx->height <= 576) height 195 libavcodec/mpeg12enc.c if ((avctx->width & 0xFFF) == 0 && (avctx->height & 0xFFF) == 1) { height 201 libavcodec/mpeg12enc.c if ((avctx->width & 0xFFF) == 0 || (avctx->height & 0xFFF) == 0) { height 256 libavcodec/mpeg12enc.c put_sbits(&s->pb, 12, s->height & 0xFFF); height 263 libavcodec/mpeg12enc.c error -= (1LL<<32)*ff_mpeg2_aspect[i].num * s->height / s->width / ff_mpeg2_aspect[i].den; height 298 libavcodec/mpeg12enc.c s->height <= 576 && height 316 libavcodec/mpeg12enc.c int height = s->height; height 330 libavcodec/mpeg12enc.c put_bits(&s->pb, 2, s->height >> 12); height 341 libavcodec/mpeg12enc.c if (pan_scan->width && pan_scan->height) { height 343 libavcodec/mpeg12enc.c height = pan_scan->height >> 4; height 348 libavcodec/mpeg12enc.c height != s->height || height 363 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 97 libavcodec/mpeg4video_parser.c if (s->width && (!avctx->width || !avctx->height || height 99 libavcodec/mpeg4video_parser.c ret = ff_set_dimensions(avctx, s->width, s->height); height 174 libavcodec/mpeg4videodec.c int h = s->height; height 181 libavcodec/mpeg4videodec.c { 0, s->height }, { s->width, s->height } }; height 1708 libavcodec/mpeg4videodec.c int width, height, vo_ver_id; height 1789 libavcodec/mpeg4videodec.c height = get_bits(gb, 13); height 1791 libavcodec/mpeg4videodec.c if (width && height && /* they should be non zero but who knows */ height 1793 libavcodec/mpeg4videodec.c if (s->width && s->height && height 1794 libavcodec/mpeg4videodec.c (s->width != width || s->height != height)) height 1797 libavcodec/mpeg4videodec.c s->height = height; height 2489 libavcodec/mpeg4videodec.c s->v_edge_pos = s->height; height 689 libavcodec/mpeg4videoenc.c if (x + 16 > s->width || y + 16 > s->height) { height 692 libavcodec/mpeg4videoenc.c int ye = FFMIN(16, s->height - y); height 1047 libavcodec/mpeg4videoenc.c put_bits(&s->pb, 13, s->height); /* vol height */ height 1298 libavcodec/mpeg4videoenc.c if (avctx->width >= (1<<13) || avctx->height >= (1<<13)) { height 43 libavcodec/mpegutils.c h = FFMIN(h, avctx->height - y); height 493 libavcodec/mpegvideo.c pic->f->height = s->avctx->height + 2 * EDGE_WIDTH; height 500 libavcodec/mpegvideo.c pic->f->height = s->avctx->height; height 520 libavcodec/mpegvideo.c pic->f->height = s->avctx->height; height 978 libavcodec/mpegvideo.c if (s->height != s1->height || s->width != s1->width || s->context_reinit) { height 980 libavcodec/mpegvideo.c s->height = s1->height; height 989 libavcodec/mpegvideo.c s->avctx->height = s1->avctx->height; height 1122 libavcodec/mpegvideo.c s->height = avctx->coded_height; height 1306 libavcodec/mpegvideo.c s->mb_height = (s->height + 31) / 32 * 2; height 1308 libavcodec/mpegvideo.c s->mb_height = (s->height + 15) / 16; height 1327 libavcodec/mpegvideo.c if ((s->width || s->height) && height 1328 libavcodec/mpegvideo.c av_image_check_size(s->width, s->height, 0, s->avctx)) height 1488 libavcodec/mpegvideo.c s->mb_height = (s->height + 31) / 32 * 2; height 1490 libavcodec/mpegvideo.c s->mb_height = (s->height + 15) / 16; height 1492 libavcodec/mpegvideo.c if ((s->width || s->height) && height 1493 libavcodec/mpegvideo.c (err = av_image_check_size(s->width, s->height, 0, s->avctx)) < 0) height 1501 libavcodec/mpegvideo.c if (s->width && s->height) { height 1755 libavcodec/mpegvideo.c for(i=0; i<frame->height; i++) height 1757 libavcodec/mpegvideo.c for(i=0; i<FF_CEIL_RSHIFT(frame->height, v_chroma_shift); i++) { height 1896 libavcodec/mpegvideo.c for(i=0; i<avctx->height; i++) height 1899 libavcodec/mpegvideo.c for(i=0; i<FF_CEIL_RSHIFT(avctx->height, v_chroma_shift); i++) { height 1907 libavcodec/mpegvideo.c for(i=0; i<avctx->height; i++) height 2323 libavcodec/mpegvideo.c const int height = avctx->height; height 2383 libavcodec/mpegvideo.c height, pict->linesize[0], 100, 0, direction); height 2398 libavcodec/mpegvideo.c height, pict->linesize[0], 100, 0, direction); height 2413 libavcodec/mpegvideo.c height, pict->linesize[0], 100, 0, direction); height 2421 libavcodec/mpegvideo.c draw_arrow(ptr, sx, sy, mx, my, width, height, pict->linesize[0], 100, 0, direction); height 2540 libavcodec/mpegvideo.c av_assert0(ref->size >= offset + s->mb_stride * ((f->height+15)/16)); height 2550 libavcodec/mpegvideo.c int width, int height, ptrdiff_t stride, height 2829 libavcodec/mpegvideo.c s->width, s->height, s->linesize, height 231 libavcodec/mpegvideo.h int width, height;///< picture size. must be a multiple of 16 height 320 libavcodec/mpegvideo_enc.c s->height = avctx->height; height 519 libavcodec/mpegvideo_enc.c avctx->height > 1152 )) { height 526 libavcodec/mpegvideo_enc.c (avctx->height&3) )) { height 533 libavcodec/mpegvideo_enc.c avctx->height > 4095 )) { height 540 libavcodec/mpegvideo_enc.c avctx->height > 16383 )) { height 547 libavcodec/mpegvideo_enc.c avctx->height&15 )) { height 554 libavcodec/mpegvideo_enc.c avctx->height&3 )) { height 721 libavcodec/mpegvideo_enc.c if (ff_h261_get_picture_format(s->width, s->height) < 0) { height 725 libavcodec/mpegvideo_enc.c s->width, s->height); height 737 libavcodec/mpegvideo_enc.c s->width, s->height) == 8) { height 742 libavcodec/mpegvideo_enc.c "Try H.263+.\n", s->width, s->height); height 989 libavcodec/mpegvideo_enc.c s->tmp_frames[i]->height = s->height >> avctx->brd_scale; height 1062 libavcodec/mpegvideo_enc.c h = s->height & ~15; height 1126 libavcodec/mpegvideo_enc.c if ((s->width & 15) || (s->height & 15)) height 1170 libavcodec/mpegvideo_enc.c int h = s->height >> v_shift; height 1177 libavcodec/mpegvideo_enc.c && FFALIGN(s->height, 32) - s->height > 16) height 1194 libavcodec/mpegvideo_enc.c if ((s->width & 15) || (s->height & (vpad-1))) { height 1299 libavcodec/mpegvideo_enc.c c->height = s->height >> scale; height 1332 libavcodec/mpegvideo_enc.c c->width, c->height); height 1337 libavcodec/mpegvideo_enc.c c->width >> 1, c->height >> 1); height 1342 libavcodec/mpegvideo_enc.c c->width >> 1, c->height >> 1); height 2102 libavcodec/mpegvideo_enc.c if((mb_x * 16 + 16 > s->width || mb_y * 16 + 16 > s->height) && s->codec_id != AV_CODEC_ID_AMV){ height 2105 libavcodec/mpegvideo_enc.c int ch = (s->height + s->chroma_y_shift) >> s->chroma_y_shift; height 2109 libavcodec/mpegvideo_enc.c s->width, s->height); height 2574 libavcodec/mpegvideo_enc.c if(s->mb_y*16 + 16 > s->height) h= s->height- s->mb_y*16; height 3346 libavcodec/mpegvideo_enc.c if(s->mb_y*16 + 16 > s->height) h= s->height- s->mb_y*16; height 55 libavcodec/mpegvideo_motion.c src_y = av_clip(src_y, -16, s->height); height 56 libavcodec/mpegvideo_motion.c if (src_y == s->height) height 102 libavcodec/mpegvideo_motion.c src_y = av_clip(src_y, -8, s->height >> 1); height 103 libavcodec/mpegvideo_motion.c if (src_y == s->height >> 1) height 208 libavcodec/mpegvideo_motion.c src_y = av_clip(src_y, -16, s->height); height 209 libavcodec/mpegvideo_motion.c if (src_y != s->height) height 617 libavcodec/mpegvideo_motion.c src_y = av_clip(src_y, -8, (s->height >> 1)); height 618 libavcodec/mpegvideo_motion.c if (src_y == (s->height >> 1)) height 776 libavcodec/mpegvideo_motion.c src_y = av_clip(src_y, -16, s->height); height 777 libavcodec/mpegvideo_motion.c if (src_y == s->height) height 31 libavcodec/mpegvideo_parser.c int width, height; height 68 libavcodec/mpegvideo_parser.c pc->height = ((buf[1] & 0x0f) << 8) | buf[2]; height 69 libavcodec/mpegvideo_parser.c if(!avctx->width || !avctx->height || !avctx->coded_width || !avctx->coded_height){ height 70 libavcodec/mpegvideo_parser.c set_dim_ret = ff_set_dimensions(avctx, pc->width, pc->height); height 95 libavcodec/mpegvideo_parser.c pc->height = (pc->height& 0xFFF) | ( vert_size_ext << 12); height 98 libavcodec/mpegvideo_parser.c set_dim_ret = ff_set_dimensions(avctx, pc->width, pc->height); 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 131 libavcodec/mpegvideoencdsp.c static void draw_edges_8_c(uint8_t *buf, int wrap, int width, int height, height 138 libavcodec/mpegvideoencdsp.c for (i = 0; i < height; i++) { height 146 libavcodec/mpegvideoencdsp.c last_line = buf + (height - 1) * wrap; 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 293 libavcodec/msmpeg4dec.c if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0) height 522 libavcodec/msmpeg4dec.c s->inter_intra_pred= (s->width*s->height < 320*240 && s->bit_rate<=II_BITRATE); height 543 libavcodec/msmpeg4dec.c s->inter_intra_pred, s->width, s->height); height 241 libavcodec/msmpeg4enc.c s->inter_intra_pred= (s->width*s->height < 320*240 && s->bit_rate<=II_BITRATE && s->pict_type==AV_PICTURE_TYPE_P); height 243 libavcodec/msmpeg4enc.c s->inter_intra_pred, s->width, s->height); height 113 libavcodec/msrle.c if (avctx->height * istride == avpkt->size) { /* assume uncompressed */ height 116 libavcodec/msrle.c uint8_t *buf = avpkt->data + (avctx->height-1)*istride; height 122 libavcodec/msrle.c for (i = 0; i < avctx->height; i++) { height 40 libavcodec/msrledec.c int line = avctx->height - 1; height 132 libavcodec/msrledec.c int p1, p2, line=avctx->height - 1, pos=0, i; height 137 libavcodec/msrledec.c output = pic->data[0] + (avctx->height - 1) * pic->linesize[0]; height 157 libavcodec/mss1.c c->pal_pic = ctx->pic->data[0] + ctx->pic->linesize[0] * (avctx->height - 1); height 173 libavcodec/mss1.c avctx->width, avctx->height); height 293 libavcodec/mss12.c int x, int y, int width, int height, int stride, height 301 libavcodec/mss12.c for (j = 0; j < height; j++) { height 321 libavcodec/mss12.c int x, int y, int width, int height) height 326 libavcodec/mss12.c for (j = y; j < y + height; j++) { height 337 libavcodec/mss12.c int x, int y, int width, int height) height 340 libavcodec/mss12.c y + c->mvY < 0 || y + c->mvY + height > c->avctx->height || height 358 libavcodec/mss12.c for (j = 0; j < height; j++) { height 373 libavcodec/mss12.c int width, int height, height 382 libavcodec/mss12.c for (j = 0; j < height; j++) { height 460 libavcodec/mss12.c int x, int y, int width, int height) height 476 libavcodec/mss12.c for (i = 0; i < height; i++, dst += stride, rgb_dst += rgb_stride) { height 484 libavcodec/mss12.c x, y, width, height, c->pal_stride, c->rgb_stride, height 492 libavcodec/mss12.c int x, int y, int width, int height) height 508 libavcodec/mss12.c copy_rectangles(c, x, y, width, height); height 510 libavcodec/mss12.c return motion_compensation(c, x, y, width, height); height 512 libavcodec/mss12.c return decode_region_intra(sc, acoder, x, y, width, height); height 515 libavcodec/mss12.c x, y, width, height, c->mask_stride, 0, height 521 libavcodec/mss12.c x, y, width, height, height 529 libavcodec/mss12.c int x, int y, int width, int height) height 537 libavcodec/mss12.c if ((pivot = decode_pivot(sc, acoder, height)) < 1) height 541 libavcodec/mss12.c if (ff_mss12_decode_rect(sc, acoder, x, y + pivot, width, height - pivot)) height 547 libavcodec/mss12.c if (ff_mss12_decode_rect(sc, acoder, x, y, pivot, height)) height 549 libavcodec/mss12.c if (ff_mss12_decode_rect(sc, acoder, x + pivot, y, width - pivot, height)) height 554 libavcodec/mss12.c return decode_region_intra(sc, acoder, x, y, width, height); height 556 libavcodec/mss12.c return decode_region_inter(sc, acoder, x, y, width, height); height 659 libavcodec/mss12.c c->mask = av_malloc_array(c->mask_stride, avctx->height); height 95 libavcodec/mss12.h int x, int y, int width, int height); height 504 libavcodec/mss2.c ctx->split_position = avctx->height / 2; height 507 libavcodec/mss2.c ctx->split_position = avctx->height; height 510 libavcodec/mss2.c ctx->split_position > avctx->height - 1)) height 543 libavcodec/mss2.c r->y = arith2_get_number(&acoder, avctx->height); height 545 libavcodec/mss2.c r->h = arith2_get_number(&acoder, avctx->height - r->y) + 1; height 558 libavcodec/mss2.c wmv9rects[0].h = avctx->height; height 593 libavcodec/mss2.c c->mvY = AV_RB16(buf - 2) - avctx->height; height 605 libavcodec/mss2.c ctx->last_pic->linesize[0] * (avctx->height - 1); height 619 libavcodec/mss2.c frame->linesize[0] * (avctx->height - 1); height 629 libavcodec/mss2.c keyframe, avctx->width, avctx->height)) height 646 libavcodec/mss2.c avctx->width, avctx->height)) height 654 libavcodec/mss2.c avctx->width, avctx->height)) height 681 libavcodec/mss2.c avctx->height - ctx->split_position)) height 688 libavcodec/mss2.c memset(c->pal_pic, 0, c->pal_stride * avctx->height); height 822 libavcodec/mss2.c c->pal_pic = av_mallocz(c->pal_stride * avctx->height); height 823 libavcodec/mss2.c c->last_pal_pic = av_mallocz(c->pal_stride * avctx->height); height 712 libavcodec/mss3.c dec_y + dec_height > avctx->height || height 825 libavcodec/mss3.c if ((avctx->width & 0xF) || (avctx->height & 0xF)) { height 834 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 579 libavcodec/mss4.c mb_height = FFALIGN(height, 16) >> 4; height 106 libavcodec/msvideo1.c blocks_high = s->avctx->height / 4; height 206 libavcodec/msvideo1.c blocks_high = s->avctx->height / 4; height 79 libavcodec/msvideo1enc.c if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width*avctx->height*9 + FF_MIN_BUFFER_SIZE)) < 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 42 libavcodec/mvcdec.c int height = avctx->height; height 47 libavcodec/mvcdec.c height += 3; height 50 libavcodec/mvcdec.c height &= ~3; height 51 libavcodec/mvcdec.c if ((ret = ff_set_dimensions(avctx, width, height)) < 0) height 66 libavcodec/mvcdec.c uint8_t *dst_start, int width, int height, int linesize) height 72 libavcodec/mvcdec.c for (y = 0; y < height; y += 4) { height 139 libavcodec/mvcdec.c uint8_t *dst_start, int width, int height, height 151 libavcodec/mvcdec.c if ((w & ~3) != width || (h & ~3) != height) height 168 libavcodec/mvcdec.c dst_start += (height - 1) * linesize; height 222 libavcodec/mvcdec.c if (y >= height) height 243 libavcodec/mvcdec.c avctx->width, avctx->height, s->frame->linesize[0]); height 246 libavcodec/mvcdec.c avctx->width, avctx->height, s->frame->linesize[0], height 163 libavcodec/mxpegdec.c (jpg->height + 0x0F)>>4 != s->mb_height) { 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 79 libavcodec/nuv.c avpicture_fill(&pic, src, AV_PIX_FMT_YUV420P, width, height); height 80 libavcodec/nuv.c av_picture_copy((AVPicture *)f, &pic, AV_PIX_FMT_YUV420P, width, height); height 114 libavcodec/nuv.c static int codec_reinit(AVCodecContext *avctx, int width, int height, height 121 libavcodec/nuv.c height = FFALIGN(height, 2); height 124 libavcodec/nuv.c if (width != c->width || height != c->height) { height 126 libavcodec/nuv.c int buf_size = height * width * 3 / 2 height 131 libavcodec/nuv.c if ((ret = av_image_check_size(height, width, 0, avctx)) < 0) height 134 libavcodec/nuv.c avctx->height = c->height = height; height 142 libavcodec/nuv.c ff_rtjpeg_decode_init(&c->rtj, c->width, c->height, c->lq, c->cq); height 146 libavcodec/nuv.c ff_rtjpeg_decode_init(&c->rtj, c->width, c->height, c->lq, c->cq); height 185 libavcodec/nuv.c ff_rtjpeg_decode_init(&c->rtj, c->width, c->height, c->lq, c->cq); height 257 libavcodec/nuv.c memset(c->pic->data[0], 0, avctx->height * c->pic->linesize[0]); height 258 libavcodec/nuv.c memset(c->pic->data[1], 0x80, avctx->height * c->pic->linesize[1] / 2); height 259 libavcodec/nuv.c memset(c->pic->data[2], 0x80, avctx->height * c->pic->linesize[2] / 2); height 268 libavcodec/nuv.c int height = c->height; height 269 libavcodec/nuv.c if (buf_size < c->width * height * 3 / 2) { height 271 libavcodec/nuv.c height = buf_size / c->width / 3 * 2; height 273 libavcodec/nuv.c if(height > 0) height 274 libavcodec/nuv.c copy_frame(c->pic, buf, c->width, height); height 284 libavcodec/nuv.c memset(c->pic->data[0], 0, c->width * c->height); height 285 libavcodec/nuv.c memset(c->pic->data[1], 128, c->width * c->height / 4); height 286 libavcodec/nuv.c memset(c->pic->data[2], 128, c->width * c->height / 4); height 316 libavcodec/nuv.c c->height = 0; height 325 libavcodec/nuv.c if ((ret = codec_reinit(avctx, avctx->width, avctx->height, -1)) < 0) height 78 libavcodec/nvenc.c int height; height 574 libavcodec/nvenc.c ctx->init_encode_params.encodeHeight = avctx->height; height 581 libavcodec/nvenc.c avctx->height * avctx->sample_aspect_ratio.den, height 586 libavcodec/nvenc.c ctx->init_encode_params.darHeight = avctx->height; height 593 libavcodec/nvenc.c (avctx->height == 480 || avctx->height == 576)) { height 605 libavcodec/nvenc.c num_mbs = ((avctx->width + 15) >> 4) * ((avctx->height + 15) >> 4); height 749 libavcodec/nvenc.c allocSurf.height = (avctx->height + 31) & ~31; height 783 libavcodec/nvenc.c ctx->input_surfaces[surfaceCount].height = allocSurf.height; height 1022 libavcodec/nvenc.c avctx->width, avctx->height); height 1024 libavcodec/nvenc.c buf += inSurf->height * lockBufferParams.pitch; height 1028 libavcodec/nvenc.c avctx->width >> 1, avctx->height >> 1); height 1030 libavcodec/nvenc.c buf += (inSurf->height * lockBufferParams.pitch) >> 2; height 1034 libavcodec/nvenc.c avctx->width >> 1, avctx->height >> 1); height 1040 libavcodec/nvenc.c avctx->width, avctx->height); height 1042 libavcodec/nvenc.c buf += inSurf->height * lockBufferParams.pitch; height 1046 libavcodec/nvenc.c avctx->width, avctx->height >> 1); height 1052 libavcodec/nvenc.c avctx->width, avctx->height); height 1054 libavcodec/nvenc.c buf += inSurf->height * lockBufferParams.pitch; height 1058 libavcodec/nvenc.c avctx->width, avctx->height); height 1060 libavcodec/nvenc.c buf += inSurf->height * lockBufferParams.pitch; height 1064 libavcodec/nvenc.c avctx->width, avctx->height); height 1091 libavcodec/nvenc.c pic_params.inputHeight = avctx->height; height 269 libavcodec/options.c {"height", "", FOFFSET(height), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, 0}, height 419 libavcodec/options.c ctx->width, ctx->height, height 438 libavcodec/options.c ctx1->width = ctx1->height = 128; height 54 libavcodec/pafvideo.c int height; height 83 libavcodec/pafvideo.c c->height = avctx->height; height 85 libavcodec/pafvideo.c if (avctx->height & 3 || avctx->width & 3) { height 88 libavcodec/pafvideo.c avctx->width, avctx->height); height 98 libavcodec/pafvideo.c c->frame_size = avctx->width * FFALIGN(avctx->height, 256); height 99 libavcodec/pafvideo.c c->video_size = avctx->width * avctx->height; height 221 libavcodec/pafvideo.c for (i = 0; i < c->height; i += 4, dst += c->width * 3) height 376 libavcodec/pafvideo.c c->width, c->height); height 33 libavcodec/pamenc.c h = avctx->height; height 115 libavcodec/pcxenc.c if (avctx->width > 65535 || avctx->height > 65535) { height 153 libavcodec/pcxenc.c max_pkt_size = 128 + avctx->height * 2 * line_bytes * nplanes + (pal ? 256*3 + 1 : 0); height 171 libavcodec/pcxenc.c bytestream_put_le16(&buf, avctx->height - 1); // y max height 185 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) { height 299 libavcodec/pgssubdec.c object->h = height; height 463 libavcodec/pgssubdec.c ctx->presentation.objects[i].y > avctx->height) { height 467 libavcodec/pgssubdec.c avctx->width, avctx->height); height 34 libavcodec/pictordec.c int width, height; height 78 libavcodec/pictordec.c *y = s->height - 1; height 119 libavcodec/pictordec.c s->height = bytestream2_get_le16u(&s->g); height 143 libavcodec/pictordec.c if (av_image_check_size(s->width, s->height, 0, avctx) < 0) height 145 libavcodec/pictordec.c if (s->width != avctx->width && s->height != avctx->height) { height 146 libavcodec/pictordec.c ret = ff_set_dimensions(avctx, s->width, s->height); height 153 libavcodec/pictordec.c memset(frame->data[0], 0, s->height * frame->linesize[0]); height 202 libavcodec/pictordec.c y = s->height - 1; height 46 libavcodec/pngdec.c int width, height; height 543 libavcodec/pngdec.c s->height = s->cur_h = bytestream2_get_be32(&s->gb); height 544 libavcodec/pngdec.c if (av_image_check_size(s->width, s->height, 0, avctx)) { height 545 libavcodec/pngdec.c s->width = s->height = 0; height 559 libavcodec/pngdec.c s->width, s->height, s->bit_depth, s->color_type, height 593 libavcodec/pngdec.c avctx->height = s->height; height 736 libavcodec/pngdec.c for (j = 0; j < s->height; j++) { height 756 libavcodec/pngdec.c for (j = 0; j < s->height; j++) { height 784 libavcodec/pngdec.c for (j = 0; j < s->height; j++) { height 824 libavcodec/pngdec.c s->cur_h != s->height || height 829 libavcodec/pngdec.c s->cur_w > s->width - s->x_offset|| s->cur_h > s->height - s->y_offset) height 854 libavcodec/pngdec.c for (j = 0; j < s->height; j++) { height 956 libavcodec/pngdec.c for (j = s->y_offset + s->cur_h; j < s->height; j++) { height 1076 libavcodec/pngdec.c && ref->height== p->height height 363 libavcodec/pngenc.c max_packet_size = avctx->height * (int64_t)(enc_row_size + height 396 libavcodec/pngenc.c AV_WB32(s->buf + 4, avctx->height); height 467 libavcodec/pngenc.c for (y = 0; y < avctx->height; y++) height 483 libavcodec/pngenc.c for (y = 0; y < avctx->height; y++) { height 114 libavcodec/pnm.c avctx->height = h; height 157 libavcodec/pnm.c avctx->height = h; height 190 libavcodec/pnm.c h = (avctx->height * 2); height 194 libavcodec/pnm.c avctx->height = h; height 69 libavcodec/pnm_parser.c + avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height); height 127 libavcodec/pnmdec.c if (s->bytestream + n * avctx->height > s->bytestream_end) height 130 libavcodec/pnmdec.c for (i=0; i<avctx->height; i++) { height 161 libavcodec/pnmdec.c for (i = 0; i < avctx->height; i++) { height 191 libavcodec/pnmdec.c if (s->bytestream + n * avctx->height * 3 / 2 > s->bytestream_end) height 193 libavcodec/pnmdec.c for (i = 0; i < avctx->height; i++) { height 201 libavcodec/pnmdec.c h = avctx->height >> 1; height 221 libavcodec/pnmdec.c if (s->bytestream + n * avctx->height * 3 / 2 > s->bytestream_end) height 223 libavcodec/pnmdec.c for (i = 0; i < avctx->height; i++) { height 234 libavcodec/pnmdec.c h = avctx->height >> 1; height 35 libavcodec/pnmenc.c avctx->height) + 200)) < 0) height 42 libavcodec/pnmenc.c h = avctx->height; height 66 libavcodec/pnmenc.c if (avctx->width & 1 || avctx->height & 1) { height 648 libavcodec/ppc/h264dsp.c void weight_h264_W_altivec(uint8_t *block, int stride, int height, height 673 libavcodec/ppc/h264dsp.c for (y = 0; y < height; y++) { height 697 libavcodec/ppc/h264dsp.c void biweight_h264_W_altivec(uint8_t *dst, uint8_t *src, int stride, int height, height 724 libavcodec/ppc/h264dsp.c for (y = 0; y < height; y++) { height 765 libavcodec/ppc/h264dsp.c static void weight_h264_pixels ## W ## _altivec(uint8_t *block, int stride, int height, \ height 768 libavcodec/ppc/h264dsp.c weight_h264_W_altivec(block, stride, height, log2_denom, weight, offset, W); \ height 770 libavcodec/ppc/h264dsp.c static void biweight_h264_pixels ## W ## _altivec(uint8_t *dst, uint8_t *src, int stride, int height, \ height 773 libavcodec/ppc/h264dsp.c biweight_h264_W_altivec(dst, src, stride, height, log2_denom, weightd, weights, offset, W); \ height 68 libavcodec/proresdec2.c int hdr_size, width, height, flags; height 87 libavcodec/proresdec2.c height = AV_RB16(buf + 10); height 88 libavcodec/proresdec2.c if (width != avctx->width || height != avctx->height) { height 90 libavcodec/proresdec2.c avctx->width, avctx->height, width, height); height 178 libavcodec/proresdec2.c ctx->mb_height = (avctx->height + 31) >> 5; height 180 libavcodec/proresdec2.c ctx->mb_height = (avctx->height + 15) >> 4; height 102 libavcodec/proresdec_lgpl.c int hdr_size, version, width, height, flags; height 119 libavcodec/proresdec_lgpl.c height = AV_RB16(buf + 10); height 120 libavcodec/proresdec_lgpl.c if (width != avctx->width || height != avctx->height) { height 123 libavcodec/proresdec_lgpl.c avctx->width, avctx->height, width, height); height 250 libavcodec/proresdec_lgpl.c ctx->num_y_mbs = (avctx->height + height 342 libavcodec/proresenc_anatoliy.c unsigned stride, unsigned width, unsigned height, uint16_t *dst, height 347 libavcodec/proresenc_anatoliy.c int box_height = FFMIN(height - y, dst_height); height 394 libavcodec/proresenc_anatoliy.c luma_stride, avctx->width, avctx->height, height 397 libavcodec/proresenc_anatoliy.c chroma_stride, avctx->width >> 1, avctx->height, height 400 libavcodec/proresenc_anatoliy.c chroma_stride, avctx->width >> 1, avctx->height, height 445 libavcodec/proresenc_anatoliy.c int mb_height = (avctx->height + 15) >> 4; height 468 libavcodec/proresenc_anatoliy.c unsafe_bot = (avctx->height & 0xf) && (mb_y == mb_height - 1); height 495 libavcodec/proresenc_anatoliy.c int frame_size = FFALIGN(avctx->width, 16) * FFALIGN(avctx->height, 16)*16 + 500 + FF_MIN_BUFFER_SIZE; //FIXME choose tighter limit height 512 libavcodec/proresenc_anatoliy.c bytestream_put_be16(&buf, avctx->height); height 556 libavcodec/proresenc_anatoliy.c if (avctx->width > 65534 || avctx->height > 65535) { height 562 libavcodec/proresenc_anatoliy.c if ((avctx->height & 0xf) || (avctx->width & 0xf)) { height 559 libavcodec/proresenc_kostya.c pwidth, avctx->height / ctx->pictures_per_frame, height 568 libavcodec/proresenc_kostya.c pwidth, avctx->height / ctx->pictures_per_frame, height 798 libavcodec/proresenc_kostya.c pwidth, avctx->height / ctx->pictures_per_frame, height 803 libavcodec/proresenc_kostya.c pwidth, avctx->height / ctx->pictures_per_frame, height 963 libavcodec/proresenc_kostya.c bytestream_put_be16 (&buf, avctx->height); height 1181 libavcodec/proresenc_kostya.c ctx->mb_height = FFALIGN(avctx->height, 32) >> 5; height 1183 libavcodec/proresenc_kostya.c ctx->mb_height = FFALIGN(avctx->height, 16) >> 4; height 203 libavcodec/pthread_frame.c dst->height = src->height; height 198 libavcodec/pthread_slice.c if (avctx->height) height 199 libavcodec/pthread_slice.c nb_cpus = FFMIN(nb_cpus, (avctx->height+15)/16); height 90 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 114 libavcodec/qpeg.c int stride, int width, int height, height 125 libavcodec/qpeg.c for (i = 0; i < height; i++) height 131 libavcodec/qpeg.c orig_height = height; height 132 libavcodec/qpeg.c height--; height 133 libavcodec/qpeg.c dst = dst + height * stride; height 135 libavcodec/qpeg.c while ((bytestream2_get_bytes_left(&qctx->buffer) > 0) && (height >= 0)) { height 167 libavcodec/qpeg.c (height - me_y - me_h < 0) || (height - me_y >= orig_height) || height 168 libavcodec/qpeg.c (filled + me_w > width) || (height - me_h < 0)) height 170 libavcodec/qpeg.c me_x, me_y, me_w, me_h, filled, height); height 173 libavcodec/qpeg.c me_plane = refdata + (filled + me_x) + (height - me_y) * stride; height 196 libavcodec/qpeg.c height--; height 197 libavcodec/qpeg.c if (height < 0) height 212 libavcodec/qpeg.c height--; height 213 libavcodec/qpeg.c if (height < 0) height 233 libavcodec/qpeg.c height--; height 234 libavcodec/qpeg.c if(height < 0) height 247 libavcodec/qpeg.c height--; height 284 libavcodec/qpeg.c qpeg_decode_intra(a, outdata, p->linesize[0], avctx->width, avctx->height); height 286 libavcodec/qpeg.c qpeg_decode_inter(a, outdata, p->linesize[0], avctx->width, avctx->height, delta, ctable, ref->data[0]); height 177 libavcodec/qsv_h264.c avctx->height = s->parser->height; height 64 libavcodec/qtrle.c int pixel_limit = s->frame->linesize[0] * s->avctx->height; height 127 libavcodec/qtrle.c int pixel_limit = s->frame->linesize[0] * s->avctx->height; height 183 libavcodec/qtrle.c int pixel_limit = s->frame->linesize[0] * s->avctx->height; height 232 libavcodec/qtrle.c int pixel_limit = s->frame->linesize[0] * s->avctx->height; height 276 libavcodec/qtrle.c int pixel_limit = s->frame->linesize[0] * s->avctx->height; height 323 libavcodec/qtrle.c int pixel_limit = s->frame->linesize[0] * s->avctx->height; height 411 libavcodec/qtrle.c int height, row_ptr; height 435 libavcodec/qtrle.c height = bytestream2_get_be16(&s->g); height 437 libavcodec/qtrle.c if (height > s->avctx->height - start_line) height 441 libavcodec/qtrle.c height = s->avctx->height; height 448 libavcodec/qtrle.c qtrle_decode_1bpp(s, row_ptr, height); height 453 libavcodec/qtrle.c qtrle_decode_2n4bpp(s, row_ptr, height, 2); height 459 libavcodec/qtrle.c qtrle_decode_2n4bpp(s, row_ptr, height, 4); height 465 libavcodec/qtrle.c qtrle_decode_8bpp(s, row_ptr, height); height 470 libavcodec/qtrle.c qtrle_decode_16bpp(s, row_ptr, height); height 474 libavcodec/qtrle.c qtrle_decode_24bpp(s, row_ptr, height); height 478 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 118 libavcodec/qtrleenc.c if ((ret = avpicture_alloc(&s->previous_frame, avctx->pix_fmt, avctx->width, avctx->height)) < 0) { height 123 libavcodec/qtrleenc.c s->max_buf_size = s->logical_width*s->avctx->height*s->pixel_size*2 /* image base material */ height 125 libavcodec/qtrleenc.c + s->avctx->height*2 /* skip code+rle end */ height 330 libavcodec/qtrleenc.c int end_line = s->avctx->height; height 335 libavcodec/qtrleenc.c for (start_line = 0; start_line < s->avctx->height; start_line++) height 341 libavcodec/qtrleenc.c for (end_line=s->avctx->height; end_line > start_line; end_line--) height 350 libavcodec/qtrleenc.c if ((start_line == 0 && end_line == s->avctx->height) || start_line == s->avctx->height) height 391 libavcodec/qtrleenc.c avctx->pix_fmt, avctx->width, avctx->height); height 54 libavcodec/r210dec.c if (avpkt->size < 4 * aligned_width * avctx->height) { height 66 libavcodec/r210dec.c for (h = 0; h < avctx->height; h++) { height 47 libavcodec/r210enc.c if ((ret = ff_alloc_packet2(avctx, pkt, 4 * aligned_width * avctx->height)) < 0) height 55 libavcodec/r210enc.c for (i = 0; i < avctx->height; i++) { height 117 libavcodec/rawdec.c picture->data[0] += picture->linesize[0] * (avctx->height - 1); height 139 libavcodec/rawdec.c for (i = 0; i < avctx->width * avctx->height; i++) { \ height 169 libavcodec/rawdec.c avctx->height); height 173 libavcodec/rawdec.c avctx->height); height 195 libavcodec/rawdec.c if ((res = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0) height 268 libavcodec/rawdec.c avctx->width, avctx->height)) < 0) { height 296 libavcodec/rawdec.c FFALIGN(frame->linesize[0], linesize_align) * avctx->height <= buf_size) height 300 libavcodec/rawdec.c FFALIGN(frame->linesize[0], linesize_align) * avctx->height + height 301 libavcodec/rawdec.c FFALIGN(frame->linesize[1], linesize_align) * ((avctx->height + 1) / 2) <= buf_size) { height 303 libavcodec/rawdec.c frame->data[1] += (la0 - frame->linesize[0]) * avctx->height; height 319 libavcodec/rawdec.c ((frame->linesize[0] + 3) & ~3) * avctx->height <= buf_size) height 331 libavcodec/rawdec.c if (avctx->codec_tag == AV_RL32("I420") && (avctx->width+1)*(avctx->height+1) * 3/2 == buf_size) { height 332 libavcodec/rawdec.c picture->data[1] = picture->data[1] + (avctx->width+1)*(avctx->height+1) -avctx->width*avctx->height; height 333 libavcodec/rawdec.c picture->data[2] = picture->data[2] + ((avctx->width+1)*(avctx->height+1) -avctx->width*avctx->height)*5/4; height 340 libavcodec/rawdec.c for (y = 0; y < avctx->height; y++) { height 49 libavcodec/rawenc.c int ret = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height); height 57 libavcodec/rawenc.c avctx->height, pkt->data, pkt->size)) < 0) height 63 libavcodec/rawenc.c for(x = 1; x < avctx->height*avctx->width*2; x += 2) height 69 libavcodec/rl2.c const uint8_t *out_end = out + stride * s->avctx->height; height 151 libavcodec/rl2.c if (s->video_base >= avctx->width * avctx->height) { height 164 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 163 libavcodec/roqvideodec.c if(ypos >= ri->height) height 175 libavcodec/roqvideodec.c if (avctx->width % 16 || avctx->height % 16) { height 182 libavcodec/roqvideodec.c s->height = avctx->height; height 213 libavcodec/roqvideodec.c avctx->pix_fmt, avctx->width, 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 847 libavcodec/roqvideoenc.c int max = enc->width*enc->height/16; height 860 libavcodec/roqvideoenc.c create_clusters(enc->frame_to_enc, enc->width, enc->height, yuvClusters); height 932 libavcodec/roqvideoenc.c for (i=0; i<enc->width*enc->height/64; i++) height 960 libavcodec/roqvideoenc.c reconstruct_and_encode_image(enc, tempData, enc->width, enc->height, height 961 libavcodec/roqvideoenc.c enc->width*enc->height/64); height 1005 libavcodec/roqvideoenc.c if ((avctx->width & 0xf) || (avctx->height & 0xf)) { height 1010 libavcodec/roqvideoenc.c if (avctx->width > 65535 || avctx->height > 65535) { height 1015 libavcodec/roqvideoenc.c if (((avctx->width)&(avctx->width-1))||((avctx->height)&(avctx->height-1))) height 1019 libavcodec/roqvideoenc.c enc->height = avctx->height; height 1035 libavcodec/roqvideoenc.c av_mallocz_array((enc->width*enc->height/16), sizeof(motion_vect)); height 1038 libavcodec/roqvideoenc.c av_malloc_array ((enc->width*enc->height/16), sizeof(motion_vect)); height 1041 libavcodec/roqvideoenc.c av_mallocz_array((enc->width*enc->height/64), sizeof(motion_vect)); height 1044 libavcodec/roqvideoenc.c av_malloc_array ((enc->width*enc->height/64), sizeof(motion_vect)); height 1071 libavcodec/roqvideoenc.c bytestream_put_le16(&enc->out_buf, enc->height); height 1097 libavcodec/roqvideoenc.c size = ((enc->width * enc->height / 64) * 138 + 7) / 8 + 256 * (6 + 4) + 8; height 105 libavcodec/rpza.c total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4); 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 376 libavcodec/rv10.c if (new_w != s->width || new_h != s->height) { height 387 libavcodec/rv10.c if (2 * new_w * s->height == new_h * s->width) height 389 libavcodec/rv10.c if (new_w * s->height == 2 * new_h * s->width) height 397 libavcodec/rv10.c s->height = new_h; height 406 libavcodec/rv10.c if (av_image_check_size(s->width, s->height, 0, s->avctx) < 0) height 485 libavcodec/rv10.c s->height = avctx->coded_height; height 40 libavcodec/rv30.c int w = r->s.width, h = r->s.height; height 72 libavcodec/rv30.c si->height = h; height 666 libavcodec/rv34.c const int width, const int height, int dir, height 709 libavcodec/rv34.c int mb_row = s->mb_y + ((yoff + my + 5 + 8 * height) >> 4); height 725 libavcodec/rv34.c if(s->h_edge_pos - (width << 3) < 6 || s->v_edge_pos - (height << 3) < 6 || height 727 libavcodec/rv34.c (unsigned)(src_y - !!ly*2) > s->v_edge_pos - !!ly*2 - (height<<3) - 4) { height 731 libavcodec/rv34.c (width << 3) + 6, (height << 3) + 6, height 763 libavcodec/rv34.c (width << 2) + 1, (height << 2) + 1, height 771 libavcodec/rv34.c (width << 2) + 1, (height << 2) + 1, height 776 libavcodec/rv34.c chroma_mc[2-width] (U, srcU, s->uvlinesize, height*4, uvmx, uvmy); height 777 libavcodec/rv34.c chroma_mc[2-width] (V, srcV, s->uvlinesize, height*4, uvmx, uvmy); height 782 libavcodec/rv34.c const int width, const int height, int dir) height 784 libavcodec/rv34.c rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0, height 1423 libavcodec/rv34.c if (s->width != r->si.width || s->height != r->si.height) { height 1558 libavcodec/rv34.c if (s->height != s1->height || s->width != s1->width) { height 1559 libavcodec/rv34.c s->height = s1->height; height 1694 libavcodec/rv34.c if (s->width != si.width || s->height != si.height) { height 1698 libavcodec/rv34.c si.width, si.height); height 1700 libavcodec/rv34.c if (av_image_check_size(si.width, si.height, 0, s->avctx)) height 1704 libavcodec/rv34.c s->width, s->height, s->avctx->sample_aspect_ratio, height 1705 libavcodec/rv34.c si.width, si.height); height 1707 libavcodec/rv34.c s->height = si.height; height 1709 libavcodec/rv34.c err = ff_set_dimensions(s->avctx, s->width, s->height); height 79 libavcodec/rv34.h int height; ///< coded height height 131 libavcodec/rv40.c int w = r->s.width, h = r->s.height; height 151 libavcodec/rv40.c si->height = h; height 390 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 496 libavcodec/sanm.c init_sizes(ctx, avctx->width, avctx->height); height 557 libavcodec/sanm.c int left, int width, int height) height 562 libavcodec/sanm.c for (i = 0; i < height; i++) { height 604 libavcodec/sanm.c int height, int stride, int x, int y) height 611 libavcodec/sanm.c if ((pos + i) < 0 || (pos + i) >= height * stride) height 623 libavcodec/sanm.c int left, int width, int height) height 639 libavcodec/sanm.c if (decoded_size > ctx->height * stride - left - top * stride) { height 640 libavcodec/sanm.c decoded_size = ctx->height * stride - left - top * stride; height 659 libavcodec/sanm.c for (i = 0; i < height; i++) { height 663 libavcodec/sanm.c memset(ctx->frm1, 0, ctx->height * stride); height 664 libavcodec/sanm.c memset(ctx->frm2, 0, ctx->height * stride); height 675 libavcodec/sanm.c for (j = 0; j < height; j += 4) { height 718 libavcodec/sanm.c ctx->height, stride, i + mx, j + my); height 726 libavcodec/sanm.c for (j = 0; j < height; j += 4) { height 751 libavcodec/sanm.c ctx->height, stride, i + mx, j + my); height 859 libavcodec/sanm.c int left, int width, int height) height 877 libavcodec/sanm.c if (decoded_size > ctx->height * stride - left - top * stride) { height 878 libavcodec/sanm.c decoded_size = ctx->height * stride - left - top * stride; height 886 libavcodec/sanm.c memset(prev1, 0, ctx->height * stride); height 887 libavcodec/sanm.c memset(prev2, 0, ctx->height * stride); height 892 libavcodec/sanm.c if (bytestream2_get_bytes_left(&ctx->gb) < width * height) height 894 libavcodec/sanm.c for (j = 0; j < height; j++) { height 900 libavcodec/sanm.c if (bytestream2_get_bytes_left(&ctx->gb) < ((width + 1) >> 1) * ((height + 1) >> 1)) height 902 libavcodec/sanm.c for (j = 0; j < height; j += 2) { height 914 libavcodec/sanm.c for (j = 0; j < height; j += 8) { height 926 libavcodec/sanm.c memcpy(ctx->frm0, ctx->frm2, ctx->pitch * ctx->height); height 929 libavcodec/sanm.c memcpy(ctx->frm0, ctx->frm1, ctx->pitch * ctx->height); height 962 libavcodec/sanm.c if (ctx->width < left + w || ctx->height < top + h) { height 964 libavcodec/sanm.c FFMAX(top + h, ctx->height)); height 968 libavcodec/sanm.c FFMAX(top + h, ctx->height)); height 998 libavcodec/sanm.c if (bytestream2_get_bytes_left(&ctx->gb) < ctx->width * ctx->height * 2) { height 1002 libavcodec/sanm.c for (y = 0; y < ctx->height; y++) { height 1333 libavcodec/sanm.c hdr->height = bytestream2_get_le32u(&ctx->gb); height 1335 libavcodec/sanm.c if (hdr->width != ctx->width || hdr->height != ctx->height) { height 1371 libavcodec/sanm.c int ret, dstpitch, height = ctx->height; height 1380 libavcodec/sanm.c while (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 33 libavcodec/sgienc.c if (avctx->width > 65535 || avctx->height > 65535) { height 35 libavcodec/sgienc.c "Unsupported resolution %dx%d.\n", avctx->width, avctx->height); height 53 libavcodec/sgienc.c unsigned int width, height, depth, dimension; height 61 libavcodec/sgienc.c height = avctx->height; height 110 libavcodec/sgienc.c tablesize = depth * height * 4; height 113 libavcodec/sgienc.c length += depth * height * width; height 115 libavcodec/sgienc.c length += tablesize * 2 + depth * height * (2 * width + 1); height 128 libavcodec/sgienc.c bytestream_put_be16(&buf, height); height 159 libavcodec/sgienc.c in_buf = p->data[0] + p->linesize[0] * (height - 1) + z; height 161 libavcodec/sgienc.c for (y = 0; y < height; y++) { height 182 libavcodec/sgienc.c in_buf = p->data[0] + p->linesize[0] * (height - 1) + z * bytes_per_channel; height 184 libavcodec/sgienc.c for (y = 0; y < height; y++) { height 75 libavcodec/sgirledec.c int width, int height, ptrdiff_t linesize) height 84 libavcodec/sgirledec.c if (y >= height) \ height 130 libavcodec/sgirledec.c avctx->width, avctx->height, s->frame->linesize[0]); height 439 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 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 PixelFormat pix_fmt, int width, int height, height 66 libavcodec/smvjpegdec.c int h = height; height 68 libavcodec/smvjpegdec.c h = FF_CEIL_RSHIFT(height, desc->log2_chroma_h); height 162 libavcodec/smvjpegdec.c if (desc && mjpeg_data->height % (s->frames_per_jpeg << desc->log2_chroma_h)) { height 174 libavcodec/smvjpegdec.c ret = ff_set_dimensions(avctx, mjpeg_data->width, mjpeg_data->height / s->frames_per_jpeg); height 183 libavcodec/smvjpegdec.c s->picture[1]->height = avctx->height; height 187 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= FF_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 ? s->avctx->height>>s->chroma_v_shift : s->avctx->height; height 86 libavcodec/snow.h int height; height 100 libavcodec/snow.h int height; height 434 libavcodec/snow.h int h= p->height; height 619 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 ff_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 ff_spatial_idwt_slice(cs, buffer, temp, width, height, stride, type, height 112 libavcodec/snow_dwt.h void ff_spatial_dwt(int *buffer, int *temp, int width, int height, int stride, height 116 libavcodec/snow_dwt.h int height, int stride_line, int type, height 120 libavcodec/snow_dwt.h int width, int height, int stride_line, height 122 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 380 libavcodec/snowdec.c s->avctx->height>>s->chroma_v_shift) >> (s->spatial_decomposition_count-1) <= 1){ height 449 libavcodec/snowdec.c if ((res = ff_slice_buffer_init(&s->sb, s->plane[0].height, height 492 libavcodec/snowdec.c int h= p->height; height 552 libavcodec/snowdec.c start_y = FFMIN(b->height, start_y); height 553 libavcodec/snowdec.c end_y = FFMIN(b->height, end_y); height 558 libavcodec/snowdec.c int correlate_end_y = FFMIN(b->height, end_y + 1); height 559 libavcodec/snowdec.c int correlate_start_y = FFMIN(b->height, (start_y ? start_y + 1 : 0)); height 585 libavcodec/snowdec.c y = FFMIN(p->height, slice_starty); height 586 libavcodec/snowdec.c end_y = FFMIN(p->height, slice_h); height 509 libavcodec/snowenc.c const int h= p->height; height 607 libavcodec/snowenc.c const int h= p->height; height 709 libavcodec/snowenc.c const int h= p->height; height 764 libavcodec/snowenc.c const int h= b->height; height 798 libavcodec/snowenc.c if(px<b->parent->width && py<b->parent->height) height 849 libavcodec/snowenc.c if(px<b->parent->width && py<b->parent->height) height 1065 libavcodec/snowenc.c const int h= s->plane[0].height; height 1229 libavcodec/snowenc.c const int h= b->height; height 1290 libavcodec/snowenc.c const int h= b->height; height 1312 libavcodec/snowenc.c const int h= b->height; height 1336 libavcodec/snowenc.c const int h= b->height; height 1482 libavcodec/snowenc.c const int h= b->height; height 1523 libavcodec/snowenc.c int height= p->height; height 1532 libavcodec/snowenc.c memset(s->spatial_idwt_buffer, 0, sizeof(*s->spatial_idwt_buffer)*width*height); height 1533 libavcodec/snowenc.c ibuf[b->width/2 + b->height/2*b->stride]= 256*16; height 1534 libavcodec/snowenc.c ff_spatial_idwt(s->spatial_idwt_buffer, s->temp_idwt_buffer, width, height, width, s->spatial_decomposition_type, s->spatial_decomposition_count); height 1535 libavcodec/snowenc.c for(y=0; y<height; y++){ height 1554 libavcodec/snowenc.c const int height= s->avctx->height; height 1568 libavcodec/snowenc.c for(y=0; y<(height>>vshift); y++) height 1573 libavcodec/snowenc.c width >> hshift, height >> vshift, height 1608 libavcodec/snowenc.c int h = s->avctx->height; height 1632 libavcodec/snowenc.c int block_height= (height+15)>>4; height 1645 libavcodec/snowenc.c s->m.height= height; height 1681 libavcodec/snowenc.c || !(height>>(s->chroma_v_shift + s->spatial_decomposition_count))) height 1708 libavcodec/snowenc.c int h= p->height; height 1918 libavcodec/snowenc.c int buffer[2][width*height]; height 1936 libavcodec/snowenc.c for(i=0; i<width*height; i++) height 1939 libavcodec/snowenc.c ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); height 1940 libavcodec/snowenc.c ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); height 1942 libavcodec/snowenc.c for(i=0; i<width*height; i++) height 1947 libavcodec/snowenc.c for(i=0; i<width*height; i++) height 1950 libavcodec/snowenc.c ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); height 1951 libavcodec/snowenc.c ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); height 1953 libavcodec/snowenc.c for(i=0; i<width*height; i++) height 1967 libavcodec/snowenc.c int h= height >> (s.spatial_decomposition_count-level); height 1975 libavcodec/snowenc.c memset(buffer[0], 0, sizeof(int)*width*height); height 1977 libavcodec/snowenc.c ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); height 1978 libavcodec/snowenc.c for(y=0; y<height; y++){ height 1982 libavcodec/snowenc.c if(FFABS(width/2-x)<9 && FFABS(height/2-y)<9 && level==2) printf("%8"PRId64" ", d); height 1984 libavcodec/snowenc.c if(FFABS(height/2-y)<9 && level==2) printf("\n"); height 2012 libavcodec/snowenc.c memset(buffer[0], 0, sizeof(int)*width*height); height 2013 libavcodec/snowenc.c for(y=0; y<height; y++){ height 2019 libavcodec/snowenc.c ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); height 2020 libavcodec/snowenc.c for(y=0; y<height; y++){ height 2024 libavcodec/snowenc.c if(FFABS(width/2-x)<9 && FFABS(height/2-y)<9) printf("%8"PRId64" ", d); height 2026 libavcodec/snowenc.c if(FFABS(height/2-y)<9) printf("\n"); height 44 libavcodec/sp5xdec.c if (!avctx->width || !avctx->height) height 43 libavcodec/sunrastenc.c bytestream2_put_be32u(&s->p, avctx->height); height 88 libavcodec/sunrastenc.c #define GET_VALUE y >= avctx->height ? 0 : x >= len ? ptr[len-1] : ptr[x] height 92 libavcodec/sunrastenc.c while (y < avctx->height) { height 102 libavcodec/sunrastenc.c while (value2 == value && run < 256 && y < avctx->height) { height 126 libavcodec/sunrastenc.c for (y = 0; y < avctx->height; y++) { height 171 libavcodec/sunrastenc.c s->length = avctx->height * (FFALIGN(avctx->width * s->depth, 16) >> 3); height 65 libavcodec/svq1dec.c int height; height 166 libavcodec/svq1dec.c unsigned x, y, width, height, level; height 179 libavcodec/svq1dec.c height = 1 << ((3 + level) / 2); height 185 libavcodec/svq1dec.c for (y = 0; y < height; y++) height 201 libavcodec/svq1dec.c for (y = 0; y < height; y++) height 206 libavcodec/svq1dec.c for (y = 0; y < height; y++) { height 232 libavcodec/svq1dec.c int x, y, width, height, level; height 245 libavcodec/svq1dec.c height = 1 << ((3 + level) / 2); height 265 libavcodec/svq1dec.c for (y = 0; y < height; y++) { height 327 libavcodec/svq1dec.c int width, int height) height 357 libavcodec/svq1dec.c mv.y = av_clip(mv.y, -2 * y, 2 * (height - y - 16)); height 370 libavcodec/svq1dec.c int width, int height) height 427 libavcodec/svq1dec.c mvy = av_clip(mvy, -2 * y, 2 * (height - y - 8)); height 448 libavcodec/svq1dec.c int width, int height) height 473 libavcodec/svq1dec.c pitch, motion, x, y, width, height); height 484 libavcodec/svq1dec.c pitch, motion, x, y, width, height); height 522 libavcodec/svq1dec.c int height = s->height; height 574 libavcodec/svq1dec.c height = get_bits(bitbuf, 12); height 576 libavcodec/svq1dec.c if (!width || !height) height 581 libavcodec/svq1dec.c height = ff_svq1_frame_size_table[frame_size_code][1]; height 605 libavcodec/svq1dec.c s->height = height; height 617 libavcodec/svq1dec.c int result, i, x, y, width, height; height 664 libavcodec/svq1dec.c result = ff_set_dimensions(avctx, s->width, s->height); height 687 libavcodec/svq1dec.c height = FFALIGN(s->height, 16); height 692 libavcodec/svq1dec.c height = FFALIGN(s->height / 4, 16); height 699 libavcodec/svq1dec.c for (y = 0; y < height; y += 16) { height 716 libavcodec/svq1dec.c s->prev->width != s->width || s->prev->height != s->height) { height 724 libavcodec/svq1dec.c for (y = 0; y < height; y += 16) { height 729 libavcodec/svq1dec.c pmv, x, y, width, height); height 772 libavcodec/svq1dec.c s->height = avctx->height + 3 & ~3; height 247 libavcodec/svq1enc.c int width, int height, int src_stride, int stride) height 265 libavcodec/svq1enc.c block_height = (height + 15) / 16; height 277 libavcodec/svq1enc.c s->m.height = height; height 328 libavcodec/svq1enc.c for (i = 0; i < 16 && i + 16 * y < height; i++) { height 354 libavcodec/svq1enc.c for (i = 0; i < 16 && i + 16 * y < height; i++) { height 489 libavcodec/svq1enc.c s->rd_total / (double)(avctx->width * avctx->height * height 532 libavcodec/svq1enc.c s->frame_height = avctx->height; height 301 libavcodec/svq3.c int x, int y, int width, int height, height 315 libavcodec/svq3.c my < 0 || my >= s->v_edge_pos - height - 1) { height 318 libavcodec/svq3.c my = av_clip(my, -16, s->v_edge_pos - height + 15); height 328 libavcodec/svq3.c width + 1, height + 1, height 335 libavcodec/svq3.c width, height); height 339 libavcodec/svq3.c height); height 345 libavcodec/svq3.c height = height >> 1; height 355 libavcodec/svq3.c width + 1, height + 1, height 364 libavcodec/svq3.c width, height); height 369 libavcodec/svq3.c height); height 938 libavcodec/svq3.c avctx->height = 120; height 942 libavcodec/svq3.c avctx->height = 96; height 946 libavcodec/svq3.c avctx->height = 144; height 950 libavcodec/svq3.c avctx->height = 288; height 954 libavcodec/svq3.c avctx->height = 576; height 958 libavcodec/svq3.c avctx->height = 180; height 962 libavcodec/svq3.c avctx->height = 240; height 966 libavcodec/svq3.c avctx->height = get_bits(&gb, 12); height 1043 libavcodec/svq3.c h->height = avctx->height; height 1045 libavcodec/svq3.c h->mb_height = (h->height + 15) / 16; height 1206 libavcodec/svq3.c memset(s->last_pic->f.data[0], 0, avctx->height * s->last_pic->f.linesize[0]); height 1207 libavcodec/svq3.c memset(s->last_pic->f.data[1], 0x80, (avctx->height / 2) * height 1209 libavcodec/svq3.c memset(s->last_pic->f.data[2], 0x80, (avctx->height / 2) * height 1219 libavcodec/svq3.c memset(s->next_pic->f.data[0], 0, avctx->height * s->next_pic->f.linesize[0]); height 1220 libavcodec/svq3.c memset(s->next_pic->f.data[1], 0x80, (avctx->height / 2) * height 1222 libavcodec/svq3.c memset(s->next_pic->f.data[2], 0x80, (avctx->height / 2) * height 41 libavcodec/targa_y216dec.c if (avpkt->size < 4 * avctx->height * aligned_width) { height 56 libavcodec/targa_y216dec.c for (i = 0; i < avctx->height; i++) { height 83 libavcodec/targaenc.c if(avctx->width > 0xffff || avctx->height > 0xffff) { height 87 libavcodec/targaenc.c picsize = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height); height 94 libavcodec/targaenc.c AV_WL16(pkt->data+14, avctx->height); height 150 libavcodec/targaenc.c datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height); height 157 libavcodec/targaenc.c else datasize = targa_encode_normal(out, p, bpp, avctx->width, avctx->height); height 54 libavcodec/tiff.c int width, height; height 297 libavcodec/tiff.c if (s->width % s->subsampling[0] || s->height % s->subsampling[1]) { height 301 libavcodec/tiff.c p->data[0][FFMIN(lnum + j, s->height-1) * p->linesize[0] + height 745 libavcodec/tiff.c if (s->width != s->avctx->width || s->height != s->avctx->height) { height 746 libavcodec/tiff.c ret = ff_set_dimensions(s->avctx, s->width, s->height); height 815 libavcodec/tiff.c s->height = value; height 898 libavcodec/tiff.c value = s->height; height 899 libavcodec/tiff.c s->rps = FFMIN(value, s->height); height 909 libavcodec/tiff.c s->rps = s->height; height 1261 libavcodec/tiff.c for (i = 0; i < s->height; i += s->rps) { height 1277 libavcodec/tiff.c FFMIN(s->rps, s->height - i))) < 0) { height 1300 libavcodec/tiff.c for (i = 0; i < s->height; i++) { height 1311 libavcodec/tiff.c for (i = 0; i < s->height; i++) { height 1317 libavcodec/tiff.c for (i = 0; i < s->height; i++) { height 1327 libavcodec/tiff.c for (i = 0; i < s->height; i++) { height 1352 libavcodec/tiff.c s->height = 0; height 57 libavcodec/tiffenc.c int height; ///< picture height height 207 libavcodec/tiffenc.c if (s->width % s->subsampling[0] || s->height % s->subsampling[1]) { height 211 libavcodec/tiffenc.c *dst++ = p->data[0][FFMIN(lnum + j, s->height-1) * p->linesize[0] + height 261 libavcodec/tiffenc.c s->height = avctx->height; height 317 libavcodec/tiffenc.c s->rps = s->height; height 324 libavcodec/tiffenc.c strips = (s->height - 1) / s->rps + 1; height 328 libavcodec/tiffenc.c packet_size = avctx->height * bytes_per_row * 2 + height 329 libavcodec/tiffenc.c avctx->height * 4 + FF_MIN_BUFFER_SIZE; height 413 libavcodec/tiffenc.c for (i = 0; i < s->height; i++) { height 436 libavcodec/tiffenc.c (i == s->height - 1 || i % s->rps == s->rps - 1)) { height 450 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 406 libavcodec/truemotion1.c if (s->w != s->avctx->width || s->h != s->avctx->height || height 446 libavcodec/truemotion1.c (s->mb_change_bits_row_size * (s->avctx->height >> 2)); height 637 libavcodec/truemotion1.c for (y = 0; y < s->avctx->height; y++) { height 763 libavcodec/truemotion1.c for (y = 0; y < s->avctx->height; y++) { height 705 libavcodec/truemotion2.c my = av_clip(my, -(by * 4 + 4), ctx->avctx->height - by * 4); height 707 libavcodec/truemotion2.c if (4*bx+mx<0 || 4*by+my<0 || 4*bx+mx+4 > ctx->avctx->width || 4*by+my+4 > ctx->avctx->height) { height 753 libavcodec/truemotion2.c int w = ctx->avctx->width, h = ctx->avctx->height, bw = w >> 2, bh = h >> 2, cw = w >> 1; height 930 libavcodec/truemotion2.c int i, w = avctx->width, h = avctx->height; height 932 libavcodec/truemotion2.c if ((avctx->width & 3) || (avctx->height & 3)) { height 59 libavcodec/tscc.c int height; height 126 libavcodec/tscc.c c->height = avctx->height; height 142 libavcodec/tscc.c c->decomp_size = (((avctx->width * c->bpp + 7) >> 3) + 3 * avctx->width + 2) * avctx->height + 2; height 361 libavcodec/tscc2.c c->mb_height = FFALIGN(avctx->height, 8) >> 3; 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 237 libavcodec/ulti.c if(blocks >= s->blocks || y >= s->height) height 220 libavcodec/utils.c void avcodec_set_dimensions(AVCodecContext *s, int width, int height) height 222 libavcodec/utils.c int ret = ff_set_dimensions(s, width, height); height 224 libavcodec/utils.c av_log(s, AV_LOG_WARNING, "Failed to set dimensions %d %d\n", width, height); height 229 libavcodec/utils.c int ff_set_dimensions(AVCodecContext *s, int width, int height) height 231 libavcodec/utils.c int ret = av_image_check_size(width, height, 0, s); height 234 libavcodec/utils.c width = height = 0; height 237 libavcodec/utils.c s->coded_height = height; height 239 libavcodec/utils.c s->height = FF_CEIL_RSHIFT(height, s->lowres); height 246 libavcodec/utils.c int ret = av_image_check_sar(avctx->width, avctx->height, sar); height 279 libavcodec/utils.c void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, height 426 libavcodec/utils.c *height = FFALIGN(*height, h_align); height 430 libavcodec/utils.c *height += 2; height 436 libavcodec/utils.c void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height) height 443 libavcodec/utils.c avcodec_align_dimensions2(s, width, height, linesize_align); height 520 libavcodec/utils.c int h = frame->height; height 524 libavcodec/utils.c pool->width == frame->width && pool->height == frame->height) height 566 libavcodec/utils.c pool->height = frame->height; height 605 libavcodec/utils.c pool->width = pool->height = 0; height 703 libavcodec/utils.c int height = is_chroma ? FF_CEIL_RSHIFT(frame->height, desc->log2_chroma_h) : frame->height; height 704 libavcodec/utils.c for (y = 0; y < height; y++) { height 796 libavcodec/utils.c if (frame->width && frame->height && height 797 libavcodec/utils.c av_image_check_sar(frame->width, frame->height, height 876 libavcodec/utils.c if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0 || avctx->pix_fmt<0) { height 882 libavcodec/utils.c if (frame->width <= 0 || frame->height <= 0) { height 884 libavcodec/utils.c frame->height = FFMAX(avctx->height, FF_CEIL_RSHIFT(avctx->coded_height, avctx->lowres)); height 975 libavcodec/utils.c int plane_size = (frame->height >> v_shift) * frame->linesize[i]; height 1006 libavcodec/utils.c frame->height = avctx->height; height 1024 libavcodec/utils.c frame->height = avctx->height; height 1045 libavcodec/utils.c if (frame->data[0] && (frame->width != avctx->width || frame->height != avctx->height || frame->format != avctx->pix_fmt)) { height 1047 libavcodec/utils.c frame->width, frame->height, av_get_pix_fmt_name(frame->format), avctx->width, avctx->height, av_get_pix_fmt_name(avctx->pix_fmt)); height 1400 libavcodec/utils.c if (!(avctx->coded_width && avctx->coded_height && avctx->width && avctx->height && height 1404 libavcodec/utils.c else if (avctx->width && avctx->height) height 1405 libavcodec/utils.c ret = ff_set_dimensions(avctx, avctx->width, avctx->height); height 1410 libavcodec/utils.c if ((avctx->coded_width || avctx->coded_height || avctx->width || avctx->height) height 1412 libavcodec/utils.c || av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0)) { height 1417 libavcodec/utils.c if (avctx->width > 0 && avctx->height > 0) { height 1418 libavcodec/utils.c if (av_image_check_sar(avctx->width, avctx->height, height 1593 libavcodec/utils.c if (avctx->width <= 0 || avctx->height <= 0) { height 2110 libavcodec/utils.c if (av_image_check_size(avctx->width, avctx->height, 0, avctx)) height 2115 libavcodec/utils.c if (frame && (frame->width == 0 || frame->height == 0)) height 2265 libavcodec/utils.c avctx->height = bytestream_get_le32(&data); height 2267 libavcodec/utils.c ret = ff_set_dimensions(avctx, avctx->width, avctx->height); height 2328 libavcodec/utils.c frame->height = avci->to_free->height; height 2384 libavcodec/utils.c if (!picture->height) picture->height = avctx->height; height 3083 libavcodec/utils.c enc->width, enc->height); height 3087 libavcodec/utils.c enc->height != enc->coded_height)) height 3094 libavcodec/utils.c enc->height * enc->sample_aspect_ratio.den, height 3142 libavcodec/utils.c ", %dx%d", enc->width, enc->height); height 83 libavcodec/utvideodec.c int width, int height, height 103 libavcodec/utvideodec.c send = (height * (slice + 1) / c->slices) & cmask; height 130 libavcodec/utvideodec.c send = (height * (slice + 1) / c->slices) & cmask; height 187 libavcodec/utvideodec.c int height) height 192 libavcodec/utvideodec.c for (j = 0; j < height; j++) { height 205 libavcodec/utvideodec.c int width, int height, int slices, int rmode) height 214 libavcodec/utvideodec.c slice_start = ((slice * height) / slices) & cmask; height 215 libavcodec/utvideodec.c slice_height = ((((slice + 1) * height) / slices) & cmask) - height 261 libavcodec/utvideodec.c int width, int height, int slices, int rmode) height 271 libavcodec/utvideodec.c slice_start = ((slice * height) / slices) & cmask; height 272 libavcodec/utvideodec.c slice_height = ((((slice + 1) * height) / slices) & cmask) - height 401 libavcodec/utvideodec.c avctx->height, plane_start[i], height 409 libavcodec/utvideodec.c avctx->height, c->slices, 0); height 413 libavcodec/utvideodec.c avctx->width, avctx->height, c->slices, height 419 libavcodec/utvideodec.c avctx->width, avctx->height); height 424 libavcodec/utvideodec.c avctx->width >> !!i, avctx->height >> !!i, height 431 libavcodec/utvideodec.c avctx->width >> !!i, avctx->height >> !!i, height 436 libavcodec/utvideodec.c avctx->height >> !!i, height 445 libavcodec/utvideodec.c avctx->width >> !!i, avctx->height, height 452 libavcodec/utvideodec.c avctx->width >> !!i, avctx->height, height 456 libavcodec/utvideodec.c avctx->width >> !!i, avctx->height, height 81 libavcodec/utvideoenc.c if (avctx->width & 1 || avctx->height & 1) { height 149 libavcodec/utvideoenc.c subsampled_height = avctx->height >> av_pix_fmt_desc_get(avctx->pix_fmt)->log2_chroma_h; height 178 libavcodec/utvideoenc.c c->slice_buffer[i] = av_malloc(c->slice_stride * (avctx->height + 2) + height 240 libavcodec/utvideoenc.c int step, int stride, int width, int height) height 246 libavcodec/utvideoenc.c for (j = 0; j < height; j++) { height 274 libavcodec/utvideoenc.c int width, int height) height 280 libavcodec/utvideoenc.c for (j = 0; j < height; j++) { height 291 libavcodec/utvideoenc.c 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 429 libavcodec/utvideoenc.c send = height * (i + 1) / c->slices & cmask; height 441 libavcodec/utvideoenc.c count_usage(dst, width, height, counts); height 448 libavcodec/utvideoenc.c if (counts[symbol] == width * (int64_t)height) { height 493 libavcodec/utvideoenc.c send = height * (i + 1) / c->slices & cmask; height 500 libavcodec/utvideoenc.c width * height + 4, width, height 543 libavcodec/utvideoenc.c int width = avctx->width, height = avctx->height; height 547 libavcodec/utvideoenc.c ret = ff_alloc_packet2(avctx, pkt, (256 + 4 * c->slices + width * height) * height 557 libavcodec/utvideoenc.c av_fast_padded_malloc(&c->slice_bits, &c->slice_bits_size, width * height + 4); height 567 libavcodec/utvideoenc.c c->planes, pic->linesize[0], width, height); height 576 libavcodec/utvideoenc.c width, height, &pb); height 587 libavcodec/utvideoenc.c pic->linesize[i], i, width >> !!i, height, &pb); height 598 libavcodec/utvideoenc.c pic->linesize[i], i, width >> !!i, height >> !!i, height 88 libavcodec/v210dec.c if (avpkt->size < stride * avctx->height) { height 89 libavcodec/v210dec.c if ((((avctx->width + 23) / 24) * 24 * 8) / 3 * avctx->height == avpkt->size) { height 90 libavcodec/v210dec.c stride = avpkt->size / avctx->height; height 116 libavcodec/v210dec.c for (h = 0; h < avctx->height; h++) { height 119 libavcodec/v210enc.c ret = ff_alloc_packet(pkt, avctx->height * stride); height 130 libavcodec/v210enc.c for (h = 0; h < avctx->height; h++) { height 168 libavcodec/v210enc.c for (h = 0; h < avctx->height; h++) { 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 51 libavcodec/v308enc.c if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 3)) < 0) height 62 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 46 libavcodec/v408enc.c if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 4)) < 0) height 58 libavcodec/v408enc.c for (i = 0; i < avctx->height; i++) { height 54 libavcodec/v410dec.c if (avpkt->size < 4 * avctx->height * avctx->width) { height 69 libavcodec/v410dec.c for (i = 0; i < avctx->height; i++) { height 53 libavcodec/v410enc.c if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 4)) < 0) height 64 libavcodec/v410enc.c for (i = 0; i < avctx->height; i++) { height 218 libavcodec/vaapi.c ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); height 306 libavcodec/vaapi_h264.c ff_h264_draw_horiz_band(h, 0, h->avctx->height); height 56 libavcodec/vaapi_mpeg2.c pic_param->vertical_size = s->height; height 61 libavcodec/vaapi_mpeg4.c pic_param->vop_height = s->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 230 libavcodec/vb.c for (i = 0; i < avctx->height; i++) { height 251 libavcodec/vb.c c->frame = av_mallocz(avctx->width * avctx->height); height 252 libavcodec/vb.c c->prev_frame = av_mallocz(avctx->width * avctx->height); height 85 libavcodec/vble.c int offset, int width, int height) height 92 libavcodec/vble.c for (i = 0; i < height; i++) { height 124 libavcodec/vble.c int width_uv = avctx->width / 2, height_uv = avctx->height / 2; height 155 libavcodec/vble.c vble_restore_plane(ctx, pic, &gb, 0, offset, avctx->width, avctx->height); height 159 libavcodec/vble.c offset += avctx->width * avctx->height; height 191 libavcodec/vble.c avctx->width, avctx->height); height 53 libavcodec/vc1.c static void decode_rowskip(uint8_t* plane, int width, int height, int stride, height 58 libavcodec/vc1.c for (y = 0; y < height; y++) { height 75 libavcodec/vc1.c static void decode_colskip(uint8_t* plane, int width, int height, int stride, height 82 libavcodec/vc1.c for (y = 0; y < height; y++) height 85 libavcodec/vc1.c for (y = 0; y < height; y++) height 104 libavcodec/vc1.c int width, height, stride; height 107 libavcodec/vc1.c height = v->s.mb_height >> v->field_mode; height 120 libavcodec/vc1.c if ((height * width) & 1) { height 131 libavcodec/vc1.c for (; y < height * width; y += 2) { height 149 libavcodec/vc1.c if (!(height % 3) && (width % 3)) { // use 2x3 decoding height 150 libavcodec/vc1.c for (y = 0; y < height; y += 3) { height 167 libavcodec/vc1.c decode_colskip(data, 1, height, stride, &v->s.gb); height 169 libavcodec/vc1.c planep += (height & 1) * stride; height 170 libavcodec/vc1.c for (y = height & 1; y < height; y += 2) { height 188 libavcodec/vc1.c decode_colskip(data, x, height, stride, &v->s.gb); height 189 libavcodec/vc1.c if (height & 1) height 194 libavcodec/vc1.c decode_rowskip(data, width, height, stride, &v->s.gb); height 197 libavcodec/vc1.c decode_colskip(data, width, height, stride, &v->s.gb); height 209 libavcodec/vc1.c for (y = 1; y < height; y++) { height 219 libavcodec/vc1.c for (x = 0; x < stride * height; x++) height 462 libavcodec/vc1.c v->s.avctx->height * w, height 881 libavcodec/vc1.c av_assert0( v->s.mb_height == v->s.height + 15 >> 4 height 882 libavcodec/vc1.c || v->s.mb_height == FFALIGN(v->s.height + 15 >> 4, 2)); height 884 libavcodec/vc1.c v->s.mb_height = FFALIGN(v->s.height + 15 >> 4, 2); height 891 libavcodec/vc1.c v->s.mb_height = v->s.height + 15 >> 4; height 371 libavcodec/vc1_mc.c int height = s->avctx->coded_height >> 1; height 385 libavcodec/vc1_mc.c else if (qy > height + 1) height 386 libavcodec/vc1_mc.c my -= 8 * (qy - height - 1); height 426 libavcodec/vc1dec.c v->output_height = avctx->height; height 553 libavcodec/vc1dec.c avctx->coded_height = avctx->height = v->output_height; height 765 libavcodec/vc1dec.c avctx->height = avctx->coded_height = v->sprite_height; height 774 libavcodec/vc1dec.c s->height != avctx->coded_height)) { height 1019 libavcodec/vc1dec.c avctx->height = avctx->coded_height = v->output_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 104 libavcodec/vda.h int height; height 182 libavcodec/vda_h264.c CFNumberRef height; height 219 libavcodec/vda_h264.c height = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &vda_ctx->height); height 223 libavcodec/vda_h264.c CFDictionarySetValue(config_info, kVDADecoderConfiguration_Height, height); height 252 libavcodec/vda_h264.c CFRelease(height); height 410 libavcodec/vda_h264.c CFNumberRef height; height 448 libavcodec/vda_h264.c height = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &avctx->height); height 451 libavcodec/vda_h264.c CFDictionarySetValue(config_info, kVDADecoderConfiguration_Height, height); height 482 libavcodec/vda_h264.c CFRelease(height); height 512 libavcodec/vda_h264.c frame->height = avctx->height; height 198 libavcodec/vda_h264_dec.c vda_ctx->height = avctx->height; 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 128 libavcodec/vdpau.c uint32_t height; height 131 libavcodec/vdpau.c vdctx->height = UINT32_MAX; height 155 libavcodec/vdpau.c if (av_vdpau_get_surface_parameters(avctx, &type, &width, &height)) height 175 libavcodec/vdpau.c max_width < width || max_height < height) height 201 libavcodec/vdpau.c max_width < width || max_height < height) height 218 libavcodec/vdpau.c status = create(vdctx->device, profile, width, height, avctx->refs, height 222 libavcodec/vdpau.c vdctx->height = avctx->coded_height; height 237 libavcodec/vdpau.c if (vdctx->width == UINT32_MAX && vdctx->height == UINT32_MAX) height 259 libavcodec/vdpau.c avctx->coded_height == vdctx->height && !hwctx->reset) height 334 libavcodec/vdpau.c ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); height 503 libavcodec/vdpau.c ff_h264_draw_horiz_band(h, 0, h->avctx->height); height 562 libavcodec/vdpau.c ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); height 633 libavcodec/vdpau.c ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); height 690 libavcodec/vdpau.c ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); height 190 libavcodec/vdpau.h uint32_t *width, uint32_t *height); height 209 libavcodec/vdpau_h264.c ff_h264_draw_horiz_band(h, 0, h->avctx->height); height 89 libavcodec/vdpau_internal.h uint32_t height; 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 344 libavcodec/vmnc.c if (c->height < c->cur_y + h) height 345 libavcodec/vmnc.c h = c->height - c->cur_y; height 454 libavcodec/vmnc.c if ((dx + w > c->width) || (dy + h > c->height)) { height 457 libavcodec/vmnc.c w, h, dx, dy, c->width, c->height); height 470 libavcodec/vmnc.c if ((dx + w > c->width) || (dy + h > c->height)) { height 473 libavcodec/vmnc.c w, h, dx, dy, c->width, c->height); height 492 libavcodec/vmnc.c if (c->height < c->cur_y + h) height 493 libavcodec/vmnc.c h = c->height - c->cur_y; height 529 libavcodec/vmnc.c c->height = avctx->height; height 136 libavcodec/vp3.c int width, height; height 1313 libavcodec/vp3.c int height = s->fragment_height[!!plane]; height 1355 libavcodec/vp3.c if ((y < height - 1) && height 1424 libavcodec/vp3.c int y_flipped = s->flipped_image ? s->height - y : y; height 1430 libavcodec/vp3.c y_flipped == s->height ? INT_MAX height 1443 libavcodec/vp3.c y = s->height - y - h; height 1504 libavcodec/vp3.c int plane_height = s->height >> (plane && s->chroma_y_shift); height 1659 libavcodec/vp3.c s->height - 16)); height 1737 libavcodec/vp3.c s->height = FFALIGN(avctx->coded_height, 16); height 1760 libavcodec/vp3.c s->y_superblock_height = (s->height + 31) / 32; height 1765 libavcodec/vp3.c c_height = s->height >> s->chroma_y_shift; height 1775 libavcodec/vp3.c s->macroblock_height = (s->height + 15) / 16; height 1779 libavcodec/vp3.c s->fragment_height[0] = s->height / FRAGMENT_PIXELS; height 1943 libavcodec/vp3.c s->width != s1->width || s->height != s1->height) { height 2142 libavcodec/vp3.c int height = s->height >> (i && s->chroma_y_shift); height 2146 libavcodec/vp3.c s->data_offset[i] = (height - 1) * s->current_frame.f->linesize[i]; height 2155 libavcodec/vp3.c int row = (s->height >> (3 + (i && s->chroma_y_shift))) - 1; height 2158 libavcodec/vp3.c vp3_draw_horiz_band(s, s->height); height 2266 libavcodec/vp3.c s->height = get_bits(gb, 16) << 4; height 2279 libavcodec/vp3.c visible_height + offset_y > s->height) { height 2283 libavcodec/vp3.c s->width, s->height); height 2324 libavcodec/vp3.c ret = ff_set_dimensions(avctx, s->width, s->height); height 2329 libavcodec/vp3.c avctx->height = visible_height; height 2333 libavcodec/vp3.c s->offset_y = s->height - visible_height - offset_y; height 552 libavcodec/vp56.c int bak_h = avctx->height; height 563 libavcodec/vp56.c avctx->height = bak_h; height 89 libavcodec/vp6.c FFALIGN(s->avctx->height, 16) == 16 * rows) { height 102 libavcodec/vp6.c s->avctx->height -= s->avctx->extradata[0] & 0x0F; height 149 libavcodec/vp8.c int update_dimensions(VP8Context *s, int width, int height, int is_vp7) height 154 libavcodec/vp8.c if (width != s->avctx->width || ((width+15)/16 != s->mb_width || (height+15)/16 != s->mb_height) && s->macroblocks_base || height 155 libavcodec/vp8.c height != s->avctx->height) { height 158 libavcodec/vp8.c ret = ff_set_dimensions(s->avctx, width, height); height 203 libavcodec/vp8.c static int vp7_update_dimensions(VP8Context *s, int width, int height) height 205 libavcodec/vp8.c return update_dimensions(s, width, height, IS_VP7); height 208 libavcodec/vp8.c static int vp8_update_dimensions(VP8Context *s, int width, int height) height 210 libavcodec/vp8.c return update_dimensions(s, width, height, IS_VP8); height 425 libavcodec/vp8.c static void copy_chroma(AVFrame *dst, AVFrame *src, int width, int height) height 430 libavcodec/vp8.c for (i = 0; i < height / 2; i++) height 438 libavcodec/vp8.c int width, int height, height 442 libavcodec/vp8.c for (j = 0; j < height; j++) { height 458 libavcodec/vp8.c int height = s->mb_height * 16; height 478 libavcodec/vp8.c copy_chroma(dst, src, width, height); height 483 libavcodec/vp8.c width, height, alpha, beta); height 494 libavcodec/vp8.c int height = s->avctx->height; height 523 libavcodec/vp8.c height = vp8_rac_get_uint(c, 12); height 571 libavcodec/vp8.c width != s->avctx->width || height != s->avctx->height || height 572 libavcodec/vp8.c (width + 15) / 16 != s->mb_width || (height + 15) / 16 != s->mb_height) { height 573 libavcodec/vp8.c if ((ret = vp7_update_dimensions(s, width, height)) < 0) height 640 libavcodec/vp8.c int height = s->avctx->height; height 671 libavcodec/vp8.c height = AV_RL16(buf + 5) & 0x3fff; height 722 libavcodec/vp8.c width != s->avctx->width || height != s->avctx->height || height 723 libavcodec/vp8.c (width+15)/16 != s->mb_width || (height+15)/16 != s->mb_height) height 724 libavcodec/vp8.c if ((ret = vp8_update_dimensions(s, width, height)) < 0) height 1716 libavcodec/vp8.c int width, int height, ptrdiff_t linesize, height 1734 libavcodec/vp8.c y_off < my_idx || y_off >= height - block_h - subpel_idx[2][my]) { height 1741 libavcodec/vp8.c width, height); height 1774 libavcodec/vp8.c int width, int height, ptrdiff_t linesize, height 1791 libavcodec/vp8.c y_off < my_idx || y_off >= height - block_h - subpel_idx[2][my]) { height 1797 libavcodec/vp8.c x_off - mx_idx, y_off - my_idx, width, height); height 1806 libavcodec/vp8.c x_off - mx_idx, y_off - my_idx, width, height); height 1824 libavcodec/vp8.c int width, int height, VP56mv *mv) height 1831 libavcodec/vp8.c block_w, block_h, width, height, s->linesize, height 1846 libavcodec/vp8.c height >>= 1; height 1852 libavcodec/vp8.c block_w, block_h, width, height, s->uvlinesize, height 1886 libavcodec/vp8.c int width = 16 * s->mb_width, height = 16 * s->mb_height; height 1893 libavcodec/vp8.c 0, 0, 16, 16, width, height, &mb->mv); height 1905 libavcodec/vp8.c width, height, s->linesize, height 1914 libavcodec/vp8.c height >>= 1; height 1934 libavcodec/vp8.c width, height, s->uvlinesize, height 1942 libavcodec/vp8.c 0, 0, 16, 8, width, height, &bmv[0]); height 1944 libavcodec/vp8.c 0, 8, 16, 8, width, height, &bmv[1]); height 1948 libavcodec/vp8.c 0, 0, 8, 16, width, height, &bmv[0]); height 1950 libavcodec/vp8.c 8, 0, 8, 16, width, height, &bmv[1]); height 1954 libavcodec/vp8.c 0, 0, 8, 8, width, height, &bmv[0]); height 1956 libavcodec/vp8.c 8, 0, 8, 8, width, height, &bmv[1]); height 1958 libavcodec/vp8.c 0, 8, 8, 8, width, height, &bmv[2]); height 1960 libavcodec/vp8.c 8, 8, 8, 8, width, height, &bmv[3]); height 320 libavcodec/vp9.c if (s->intra_pred_data[0] && w == ctx->width && h == ctx->height) height 324 libavcodec/vp9.c ctx->height = h; height 547 libavcodec/vp9.c h = s->refs[s->refidx[0]].f->height; height 550 libavcodec/vp9.c h = s->refs[s->refidx[1]].f->height; height 553 libavcodec/vp9.c h = s->refs[s->refidx[2]].f->height; height 562 libavcodec/vp9.c s->frames[CUR_FRAME].tf.f->height == h; height 634 libavcodec/vp9.c h != s->frames[CUR_FRAME].tf.f->height)) { height 2627 libavcodec/vp9.c int w1 = ref1->width, h1 = ref1->height, w2, h2; height 2634 libavcodec/vp9.c h2 = ref2->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 = av_image_check_size(s->width, s->height, 0, avctx)) < 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 482 libavcodec/vqavideo.c for (y = 0; y < s->height; y += s->vector_height) { height 201 libavcodec/webp.c int height; /* image height */ height 471 libavcodec/webp.c PARSE_BLOCK_SIZE(width, s->height); height 483 libavcodec/webp.c for (y = 0; y < img->frame->height; y++) { height 500 libavcodec/webp.c PARSE_BLOCK_SIZE(s->width, s->height); height 516 libavcodec/webp.c PARSE_BLOCK_SIZE(s->width, s->height); height 604 libavcodec/webp.c img->frame->height = h; height 664 libavcodec/webp.c while (y < img->frame->height) { height 758 libavcodec/webp.c if (y == img->frame->height || ref_y == img->frame->height) height 961 libavcodec/webp.c for (y = 0; y < img->frame->height; y++) { height 1001 libavcodec/webp.c for (y = 0; y < img->frame->height; y++) { height 1021 libavcodec/webp.c for (y = 0; y < img->frame->height; y++) { height 1050 libavcodec/webp.c for (y = 0; y < img->frame->height; y++) { height 1070 libavcodec/webp.c if (img->frame->height * img->frame->width > 300) { height 1077 libavcodec/webp.c for (y = 0; y < img->frame->height; y++) { height 1085 libavcodec/webp.c for (y = 0; y < img->frame->height; y++) { height 1131 libavcodec/webp.c if (s->height && s->height != h) { height 1135 libavcodec/webp.c s->height = h; height 1137 libavcodec/webp.c ret = ff_set_dimensions(avctx, s->width, s->height); height 1148 libavcodec/webp.c if (!s->width || !s->height) height 1151 libavcodec/webp.c h = s->height; height 1237 libavcodec/webp.c for (y = 1; y < frame->height; y++, dec += ls) height 1243 libavcodec/webp.c for (y = 1; y < frame->height; y++) { height 1250 libavcodec/webp.c for (y = 1; y < frame->height; y++) { height 1257 libavcodec/webp.c for (y = 1; y < frame->height; y++) { height 1277 libavcodec/webp.c for (y = 0; y < s->height; y++) height 1300 libavcodec/webp.c for (y = 0; y < s->height; y++) { height 1366 libavcodec/webp.c s->height = 0; height 1427 libavcodec/webp.c s->height = bytestream2_get_le24(&gb) + 1; height 1428 libavcodec/webp.c ret = av_image_check_size(s->width, s->height, 0, avctx); height 117 libavcodec/wmv2.c src_y = av_clip(src_y, -16, s->height); height 121 libavcodec/wmv2.c if (src_y <= -16 || src_y >= s->height) height 159 libavcodec/wmv2.c src_y = av_clip(src_y, -8, s->height >> 1); height 160 libavcodec/wmv2.c if (src_y == (s->height >> 1)) height 116 libavcodec/wnv1.c for (j = 0; j < avctx->height; j++) { height 25 libavcodec/x86/diracdsp_mmx.c void ff_put_rect_clamped_mmx(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height); height 26 libavcodec/x86/diracdsp_mmx.c void ff_put_rect_clamped_sse2(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height); height 27 libavcodec/x86/diracdsp_mmx.c void ff_put_signed_rect_clamped_mmx(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height); height 28 libavcodec/x86/diracdsp_mmx.c void ff_put_signed_rect_clamped_sse2(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height); height 35 libavcodec/x86/diracdsp_mmx.c const uint8_t *src, int stride, int width, int height) \ height 37 libavcodec/x86/diracdsp_mmx.c while( height-- ) \ height 159 libavcodec/x86/h264dsp_init.c int height, int log2_denom, \ height 164 libavcodec/x86/h264dsp_init.c int stride, int height, \ height 185 libavcodec/x86/h264dsp_init.c int height, \ height 194 libavcodec/x86/h264dsp_init.c int height, \ height 44 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_ ## name ## _ ## D ## _##opt(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); \ height 45 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); \ height 46 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width); \ height 47 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_w_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width); \ height 48 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_w_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, int denom, int wx0, int wx1, int ox0, int ox1, intptr_t mx, intptr_t my, int width) height 77 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_w##width##_##bitd##_##opt(uint8_t *dst, ptrdiff_t dststride, int16_t *_src, int height, int denom, int _wx, int _ox); \ height 78 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_w##width##_##bitd##_##opt(uint8_t *dst, ptrdiff_t dststride, int16_t *_src, int16_t *_src2, int height, int denom, int _wx0, int _wx1, int _ox0, int _ox1) height 100 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels16_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 101 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels24_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 102 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels32_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 103 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels48_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 104 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels64_8_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 106 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels16_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 107 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels24_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 108 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels32_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 109 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels48_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 110 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_pel_pixels64_10_avx2(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 114 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels32_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 115 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels48_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 116 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels64_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); height 117 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels96_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); //used for 10bit height 118 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_uni_pel_pixels128_8_avx2(uint8_t *dst, ptrdiff_t dststride,uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width);//used for 10bit height 121 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels16_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); height 122 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels24_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); height 123 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels32_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); height 124 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels48_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); height 125 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels64_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); height 127 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels16_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); height 128 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels24_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); height 129 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels32_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); height 130 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels48_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); height 131 libavcodec/x86/hevcdsp.h void ff_hevc_put_hevc_bi_pel_pixels64_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); height 76 libavcodec/x86/hevcdsp_init.c uint8_t *_src, ptrdiff_t _srcstride, int height, \ height 85 libavcodec/x86/hevcdsp_init.c ff_hevc_put_hevc_##name##step##_##bitd##_##opt(dst, src, _srcstride, height, mx, my, width); \ height 90 libavcodec/x86/hevcdsp_init.c uint8_t *_src, ptrdiff_t _srcstride, int height, \ height 100 libavcodec/x86/hevcdsp_init.c height, mx, my, width); \ height 106 libavcodec/x86/hevcdsp_init.c int height, intptr_t mx, intptr_t my, int width) \ height 117 libavcodec/x86/hevcdsp_init.c height, mx, my, width); \ height 128 libavcodec/x86/hevcdsp_init.c uint8_t *src, ptrdiff_t _srcstride, int height, \ height 131 libavcodec/x86/hevcdsp_init.c ff_hevc_put_hevc_##name##step1##_##bitd##_##opt(dst, src, _srcstride, height, mx, my, width); \ height 133 libavcodec/x86/hevcdsp_init.c _srcstride, height, mx, my, width); \ height 137 libavcodec/x86/hevcdsp_init.c uint8_t *src, ptrdiff_t _srcstride, int height, \ height 140 libavcodec/x86/hevcdsp_init.c ff_hevc_put_hevc_uni_##name##step1##_##bitd##_##opt(dst, dststride, src, _srcstride, height, mx, my, width);\ height 143 libavcodec/x86/hevcdsp_init.c height, mx, my, width); \ height 148 libavcodec/x86/hevcdsp_init.c int height, intptr_t mx, intptr_t my, int width) \ height 150 libavcodec/x86/hevcdsp_init.c ff_hevc_put_hevc_bi_##name##step1##_##bitd##_##opt(dst, dststride, src, _srcstride, src2, height, mx, my, width);\ height 153 libavcodec/x86/hevcdsp_init.c src2 + step1, height, mx, my, width); \ height 170 libavcodec/x86/hevcdsp_init.c int height, intptr_t mx, intptr_t my, int width) \ height 173 libavcodec/x86/hevcdsp_init.c ff_hevc_put_hevc_##name##width2##_10_##opt1(dst, src, _srcstride, height, mx, my, width); \ height 174 libavcodec/x86/hevcdsp_init.c ff_hevc_put_hevc_##name##width3##_10_##opt2(dst+ width2, src+ width4, _srcstride, height, mx, my, width); \ height 180 libavcodec/x86/hevcdsp_init.c int height, intptr_t mx, intptr_t my, int width) \ height 183 libavcodec/x86/hevcdsp_init.c height, mx, my, width); \ height 185 libavcodec/x86/hevcdsp_init.c height, mx, my, width); \ height 190 libavcodec/x86/hevcdsp_init.c uint8_t *src, ptrdiff_t _srcstride, int height, \ height 194 libavcodec/x86/hevcdsp_init.c height, mx, my, width); \ height 196 libavcodec/x86/hevcdsp_init.c height, mx, my, width); \ height 206 libavcodec/x86/hevcdsp_init.c int height, intptr_t mx, intptr_t my, int width) \ height 209 libavcodec/x86/hevcdsp_init.c ff_hevc_put_hevc_##name##width2##_8_##opt1(dst, src, _srcstride, height, mx, my, width); \ height 210 libavcodec/x86/hevcdsp_init.c ff_hevc_put_hevc_##name##width3##_8_##opt2(dst+ width2, src+ width2, _srcstride, height, mx, my, width); \ height 216 libavcodec/x86/hevcdsp_init.c int height, intptr_t mx, intptr_t my, int width) \ height 219 libavcodec/x86/hevcdsp_init.c src2, height, mx, my, width); \ height 221 libavcodec/x86/hevcdsp_init.c src2+width2, height, mx, my, width); \ height 226 libavcodec/x86/hevcdsp_init.c uint8_t *src, ptrdiff_t _srcstride, int height, \ height 230 libavcodec/x86/hevcdsp_init.c height, mx, my, width); \ height 232 libavcodec/x86/hevcdsp_init.c height, mx, my, width); \ height 431 libavcodec/x86/hevcdsp_init.c int height, int denom, int _wx, int _ox) \ height 440 libavcodec/x86/hevcdsp_init.c height, denom, _wx, _ox); \ height 467 libavcodec/x86/hevcdsp_init.c int16_t *_src2, int height, \ height 479 libavcodec/x86/hevcdsp_init.c height, denom, _wx0, _wx1, _ox0, _ox1); \ height 507 libavcodec/x86/hevcdsp_init.c int height, int denom, \ height 512 libavcodec/x86/hevcdsp_init.c ff_hevc_put_hevc_##name##W##_##bitd##_##opt(temp, _src, _srcstride, height, mx, my, width); \ height 513 libavcodec/x86/hevcdsp_init.c ff_hevc_put_hevc_uni_w##W##_##bitd##_##opt(_dst, _dststride, temp, height, denom, _wx, _ox);\ height 566 libavcodec/x86/hevcdsp_init.c int height, int denom, \ height 571 libavcodec/x86/hevcdsp_init.c ff_hevc_put_hevc_##name##W##_##bitd##_##opt(temp, _src, _srcstride, height, mx, my, width); \ height 573 libavcodec/x86/hevcdsp_init.c height, denom, _wx0, _wx1, _ox0, _ox1); \ height 625 libavcodec/x86/hevcdsp_init.c int16_t *sao_offset_val, int sao_left_class, int width, int height); \ height 627 libavcodec/x86/hevcdsp_init.c int16_t *sao_offset_val, int sao_left_class, int width, int height); \ height 629 libavcodec/x86/hevcdsp_init.c int16_t *sao_offset_val, int sao_left_class, int width, int height); \ height 631 libavcodec/x86/hevcdsp_init.c int16_t *sao_offset_val, int sao_left_class, int width, int height); \ height 633 libavcodec/x86/hevcdsp_init.c int16_t *sao_offset_val, int sao_left_class, int width, int height) height 655 libavcodec/x86/hevcdsp_init.c int eo, int width, int height); \ height 657 libavcodec/x86/hevcdsp_init.c int eo, int width, int height); \ height 659 libavcodec/x86/hevcdsp_init.c int eo, int width, int height); \ height 661 libavcodec/x86/hevcdsp_init.c int eo, int width, int height); \ height 663 libavcodec/x86/hevcdsp_init.c int eo, int width, int height); \ height 32 libavcodec/x86/mpegvideodsp.c int shift, int r, int width, int height) height 57 libavcodec/x86/mpegvideodsp.c (unsigned) iy >= 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 37 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 40 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 43 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 46 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 50 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 53 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 56 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 59 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 63 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 66 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 69 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 72 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 75 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 78 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 81 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 84 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 88 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 91 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 94 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 97 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 101 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 104 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 107 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 110 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 115 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 118 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 121 libavcodec/x86/vp8dsp_init.c int height, int mx, int my); height 126 libavcodec/x86/vp8dsp_init.c ptrdiff_t srcstride, int height, int mx, int my) \ height 129 libavcodec/x86/vp8dsp_init.c dst, dststride, src, srcstride, height, mx, my); \ height 131 libavcodec/x86/vp8dsp_init.c dst + 8, dststride, src + 8, srcstride, height, mx, my); \ height 136 libavcodec/x86/vp8dsp_init.c ptrdiff_t srcstride, int height, int mx, int my) \ height 139 libavcodec/x86/vp8dsp_init.c dst, dststride, src, srcstride, height, mx, my); \ height 141 libavcodec/x86/vp8dsp_init.c dst + 4, dststride, src + 4, srcstride, height, mx, my); \ height 170 libavcodec/x86/vp8dsp_init.c ptrdiff_t srcstride, int height, int mx, int my) \ height 176 libavcodec/x86/vp8dsp_init.c tmp, SIZE, src, srcstride, height + TAPNUMY - 1, mx, my); \ height 178 libavcodec/x86/vp8dsp_init.c dst, dststride, tmpptr, SIZE, height, mx, my); \ height 215 libavcodec/x86/vp8dsp_init.c ptrdiff_t srcstride, int height, int mx, int my) \ height 219 libavcodec/x86/vp8dsp_init.c tmp, SIZE, src, srcstride, height + 1, mx, my); \ height 221 libavcodec/x86/vp8dsp_init.c dst, dststride, tmp, SIZE, height, mx, my); \ height 96 libavcodec/xan.c s->buffer1_size = avctx->width * avctx->height; height 100 libavcodec/xan.c s->buffer2_size = avctx->width * avctx->height; height 250 libavcodec/xan.c if (y + motion_y < 0 || y + motion_y >= s->avctx->height || height 300 libavcodec/xan.c int height = s->avctx->height; height 301 libavcodec/xan.c int total_pixels = width * height; height 617 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 158 libavcodec/xfaceenc.c if (avctx->width || avctx->height) { height 159 libavcodec/xfaceenc.c if (avctx->width != XFACE_WIDTH || avctx->height != XFACE_HEIGHT) { height 162 libavcodec/xfaceenc.c avctx->width, avctx->height, XFACE_WIDTH, XFACE_HEIGHT); height 167 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 121 libavcodec/xsubenc.c uint16_t width, height; height 163 libavcodec/xsubenc.c height = FFALIGN(h->rects[0]->h, 2); height 166 libavcodec/xsubenc.c bytestream_put_le16(&hdr, height); height 170 libavcodec/xsubenc.c bytestream_put_le16(&hdr, h->rects[0]->y + height -1); height 64 libavcodec/xwddec.c avctx->height = bytestream2_get_be32u(&gb); height 135 libavcodec/xwddec.c if ((ret = av_image_check_size(avctx->width, avctx->height, 0, NULL)) < 0) height 144 libavcodec/xwddec.c if (bytestream2_get_bytes_left(&gb) < ncolors * XWD_CMAP_SIZE + avctx->height * lsize) { height 235 libavcodec/xwddec.c for (i = 0; i < avctx->height; i++) { height 147 libavcodec/xwdenc.c out_size = header_size + ncolors * XWD_CMAP_SIZE + avctx->height * lsize; height 161 libavcodec/xwdenc.c bytestream_put_be32(&buf, avctx->height); // pixmap height in pixels height 177 libavcodec/xwdenc.c bytestream_put_be32(&buf, avctx->height); // window height height 201 libavcodec/xwdenc.c for (i = 0; i < avctx->height; i++) { height 61 libavcodec/xxan.c if (avctx->height < 8) { height 62 libavcodec/xxan.c av_log(avctx, AV_LOG_ERROR, "Invalid frame height: %d.\n", avctx->height); height 70 libavcodec/xxan.c s->buffer_size = avctx->width * avctx->height; height 225 libavcodec/xxan.c for (j = 0; j < avctx->height >> 1; j++) { height 243 libavcodec/xxan.c if (avctx->height & 1) { height 251 libavcodec/xxan.c for (j = 0; j < avctx->height >> 2; j++) { height 271 libavcodec/xxan.c if (avctx->height & 3) { height 272 libavcodec/xxan.c int lines = ((avctx->height + 1) >> 1) - (avctx->height >> 2) * 2; height 321 libavcodec/xxan.c for (i = 1; i < avctx->height; i++) { height 351 libavcodec/xxan.c for (j = 0; j < avctx->height; j++) { height 381 libavcodec/xxan.c for (i = 0; i < avctx->height; i++) { height 396 libavcodec/xxan.c for (j = 0; j < avctx->height; j++) { height 46 libavcodec/y41pdec.c if (avpkt->size < 1.5 * avctx->height * avctx->width) { height 57 libavcodec/y41pdec.c for (i = avctx->height - 1; i >= 0 ; i--) { height 51 libavcodec/y41penc.c if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 1.5)) < 0) height 58 libavcodec/y41penc.c for (i = avctx->height - 1; i >= 0; i--) { height 96 libavcodec/yop.c if (avctx->width & 1 || avctx->height & 1 || height 97 libavcodec/yop.c av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { height 235 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 45 libavcodec/yuv4enc.c if ((ret = ff_alloc_packet2(avctx, pkt, 6 * (avctx->width + 1 >> 1) * (avctx->height + 1 >> 1))) < 0) height 56 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 64 libavcodec/zmbv.c int width, height; height 103 libavcodec/zmbv.c for (y = 0; y < c->height; y += c->bh) { height 104 libavcodec/zmbv.c bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); height 121 libavcodec/zmbv.c if (my + j < 0 || my + j >= c->height) { height 175 libavcodec/zmbv.c for (y = 0; y < c->height; y += c->bh) { height 176 libavcodec/zmbv.c bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); height 193 libavcodec/zmbv.c if (my + j < 0 || my + j >= c->height) { height 252 libavcodec/zmbv.c for (y = 0; y < c->height; y += c->bh) { height 253 libavcodec/zmbv.c bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); height 270 libavcodec/zmbv.c if (my + j < 0 || my + j >= c->height) { height 333 libavcodec/zmbv.c for (y = 0; y < c->height; y += c->bh) { height 334 libavcodec/zmbv.c bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); height 351 libavcodec/zmbv.c if (my + j < 0 || my + j >= c->height) { height 398 libavcodec/zmbv.c memcpy(c->cur, src, c->width * c->height * (c->bpp / 8)); height 497 libavcodec/zmbv.c c->cur = av_realloc_f(c->cur, avctx->width * avctx->height, (c->bpp / 8)); height 498 libavcodec/zmbv.c c->prev = av_realloc_f(c->prev, avctx->width * avctx->height, (c->bpp / 8)); height 500 libavcodec/zmbv.c c->by = (c->height+ c->bh - 1) / c->bh; height 503 libavcodec/zmbv.c memset(c->cur, 0, avctx->width * avctx->height * (c->bpp / 8)); height 504 libavcodec/zmbv.c memset(c->prev, 0, avctx->width * avctx->height * (c->bpp / 8)); height 564 libavcodec/zmbv.c c->stride, c->height); height 585 libavcodec/zmbv.c c->height = avctx->height; height 592 libavcodec/zmbv.c c->decomp_size = (avctx->width + 255) * 4 * (avctx->height + 64); height 99 libavcodec/zmbvenc.c bh = FFMIN(ZMBV_BLOCK, c->avctx->height - y); height 102 libavcodec/zmbvenc.c for(ty = FFMAX(y - c->range, 0); ty < FFMIN(y + c->range, c->avctx->height - bh); ty++){ height 163 libavcodec/zmbvenc.c for(i = 0; i < avctx->height; i++){ height 175 libavcodec/zmbvenc.c bh = (avctx->height + ZMBV_BLOCK - 1) / ZMBV_BLOCK; height 180 libavcodec/zmbvenc.c for(y = 0; y < avctx->height; y += ZMBV_BLOCK) { height 181 libavcodec/zmbvenc.c bh2 = FFMIN(avctx->height - y, ZMBV_BLOCK); height 208 libavcodec/zmbvenc.c for(i = 0; i < avctx->height; i++){ height 297 libavcodec/zmbvenc.c c->comp_size = avctx->width * avctx->height + 1024 + height 298 libavcodec/zmbvenc.c ((avctx->width + ZMBV_BLOCK - 1) / ZMBV_BLOCK) * ((avctx->height + ZMBV_BLOCK - 1) / ZMBV_BLOCK) * 2 + 4; height 313 libavcodec/zmbvenc.c if (!(c->prev = av_malloc(c->pstride * avctx->height))) { height 112 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 153 libavdevice/bktr.c geo.rows = height; height 168 libavdevice/bktr.c if (height <= h_max / 2) height 193 libavdevice/bktr.c video_buf_size = width * height * 12 / 8; height 293 libavdevice/bktr.c st->codec->height = s->height; height 298 libavdevice/bktr.c if (bktr_init(s1->filename, s->width, s->height, s->standard, height 144 libavdevice/caca.c c->dither = caca_create_dither(bpp, encctx->width, encctx->height, height 102 libavdevice/decklink_common.cpp int width, int height, height 138 libavdevice/decklink_common.cpp if ((bmd_width == width && bmd_height == height && height 93 libavdevice/decklink_common.h int ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, decklink_direction_t direction = DIRECTION_OUT, int num = 0); height 241 libavdevice/decklink_dec.cpp int height = videoFrame->GetHeight(); height 244 libavdevice/decklink_dec.cpp for (int y = 0; y < height; y++) { height 472 libavdevice/decklink_dec.cpp st->codec->height = ctx->bmd_height; height 42 libavdevice/decklink_enc.cpp long height, void *buffer) : height 44 libavdevice/decklink_enc.cpp _height(height), _buffer(buffer), _refs(0) { } height 107 libavdevice/decklink_enc.cpp if (ff_decklink_set_format(avctx, c->width, c->height, height 229 libavdevice/decklink_enc.cpp tmp->height = ctx->bmd_height; height 237 libavdevice/decklink_enc.cpp tmp->height); height 871 libavdevice/dshow.c codec->height = bih->biHeight; 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->codec->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 = codec_ctx->height; height 52 libavdevice/gdigrab.c int height; /**< Height of the grab frame (private option) */ height 276 libavdevice/gdigrab.c if (!gdigrab->width || !gdigrab->height) { height 285 libavdevice/gdigrab.c clip_rect.bottom = gdigrab->height + gdigrab->offset_y; height 317 libavdevice/lavfi.c st->codec->height = link->h; height 432 libavdevice/lavfi.c size = avpicture_get_size(frame->format, frame->width, frame->height); height 439 libavdevice/lavfi.c avpicture_layout(&pict, frame->format, frame->width, frame->height, height 73 libavdevice/libdc1394.c int height; height 128 libavdevice/libdc1394.c int width, height; height 138 libavdevice/libdc1394.c if ((ret = av_parse_video_size(&width, &height, dc1394->video_size)) < 0) { height 149 libavdevice/libdc1394.c if (fmt->pix_fmt == pix_fmt && fmt->width == width && fmt->height == height) height 158 libavdevice/libdc1394.c width, height, dc1394->frame_rate); height 175 libavdevice/libdc1394.c vst->codec->height = fmt->height; height 180 libavdevice/libdc1394.c dc1394->packet.size = avpicture_get_size(fmt->pix_fmt, fmt->width, fmt->height); height 221 libavdevice/opengl_enc.c int height; ///< Stream height height 308 libavdevice/opengl_enc.c static int opengl_resize(AVFormatContext *h, int width, int height) height 313 libavdevice/opengl_enc.c opengl->window_height = height; height 335 libavdevice/opengl_enc.c return opengl_resize(h, message->width, message->height); height 345 libavdevice/opengl_enc.c static int opengl_sdl_recreate_window(OpenGLContext *opengl, int width, int height) height 347 libavdevice/opengl_enc.c opengl->surface = SDL_SetVideoMode(width, height, height 393 libavdevice/opengl_enc.c message.height = opengl->surface->h; height 416 libavdevice/opengl_enc.c message.height = opengl->surface->h; height 685 libavdevice/opengl_enc.c dar = av_mul_q(sar, (AVRational){ encctx->width, encctx->height }); height 851 libavdevice/opengl_enc.c GLsizei width, GLsizei height) height 855 libavdevice/opengl_enc.c opengl_get_texture_size(opengl, width, height, &new_width, &new_height); height 895 libavdevice/opengl_enc.c opengl_get_texture_size(opengl, opengl->width, opengl->height, &tex_w, &tex_h); height 900 libavdevice/opengl_enc.c opengl->vertex[1].t0 = (float)opengl->height / (float)tex_h; height 902 libavdevice/opengl_enc.c opengl->vertex[2].t0 = (float)opengl->height / (float)tex_h; height 959 libavdevice/opengl_enc.c message.height = opengl->window_height; height 1021 libavdevice/opengl_enc.c opengl_configure_texture(opengl, opengl->texture_name[0], opengl->width, opengl->height); height 1036 libavdevice/opengl_enc.c FF_CEIL_RSHIFT(opengl->height, desc->log2_chroma_h)); height 1038 libavdevice/opengl_enc.c opengl_configure_texture(opengl, opengl->texture_name[i], opengl->width, opengl->height); height 1040 libavdevice/opengl_enc.c opengl_configure_texture(opengl, opengl->texture_name[3], opengl->width, opengl->height); height 1075 libavdevice/opengl_enc.c opengl->height = st->codec->height; height 1080 libavdevice/opengl_enc.c opengl->window_height = opengl->height; height 1091 libavdevice/opengl_enc.c if (opengl->width > opengl->max_texture_size || opengl->height > opengl->max_texture_size) { height 1093 libavdevice/opengl_enc.c opengl->width, opengl->height, opengl->max_texture_size, opengl->max_texture_size); height 1139 libavdevice/opengl_enc.c int height_chroma = FF_CEIL_RSHIFT(opengl->height, desc->log2_chroma_h); height 1146 libavdevice/opengl_enc.c data += opengl->width * opengl->height * wordsize; height 1149 libavdevice/opengl_enc.c data += opengl->width * opengl->height * wordsize; height 1153 libavdevice/opengl_enc.c data += opengl->width * opengl->height * wordsize; height 1165 libavdevice/opengl_enc.c int height = sub ? FF_CEIL_RSHIFT(opengl->height, desc->log2_chroma_h): opengl->height; \ height 1181 libavdevice/opengl_enc.c glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, \ height 1187 libavdevice/opengl_enc.c for (h = 0; h < height; h++) { \ height 1195 libavdevice/opengl_enc.c glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, \ height 101 libavdevice/sdl.c dar = av_mul_q(sar, (AVRational){ encctx->width, encctx->height }); height 120 libavdevice/sdl.c overlay_rect->h = encctx->height; height 157 libavdevice/sdl.c sdl->overlay = SDL_CreateYUVOverlay(encctx->width, encctx->height, height 162 libavdevice/sdl.c encctx->width, encctx->height); height 169 libavdevice/sdl.c encctx->width, encctx->height, av_get_pix_fmt_name(encctx->pix_fmt), height 325 libavdevice/sdl.c avpicture_fill(&pict, pkt->data, encctx->pix_fmt, encctx->width, encctx->height); height 96 libavdevice/v4l.c s->video_win.height = ap->height; height 120 libavdevice/v4l.c if (s->video_win.width <= 0 || s->video_win.height <= 0) { height 127 libavdevice/v4l.c if(av_image_check_size(s->video_win.width, s->video_win.height, 0, s1) < 0) height 208 libavdevice/v4l.c s->gb_buf.height = s->video_win.height; height 231 libavdevice/v4l.c s->frame_size = s->video_win.width * s->video_win.height * video_formats[j].depth / 8; height 245 libavdevice/v4l.c st->codec->height = s->video_win.height; height 72 libavdevice/v4l2.c int width, height; height 186 libavdevice/v4l2.c static int device_init(AVFormatContext *ctx, int *width, int *height, height 194 libavdevice/v4l2.c fmt.fmt.pix.height = *height; height 203 libavdevice/v4l2.c if ((*width != fmt.fmt.pix.width) || (*height != fmt.fmt.pix.height)) { height 206 libavdevice/v4l2.c *width, *height, fmt.fmt.pix.width, fmt.fmt.pix.height); height 208 libavdevice/v4l2.c *height = fmt.fmt.pix.height; height 252 libavdevice/v4l2.c vfse.discrete.width, vfse.discrete.height); height 766 libavdevice/v4l2.c int *height, height 775 libavdevice/v4l2.c ret = device_init(ctx, width, height, *desired_format); height 792 libavdevice/v4l2.c ret = device_init(ctx, width, height, *desired_format); height 906 libavdevice/v4l2.c if (!s->width && !s->height) { height 919 libavdevice/v4l2.c s->height = fmt.fmt.pix.height; height 921 libavdevice/v4l2.c "Setting frame size to %dx%d\n", s->width, s->height); height 924 libavdevice/v4l2.c res = device_try_init(ctx, pix_fmt, &s->width, &s->height, &desired_format, &codec_id); height 935 libavdevice/v4l2.c if ((res = av_image_check_size(s->width, s->height, 0, ctx)) < 0) height 945 libavdevice/v4l2.c avpicture_get_size(st->codec->pix_fmt, s->width, s->height); height 966 libavdevice/v4l2.c st->codec->height = s->height; height 73 libavdevice/v4l2enc.c fmt.fmt.pix.height = enc_ctx->height; height 75 libavdevice/v4l2enc.c fmt.fmt.pix.sizeimage = av_image_get_buffer_size(enc_ctx->pix_fmt, enc_ctx->width, enc_ctx->height, 1); height 377 libavdevice/vfwcap.c codec->height = bi->bmiHeader.biHeight; height 72 libavdevice/x11grab.c int height; /**< Height of the grab frame */ height 110 libavdevice/x11grab.c (s->height + REGION_WIN_BORDER * 2) - 1 * 2 - 1); height 130 libavdevice/x11grab.c s->height + REGION_WIN_BORDER * 2, height 137 libavdevice/x11grab.c rect.height = s->height; height 152 libavdevice/x11grab.c &g->shminfo, g->width, g->height); height 154 libavdevice/x11grab.c g->shminfo.shmid = shmget(IPC_PRIVATE, img->bytes_per_line * img->height, height 288 libavdevice/x11grab.c s1->filename, dpyname, x_off, y_off, x11grab->width, x11grab->height); height 316 libavdevice/x11grab.c y_off -= x11grab->height / 2; height 318 libavdevice/x11grab.c y_off = FFMIN(FFMAX(y_off, 0), screen_h - x11grab->height); height 338 libavdevice/x11grab.c x11grab->width, x11grab->height, height 348 libavdevice/x11grab.c x11grab->frame_size = x11grab->width * x11grab->height * image->bits_per_pixel / 8; height 377 libavdevice/x11grab.c st->codec->height = x11grab->height; height 399 libavdevice/x11grab.c int height = s->height; height 434 libavdevice/x11grab.c to_line = FFMIN((y + xcim->height), (height + y_off)); height 490 libavdevice/x11grab.c req->height = image->height; height 575 libavdevice/x11grab.c y_off += pointer_y - s->height / 2 - y_off; height 583 libavdevice/x11grab.c if (pointer_y > y_off + s->height - follow_mouse) height 584 libavdevice/x11grab.c y_off += pointer_y - (y_off + s->height - follow_mouse); height 590 libavdevice/x11grab.c s->y_off = y_off = FFMIN(FFMAX(y_off, 0), screen_h - s->height); height 61 libavdevice/xcbgrab.c int width, height; height 111 libavdevice/xcbgrab.c int w = c->width, h = c->height, f = c->follow_mouse; height 141 libavdevice/xcbgrab.c c->y = FFMIN(FFMAX(0, y), geo->height - h); height 156 libavdevice/xcbgrab.c c->x, c->y, c->width, c->height, ~0); height 237 libavdevice/xcbgrab.c c->x, c->y, c->width, c->height, ~0, height 327 libavdevice/xcbgrab.c h = FFMIN(cy + ci->height, gr->y + gr->height) - y; height 488 libavdevice/xcbgrab.c c->frame_size = c->width * c->height * fmt->bits_per_pixel / 8; height 510 libavdevice/xcbgrab.c ret = av_parse_video_size(&c->width, &c->height, c->video_size); height 524 libavdevice/xcbgrab.c c->height = FFMIN(geo->height, c->height); height 532 libavdevice/xcbgrab.c st->codec->height = c->height; height 558 libavdevice/xcbgrab.c c->height + c->region_border * 2 - 3 }; height 572 libavdevice/xcbgrab.c xcb_rectangle_t rect = { 0, 0, c->width, c->height }; height 582 libavdevice/xcbgrab.c c->height + c->region_border * 2, height 136 libavdevice/xv.c xv->image_height = encctx->height; height 140 libavdevice/xv.c xv->window_height = encctx->height; height 199 libavdevice/xv.c xv->image_height = encctx->height; height 235 libavdevice/xv.c dar = av_mul_q(sar, (AVRational){ encctx->width, encctx->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 317 libavdevice/xv.c xv->image_format, img->width, img->height); height 326 libavdevice/xv.c avpicture_fill(&pict, pkt->data, ctx->pix_fmt, ctx->width, ctx->height); height 37 libavfilter/avcodec.c frame->width, frame->height, height 106 libavfilter/avcodec.c dst->height = src->video->h; height 186 libavfilter/avf_avectorscope.c s->outpicref->height != outlink->h) { height 620 libavfilter/avf_showcqt.c float height = (spectogram_height - y) * (1.0f/spectogram_height); height 624 libavfilter/avf_showcqt.c if (result[x][3] <= height) { height 629 libavfilter/avf_showcqt.c mul = (result[x][3] - height) * rcp_result[x]; height 55 libavfilter/avf_showwaves.c void (*draw_sample)(uint8_t *buf, int height, int linesize, height 181 libavfilter/avf_showwaves.c static void draw_sample_point(uint8_t *buf, int height, int linesize, height 184 libavfilter/avf_showwaves.c const int h = height/2 - av_rescale(sample, height/2, INT16_MAX); height 185 libavfilter/avf_showwaves.c if (h >= 0 && h < height) height 189 libavfilter/avf_showwaves.c static void draw_sample_line(uint8_t *buf, int height, int linesize, height 193 libavfilter/avf_showwaves.c const int h = height/2 - av_rescale(sample, height/2, INT16_MAX); height 194 libavfilter/avf_showwaves.c int start = height/2; height 195 libavfilter/avf_showwaves.c int end = av_clip(h, 0, height-1); height 202 libavfilter/avf_showwaves.c static void draw_sample_p2p(uint8_t *buf, int height, int linesize, height 206 libavfilter/avf_showwaves.c const int h = height/2 - av_rescale(sample, height/2, INT16_MAX); height 207 libavfilter/avf_showwaves.c if (h >= 0 && h < height) { height 211 libavfilter/avf_showwaves.c int end = av_clip(h, 0, height-1); height 221 libavfilter/avf_showwaves.c static void draw_sample_cline(uint8_t *buf, int height, int linesize, height 225 libavfilter/avf_showwaves.c const int h = av_rescale(abs(sample), height, INT16_MAX); height 226 libavfilter/avf_showwaves.c const int start = (height - h) / 2; height 255 libavfilter/avf_showwaves.c outpicref->height = outlink->h; height 57 libavfilter/avfilter.c ref->width, ref->height, height 1051 libavfilter/avfilter.c frame->format, frame->width, frame->height); height 1155 libavfilter/avfilter.c av_assert1(frame->height == link->h); height 325 libavfilter/avfilter.h int (*draw_slice)(AVFilterLink *link, int y, int height, int slice_dir); height 141 libavfilter/buffer.c dst->video->h = src->height; height 302 libavfilter/buffersink.c frame->width, frame->height, height 68 libavfilter/buffersrc.c #define CHECK_VIDEO_PARAM_CHANGE(s, c, width, height, format)\ height 69 libavfilter/buffersrc.c if (c->w != width || c->h != height || c->pix_fmt != format) {\ height 139 libavfilter/buffersrc.c CHECK_VIDEO_PARAM_CHANGE(ctx, s, frame->width, frame->height, height 262 libavfilter/buffersrc.c int plane_size = (frame->height >> v_shift) * frame->linesize[i]; height 102 libavfilter/deshake.h int (* transform)(AVFilterContext *ctx, int width, int height, int cw, int ch, height 37 libavfilter/deshake_opencl.c int width, int height, int cw, int ch, height 47 libavfilter/deshake_opencl.c size_t global_worksize_lu[2] = {(size_t)ROUND_TO_16(width), (size_t)ROUND_TO_16(height)}; height 68 libavfilter/deshake_opencl.c FF_OPENCL_PARAM_INFO(height), height 83 libavfilter/deshake_opencl.c FF_OPENCL_PARAM_INFO(height), height 166 libavfilter/deshake_opencl.c deshake->opencl_ctx.in_plane_size[0] = (in->linesize[0] * in->height); height 169 libavfilter/deshake_opencl.c deshake->opencl_ctx.out_plane_size[0] = (out->linesize[0] * out->height); height 40 libavfilter/deshake_opencl.h int width, int height, int cw, int ch, height 36 libavfilter/deshake_opencl_kernel.h int width, int height, int stride, unsigned char def) height 38 libavfilter/deshake_opencl_kernel.h return pixel(src, (int)(x + 0.5f), (int)(y + 0.5f), width, height, stride, def); height 42 libavfilter/deshake_opencl_kernel.h int width, int height, int stride, unsigned char def) height 51 libavfilter/deshake_opencl_kernel.h if (x_f < -1 || x_f > width || y_f < -1 || y_f > height) { height 54 libavfilter/deshake_opencl_kernel.h v4 = pixel(src, x_f, y_f, width, height, stride, def); height 55 libavfilter/deshake_opencl_kernel.h v2 = pixel(src, x_c, y_f, width, height, stride, def); height 56 libavfilter/deshake_opencl_kernel.h v3 = pixel(src, x_f, y_c, width, height, stride, def); height 57 libavfilter/deshake_opencl_kernel.h v1 = pixel(src, x_c, y_c, width, height, stride, def); height 64 libavfilter/deshake_opencl_kernel.h int width, int height, int stride, unsigned char def) height 74 libavfilter/deshake_opencl_kernel.h if (x_f < - 1 || x_f > width || y_f < -1 || y_f > height) height 77 libavfilter/deshake_opencl_kernel.h v4 = pixel(src, x_f, y_f, width, height, stride, def); height 78 libavfilter/deshake_opencl_kernel.h v2 = pixel(src, x_c, y_f, width, height, stride, def); height 79 libavfilter/deshake_opencl_kernel.h v3 = pixel(src, x_f, y_c, width, height, stride, def); height 80 libavfilter/deshake_opencl_kernel.h v1 = pixel(src, x_c, y_c, width, height, stride, def); height 114 libavfilter/deshake_opencl_kernel.h int height, height 124 libavfilter/deshake_opencl_kernel.h if (x < width && y < height) { height 133 libavfilter/deshake_opencl_kernel.h y_s = clipf(y_s, 0, height - 1); height 138 libavfilter/deshake_opencl_kernel.h y_s = mirror(y_s, height - 1); height 145 libavfilter/deshake_opencl_kernel.h dst[idx_dst] = interpolate_nearest(x_s, y_s, src, width, height, src_stride_lu, def); height 148 libavfilter/deshake_opencl_kernel.h dst[idx_dst] = interpolate_bilinear(x_s, y_s, src, width, height, src_stride_lu, def); height 151 libavfilter/deshake_opencl_kernel.h dst[idx_dst] = interpolate_biquadratic(x_s, y_s, src, width, height, src_stride_lu, def); height 168 libavfilter/deshake_opencl_kernel.h int height, height 177 libavfilter/deshake_opencl_kernel.h global unsigned char *dst_u = dst + height * dst_stride_lu; height 178 libavfilter/deshake_opencl_kernel.h global unsigned char *src_u = src + height * src_stride_lu; height 123 libavfilter/drawutils.c int height = FF_CEIL_RSHIFT(h, vsub1); height 126 libavfilter/drawutils.c for (i = 0; i < height; i++) { height 145 libavfilter/drawutils.c int height = FF_CEIL_RSHIFT(h, vsub1); height 148 libavfilter/drawutils.c for (i = 0; i < height; i++) { height 252 libavfilter/f_select.c frame->height == prev_picref->height && height 262 libavfilter/f_select.c for (y = 0; y < frame->height - 7; y += 8) { 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 86 libavfilter/lavfutils.c *h = frame->height; height 376 libavfilter/src_movie.c outlink->h = c->height; height 395 libavfilter/src_movie.c frame->width, frame->height, 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 141 libavfilter/transform.c int width, int height, const float *matrix, height 164 libavfilter/transform.c for (y = 0; y < height; y++) { height 174 libavfilter/transform.c y_s = av_clipf(y_s, 0, height - 1); height 180 libavfilter/transform.c y_s = avpriv_mirror(y_s, height-1); height 183 libavfilter/transform.c av_assert2(x_s < width && y_s < height); height 187 libavfilter/transform.c dst[y * dst_stride + x] = func(x_s, y_s, src, width, height, src_stride, def); height 123 libavfilter/transform.h int width, int height, const float *matrix, height 172 libavfilter/unsharp_opencl.c int height = link->h; height 175 libavfilter/unsharp_opencl.c size_t globalWorkSize1d = width * height + 2 * ch * cw; height 182 libavfilter/unsharp_opencl.c globalWorkSize2dLuma[1] = (size_t)ROUND_TO_16(height); height 199 libavfilter/unsharp_opencl.c FF_OPENCL_PARAM_INFO(height), height 391 libavfilter/unsharp_opencl.c unsharp->opencl_ctx.in_plane_size[0] = (in->linesize[0] * in->height); height 394 libavfilter/unsharp_opencl.c unsharp->opencl_ctx.out_plane_size[0] = (out->linesize[0] * out->height); height 47 libavfilter/unsharp_opencl_kernel.h int height) height 58 libavfilter/unsharp_opencl_kernel.h if (globalIdx.x < width && globalIdx.y < height) height 72 libavfilter/unsharp_opencl_kernel.h indexIy = indexIy >= height ? height - 1: indexIy; height 130 libavfilter/unsharp_opencl_kernel.h if (globalIdx.x < width && globalIdx.y < height) height 147 libavfilter/unsharp_opencl_kernel.h int height, height 151 libavfilter/unsharp_opencl_kernel.h global unsigned char *dst_u = dst_y + height * dst_stride_lu; height 153 libavfilter/unsharp_opencl_kernel.h global unsigned char *src_u = src_y + height * src_stride_lu; height 259 libavfilter/unsharp_opencl_kernel.h int height, height 265 libavfilter/unsharp_opencl_kernel.h global unsigned char *dst_u = dst_y + height * dst_stride_lu; height 269 libavfilter/unsharp_opencl_kernel.h global unsigned char *src_u = src_y + height * src_stride_lu; height 278 libavfilter/unsharp_opencl_kernel.h if (global_id < width * height) { height 285 libavfilter/unsharp_opencl_kernel.h temp_height = height; height 293 libavfilter/unsharp_opencl_kernel.h } else if ((global_id >= width * height) && (global_id < width * height + ch * cw)) { height 294 libavfilter/unsharp_opencl_kernel.h y = (global_id - width * height) / cw; height 295 libavfilter/unsharp_opencl_kernel.h x = (global_id - width * height) % cw; height 309 libavfilter/unsharp_opencl_kernel.h y = (global_id - width * height - ch * cw) / cw; height 310 libavfilter/unsharp_opencl_kernel.h x = (global_id - width * height - ch * cw) % cw; height 103 libavfilter/vf_alphamerge.c int h = main_buf->height; height 121 libavfilter/vf_alphamerge.c for (y = 0; y < h && y < alpha_buf->height; y++) { height 75 libavfilter/vf_blackframe.c for (i = 0; i < frame->height; i++) { height 257 libavfilter/vf_blend.c values[VAR_SH] = td->h / (double)td->dst->height; height 287 libavfilter/vf_blend.c int outh = FF_CEIL_RSHIFT(dst_buf->height, vsub); height 351 libavfilter/vf_boxblur.c int cw = FF_CEIL_RSHIFT(inlink->w, s->hsub), ch = FF_CEIL_RSHIFT(in->height, s->vsub); height 353 libavfilter/vf_boxblur.c int h[4] = { in->height, ch, ch, in->height }; height 210 libavfilter/vf_codecview.c frame->width, frame->height, frame->linesize[0], height 187 libavfilter/vf_colormatrix.c const int height = src->height; height 199 libavfilter/vf_colormatrix.c for (y = 0; y < height; y++) { height 222 libavfilter/vf_colormatrix.c const int height = src->height; height 237 libavfilter/vf_colormatrix.c for (y = 0; y < height; y++) { height 265 libavfilter/vf_colormatrix.c const int height = src->height; height 281 libavfilter/vf_colormatrix.c for (y = 0; y < height; y += 2) { height 33 libavfilter/vf_copy.c AVFrame *out = ff_get_video_buffer(outlink, in->width, in->height); height 250 libavfilter/vf_crop.c frame->height = s->h; height 175 libavfilter/vf_cropdetect.c s->y1 = frame->height - 1; height 194 libavfilter/vf_cropdetect.c FIND(s->y2, frame->height - 1, y > FFMAX(s->y2, s->y1), -1, frame->linesize[0], bpp, frame->width); height 195 libavfilter/vf_cropdetect.c FIND(s->x1, 0, y < s->x1, +1, bpp, frame->linesize[0], frame->height); height 196 libavfilter/vf_cropdetect.c FIND(s->x2, frame->width - 1, y > FFMAX(s->x2, s->x1), -1, bpp, frame->linesize[0], frame->height); height 495 libavfilter/vf_curves.c const int slice_start = (in->height * jobnr ) / nb_jobs; height 496 libavfilter/vf_curves.c const int slice_end = (in->height * (jobnr+1)) / nb_jobs; height 97 libavfilter/vf_decimate.c int height = plane ? FF_CEIL_RSHIFT(f1->height, dm->vsub) : f1->height; height 106 libavfilter/vf_decimate.c for (y = 0; y < height; y++) { height 239 libavfilter/vf_deshake.c int width, int height, int stride, Transform *t) height 250 libavfilter/vf_deshake.c av_fast_malloc(&deshake->angles, &deshake->angles_size, width * height / (16 * deshake->blocksize) * sizeof(*deshake->angles)); height 261 libavfilter/vf_deshake.c for (y = deshake->ry; y < height - deshake->ry - (deshake->blocksize * 2); y += deshake->blocksize * 2) { height 306 libavfilter/vf_deshake.c p_y = (center_y - height / 2.0); height 319 libavfilter/vf_deshake.c int width, int height, int cw, int ch, height 331 libavfilter/vf_deshake.c plane_h[0] = height; height 212 libavfilter/vf_drawbox.c for (y = FFMAX(yb, 0); y < frame->height && y < (yb + s->h); y++) { height 325 libavfilter/vf_drawbox.c for (y = 0; y < frame->height; y++) { height 1053 libavfilter/vf_drawtext.c int width, int height, height 1084 libavfilter/vf_drawtext.c frame->data, frame->linesize, width, height, height 1095 libavfilter/vf_drawtext.c int width, int height) height 1242 libavfilter/vf_drawtext.c box_h = FFMIN(height - 1, y + s->max_glyph_h); height 1247 libavfilter/vf_drawtext.c frame->data, frame->linesize, width, height, height 1251 libavfilter/vf_drawtext.c if ((ret = draw_glyphs(s, frame, width, height, height 1257 libavfilter/vf_drawtext.c if ((ret = draw_glyphs(s, frame, width, height, height 1261 libavfilter/vf_drawtext.c if ((ret = draw_glyphs(s, frame, width, height, height 1292 libavfilter/vf_drawtext.c draw_text(ctx, frame, frame->width, frame->height); height 183 libavfilter/vf_extractplanes.c int width, int height, height 188 libavfilter/vf_extractplanes.c for (y = 0; y < height; y++) { height 186 libavfilter/vf_fade.c int slice_start = (frame->height * jobnr ) / nb_jobs; height 187 libavfilter/vf_fade.c int slice_end = (frame->height * (jobnr+1)) / nb_jobs; height 202 libavfilter/vf_fade.c int slice_start = (frame->height * jobnr ) / nb_jobs; height 203 libavfilter/vf_fade.c int slice_end = (frame->height * (jobnr+1)) / nb_jobs; height 227 libavfilter/vf_fade.c const int height= FF_CEIL_RSHIFT(frame->height, s->vsub); height 228 libavfilter/vf_fade.c int slice_start = (height * jobnr ) / nb_jobs; height 229 libavfilter/vf_fade.c int slice_end = (height * (jobnr+1)) / nb_jobs; height 253 libavfilter/vf_fade.c int slice_start = (frame->height * jobnr ) / nb_jobs; height 254 libavfilter/vf_fade.c int slice_end = (frame->height * (jobnr+1)) / nb_jobs; height 329 libavfilter/vf_fade.c FFMIN(frame->height, ctx->graph->nb_threads)); height 332 libavfilter/vf_fade.c FFMIN(frame->height, ctx->graph->nb_threads)); height 336 libavfilter/vf_fade.c FFMIN(frame->height, ctx->graph->nb_threads)); height 341 libavfilter/vf_fade.c FFMIN(frame->height, ctx->graph->nb_threads)); height 75 libavfilter/vf_field.c inpicref->height = outlink->h; height 161 libavfilter/vf_fieldmatch.c return plane ? FF_CEIL_RSHIFT(f->height, fm->vsub) : f->height; height 172 libavfilter/vf_fieldmatch.c const int height = f1->height; height 175 libavfilter/vf_fieldmatch.c for (y = 0; y < height; y++) { height 204 libavfilter/vf_fieldmatch.c const int height = get_height(fm, src, plane); height 209 libavfilter/vf_fieldmatch.c fill_buf(cmkp, width, height, cmk_linesize, 0xff); height 212 libavfilter/vf_fieldmatch.c fill_buf(cmkp, width, height, cmk_linesize, 0); height 240 libavfilter/vf_fieldmatch.c for (y = 2; y < height-2; y++) { height 274 libavfilter/vf_fieldmatch.c const int height = FF_CEIL_RSHIFT(src->height, fm->vsub); height 280 libavfilter/vf_fieldmatch.c for (y = 1; y < height - 1; y++) { height 310 libavfilter/vf_fieldmatch.c const int height = src->height; height 313 libavfilter/vf_fieldmatch.c const int yblocks = ((height+yhalf)/blocky) + 1; height 316 libavfilter/vf_fieldmatch.c int heighta = (height/(blocky/2))*(blocky/2); height 318 libavfilter/vf_fieldmatch.c if (heighta == height) height 319 libavfilter/vf_fieldmatch.c heighta = height - yhalf; height 382 libavfilter/vf_fieldmatch.c VERTICAL_HALF(heighta, height - 1); height 395 libavfilter/vf_fieldmatch.c int width, int height) height 401 libavfilter/vf_fieldmatch.c for (y = 0; y < height; y++) { height 416 libavfilter/vf_fieldmatch.c uint8_t *dstp, int dst_linesize, int height, height 424 libavfilter/vf_fieldmatch.c fm->tbuffer, tpitch, width, height>>1); height 426 libavfilter/vf_fieldmatch.c for (y = 2; y < height - 2; y += 2) { height 453 libavfilter/vf_fieldmatch.c if (y != height-4 && dp[u+2*tpitch] > 19) lower2 = 1; height 505 libavfilter/vf_fieldmatch.c const int height = get_height(fm, src, plane); height 513 libavfilter/vf_fieldmatch.c fill_buf(mapp, width, height, map_linesize, 0); height 538 libavfilter/vf_fieldmatch.c mapp, map_linesize, height, width, plane); height 541 libavfilter/vf_fieldmatch.c mapp + map_linesize, map_linesize, height, width, plane); height 543 libavfilter/vf_fieldmatch.c for (y = 2; y < height - 2; y += 2) { height 110 libavfilter/vf_fieldorder.c h = frame->height; height 124 libavfilter/vf_fieldorder.c if (1 + line < frame->height) { height 83 libavfilter/vf_framepack.c int height = ctx->inputs[LEFT]->h; height 89 libavfilter/vf_framepack.c height != ctx->inputs[RIGHT]->h) { height 92 libavfilter/vf_framepack.c width, height, height 129 libavfilter/vf_framepack.c height *= 2; height 137 libavfilter/vf_framepack.c outlink->h = height; height 150 libavfilter/vf_framepack.c int lines = dst->height; height 159 libavfilter/vf_framepack.c lines = FF_CEIL_RSHIFT(dst->height, s->pix_desc->log2_chroma_h); height 193 libavfilter/vf_framepack.c int lines = dst->height / 2; height 198 libavfilter/vf_framepack.c lines = -(-(dst->height / 2) >> s->pix_desc->log2_chroma_h); height 44 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 631 libavfilter/vf_fspp.c out->height = in->height; height 76 libavfilter/vf_fspp.h ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale); height 80 libavfilter/vf_fspp.h ptrdiff_t width, ptrdiff_t height, ptrdiff_t log2_scale); height 78 libavfilter/vf_geq.c const int h = (plane == 1 || plane == 2) ? FF_CEIL_RSHIFT(picref->height, geq->vsub) : picref->height; 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 93 libavfilter/vf_hflip.c const int height = s->planeheight[plane]; height 94 libavfilter/vf_hflip.c const int start = (height * job ) / nb_jobs; height 95 libavfilter/vf_hflip.c const int end = (height * (job+1)) / nb_jobs; height 200 libavfilter/vf_histogram.c const int src_h = FF_CEIL_RSHIFT(inpicref->height, shift_h); height 267 libavfilter/vf_histogram.c for (i = 0; i < in->height; i++) { height 315 libavfilter/vf_hqdn3d.c FF_CEIL_RSHIFT(in->height, (!!c * s->vsub)), height 386 libavfilter/vf_hqx.c const int height = in->height; height 388 libavfilter/vf_hqx.c const int slice_start = (height * jobnr ) / nb_jobs; height 389 libavfilter/vf_hqx.c const int slice_end = (height * (jobnr+1)) / nb_jobs; height 402 libavfilter/vf_hqx.c const int nextline = y < height - 1 ? src32_linesize : 0; height 496 libavfilter/vf_hqx.c out->height = outlink->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_lenscorrection.c unsigned int height; height 134 libavfilter/vf_lenscorrection.c outlink->h = rect->height = inlink->h; height 160 libavfilter/vf_lenscorrection.c int h = rect->height / vdiv; height 47 libavfilter/vf_libopencv.c tmpimg = cvCreateImageHeader((CvSize){frame->width, frame->height}, depth, channels_nb); height 303 libavfilter/vf_lut.c const int h = in->height; height 215 libavfilter/vf_lut3d.c const int slice_start = (in->height * jobnr ) / nb_jobs; \ height 216 libavfilter/vf_lut3d.c const int slice_end = (in->height * (jobnr+1)) / nb_jobs; \ height 118 libavfilter/vf_mcdeint.c enc_ctx->height = inlink->h; height 123 libavfilter/vf_mpdecimate.c FF_CEIL_RSHIFT(ref->height, vsub))) height 159 libavfilter/vf_noise.c n->height[1] = n->height[2] = FF_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], ctx->graph->nb_threads)); height 52 libavfilter/vf_noise.h int height[4]; height 371 libavfilter/vf_overlay.c const int src_h = src->height; height 373 libavfilter/vf_overlay.c const int dst_h = dst->height; height 184 libavfilter/vf_owdenoise.c int width, int height, double strength) height 188 libavfilter/vf_owdenoise.c while (1<<depth > width || 1<<depth > height) height 191 libavfilter/vf_owdenoise.c for (y = 0; y < height; y++) height 196 libavfilter/vf_owdenoise.c decompose2D2(s->plane[i + 1], s->plane[i][0], s->plane[0] + 1, s->linesize, 1<<i, width, height); height 200 libavfilter/vf_owdenoise.c for (y = 0; y < height; y++) { height 212 libavfilter/vf_owdenoise.c compose2D2(s->plane[i][0], s->plane[i + 1], s->plane[0] + 1, s->linesize, 1<<i, width, height); height 214 libavfilter/vf_owdenoise.c for (y = 0; y < height; y++) { height 214 libavfilter/vf_pad.c frame->height = h; height 245 libavfilter/vf_pad.c uint8_t *end = start + (frame->height >> vsub) * height 254 libavfilter/vf_pad.c ((s->h - s->y - frame->height) >> vsub) * frame->linesize[planes[i]]; height 265 libavfilter/vf_pad.c uint8_t *end1 = start1 + (frame->height >> vsub1) * height 337 libavfilter/vf_pad.c 0, s->y, s->x, in->height); height 342 libavfilter/vf_pad.c s->x, s->y, 0, 0, in->width, in->height); height 348 libavfilter/vf_pad.c in->height); height 351 libavfilter/vf_pad.c out->height = s->h; height 237 libavfilter/vf_palettegen.c for (y = 0; y < out->height; y++) { height 437 libavfilter/vf_palettegen.c for (y = 0; y < f1->height; y++) { height 460 libavfilter/vf_palettegen.c for (y = 0; y < f->height; y++) { height 78 libavfilter/vf_paletteuse.c int x_start, int y_start, int width, int height); height 741 libavfilter/vf_paletteuse.c const float div = in1->width * in1->height * 3; height 744 libavfilter/vf_paletteuse.c for (y = 0; y < in1->height; y++) { height 769 libavfilter/vf_paletteuse.c int height = cur_src->height; height 774 libavfilter/vf_paletteuse.c y_end = cur_src->height - 1; height 803 libavfilter/vf_paletteuse.c height = y_end + 1 - y_start; height 848 libavfilter/vf_paletteuse.c *hp = height; height 879 libavfilter/vf_paletteuse.c w, h, x, y, x+w, y+h, in->width, in->height); height 929 libavfilter/vf_paletteuse.c for (y = 0; y < palette_frame->height; y++) { height 47 libavfilter/vf_perspective.c int height[4]; height 151 libavfilter/vf_perspective.c s->height[1] = s->height[2] = FF_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); height 152 libavfilter/vf_perspective.c s->height[0] = s->height[3] = inlink->h; height 440 libavfilter/vf_perspective.c .h = s->height[plane], height 122 libavfilter/vf_phase.c const int h = new->height; height 136 libavfilter/vf_pp.c outbuf->height = inbuf->height; height 209 libavfilter/vf_pp7.c int width, int height, height 219 libavfilter/vf_pp7.c for (y = 0; y < height; y++) { height 229 libavfilter/vf_pp7.c memcpy(p_src + (height + 8 + y) * stride, p_src + (height - y + 7) * stride, stride); height 233 libavfilter/vf_pp7.c for (y = 0; y < height; y++) { height 249 libavfilter/vf_pp7.c qp = qp_store[ (FFMIN(x, width - 1) >> qps) + (FFMIN(y, height - 1) >> qps) * qp_stride]; height 351 libavfilter/vf_pp7.c out->height = in->height; height 158 libavfilter/vf_psnr.c main->width, main->height, comp_mse); height 148 libavfilter/vf_sab.c static int open_filter_param(FilterParam *f, int width, int height, unsigned int sws_flags) height 155 libavfilter/vf_sab.c f->pre_filter_buf = av_malloc(linesize * height); height 163 libavfilter/vf_sab.c f->pre_filter_context = sws_getContext(width, height, AV_PIX_FMT_GRAY8, height 164 libavfilter/vf_sab.c width, height, AV_PIX_FMT_GRAY8, height 454 libavfilter/vf_scale.c || in->height != link->h height 464 libavfilter/vf_scale.c link->dst->inputs[0]->h = in->height; height 484 libavfilter/vf_scale.c out->height = outlink->h; height 71 libavfilter/vf_separatefields.c inpicref->height = outlink->h; height 114 libavfilter/vf_showinfo.c frame->width, frame->height, height 102 libavfilter/vf_shuffleplanes.c AVFrame *copy = ff_get_video_buffer(ctx->outputs[0], frame->width, frame->height); height 133 libavfilter/vf_signalstats.c frame->height = h; height 190 libavfilter/vf_signalstats.c const int h = in->height; height 229 libavfilter/vf_signalstats.c const int h = in->height; height 279 libavfilter/vf_signalstats.c const int h = in->height; height 132 libavfilter/vf_smartblur.c static int alloc_sws_context(FilterParam *f, int width, int height, unsigned int flags) height 147 libavfilter/vf_smartblur.c width, height, AV_PIX_FMT_GRAY8, height 148 libavfilter/vf_smartblur.c width, height, AV_PIX_FMT_GRAY8, height 161 libavfilter/vf_spp.c int width, int height, int log2_scale, height 173 libavfilter/vf_spp.c for (y = 0; y < height; y++) { height 191 libavfilter/vf_spp.c int width, int height, int log2_scale, height 204 libavfilter/vf_spp.c for (y = 0; y < height; y++) { height 233 libavfilter/vf_spp.c int dst_linesize, int src_linesize, int width, int height, height 245 libavfilter/vf_spp.c for (y = 0; y < height; y++) { height 262 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 265 libavfilter/vf_spp.c for (y = 0; y < height + 8; y += 8) { height 274 libavfilter/vf_spp.c qp = qp_table[(FFMIN(x, width - 1) >> qps) + (FFMIN(y, height - 1) >> qps) * qp_stride]; height 292 libavfilter/vf_spp.c FFMIN(8, height + 8 - y), MAX_LEVEL - p->log2_count, height 297 libavfilter/vf_spp.c FFMIN(8, height + 8 - y), MAX_LEVEL - p->log2_count, height 416 libavfilter/vf_spp.c out->height = in->height; height 50 libavfilter/vf_spp.h int width, int height, int log2_scale, height 67 libavfilter/vf_stereo3d.c int width, height; height 135 libavfilter/vf_stereo3d.c int width, height; height 327 libavfilter/vf_stereo3d.c s->in.height = height 328 libavfilter/vf_stereo3d.c s->height = inlink->h; height 354 libavfilter/vf_stereo3d.c s->height = inlink->h / 2; height 360 libavfilter/vf_stereo3d.c s->height = inlink->h / 2; height 374 libavfilter/vf_stereo3d.c s->out.height = s->height; height 420 libavfilter/vf_stereo3d.c s->out.height = s->height * 2; height 421 libavfilter/vf_stereo3d.c s->out.row_right = s->height; height 426 libavfilter/vf_stereo3d.c s->out.height = s->height * 2; height 427 libavfilter/vf_stereo3d.c s->out.row_left = s->height; height 431 libavfilter/vf_stereo3d.c s->height = s->height / 2; height 437 libavfilter/vf_stereo3d.c s->height = s->height / 2; height 457 libavfilter/vf_stereo3d.c outlink->h = s->out.height; height 467 libavfilter/vf_stereo3d.c s->pheight[1] = s->pheight[2] = FF_CEIL_RSHIFT(s->height, desc->log2_chroma_h); height 468 libavfilter/vf_stereo3d.c s->pheight[0] = s->pheight[3] = s->height; height 598 libavfilter/vf_stereo3d.c for (y = 0; y < s->out.height; y++) { height 167 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 316 libavfilter/vf_super2xsai.c outpicref->height = outlink->h; height 181 libavfilter/vf_tile.c tile->out_ref->height = outlink->h; height 264 libavfilter/vf_tinterlace.c out->height = outlink->h; height 295 libavfilter/vf_tinterlace.c out->height = outlink->h; height 155 libavfilter/vf_transpose.c int inh = in->height >> vsub; height 157 libavfilter/vf_transpose.c int outh = FF_CEIL_RSHIFT(out->height, vsub); height 53 libavfilter/vf_unsharp.c int width, int height, UnsharpFilterParam *fp) height 68 libavfilter/vf_unsharp.c av_image_copy_plane(dst, dst_stride, src, src_stride, width, height); height 75 libavfilter/vf_unsharp.c for (y = -steps_y; y < height + steps_y; y++) { height 76 libavfilter/vf_unsharp.c if (y < height) 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 193 libavfilter/vf_uspp.c int h = FF_CEIL_RSHIFT(height, is_chroma ? p->vsub : 0); height 221 libavfilter/vf_uspp.c int qpcount = (height>>4) * (height>>4); height 223 libavfilter/vf_uspp.c for (y = 0; y < (height>>4); y++) { height 230 libavfilter/vf_uspp.c p->frame->height = height; height 257 libavfilter/vf_uspp.c for (y = 0; y < height; y++) height 266 libavfilter/vf_uspp.c for (y = 0; y < FF_CEIL_RSHIFT(height, p->vsub); y++) { height 280 libavfilter/vf_uspp.c FF_CEIL_RSHIFT(height, is_chroma ? p->vsub : 0), height 305 libavfilter/vf_uspp.c const int height = inlink->h; height 322 libavfilter/vf_uspp.c int h = (height + 4 * BLOCK-1) & (~(2 * BLOCK-1)); height 346 libavfilter/vf_uspp.c avctx_enc->height = height + BLOCK; height 362 libavfilter/vf_uspp.c uspp->outbuf_size = (width + BLOCK) * (height + BLOCK) * 10; height 434 libavfilter/vf_uspp.c out->height = in->height; height 58 libavfilter/vf_vflip.c int height = FF_CEIL_RSHIFT(h, vsub); height 61 libavfilter/vf_vflip.c frame->data[i] += (height - 1) * frame->linesize[i]; height 76 libavfilter/vf_vflip.c int height = FF_CEIL_RSHIFT(link->h, vsub); height 79 libavfilter/vf_vflip.c frame->data[i] += (height - 1) * frame->linesize[i]; height 142 libavfilter/vf_w3fdif.c const int height = s->planeheight[plane]; height 154 libavfilter/vf_w3fdif.c while (y_out < height) { height 166 libavfilter/vf_w3fdif.c while (y_out < height) { height 176 libavfilter/vf_w3fdif.c while (y_in >= height) height 205 libavfilter/vf_w3fdif.c while (y_in >= height) height 216 libavfilter/vf_xbr.c const int slice_start = (input->height * jobnr ) / nb_jobs; height 217 libavfilter/vf_xbr.c const int slice_end = (input->height * (jobnr+1)) / nb_jobs; height 238 libavfilter/vf_xbr.c if (y >= input->height - 2) { height 240 libavfilter/vf_xbr.c if (y == input->height - 1) { height 370 libavfilter/vf_xbr.c out->height = outlink->h; height 231 libavfilter/vf_yadif.c int h = dstpic->height; height 300 libavfilter/vf_yadif.c AVFrame *dst = ff_default_get_video_buffer(link, f->width, f->height); height 306 libavfilter/vf_yadif.c dst->format, dst->width, dst->height); height 134 libavfilter/vf_zoompan.c var_values[VAR_IN_H] = var_values[VAR_IH] = in->height; height 146 libavfilter/vf_zoompan.c var_values[VAR_A] = (double) in->width / in->height; height 177 libavfilter/vf_zoompan.c h = in->height * (1.0 / zoom); height 191 libavfilter/vf_zoompan.c y = dy = av_clipd(dy, 0, FFMAX(in->height - h, 0)); height 52 libavfilter/video.c frame->height = h; height 294 libavfilter/vsrc_testsrc.c const int h = frame->height; height 542 libavfilter/vsrc_testsrc.c int height = frame->height; height 545 libavfilter/vsrc_testsrc.c radius = (width + height) / 4; height 546 libavfilter/vsrc_testsrc.c quad0 = width * width / 4 + height * height / 4 - radius * radius; height 547 libavfilter/vsrc_testsrc.c dquad_y = 1 - height; height 549 libavfilter/vsrc_testsrc.c for (y = 0; y < height; y++) { height 576 libavfilter/vsrc_testsrc.c p0 = p = data + frame->linesize[0] * (height * 3/4); height 605 libavfilter/vsrc_testsrc.c for (y = height / 8; y > 0; y--) { height 612 libavfilter/vsrc_testsrc.c if (seg_size >= 1 && height >= 13 * seg_size) { height 624 libavfilter/vsrc_testsrc.c y = (height - seg_size * 13) / 2; height 721 libavfilter/vsrc_testsrc.c int x, y, w = frame->width, h = frame->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 179 libavfilter/x86/vf_spp.c int width, int height, int log2_scale, height 184 libavfilter/x86/vf_spp.c for (y = 0; y < height; y++) { height 120 libavformat/4xm.c st->codec->height = AV_RL32(buf + 40); height 107 libavformat/anm.c st->codec->height = avio_rl16(pb); height 176 libavformat/apngdec.c st->codec->height = avio_rb32(pb); height 177 libavformat/apngdec.c if ((ret = av_image_check_size(st->codec->width, st->codec->height, 0, s)) < 0) height 188 libavformat/apngdec.c AV_WB32(st->codec->extradata+12, st->codec->height); height 254 libavformat/apngdec.c uint32_t sequence_number, width, height, x_offset, y_offset; height 260 libavformat/apngdec.c height = avio_rb32(s->pb); height 293 libavformat/apngdec.c height, height 302 libavformat/apngdec.c height != s->streams[0]->codec->height || height 308 libavformat/apngdec.c y_offset >= s->streams[0]->codec->height || height 309 libavformat/apngdec.c height > s->streams[0]->codec->height - y_offset) height 468 libavformat/asfdec.c st->codec->height = avio_rl32(pb); height 506 libavformat/asfdec.c st->codec->height = 0; height 550 libavformat/asfenc.c avio_wl32(pb, enc->height); height 721 libavformat/avidec.c st->codec->height = avih_height; height 794 libavformat/avidec.c if (st->codec->codec_tag == 0 && st->codec->height > 0 && height 806 libavformat/avidec.c st->codec->height = FFABS(st->codec->height); height 222 libavformat/avienc.c avio_wl32(pb, video_enc->height); height 309 libavformat/avienc.c avio_wl16(pb, enc->height); height 396 libavformat/avienc.c enc->height }); height 405 libavformat/avienc.c avio_wl32(pb, enc->height); height 409 libavformat/avienc.c avio_wl32(pb, enc->height); height 412 libavformat/avienc.c avio_wl32(pb, enc->height); height 414 libavformat/avienc.c avio_wl32(pb, enc->height); height 219 libavformat/avisynth.c st->codec->height = avs->vi->height; height 456 libavformat/avisynth.c (int64_t)avs->vi->height) * bits) / 8; height 31 libavformat/avs.c int height; height 68 libavformat/avs.c avs->height = avio_rl16(s->pb); height 77 libavformat/avs.c if (avs->width != 318 || avs->height != 198) height 80 libavformat/avs.c avs->width, avs->height); height 190 libavformat/avs.c avs->st_video->codec->height = avs->height; height 45 libavformat/bethsoftvid.c int height; /**< video height */ height 82 libavformat/bethsoftvid.c vid->height = avio_rl16(pb); height 122 libavformat/bethsoftvid.c st->codec->height = vid->height; height 125 libavformat/bethsoftvid.c npixels = st->codec->width * st->codec->height; height 79 libavformat/bfi.c vstream->codec->height = avio_rl32(pb); height 111 libavformat/bink.c vst->codec->height = avio_rl32(pb); height 46 libavformat/bintext.c int width, height; /**< video size (WxH pixels) (private option) */ height 62 libavformat/bintext.c st->codec->height = (25<<4); height 79 libavformat/bintext.c avctx->height = (fsize / ((avctx->width>>3)*2)) << 4; height 183 libavformat/bintext.c st->codec->height = avio_rl16(pb); height 185 libavformat/bintext.c st->codec->height *= fontheight; height 53 libavformat/bmv.c st->codec->height = 429; height 89 libavformat/c93.c video->codec->height = 192; height 112 libavformat/cdxl.c uint16_t audio_size, palette_size, width, height; height 130 libavformat/cdxl.c height = AV_RB16(&cdxl->header[16]); height 133 libavformat/cdxl.c if (FFALIGN(width, 16) * (uint64_t)height * cdxl->header[19] > INT_MAX) height 135 libavformat/cdxl.c image_size = FFALIGN(width, 16) * height * cdxl->header[19] / 8; height 182 libavformat/cdxl.c st->codec->height = height; height 131 libavformat/cinedec.c st->codec->height = avio_rl32(pb); height 505 libavformat/dashenc.c avio_printf(out, "\t\t\t<Representation id=\"%d\" mimeType=\"video/mp4\" codecs=\"%s\"%s width=\"%d\" height=\"%d\">\n", i, os->codec_str, os->bandwidth_str, st->codec->width, st->codec->height); height 62 libavformat/dfa.c st->codec->height = avio_rl16(pb); height 123 libavformat/dsicin.c st->codec->height = hdr->video_frame_height; height 160 libavformat/dump.c uint32_t flags, channels, sample_rate, width, height; height 201 libavformat/dump.c height = AV_RL32(data); height 204 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "width %"PRIu32" height %"PRIu32, width, height); height 375 libavformat/dump.c st->codec->height * st->sample_aspect_ratio.den, height 146 libavformat/dv.c ipcm = (sys->height == 720 && !(frame[1] & 0x0C)) ? 2 : 0; height 395 libavformat/dv.c if (c->sys->height == 720) { height 425 libavformat/dv.c const AVDVProfile *sys = av_dv_codec_profile2(c->vst->codec->width, c->vst->codec->height, height 340 libavformat/dvenc.c c->sys = av_dv_codec_profile2(vst->codec->width, vst->codec->height, height 133 libavformat/dxa.c st->codec->height = h; height 141 libavformat/dxa.c st->codec->height >>= 1; height 70 libavformat/electronicarts.c int width, height; height 310 libavformat/electronicarts.c ea->height = avio_rl16(pb); height 496 libavformat/electronicarts.c st->codec->height = ea->height; height 346 libavformat/ffmdec.c codec->height = avio_rb16(pb); height 523 libavformat/ffmdec.c codec->height = avio_rb16(pb); height 68 libavformat/filmstripdec.c st->codec->height = avio_rb16(pb); height 71 libavformat/filmstripdec.c if (st->codec->width * 4LL * st->codec->height >= INT_MAX) { height 91 libavformat/filmstripdec.c pkt->dts = avio_tell(s->pb) / (st->codec->width * (int64_t)(st->codec->height + film->leading) * 4); height 92 libavformat/filmstripdec.c pkt->size = av_get_packet(s->pb, pkt, st->codec->width * st->codec->height * 4); height 103 libavformat/filmstripdec.c if (avio_seek(s->pb, FFMAX(timestamp, 0) * st->codec->width * st->codec->height * 4, SEEK_SET) < 0) height 65 libavformat/filmstripenc.c avio_wb16(pb, st->codec->height); height 36 libavformat/flac_picture.c int width, height, ret = 0; height 100 libavformat/flac_picture.c height = avio_rb32(pb); height 138 libavformat/flac_picture.c st->codec->height = height; height 116 libavformat/flic.c st->codec->height = AV_RL16(&header[0x0A]); height 118 libavformat/flic.c if (!st->codec->width || !st->codec->height) { height 124 libavformat/flic.c st->codec->height = 480; height 507 libavformat/flvdec.c vcodec->height = num_val; height 241 libavformat/flvenc.c put_amf_double(pb, flv->video_enc->height); height 638 libavformat/flvenc.c (FFALIGN(enc->height, 16) - enc->height)); height 70 libavformat/frmdec.c st->codec->height = avio_rl16(pb); height 83 libavformat/frmdec.c packet_size = avpicture_get_size(stc->pix_fmt, stc->width, stc->height); height 69 libavformat/gif.c avio_wl16(pb, avctx->height); height 98 libavformat/gifdec.c int width, height, ret; height 105 libavformat/gifdec.c height = avio_rl16(pb); height 107 libavformat/gifdec.c if (width == 0 || height == 0) height 120 libavformat/gifdec.c st->codec->height = height; height 89 libavformat/gxfenc.c int height, index; height 127 libavformat/gxfenc.c if (st->codec->height == gxf_lines_tab[i].height) { height 201 libavformat/gxfenc.c if (st->codec->height == 512 || st->codec->height == 608) height 203 libavformat/gxfenc.c else if (st->codec->height == 480) height 212 libavformat/gxfenc.c starting_line, (st->codec->height + 15) / 16); height 757 libavformat/gxfenc.c if (st->codec->height == 480 || st->codec->height == 512) { /* NTSC or NTSC+VBI */ height 762 libavformat/gxfenc.c } else if (st->codec->height == 576 || st->codec->height == 608) { /* PAL or PAL+VBI */ height 42 libavformat/hnm.c uint16_t height; height 84 libavformat/hnm.c hnm->height = avio_rl16(pb); height 96 libavformat/hnm.c hnm->height < 150 || hnm->height > 480) { height 98 libavformat/hnm.c "invalid resolution: %ux%u\n", hnm->width, hnm->height); height 115 libavformat/hnm.c vst->codec->height = hnm->height; height 78 libavformat/icodec.c st->codec->height = avio_r8(pb); height 96 libavformat/icodec.c st->codec->height = 0; height 107 libavformat/icodec.c st->codec->height = tmp / 2; height 35 libavformat/icoenc.c unsigned char height; height 70 libavformat/icoenc.c c->height > 256) { height 71 libavformat/icoenc.c av_log(s, AV_LOG_ERROR, "Unsupported dimensions %dx%d (dimensions cannot exceed 256x256)\n", c->width, c->height); height 131 libavformat/icoenc.c image->height = (c->height == 256) ? 0 : c->height; height 145 libavformat/icoenc.c image->size = pkt->size - 14 + c->height * (c->width + 7) / 8; height 151 libavformat/icoenc.c for (i = 0; i < c->height * (c->width + 7) / 8; ++i) height 170 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->codec->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->codec->height = roq->height = AV_RL16(preamble + 2); height 470 libavformat/iff.c st->codec->height = avio_rb16(pb); height 513 libavformat/iff.c st->codec->height = avio_rb16(pb); height 524 libavformat/iff.c st->codec->height = avio_rb16(pb); height 44 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 221 libavformat/img2dec.c if (s->width && s->height) { height 223 libavformat/img2dec.c st->codec->height = s->height; height 425 libavformat/img2dec.c infer_size(&codec->width, &codec->height, size[0]); height 117 libavformat/img2enc.c int ysize = codec->width * codec->height; height 118 libavformat/img2enc.c int usize = FF_CEIL_RSHIFT(codec->width, desc->log2_chroma_w) * FF_CEIL_RSHIFT(codec->height, desc->log2_chroma_h); height 340 libavformat/internal.h int32_t width, int32_t height); height 232 libavformat/ipmovie.c unsigned int width, height; height 392 libavformat/ipmovie.c height = AV_RL16(&scratch[2]) * 8; height 397 libavformat/ipmovie.c if (height != s->video_height) { height 398 libavformat/ipmovie.c s->video_height = height; height 599 libavformat/ipmovie.c st->codec->height = ipmovie->video_height; height 155 libavformat/isom.h int height; ///< tkhd height height 53 libavformat/ivfdec.c st->codec->height = avio_rl16(s->pb); height 43 libavformat/ivfenc.c avio_wl16(pb, ctx->height); height 92 libavformat/jvdec.c vst->codec->height = avio_rl16(pb); height 244 libavformat/libmodplug.c vst->codec->height = modplug->h << 3; height 110 libavformat/libnut.c s[i].height = codec->height; height 262 libavformat/libnut.c st->codec->height = s[i].height; height 68 libavformat/lvfdec.c st->codec->height = avio_rl32(s->pb); height 1972 libavformat/matroskadec.c st->codec->height = track->video.pixel_height; height 1975 libavformat/matroskadec.c st->codec->height * track->video.display_width, height 948 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_VIDEOPIXELHEIGHT, codec->height); height 973 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYHEIGHT, codec->height / display_height_div); height 976 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYHEIGHT, codec->height / display_height_div); height 59 libavformat/mgsts.c st->codec->height = avio_rb32(pb); height 132 libavformat/mlvdec.c vst->codec->height = avio_rl16(pb); height 404 libavformat/mlvdec.c ret = av_get_packet(pb, pkt, (st->codec->width * st->codec->height * st->codec->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->codec->height = height; height 1180 libavformat/mov.c avctx->height = AV_RB16(&avctx->extradata[36]); height 1470 libavformat/mov.c st->codec->height = avio_rb16(pb); /* height */ height 1491 libavformat/mov.c st->codec->height &= ~1; height 1675 libavformat/mov.c st->codec->height = sc->height; height 1703 libavformat/mov.c if (st->codec->width > 0 && st->codec->height > 0) height 1705 libavformat/mov.c st->codec->width, st->codec->height); height 2709 libavformat/mov.c if (!st->sample_aspect_ratio.num && st->codec->width && st->codec->height && height 2710 libavformat/mov.c sc->height && sc->width && height 2711 libavformat/mov.c (st->codec->width != sc->width || st->codec->height != sc->height)) { height 2712 libavformat/mov.c st->sample_aspect_ratio = av_d2q(((double)st->codec->height * sc->width) / height 2713 libavformat/mov.c ((double)st->codec->width * sc->height), INT_MAX); height 2742 libavformat/mov.c st->codec->height= 0; height 2883 libavformat/mov.c int height; height 2930 libavformat/mov.c height = avio_rb32(pb); // 16.16 fixed point track height height 2932 libavformat/mov.c sc->height = height >> 16; height 2967 libavformat/mov.c if (width && height && sc->display_matrix) { height 4101 libavformat/mov.c if (st->codec->width <= 0 || st->codec->height <= 0) { height 4103 libavformat/mov.c st->codec->height = sc->height; height 1088 libavformat/movenc.c avio_wb32(pb, track->enc->height / 2); height 1093 libavformat/movenc.c avio_wb32(pb, track->enc->height); height 1096 libavformat/movenc.c if (track->enc->height == 1080) height 1177 libavformat/movenc.c if (track->enc->height == 480) { /* NTSC */ height 1183 libavformat/movenc.c } else if (track->enc->height == 720) { /* HD 720 line */ height 1186 libavformat/movenc.c } else if (track->enc->height == 1080) { /* HD 1080 line */ height 1221 libavformat/movenc.c if (track->enc->width == 1280 && track->enc->height == 720) { height 1229 libavformat/movenc.c } else if (track->enc->width == 1440 && track->enc->height == 1080) { height 1238 libavformat/movenc.c } else if (track->enc->width == 1920 && track->enc->height == 1080) { height 1249 libavformat/movenc.c if (track->enc->width == 1280 && track->enc->height == 720) { height 1257 libavformat/movenc.c } else if (track->enc->width == 1920 && track->enc->height == 1080) { height 1283 libavformat/movenc.c if (track->enc->width == 960 && track->enc->height == 720) { height 1291 libavformat/movenc.c } else if (track->enc->width == 1440 && track->enc->height == 1080) { height 1302 libavformat/movenc.c if (track->enc->width == 1280 && track->enc->height == 720) { height 1310 libavformat/movenc.c } else if (track->enc->width == 1920 && track->enc->height == 1080) { height 1320 libavformat/movenc.c } else if ( track->enc->width == 4096 && track->enc->height == 2160 height 1321 libavformat/movenc.c || track->enc->width == 3840 && track->enc->height == 2160 height 1322 libavformat/movenc.c || track->enc->width == 2048 && track->enc->height == 1080) { height 1559 libavformat/movenc.c if ((track->enc->width >= 1920 && track->enc->height >= 1080) height 1560 libavformat/movenc.c || (track->enc->width == 1280 && track->enc->height == 720)) { height 1563 libavformat/movenc.c } else if (track->enc->width == 720 && track->height == 576) { height 1567 libavformat/movenc.c (track->height == 486 || track->height == 480)) { height 1627 libavformat/movenc.c int xdcam_res = (track->enc->width == 1280 && track->enc->height == 720) height 1628 libavformat/movenc.c || (track->enc->width == 1440 && track->enc->height == 1080) height 1629 libavformat/movenc.c || (track->enc->width == 1920 && track->enc->height == 1080); height 1646 libavformat/movenc.c av_strlcatf(compressor_name, len, " %d%c", track->enc->height, interlaced ? 'i' : 'p'); height 1681 libavformat/movenc.c avio_wb16(pb, track->height); /* Video height */ height 2344 libavformat/movenc.c write_matrix(pb, 0, 1, -1, 0, track->enc->height, 0); height 2346 libavformat/movenc.c write_matrix(pb, -1, 0, 0, -1, track->enc->width, track->enc->height); height 2357 libavformat/movenc.c avio_wb32(pb, track->height << 16); height 2360 libavformat/movenc.c if (!sample_aspect_ratio || track->height != track->enc->height) height 2363 libavformat/movenc.c avio_wb32(pb, track->height * 0x10000); height 2386 libavformat/movenc.c avio_wb32(pb, track->enc->height << 16); height 2392 libavformat/movenc.c avio_wb32(pb, track->enc->height << 16); height 2398 libavformat/movenc.c avio_wb32(pb, track->enc->height << 16); height 3301 libavformat/movenc.c param_write_int(pb, "MaxHeight", track->enc->height); height 3303 libavformat/movenc.c param_write_int(pb, "DisplayHeight", track->enc->height); height 3933 libavformat/movenc.c avio_wb16(pb, video_codec->height); height 4754 libavformat/movenc.c int i, width = 720, height = 480; height 4777 libavformat/movenc.c sscanf(cur + 5, "%dx%d", &width, &height); height 4795 libavformat/movenc.c st->codec->height = track->height = height; height 4956 libavformat/movenc.c if (st->codec->width != 720 || (st->codec->height != 608 && st->codec->height != 512)) { height 4961 libavformat/movenc.c track->height = track->tag >> 24 == 'n' ? 486 : 576; height 4970 libavformat/movenc.c if (st->codec->width > 65535 || st->codec->height > 65535) { height 4971 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "Resolution %dx%d too large for mov/mp4\n", st->codec->width, st->codec->height); height 5017 libavformat/movenc.c if (!track->height) height 5018 libavformat/movenc.c track->height = st->codec->height; height 111 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 52 libavformat/msnwc_tcp.c if(!(width==320 && height==240) && !(width==160 && height==120)) height 172 libavformat/mtv.c st->codec->height = mtv->img_height; height 270 libavformat/mux.c if ((codec->width <= 0 || codec->height <= 0) && height 203 libavformat/mvdec.c st->codec->height = var_read_int(pb, size); height 314 libavformat/mvdec.c vst->codec->height = avio_rb32(pb); height 66 libavformat/mvi.c vst->codec->height = avio_rl16(pb); height 96 libavformat/mvi.c mvi->get_int = (vst->codec->width * vst->codec->height < (1 << 16)) ? avio_rl16 : avio_rl24; height 165 libavformat/mxfdec.c int height; /* Field height, not frame height */ height 954 libavformat/mxfdec.c descriptor->height = avio_rb32(pb); height 1889 libavformat/mxfdec.c st->codec->height = descriptor->height; /* Field height, not frame height */ height 1922 libavformat/mxfdec.c st->codec->height *= 2; height 923 libavformat/mxfenc.c int stored_height = (st->codec->height+15)/16*16; height 941 libavformat/mxfenc.c if (st->codec->height == 608) // PAL + VBI height 943 libavformat/mxfenc.c else if (st->codec->height == 512) // NTSC + VBI height 946 libavformat/mxfenc.c display_height = st->codec->height; height 964 libavformat/mxfenc.c switch (st->codec->height) { height 1771 libavformat/mxfenc.c st->codec->width, st->codec->height, 1024*1024); height 441 libavformat/nsvdec.c st->codec->height = vheight; height 437 libavformat/nutdec.c GET_V(st->codec->height, tmp > 0); height 816 libavformat/nutdec.c int height = 0; height 877 libavformat/nutdec.c height = value; height 884 libavformat/nutdec.c if (channels || channel_layout || sample_rate || width || height) { height 892 libavformat/nutdec.c AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS*(!!(width|height)) height 900 libavformat/nutdec.c if (width || height){ height 902 libavformat/nutdec.c bytestream_put_le32(&dst, height); height 455 libavformat/nutenc.c ff_put_v(bc, codec->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 189 libavformat/nuv.c ret = av_image_check_size(width, height, 0, ctx); height 196 libavformat/nuv.c vst->codec->height = height; height 198 libavformat/nuv.c vst->sample_aspect_ratio = av_d2q(aspect * height / width, height 92 libavformat/oggparseogm.c st->codec->height = bytestream2_get_le32(&p); height 146 libavformat/oggparseogm.c st->codec->height = AV_RL32(p + 180); height 76 libavformat/oggparsetheora.c st->codec->height = get_bits(&gb, 16) << 4; height 83 libavformat/oggparsetheora.c int height = get_bits_long(&gb, 24); height 85 libavformat/oggparsetheora.c height <= st->codec->height && height > st->codec->height - 16) { height 87 libavformat/oggparsetheora.c st->codec->height = height; height 55 libavformat/oggparsevp8.c st->codec->height = AV_RB16(p + 10); height 108 libavformat/paf.c vst->codec->height = avio_rl32(pb); height 72 libavformat/pmpdec.c vst->codec->height = avio_rl32(pb); height 212 libavformat/psxstr.c st->codec->height = AV_RL16(§or[0x2A]); height 81 libavformat/r3d.c st->codec->height = avio_rb32(s->pb); height 112 libavformat/r3d.c av_dlog(s, "resolution %dx%d\n", st->codec->width, st->codec->height); height 30 libavformat/rawvideodec.c int width, height; /**< Integers describing video size, set by a private option. */ height 59 libavformat/rawvideodec.c st->codec->height = s->height; height 61 libavformat/rawvideodec.c st->codec->bit_rate = av_rescale_q(avpicture_get_size(st->codec->pix_fmt, s->width, s->height), height 70 libavformat/rawvideodec.c int packet_size, ret, width, height; height 74 libavformat/rawvideodec.c height = st->codec->height; height 76 libavformat/rawvideodec.c packet_size = avpicture_get_size(st->codec->pix_fmt, width, height); height 186 libavformat/riffdec.c st->codec->height = (int32_t)avio_rl32(pb); height 216 libavformat/riffenc.c avio_wl32(pb, enc->codec_tag || keep_height ? enc->height : -enc->height); height 223 libavformat/riffenc.c avio_wl32(pb, (enc->width * enc->height * (enc->bits_per_coded_sample ? enc->bits_per_coded_sample : 24)+7) / 8); height 122 libavformat/rl2.c st->codec->height = 200; height 398 libavformat/rmdec.c st->codec->height = avio_rb16(pb); height 254 libavformat/rmenc.c avio_wb16(s, stream->enc->height); height 151 libavformat/rpl.c vst->codec->height = read_line_and_int(pb, &error); // video height height 199 libavformat/rtpdec_h264.c codec->height = atoi(p + 1); // skip the - height 217 libavformat/rtpdec_jpeg.c uint8_t type, q, width, height; height 233 libavformat/rtpdec_jpeg.c height = AV_RB8(buf + 7); /* frame height in 8 pixel blocks */ height 336 libavformat/rtpdec_jpeg.c height, qtables, height 313 libavformat/rtpdec_xiph.c codec->height = atoi(value); height 44 libavformat/rtpenc_jpeg.c h = s1->streams[0]->codec->height >> 3; height 72 libavformat/sauce.c avctx->streams[0]->codec->height = t2<<4; height 79 libavformat/sauce.c avctx->streams[0]->codec->height = t2<<4; height 505 libavformat/sdp.c if (c->width == 176 && c->height == 144) height 507 libavformat/sdp.c else if (c->width == 352 && c->height == 288) height 527 libavformat/sdp.c payload_type, c->width, c->height); height 649 libavformat/sdp.c c->width, c->height, pix_fmt, config); height 52 libavformat/sdr2.c st->codec->height = avio_rl32(s->pb); height 156 libavformat/segafilm.c st->codec->height = AV_RB32(&scratch[12]); 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->codec->height = height; height 128 libavformat/sierravmd.c vst->codec->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->codec->height = height; height 48 libavformat/smacker.c uint32_t width, height; height 120 libavformat/smacker.c smk->height = avio_rl32(pb); height 174 libavformat/smacker.c st->codec->height = smk->height; height 117 libavformat/smjpegdec.c vst->codec->height = avio_rb16(pb); height 83 libavformat/smjpegenc.c avio_wb16(pb, codec->height); height 263 libavformat/smoothstreamingenc.c avio_printf(out, "<QualityLevel Index=\"%d\" Bitrate=\"%d\" FourCC=\"%s\" MaxWidth=\"%d\" MaxHeight=\"%d\" CodecPrivateData=\"%s\" />\n", index, s->streams[i]->codec->bit_rate, os->fourcc, s->streams[i]->codec->width, s->streams[i]->codec->height, os->private_str); height 52 libavformat/smush.c uint32_t width = 0, height = 0, got_audio = 0, read = 0; height 94 libavformat/smush.c height = avio_rl16(pb); height 158 libavformat/smush.c vst->codec->height = height; height 308 libavformat/swfdec.c const int height = avio_rl16(pb); height 332 libavformat/swfdec.c if (av_image_check_size(width, height, 0, s) < 0 || height 333 libavformat/swfdec.c linesize >= INT_MAX / height || height 334 libavformat/swfdec.c linesize * height >= INT_MAX - colormapsize * colormapbpp) { height 335 libavformat/swfdec.c av_log(s, AV_LOG_ERROR, "invalid frame size %dx%d\n", width, height); height 339 libavformat/swfdec.c out_len = colormapsize * colormapbpp + linesize * height; height 342 libavformat/swfdec.c ch_id, bmp_fmt, width, height, linesize, len, out_len, colormapsize); height 377 libavformat/swfdec.c if (!st->codec->width && !st->codec->height) { height 379 libavformat/swfdec.c st->codec->height = height; height 381 libavformat/swfdec.c ff_add_param_change(pkt, 0, 0, 0, width, height); height 415 libavformat/swfdec.c if (linesize * height > pkt->size) { height 419 libavformat/swfdec.c memcpy(pkt->data, buf + colormapsize*colormapbpp, linesize * height); height 180 libavformat/swfenc.c int i, width, height, rate, rate_base; height 227 libavformat/swfenc.c height = 200; height 232 libavformat/swfenc.c height = swf->video_enc->height; height 258 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 363 libavformat/swfenc.c avio_wl16(pb, enc->height); height 116 libavformat/thp.c st->codec->height = avio_rb32(pb); height 221 libavformat/tiertexseq.c st->codec->height = SEQ_FRAME_H; height 136 libavformat/tmv.c vst->codec->height = char_rows * 8; height 41 libavformat/tty.c int width, height; /**< Set by a private option. */ height 90 libavformat/tty.c st->codec->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 1588 libavformat/utils.c if (!st->codec->width && !st->codec->height && !st->codec_info_nb_frames) height 3394 libavformat/utils.c AVRational hw_ratio = { st->codec->height, st->codec->width }; height 4130 libavformat/utils.c int32_t width, int32_t height) height 4149 libavformat/utils.c if (width || height) { height 4163 libavformat/utils.c if (width || height) { height 4165 libavformat/utils.c bytestream_put_le32(&data, height); height 66 libavformat/vc1test.c st->codec->height = avio_rl32(pb); height 41 libavformat/vc1testenc.c avio_wl32(pb, avc->height); height 187 libavformat/vivo.c vst->codec->height = value_int; height 379 libavformat/wavdec.c vst->codec->height = avio_rl24(pb); height 67 libavformat/wc3movie.c int height; height 100 libavformat/wc3movie.c wc3->height = WC3_DEFAULT_HEIGHT; height 143 libavformat/wc3movie.c wc3->height = avio_rl32(pb); height 177 libavformat/wc3movie.c st->codec->height = wc3->height; height 157 libavformat/webmdashenc.c avio_printf(s->pb, " height=\"%d\"", stream->codec->height); height 190 libavformat/webmdashenc.c first_height = s->streams[as->streams[0]]->codec->height; height 192 libavformat/webmdashenc.c if (first_height != s->streams[as->streams[i]]->codec->height) height 245 libavformat/webmdashenc.c avio_printf(s->pb, " height=\"%d\"", codec->height); height 86 libavformat/webpenc.c avio_wl24(s->pb, st->codec->height - 1); height 102 libavformat/webpenc.c avio_wl24(s->pb, st->codec->height - 1); height 108 libavformat/westwood_vqa.c st->codec->height = AV_RL16(&header[8]); height 218 libavformat/wtvenc.c AVRational dar = av_mul_q(st->sample_aspect_ratio, (AVRational){st->codec->width, st->codec->height}); height 226 libavformat/wtvenc.c avio_wl32(pb, st->codec->height); height 173 libavformat/xmv.c vst->codec->height = avio_rl32(pb); height 93 libavformat/yop.c video_dec->height = avio_rl16(pb); height 37 libavformat/yuv4mpegdec.c int width = -1, height = -1, raten = 0, height 69 libavformat/yuv4mpegdec.c height = strtol(tokstart, &tokend, 10); height 222 libavformat/yuv4mpegdec.c if (width == -1 || height == -1) { height 249 libavformat/yuv4mpegdec.c st->codec->height = height; height 267 libavformat/yuv4mpegdec.c int packet_size, width, height, ret; height 288 libavformat/yuv4mpegdec.c height = st->codec->height; height 290 libavformat/yuv4mpegdec.c packet_size = avpicture_get_size(st->codec->pix_fmt, width, height); height 32 libavformat/yuv4mpegenc.c int width, height; height 39 libavformat/yuv4mpegenc.c height = st->codec->height; height 131 libavformat/yuv4mpegenc.c Y4M_MAGIC, width, height, raten, rated, inter, height 143 libavformat/yuv4mpegenc.c int width, height, h_chroma_shift, v_chroma_shift; height 170 libavformat/yuv4mpegenc.c height = st->codec->height; height 205 libavformat/yuv4mpegenc.c for (i = 0; i < height; i++) { height 216 libavformat/yuv4mpegenc.c height = FF_CEIL_RSHIFT(height, v_chroma_shift); height 220 libavformat/yuv4mpegenc.c for (i = 0; i < height; i++) { /* Cb */ height 224 libavformat/yuv4mpegenc.c for (i = 0; i < height; i++) { /* Cr */ height 165 libavutil/frame.c if ((ret = av_image_check_size(frame->width, frame->height, 0, NULL)) < 0) height 183 libavutil/frame.c int h = FFALIGN(frame->height, 32); height 270 libavutil/frame.c if (frame->width > 0 && frame->height > 0) height 284 libavutil/frame.c dst->height = src->height; height 434 libavutil/frame.c tmp.height = frame->height; height 506 libavutil/frame.c && (src->width != dst->width || src->height != dst->height)) height 615 libavutil/frame.c dst->height < src->height) height 626 libavutil/frame.c dst->format, src->width, src->height); height 660 libavutil/frame.c if (dst->width > 0 && dst->height > 0) height 212 libavutil/frame.h int width, height; height 110 libavutil/imgutils.c int av_image_fill_pointers(uint8_t *data[4], enum AVPixelFormat pix_fmt, int height, height 122 libavutil/imgutils.c if (linesizes[0] > (INT_MAX - 1024) / height) height 124 libavutil/imgutils.c size[0] = linesizes[0] * height; height 140 libavutil/imgutils.c h = (height + (1 << s) - 1) >> s; height 267 libavutil/imgutils.c int bytewidth, int height) height 273 libavutil/imgutils.c for (;height > 0; height--) { height 282 libavutil/imgutils.c enum AVPixelFormat pix_fmt, int width, int height) height 293 libavutil/imgutils.c width, height); height 303 libavutil/imgutils.c int h = height; height 310 libavutil/imgutils.c h = FF_CEIL_RSHIFT(height, desc->log2_chroma_h); height 321 libavutil/imgutils.c int width, int height, int align) height 325 libavutil/imgutils.c ret = av_image_check_size(width, height, 0, NULL); height 336 libavutil/imgutils.c return av_image_fill_pointers(dst_data, pix_fmt, height, (uint8_t *)src, dst_linesize); height 340 libavutil/imgutils.c int width, int height, int align) height 349 libavutil/imgutils.c ret = av_image_check_size(width, height, 0, NULL); height 355 libavutil/imgutils.c return width * height; height 358 libavutil/imgutils.c width, height, align); height 365 libavutil/imgutils.c int width, int height, int align) height 368 libavutil/imgutils.c int size = av_image_get_buffer_size(pix_fmt, width, height, align); height 383 libavutil/imgutils.c h = (height + (1 << shift) - 1) >> shift; 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 151 libavutil/imgutils.h enum AVPixelFormat pix_fmt, int width, int height, int align); height 159 libavutil/imgutils.h int av_image_get_buffer_size(enum AVPixelFormat pix_fmt, int width, int height, int align); height 180 libavutil/imgutils.h enum AVPixelFormat pix_fmt, int width, int height, int align); height 67 libavutil/parseutils.c int width, height; height 143 libavutil/parseutils.c int width = 0, height = 0; height 148 libavutil/parseutils.c height = video_size_abbrs[i].height; height 156 libavutil/parseutils.c height = strtol(p, (void*)&p, 10); height 162 libavutil/parseutils.c if (width <= 0 || height <= 0) height 165 libavutil/parseutils.c *height_ptr = height; height 593 libpostproc/postprocess.c typedef void (*pp_fn)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, height 596 libpostproc/postprocess.c static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, height 630 libpostproc/postprocess.c pp(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c); height 884 libpostproc/postprocess.c static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){ height 886 libpostproc/postprocess.c int mbHeight= (height+15)>>4; height 897 libpostproc/postprocess.c c->yHistogram[i]= width*height/64*15/256; height 902 libpostproc/postprocess.c reallocAlign((void **)&c->tempBlurredPast[i], 256*((height+7)&(~7))/2 + 17*1024);//FIXME size height 917 libpostproc/postprocess.c av_cold pp_context *pp_get_context(int width, int height, int cpuCaps){ height 943 libpostproc/postprocess.c reallocBuffers(c, width, height, stride, qpStride); height 975 libpostproc/postprocess.c int width, int height, height 980 libpostproc/postprocess.c int mbHeight= (height+15)>>4; height 988 libpostproc/postprocess.c reallocBuffers(c, width, height, height 1050 libpostproc/postprocess.c width, height, QP_store, QPStride, 0, mode, c); height 1056 libpostproc/postprocess.c height = (height)>>c->vChromaSubSample; height 1060 libpostproc/postprocess.c width, height, QP_store, QPStride, 1, mode, c); height 1062 libpostproc/postprocess.c width, height, QP_store, QPStride, 2, mode, c); height 1065 libpostproc/postprocess.c linecpy(dst[1], src[1], height, srcStride[1]); height 1066 libpostproc/postprocess.c linecpy(dst[2], src[2], height, srcStride[2]); height 1069 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 3083 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, height 3248 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, height 3316 libpostproc/postprocess_template.c if(c.frameNum == 1) yHistogram[0]= width*(uint64_t)height/64*15/256; height 3441 libpostproc/postprocess_template.c for(y=0; y<height; y+=BLOCK_SIZE){ height 3454 libpostproc/postprocess_template.c if(y+15 >= height){ height 3459 libpostproc/postprocess_template.c FFMAX(height-y-copyAhead, 0), srcStride); height 3462 libpostproc/postprocess_template.c for(i=FFMAX(height-y, 8); i<copyAhead+8; i++) height 3463 libpostproc/postprocess_template.c memcpy(tempSrc + srcStride*i, src + srcStride*(height-1), FFABS(srcStride)); height 3466 libpostproc/postprocess_template.c linecpy(tempDst, dstBlock - dstStride, FFMIN(height-y+1, copyAhead+1), dstStride); height 3469 libpostproc/postprocess_template.c for(i=height-y+1; i<=copyAhead; i++) height 3470 libpostproc/postprocess_template.c memcpy(tempDst + dstStride*i, dst + dstStride*(height-1), FFABS(dstStride)); height 3564 libpostproc/postprocess_template.c if(y + 8 < height){ height 3667 libpostproc/postprocess_template.c if(y+15 >= height){ height 3670 libpostproc/postprocess_template.c linecpy(dstBlock, tempDst + dstStride, height-y, dstStride); height 3673 libpostproc/postprocess_template.c for(i=0; i<height-y; i++){ height 27 libswscale/arm/swscale_unscaled.c int width, int height, height 32 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 58 libswscale/rgb2rgb.c int width, int height, height 62 libswscale/rgb2rgb.c int width, int height, height 66 libswscale/rgb2rgb.c int width, int height, height 70 libswscale/rgb2rgb.c int width, int height, height 74 libswscale/rgb2rgb.c int width, int height, height 78 libswscale/rgb2rgb.c int width, int height, height 81 libswscale/rgb2rgb.c void (*planar2x)(const uint8_t *src, uint8_t *dst, int width, int height, height 84 libswscale/rgb2rgb.c int width, int height, int src1Stride, height 87 libswscale/rgb2rgb.c int width, int height, int srcStride, height 91 libswscale/rgb2rgb.c int width, int height, height 96 libswscale/rgb2rgb.c int width, int height, height 100 libswscale/rgb2rgb.c const uint8_t *src, int width, int height, height 103 libswscale/rgb2rgb.c const uint8_t *src, int width, int height, height 106 libswscale/rgb2rgb.c const uint8_t *src, int width, int height, height 109 libswscale/rgb2rgb.c const uint8_t *src, int width, int height, height 80 libswscale/rgb2rgb.h uint8_t *vdst, int width, int height, int lumStride, height 88 libswscale/rgb2rgb.h int width, int height, height 95 libswscale/rgb2rgb.h int width, int height, height 103 libswscale/rgb2rgb.h int width, int height, height 111 libswscale/rgb2rgb.h int width, int height, height 118 libswscale/rgb2rgb.h int width, int height, height 128 libswscale/rgb2rgb.h int width, int height, height 131 libswscale/rgb2rgb.h extern void (*planar2x)(const uint8_t *src, uint8_t *dst, int width, int height, height 135 libswscale/rgb2rgb.h int width, int height, int src1Stride, height 139 libswscale/rgb2rgb.h int width, int height, int srcStride, height 144 libswscale/rgb2rgb.h int width, int height, height 150 libswscale/rgb2rgb.h int width, int height, height 155 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 345 libswscale/rgb2rgb_template.c int width, int height, height 352 libswscale/rgb2rgb_template.c for (y = 0; y < height; y++) { height 399 libswscale/rgb2rgb_template.c int width, int height, int lumStride, height 403 libswscale/rgb2rgb_template.c yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride, height 409 libswscale/rgb2rgb_template.c int width, int height, height 416 libswscale/rgb2rgb_template.c for (y = 0; y < height; y++) { height 463 libswscale/rgb2rgb_template.c int width, int height, int lumStride, height 467 libswscale/rgb2rgb_template.c yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride, height 476 libswscale/rgb2rgb_template.c int width, int height, int lumStride, height 479 libswscale/rgb2rgb_template.c yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride, height 488 libswscale/rgb2rgb_template.c int width, int height, int lumStride, height 491 libswscale/rgb2rgb_template.c yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride, height 501 libswscale/rgb2rgb_template.c int width, int height, int lumStride, height 507 libswscale/rgb2rgb_template.c for (y = 0; y < height; y += 2) { height 582 libswscale/rgb2rgb_template.c int width, int height, int lumStride, height 588 libswscale/rgb2rgb_template.c for (y = 0; y < height; y += 2) { height 618 libswscale/rgb2rgb_template.c uint8_t *vdst, int width, int height, int lumStride, height 627 libswscale/rgb2rgb_template.c for (y = 0; y < height; y += 2) { height 652 libswscale/rgb2rgb_template.c if (y+1 == height) height 679 libswscale/rgb2rgb_template.c uint8_t *dest, int width, int height, height 684 libswscale/rgb2rgb_template.c for (h = 0; h < height; h++) { height 697 libswscale/rgb2rgb_template.c int width, int height, int srcStride, height 702 libswscale/rgb2rgb_template.c for (h = 0; h < height; h++) { height 716 libswscale/rgb2rgb_template.c int width, int height, height 722 libswscale/rgb2rgb_template.c int h = height / 2; height 740 libswscale/rgb2rgb_template.c int width, int height, height 746 libswscale/rgb2rgb_template.c int h = height; height 840 libswscale/rgb2rgb_template.c const uint8_t *src, int width, int height, height 846 libswscale/rgb2rgb_template.c for (y = 0; y < height; y++) { height 860 libswscale/rgb2rgb_template.c const uint8_t *src, int width, int height, height 866 libswscale/rgb2rgb_template.c for (y = 0; y < height; y++) { height 878 libswscale/rgb2rgb_template.c const uint8_t *src, int width, int height, height 884 libswscale/rgb2rgb_template.c for (y = 0; y < height; y++) { height 898 libswscale/rgb2rgb_template.c const uint8_t *src, int width, int height, height 904 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 648 libswscale/swscale.c int height = dstY - lastDstY; height 652 libswscale/swscale.c fillPlane16(dst[3], dstStride[3], length, height, lastDstY, height 656 libswscale/swscale.c fillPlane(dst[3], dstStride[3], length, height, lastDstY, 255); height 279 libswscale/swscale.h void sws_normalizeVec(SwsVector *a, double height); height 883 libswscale/swscale_internal.h static inline void fillPlane16(uint8_t *plane, int stride, int width, int height, int y, height 889 libswscale/swscale_internal.h for (i = 0; i < height; i++) { height 131 libswscale/swscale_unscaled.c static void fillPlane(uint8_t *plane, int stride, int width, int height, int y, height 136 libswscale/swscale_unscaled.c for (i = 0; i < height; i++) { height 1375 libswscale/swscale_unscaled.c for (i = 0; i < height; i++) {\ height 1403 libswscale/swscale_unscaled.c int height = (plane == 0 || plane == 3) ? srcSliceH: FF_CEIL_RSHIFT(srcSliceH, c->chrDstVSubSample); height 1414 libswscale/swscale_unscaled.c fillPlane16(dst[plane], dstStride[plane], length, height, y, height 1418 libswscale/swscale_unscaled.c fillPlane(dst[plane], dstStride[plane], length, height, y, height 1437 libswscale/swscale_unscaled.c for (i = 0; i < height; i++) { height 1456 libswscale/swscale_unscaled.c for (i = 0; i < height; i++) { height 1528 libswscale/swscale_unscaled.c for (i = 0; i < height; i++) { height 1537 libswscale/swscale_unscaled.c height * dstStride[plane]); height 1543 libswscale/swscale_unscaled.c for (i = 0; i < height; i++) { height 1738 libswscale/utils.c void sws_normalizeVec(SwsVector *a, double height) height 1740 libswscale/utils.c sws_scaleVec(a, height / sws_dcVec(a)); height 1168 libswscale/x86/rgb2rgb_template.c int width, int height, height 1173 libswscale/x86/rgb2rgb_template.c for (y=0; y<height; y++) { height 1225 libswscale/x86/rgb2rgb_template.c int width, int height, height 1229 libswscale/x86/rgb2rgb_template.c RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2); height 1233 libswscale/x86/rgb2rgb_template.c int width, int height, height 1238 libswscale/x86/rgb2rgb_template.c for (y=0; y<height; y++) { height 1290 libswscale/x86/rgb2rgb_template.c int width, int height, height 1294 libswscale/x86/rgb2rgb_template.c RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2); height 1301 libswscale/x86/rgb2rgb_template.c int width, int height, height 1304 libswscale/x86/rgb2rgb_template.c RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1); height 1311 libswscale/x86/rgb2rgb_template.c int width, int height, height 1314 libswscale/x86/rgb2rgb_template.c RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1); height 1322 libswscale/x86/rgb2rgb_template.c int width, int height, height 1327 libswscale/x86/rgb2rgb_template.c for (y=0; y<height; y+=2) { height 1521 libswscale/x86/rgb2rgb_template.c int width, int height, height 1526 libswscale/x86/rgb2rgb_template.c for (y=0; y<height; y+=2) { height 1628 libswscale/x86/rgb2rgb_template.c int width, int height, height 1638 libswscale/x86/rgb2rgb_template.c if (height > 2) { height 1644 libswscale/x86/rgb2rgb_template.c height -= 2; height 1647 libswscale/x86/rgb2rgb_template.c for (y=0; y<height-2; y+=2) { height 1875 libswscale/x86/rgb2rgb_template.c ff_rgb24toyv12_c(src, ydst, udst, vdst, width, height-y, lumStride, chromStride, srcStride, rgb2yuv); height 1882 libswscale/x86/rgb2rgb_template.c int width, int height, int src1Stride, height 1887 libswscale/x86/rgb2rgb_template.c for (h=0; h < height; h++) { height 1962 libswscale/x86/rgb2rgb_template.c int width, int height, int srcStride, height 1967 libswscale/x86/rgb2rgb_template.c for (h = 0; h < height; h++) { height 1986 libswscale/x86/rgb2rgb_template.c int width, int height, height 1992 libswscale/x86/rgb2rgb_template.c w=width/2; h=height/2; height 2078 libswscale/x86/rgb2rgb_template.c int width, int height, height 2084 libswscale/x86/rgb2rgb_template.c w=width/2; h=height; 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 2494 libswscale/x86/rgb2rgb_template.c int width, int height, height 2500 libswscale/x86/rgb2rgb_template.c for (y=0; y<height; y++) { height 2520 libswscale/x86/rgb2rgb_template.c int width, int height, height 2526 libswscale/x86/rgb2rgb_template.c for (y=0; y<height; y++) { height 178 tests/rotozoom.c height = h; height 117 tests/tiny_ssim.c int width, int height, void *buf, int *cnt ) height 125 tests/tiny_ssim.c height >>= 2; height 126 tests/tiny_ssim.c for( y = 1; y < height; y++ ) height 138 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 77 tools/ismindex.c int width, height; height 591 tools/ismindex.c track->height = st->codec->height; height 722 tools/ismindex.c index, track->bitrate, track->fourcc, track->width, track->height); height 41 tools/sidxindex.c int width, height; height 198 tools/sidxindex.c track->height = st->codec->height; height 304 tools/sidxindex.c int width = 0, height = 0, sample_rate = 0, channels = 0, bitrate = 0; height 316 tools/sidxindex.c height = track->height; height 325 tools/sidxindex.c if (width > 0 && height > 0) height 326 tools/sidxindex.c fprintf(out, " width=\"%d\" height=\"%d\"", width, height); height 175 tools/uncoded_frame.c st->stream->codec->height = st->link->h; 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;