AV_CEIL_RSHIFT    944 fftools/ffplay.c                                                        frame->data[1] + frame->linesize[1] * (AV_CEIL_RSHIFT(frame->height, 1) - 1), -frame->linesize[1],
AV_CEIL_RSHIFT    945 fftools/ffplay.c                                                        frame->data[2] + frame->linesize[2] * (AV_CEIL_RSHIFT(frame->height, 1) - 1), -frame->linesize[2]);
AV_CEIL_RSHIFT    245 libavcodec/asvenc.c             int w  = AV_CEIL_RSHIFT(pict->width, !!i);
AV_CEIL_RSHIFT    246 libavcodec/asvenc.c             int h  = AV_CEIL_RSHIFT(pict->height, !!i);
AV_CEIL_RSHIFT    247 libavcodec/asvenc.c             int w2 = AV_CEIL_RSHIFT(clone->width, !!i);
AV_CEIL_RSHIFT    248 libavcodec/asvenc.c             int h2 = AV_CEIL_RSHIFT(clone->height, !!i);
AV_CEIL_RSHIFT    769 libavcodec/cfhd.c             bytes = FFALIGN(AV_CEIL_RSHIFT(get_bits_count(&s->gb), 3), 4);
AV_CEIL_RSHIFT   1868 libavcodec/decode.c             frame->width  = FFMAX(avctx->width,  AV_CEIL_RSHIFT(avctx->coded_width,  avctx->lowres));
AV_CEIL_RSHIFT   1869 libavcodec/decode.c             frame->height = FFMAX(avctx->height, AV_CEIL_RSHIFT(avctx->coded_height, avctx->lowres));
AV_CEIL_RSHIFT    320 libavcodec/ffv1dec.c         const int chroma_width  = AV_CEIL_RSHIFT(width,  f->chroma_h_shift);
AV_CEIL_RSHIFT    321 libavcodec/ffv1dec.c         const int chroma_height = AV_CEIL_RSHIFT(height, f->chroma_v_shift);
AV_CEIL_RSHIFT    874 libavcodec/ffv1enc.c         int max_h_slices = AV_CEIL_RSHIFT(avctx->width , s->chroma_h_shift);
AV_CEIL_RSHIFT    875 libavcodec/ffv1enc.c         int max_v_slices = AV_CEIL_RSHIFT(avctx->height, s->chroma_v_shift);
AV_CEIL_RSHIFT   1081 libavcodec/ffv1enc.c         const int chroma_width  = AV_CEIL_RSHIFT(width,  f->chroma_h_shift);
AV_CEIL_RSHIFT   1082 libavcodec/ffv1enc.c         const int chroma_height = AV_CEIL_RSHIFT(height, f->chroma_v_shift);
AV_CEIL_RSHIFT    710 libavcodec/h263dec.c                 int w = AV_CEIL_RSHIFT(pict-> width, !!p);
AV_CEIL_RSHIFT    711 libavcodec/h263dec.c                 int h = AV_CEIL_RSHIFT(pict->height, !!p);
AV_CEIL_RSHIFT    214 libavcodec/h264_slice.c         for(i=0; i<AV_CEIL_RSHIFT(pic->f->height, v_chroma_shift); i++) {
AV_CEIL_RSHIFT    216 libavcodec/h264_slice.c                    0x80, AV_CEIL_RSHIFT(pic->f->width, h_chroma_shift));
AV_CEIL_RSHIFT    218 libavcodec/h264_slice.c                    0x80, AV_CEIL_RSHIFT(pic->f->width, h_chroma_shift));
AV_CEIL_RSHIFT    170 libavcodec/libwebpenc_common.c                             int w = AV_CEIL_RSHIFT(frame->width , !!p);
AV_CEIL_RSHIFT    171 libavcodec/libwebpenc_common.c                             int h = AV_CEIL_RSHIFT(frame->height, !!p);
AV_CEIL_RSHIFT    186 libavcodec/libwebpenc_common.c                                 int w = AV_CEIL_RSHIFT(frame->width , !!p);
AV_CEIL_RSHIFT    187 libavcodec/libwebpenc_common.c                                 int h = AV_CEIL_RSHIFT(frame->height, !!p);
AV_CEIL_RSHIFT    702 libavcodec/libx264.c         int mbn = AV_CEIL_RSHIFT(avctx->width, 4) * AV_CEIL_RSHIFT(avctx->height, 4);
AV_CEIL_RSHIFT    226 libavcodec/magicyuv.c         int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->vshift[i]);
AV_CEIL_RSHIFT    227 libavcodec/magicyuv.c         int width = AV_CEIL_RSHIFT(avctx->coded_width, s->hshift[i]);
AV_CEIL_RSHIFT    228 libavcodec/magicyuv.c         int sheight = AV_CEIL_RSHIFT(s->slice_height, s->vshift[i]);
AV_CEIL_RSHIFT    356 libavcodec/magicyuv.c         int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->vshift[i]);
AV_CEIL_RSHIFT    357 libavcodec/magicyuv.c         int width = AV_CEIL_RSHIFT(avctx->coded_width, s->hshift[i]);
AV_CEIL_RSHIFT    358 libavcodec/magicyuv.c         int sheight = AV_CEIL_RSHIFT(s->slice_height, s->vshift[i]);
AV_CEIL_RSHIFT    501 libavcodec/magicyuvenc.c                            AV_CEIL_RSHIFT(frame->width, s->hshift[i]),
AV_CEIL_RSHIFT    502 libavcodec/magicyuvenc.c                            AV_CEIL_RSHIFT(frame->height, s->vshift[i]));
AV_CEIL_RSHIFT    511 libavcodec/magicyuvenc.c                      AV_CEIL_RSHIFT(frame->width,  s->hshift[i]),
AV_CEIL_RSHIFT    512 libavcodec/magicyuvenc.c                      AV_CEIL_RSHIFT(frame->height, s->vshift[i]),
AV_CEIL_RSHIFT    524 libavcodec/magicyuvenc.c                                   AV_CEIL_RSHIFT(frame->width,  s->hshift[i]),
AV_CEIL_RSHIFT    525 libavcodec/magicyuvenc.c                                   AV_CEIL_RSHIFT(frame->height, s->vshift[i]),
AV_CEIL_RSHIFT    397 libavcodec/mimic.c             ctx->num_vblocks[i] = AV_CEIL_RSHIFT(height,   3 + !!i);
AV_CEIL_RSHIFT   1437 libavcodec/mjpegdec.c     chroma_width  = AV_CEIL_RSHIFT(s->width,  chroma_h_shift);
AV_CEIL_RSHIFT   1438 libavcodec/mjpegdec.c     chroma_height = AV_CEIL_RSHIFT(s->height, chroma_v_shift);
AV_CEIL_RSHIFT   2612 libavcodec/mjpegdec.c                 w = AV_CEIL_RSHIFT(w, hshift);
AV_CEIL_RSHIFT   2613 libavcodec/mjpegdec.c                 h = AV_CEIL_RSHIFT(h, vshift);
AV_CEIL_RSHIFT   2674 libavcodec/mjpegdec.c                 w = AV_CEIL_RSHIFT(w, hshift);
AV_CEIL_RSHIFT   2675 libavcodec/mjpegdec.c                 h = AV_CEIL_RSHIFT(h, vshift);
AV_CEIL_RSHIFT   2703 libavcodec/mjpegdec.c                 w = AV_CEIL_RSHIFT(w, hshift);
AV_CEIL_RSHIFT   2704 libavcodec/mjpegdec.c                 h = AV_CEIL_RSHIFT(h, vshift);
AV_CEIL_RSHIFT   1193 libavcodec/mpegvideo.c     for(i=0; i<AV_CEIL_RSHIFT(frame->height, v_chroma_shift); i++) {
AV_CEIL_RSHIFT   1195 libavcodec/mpegvideo.c                0x80, AV_CEIL_RSHIFT(frame->width, h_chroma_shift));
AV_CEIL_RSHIFT   1197 libavcodec/mpegvideo.c                0x80, AV_CEIL_RSHIFT(frame->width, h_chroma_shift));
AV_CEIL_RSHIFT   1335 libavcodec/mpegvideo.c                 for(i=0; i<AV_CEIL_RSHIFT(avctx->height, v_chroma_shift); i++) {
AV_CEIL_RSHIFT   1337 libavcodec/mpegvideo.c                         0x80, AV_CEIL_RSHIFT(avctx->width, h_chroma_shift));
AV_CEIL_RSHIFT   1339 libavcodec/mpegvideo.c                         0x80, AV_CEIL_RSHIFT(avctx->width, h_chroma_shift));
AV_CEIL_RSHIFT     68 libavcodec/smvjpegdec.c             h = AV_CEIL_RSHIFT(height, desc->log2_chroma_h);
AV_CEIL_RSHIFT    111 libavcodec/snow.c     int w= AV_CEIL_RSHIFT(s->avctx->width,  LOG2_MB_SIZE);
AV_CEIL_RSHIFT    112 libavcodec/snow.c     int h= AV_CEIL_RSHIFT(s->avctx->height, LOG2_MB_SIZE);
AV_CEIL_RSHIFT    538 libavcodec/snow.c             w = AV_CEIL_RSHIFT(w, s->chroma_h_shift);
AV_CEIL_RSHIFT    539 libavcodec/snow.c             h = AV_CEIL_RSHIFT(h, s->chroma_v_shift);
AV_CEIL_RSHIFT    593 libavcodec/snow.c         int w= is_chroma ? AV_CEIL_RSHIFT(s->avctx->width,  s->chroma_h_shift) : s->avctx->width;
AV_CEIL_RSHIFT    594 libavcodec/snow.c         int h= is_chroma ? AV_CEIL_RSHIFT(s->avctx->height, s->chroma_v_shift) : s->avctx->height;
AV_CEIL_RSHIFT   1588 libavcodec/snowenc.c         for(y=0; y<AV_CEIL_RSHIFT(height, vshift); y++)
AV_CEIL_RSHIFT   1591 libavcodec/snowenc.c                    AV_CEIL_RSHIFT(width, hshift));
AV_CEIL_RSHIFT   1593 libavcodec/snowenc.c                                 AV_CEIL_RSHIFT(width, hshift), AV_CEIL_RSHIFT(height, vshift),
AV_CEIL_RSHIFT    109 libavcodec/txd.c             if (bytestream2_get_bytes_left(&gb) < AV_CEIL_RSHIFT(w, 2) * AV_CEIL_RSHIFT(h, 2) * 8)
AV_CEIL_RSHIFT    120 libavcodec/txd.c             if (bytestream2_get_bytes_left(&gb) < AV_CEIL_RSHIFT(w, 2) * AV_CEIL_RSHIFT(h, 2) * 16)
AV_CEIL_RSHIFT    113 libavcodec/utils.c     s->width        = AV_CEIL_RSHIFT(width,  s->lowres);
AV_CEIL_RSHIFT    114 libavcodec/utils.c     s->height       = AV_CEIL_RSHIFT(height, s->lowres);
AV_CEIL_RSHIFT    422 libavcodec/utils.c         int bytes  = is_chroma ? AV_CEIL_RSHIFT(frame->width,  desc->log2_chroma_w) : frame->width;
AV_CEIL_RSHIFT    423 libavcodec/utils.c         int height = is_chroma ? AV_CEIL_RSHIFT(frame->height, desc->log2_chroma_h) : frame->height;
AV_CEIL_RSHIFT    386 libavcodec/v4l2_buffers.c                 h = AV_CEIL_RSHIFT(h, desc->log2_chroma_h);
AV_CEIL_RSHIFT   1029 libavdevice/opengl_enc.c                         AV_CEIL_RSHIFT(opengl->width, desc->log2_chroma_w),
AV_CEIL_RSHIFT   1030 libavdevice/opengl_enc.c                         AV_CEIL_RSHIFT(opengl->height, desc->log2_chroma_h));
AV_CEIL_RSHIFT   1133 libavdevice/opengl_enc.c     int width_chroma = AV_CEIL_RSHIFT(opengl->width, desc->log2_chroma_w);
AV_CEIL_RSHIFT   1134 libavdevice/opengl_enc.c     int height_chroma = AV_CEIL_RSHIFT(opengl->height, desc->log2_chroma_h);
AV_CEIL_RSHIFT   1159 libavdevice/opengl_enc.c     int width = sub ? AV_CEIL_RSHIFT(opengl->width, desc->log2_chroma_w) : opengl->width;   \
AV_CEIL_RSHIFT   1160 libavdevice/opengl_enc.c     int height = sub ? AV_CEIL_RSHIFT(opengl->height, desc->log2_chroma_h): opengl->height; \
AV_CEIL_RSHIFT     75 libavfilter/colorspacedsp_template.c     w = AV_CEIL_RSHIFT(w, SS_W);
AV_CEIL_RSHIFT     76 libavfilter/colorspacedsp_template.c     h = AV_CEIL_RSHIFT(h, SS_H);
AV_CEIL_RSHIFT    153 libavfilter/colorspacedsp_template.c     w = AV_CEIL_RSHIFT(w, SS_W);
AV_CEIL_RSHIFT    154 libavfilter/colorspacedsp_template.c     h = AV_CEIL_RSHIFT(h, SS_H);
AV_CEIL_RSHIFT    237 libavfilter/colorspacedsp_template.c     w = AV_CEIL_RSHIFT(w, SS_W);
AV_CEIL_RSHIFT    238 libavfilter/colorspacedsp_template.c     h = AV_CEIL_RSHIFT(h, SS_H);
AV_CEIL_RSHIFT     61 libavfilter/colorspacedsp_yuv2yuv_template.c     w = AV_CEIL_RSHIFT(w, SS_W);
AV_CEIL_RSHIFT     62 libavfilter/colorspacedsp_yuv2yuv_template.c     h = AV_CEIL_RSHIFT(h, SS_H);
AV_CEIL_RSHIFT    120 libavfilter/drawutils.c             line_size = AV_CEIL_RSHIFT(w, hsub1) * pixel_step[plane];
AV_CEIL_RSHIFT    144 libavfilter/drawutils.c         int width  = AV_CEIL_RSHIFT(w, hsub1);
AV_CEIL_RSHIFT    145 libavfilter/drawutils.c         int height = AV_CEIL_RSHIFT(h, vsub1);
AV_CEIL_RSHIFT    166 libavfilter/drawutils.c         int width  = AV_CEIL_RSHIFT(w, hsub1);
AV_CEIL_RSHIFT    167 libavfilter/drawutils.c         int height = AV_CEIL_RSHIFT(h, vsub1);
AV_CEIL_RSHIFT    308 libavfilter/drawutils.c         wp = AV_CEIL_RSHIFT(w, draw->hsub[plane]) * draw->pixelstep[plane];
AV_CEIL_RSHIFT    309 libavfilter/drawutils.c         hp = AV_CEIL_RSHIFT(h, draw->vsub[plane]);
AV_CEIL_RSHIFT    328 libavfilter/drawutils.c         wp = AV_CEIL_RSHIFT(w, draw->hsub[plane]);
AV_CEIL_RSHIFT    329 libavfilter/drawutils.c         hp = AV_CEIL_RSHIFT(h, draw->vsub[plane]);
AV_CEIL_RSHIFT    224 libavfilter/f_select.c         select->height[plane] = plane == 1 || plane == 2 ?  AV_CEIL_RSHIFT(inlink->h, vsub) : inlink->h;
AV_CEIL_RSHIFT     97 libavfilter/framepool.c             h = AV_CEIL_RSHIFT(h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    226 libavfilter/vf_amplify.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    292 libavfilter/vf_atadenoise.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    294 libavfilter/vf_atadenoise.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    181 libavfilter/vf_avgblur.c     s->planewidth[1] = s->planewidth[2] = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    183 libavfilter/vf_avgblur.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    107 libavfilter/vf_bilateral.c     s->planewidth[1] = s->planewidth[2] = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    109 libavfilter/vf_bilateral.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT     84 libavfilter/vf_bitplanenoise.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT     86 libavfilter/vf_bitplanenoise.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    623 libavfilter/vf_blend.c         int outw = AV_CEIL_RSHIFT(dst_buf->width,  hsub);
AV_CEIL_RSHIFT    624 libavfilter/vf_blend.c         int outh = AV_CEIL_RSHIFT(dst_buf->height, vsub);
AV_CEIL_RSHIFT    791 libavfilter/vf_bm3d.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    793 libavfilter/vf_bm3d.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    234 libavfilter/vf_boxblur.c     int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub), ch = AV_CEIL_RSHIFT(in->height, s->vsub);
AV_CEIL_RSHIFT    275 libavfilter/vf_bwdif.c             w = AV_CEIL_RSHIFT(w, yadif->csp->log2_chroma_w);
AV_CEIL_RSHIFT    276 libavfilter/vf_bwdif.c             h = AV_CEIL_RSHIFT(h, yadif->csp->log2_chroma_h);
AV_CEIL_RSHIFT    248 libavfilter/vf_cas.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    250 libavfilter/vf_cas.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    395 libavfilter/vf_chromashift.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    397 libavfilter/vf_chromashift.c     s->width[1] = s->width[2] = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    227 libavfilter/vf_codecview.c             const int w = AV_CEIL_RSHIFT(frame->width,  s->hsub);
AV_CEIL_RSHIFT    228 libavfilter/vf_codecview.c             const int h = AV_CEIL_RSHIFT(frame->height, s->vsub);
AV_CEIL_RSHIFT    669 libavfilter/vf_colorconstancy.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    671 libavfilter/vf_colorconstancy.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    568 libavfilter/vf_convolution.c     s->planewidth[1] = s->planewidth[2] = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    570 libavfilter/vf_convolution.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    110 libavfilter/vf_convolve.c     s->planewidth[1] = s->planewidth[2] = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    112 libavfilter/vf_convolve.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT     81 libavfilter/vf_cover_rect.c         int w = AV_CEIL_RSHIFT(cover->cover_frame->width , !!p);
AV_CEIL_RSHIFT     82 libavfilter/vf_cover_rect.c         int h = AV_CEIL_RSHIFT(cover->cover_frame->height, !!p);
AV_CEIL_RSHIFT    101 libavfilter/vf_cover_rect.c         int w = AV_CEIL_RSHIFT(cover->width , !!p);
AV_CEIL_RSHIFT    102 libavfilter/vf_cover_rect.c         int h = AV_CEIL_RSHIFT(cover->height, !!p);
AV_CEIL_RSHIFT    103 libavfilter/vf_cover_rect.c         int iw = AV_CEIL_RSHIFT(in->width , !!p);
AV_CEIL_RSHIFT    104 libavfilter/vf_cover_rect.c         int ih = AV_CEIL_RSHIFT(in->height, !!p);
AV_CEIL_RSHIFT    149 libavfilter/vf_dblur.c     s->planewidth[1] = s->planewidth[2] = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    151 libavfilter/vf_dblur.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    375 libavfilter/vf_deband.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    377 libavfilter/vf_deband.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    300 libavfilter/vf_deblock.c     s->planewidth[1] = s->planewidth[2] = AV_CEIL_RSHIFT(inlink->w, s->desc->log2_chroma_w);
AV_CEIL_RSHIFT    303 libavfilter/vf_deblock.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT     96 libavfilter/vf_decimate.c         int width    = plane ? AV_CEIL_RSHIFT(f1->width,  dm->hsub) : f1->width;
AV_CEIL_RSHIFT     97 libavfilter/vf_decimate.c         int height   = plane ? AV_CEIL_RSHIFT(f1->height, dm->vsub) : f1->height;
AV_CEIL_RSHIFT    244 libavfilter/vf_dedot.c     s->planewidth[1] = s->planewidth[2] = AV_CEIL_RSHIFT(inlink->w, s->desc->log2_chroma_w);
AV_CEIL_RSHIFT    247 libavfilter/vf_dedot.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    329 libavfilter/vf_deflicker.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    331 libavfilter/vf_deflicker.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    367 libavfilter/vf_delogo.c                      AV_CEIL_RSHIFT(inlink->w, hsub),
AV_CEIL_RSHIFT    368 libavfilter/vf_delogo.c                      AV_CEIL_RSHIFT(inlink->h, vsub),
AV_CEIL_RSHIFT    372 libavfilter/vf_delogo.c                      AV_CEIL_RSHIFT(s->w + (s->x & ((1<<hsub)-1)), hsub),
AV_CEIL_RSHIFT    373 libavfilter/vf_delogo.c                      AV_CEIL_RSHIFT(s->h + (s->y & ((1<<vsub)-1)), vsub),
AV_CEIL_RSHIFT    421 libavfilter/vf_deshake.c     const int chroma_width  = AV_CEIL_RSHIFT(link->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    422 libavfilter/vf_deshake.c     const int chroma_height = AV_CEIL_RSHIFT(link->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT   1417 libavfilter/vf_deshake_opencl.c     const int chroma_width  = AV_CEIL_RSHIFT(input_frame->width, desc->log2_chroma_w);
AV_CEIL_RSHIFT   1418 libavfilter/vf_deshake_opencl.c     const int chroma_height = AV_CEIL_RSHIFT(input_frame->height, desc->log2_chroma_h);
AV_CEIL_RSHIFT    163 libavfilter/vf_detelecine.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    296 libavfilter/vf_displace.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    298 libavfilter/vf_displace.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    282 libavfilter/vf_dnn_processing.c             int sws_src_h = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    283 libavfilter/vf_dnn_processing.c             int sws_src_w = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    284 libavfilter/vf_dnn_processing.c             int sws_dst_h = AV_CEIL_RSHIFT(outlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    285 libavfilter/vf_dnn_processing.c             int sws_dst_w = AV_CEIL_RSHIFT(outlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    427 libavfilter/vf_dnn_processing.c         uv_height = AV_CEIL_RSHIFT(in->height, desc->log2_chroma_h);
AV_CEIL_RSHIFT    135 libavfilter/vf_edgedetect.c         plane->width      = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    136 libavfilter/vf_edgedetect.c         plane->height     = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT     90 libavfilter/vf_entropy.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT     92 libavfilter/vf_entropy.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    289 libavfilter/vf_eq.c             w = AV_CEIL_RSHIFT(w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    290 libavfilter/vf_eq.c             h = AV_CEIL_RSHIFT(h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    242 libavfilter/vf_extractplanes.c         outlink->h = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    243 libavfilter/vf_extractplanes.c         outlink->w = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    309 libavfilter/vf_fade.c     const int width = AV_CEIL_RSHIFT(frame->width, s->hsub);
AV_CEIL_RSHIFT    310 libavfilter/vf_fade.c     const int height= AV_CEIL_RSHIFT(frame->height, s->vsub);
AV_CEIL_RSHIFT    336 libavfilter/vf_fade.c     const int width = AV_CEIL_RSHIFT(frame->width, s->hsub);
AV_CEIL_RSHIFT    337 libavfilter/vf_fade.c     const int height= AV_CEIL_RSHIFT(frame->height, s->vsub);
AV_CEIL_RSHIFT    206 libavfilter/vf_fftdnoiz.c     s->planes[1].planewidth = s->planes[2].planewidth = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    208 libavfilter/vf_fftdnoiz.c     s->planes[1].planeheight = s->planes[2].planeheight = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    273 libavfilter/vf_fftfilt.c     s->planewidth[1] = s->planewidth[2] = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    275 libavfilter/vf_fftfilt.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    104 libavfilter/vf_fieldhint.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    158 libavfilter/vf_fieldmatch.c     return plane ? AV_CEIL_RSHIFT(f->width, fm->hsub) : f->width;
AV_CEIL_RSHIFT    163 libavfilter/vf_fieldmatch.c     return plane ? AV_CEIL_RSHIFT(f->height, fm->vsub) : f->height;
AV_CEIL_RSHIFT    275 libavfilter/vf_fieldmatch.c         const int width  = AV_CEIL_RSHIFT(src->width,  fm->hsub);
AV_CEIL_RSHIFT    276 libavfilter/vf_fieldmatch.c         const int height = AV_CEIL_RSHIFT(src->height, fm->vsub);
AV_CEIL_RSHIFT    290 libavfilter/vf_fillborders.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    292 libavfilter/vf_fillborders.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    161 libavfilter/vf_framepack.c                 length = AV_CEIL_RSHIFT(out->width / 2, s->pix_desc->log2_chroma_w);
AV_CEIL_RSHIFT    162 libavfilter/vf_framepack.c                 lines  = AV_CEIL_RSHIFT(out->height,    s->pix_desc->log2_chroma_h);
AV_CEIL_RSHIFT    529 libavfilter/vf_fspp.c         fspp->non_b_qp_alloc_size = AV_CEIL_RSHIFT(inlink->w, 4) * AV_CEIL_RSHIFT(inlink->h, 4);
AV_CEIL_RSHIFT    593 libavfilter/vf_fspp.c                 w = AV_CEIL_RSHIFT(inlink->w, 4);
AV_CEIL_RSHIFT    597 libavfilter/vf_fspp.c                 h = AV_CEIL_RSHIFT(inlink->h, 4);
AV_CEIL_RSHIFT    618 libavfilter/vf_fspp.c             const int cw = AV_CEIL_RSHIFT(inlink->w, fspp->hsub);
AV_CEIL_RSHIFT    619 libavfilter/vf_fspp.c             const int ch = AV_CEIL_RSHIFT(inlink->h, fspp->vsub);
AV_CEIL_RSHIFT    236 libavfilter/vf_gblur.c     s->planewidth[1] = s->planewidth[2] = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    238 libavfilter/vf_gblur.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    104 libavfilter/vf_geq.c     const int w = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(picref->width,  geq->hsub) : picref->width;
AV_CEIL_RSHIFT    105 libavfilter/vf_geq.c     const int h = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(picref->height, geq->vsub) : picref->height;
AV_CEIL_RSHIFT    203 libavfilter/vf_geq.c     const int w = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(picref->width,  geq->hsub) : picref->width;
AV_CEIL_RSHIFT    204 libavfilter/vf_geq.c     const int h = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(picref->height, geq->vsub) : picref->height;
AV_CEIL_RSHIFT    437 libavfilter/vf_geq.c         const int width = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(inlink->w, geq->hsub) : inlink->w;
AV_CEIL_RSHIFT    438 libavfilter/vf_geq.c         const int height = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(inlink->h, geq->vsub) : inlink->h;
AV_CEIL_RSHIFT    176 libavfilter/vf_gradfun.c     s->chroma_w = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    177 libavfilter/vf_gradfun.c     s->chroma_h = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    138 libavfilter/vf_hflip.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    140 libavfilter/vf_hflip.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    242 libavfilter/vf_histogram.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    244 libavfilter/vf_histogram.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, s->desc->log2_chroma_w);
AV_CEIL_RSHIFT    299 libavfilter/vf_histogram.c             const int dst_h = AV_CEIL_RSHIFT(outlink->h, (is_chroma ? s->odesc->log2_chroma_h : 0));
AV_CEIL_RSHIFT    300 libavfilter/vf_histogram.c             const int dst_w = AV_CEIL_RSHIFT(outlink->w, (is_chroma ? s->odesc->log2_chroma_w : 0));
AV_CEIL_RSHIFT    309 libavfilter/vf_hqdn3d.c                 AV_CEIL_RSHIFT(in->width,  (!!job_nr * s->hsub)),
AV_CEIL_RSHIFT    310 libavfilter/vf_hqdn3d.c                 AV_CEIL_RSHIFT(in->height, (!!job_nr * s->vsub)),
AV_CEIL_RSHIFT    452 libavfilter/vf_hue.c                     AV_CEIL_RSHIFT(inlink->w, hue->hsub),
AV_CEIL_RSHIFT    453 libavfilter/vf_hue.c                     AV_CEIL_RSHIFT(inlink->h, hue->vsub));
AV_CEIL_RSHIFT    460 libavfilter/vf_hue.c                   AV_CEIL_RSHIFT(inlink->w, hue->hsub),
AV_CEIL_RSHIFT    461 libavfilter/vf_hue.c                   AV_CEIL_RSHIFT(inlink->h, hue->vsub));
AV_CEIL_RSHIFT    266 libavfilter/vf_hysteresis.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    268 libavfilter/vf_hysteresis.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    131 libavfilter/vf_idet.c             w = AV_CEIL_RSHIFT(w, idet->csp->log2_chroma_w);
AV_CEIL_RSHIFT    132 libavfilter/vf_idet.c             h = AV_CEIL_RSHIFT(h, idet->csp->log2_chroma_h);
AV_CEIL_RSHIFT    112 libavfilter/vf_il.c     s->chroma_height = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    155 libavfilter/vf_kerndeint.c         h = plane == 0 ? inlink->h : AV_CEIL_RSHIFT(inlink->h, kerndeint->vsub);
AV_CEIL_RSHIFT    169 libavfilter/vf_lagfun.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    158 libavfilter/vf_lenscorrection.c         int w = AV_CEIL_RSHIFT(rect->width, hsub);
AV_CEIL_RSHIFT    159 libavfilter/vf_lenscorrection.c         int h = AV_CEIL_RSHIFT(rect->height, vsub);
AV_CEIL_RSHIFT    151 libavfilter/vf_limiter.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    153 libavfilter/vf_limiter.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    439 libavfilter/vf_lut.c         int h = AV_CEIL_RSHIFT(td->h, vsub);\
AV_CEIL_RSHIFT    440 libavfilter/vf_lut.c         int w = AV_CEIL_RSHIFT(td->w, hsub);\
AV_CEIL_RSHIFT    207 libavfilter/vf_lut2.c     s->heightx[1] = s->heightx[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    209 libavfilter/vf_lut2.c     s->widthx[1]  = s->widthx[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    236 libavfilter/vf_lut2.c     s->heighty[1] = s->heighty[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    238 libavfilter/vf_lut2.c     s->widthy[1]  = s->widthy[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    417 libavfilter/vf_lut2.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(outlink->h, vsub);
AV_CEIL_RSHIFT    419 libavfilter/vf_lut2.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(outlink->w, hsub);
AV_CEIL_RSHIFT    203 libavfilter/vf_maskedclamp.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    205 libavfilter/vf_maskedclamp.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    202 libavfilter/vf_maskedmerge.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    204 libavfilter/vf_maskedmerge.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    141 libavfilter/vf_maskedminmax.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    143 libavfilter/vf_maskedminmax.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    115 libavfilter/vf_maskedthreshold.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    117 libavfilter/vf_maskedthreshold.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    199 libavfilter/vf_maskfun.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    201 libavfilter/vf_maskfun.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    197 libavfilter/vf_mcdeint.c         int w = AV_CEIL_RSHIFT(inlink->w, is_chroma);
AV_CEIL_RSHIFT    198 libavfilter/vf_mcdeint.c         int h = AV_CEIL_RSHIFT(inlink->h, is_chroma);
AV_CEIL_RSHIFT    140 libavfilter/vf_median.c     s->planewidth[1] = s->planewidth[2] = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    142 libavfilter/vf_median.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    189 libavfilter/vf_mergeplanes.c     s->planewidth[2]  = AV_CEIL_RSHIFT(((s->outdesc->comp[1].depth > 8) + 1) * outlink->w, s->outdesc->log2_chroma_w);
AV_CEIL_RSHIFT    193 libavfilter/vf_mergeplanes.c     s->planeheight[2] = AV_CEIL_RSHIFT(outlink->h, s->outdesc->log2_chroma_h);
AV_CEIL_RSHIFT    217 libavfilter/vf_mergeplanes.c         inputp->planewidth[2]  = AV_CEIL_RSHIFT(((indesc->comp[1].depth > 8) + 1) * inlink->w, indesc->log2_chroma_w);
AV_CEIL_RSHIFT    221 libavfilter/vf_mergeplanes.c         inputp->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, indesc->log2_chroma_h);
AV_CEIL_RSHIFT    259 libavfilter/vf_midequalizer.c     s->height[0][1] = s->height[0][2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    260 libavfilter/vf_midequalizer.c     s->width[0][1]  = s->width[0][2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    293 libavfilter/vf_midequalizer.c     s->height[1][1] = s->height[1][2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    294 libavfilter/vf_midequalizer.c     s->width[1][1]  = s->width[1][2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT   1117 libavfilter/vf_minterpolate.c                     width = AV_CEIL_RSHIFT(width, mi_ctx->log2_chroma_w);
AV_CEIL_RSHIFT   1118 libavfilter/vf_minterpolate.c                     height = AV_CEIL_RSHIFT(height, mi_ctx->log2_chroma_h);
AV_CEIL_RSHIFT    250 libavfilter/vf_mix.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    133 libavfilter/vf_mpdecimate.c                         AV_CEIL_RSHIFT(ref->width,  hsub),
AV_CEIL_RSHIFT    134 libavfilter/vf_mpdecimate.c                         AV_CEIL_RSHIFT(ref->height, vsub))) {
AV_CEIL_RSHIFT    241 libavfilter/vf_neighbor.c     s->planewidth[1] = s->planewidth[2] = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    243 libavfilter/vf_neighbor.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    288 libavfilter/vf_nlmeans.c     s->chroma_w = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    289 libavfilter/vf_nlmeans.c     s->chroma_h = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    326 libavfilter/vf_nlmeans_opencl.c         ctx->chroma_w = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    327 libavfilter/vf_nlmeans_opencl.c         ctx->chroma_h = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    161 libavfilter/vf_nnedi.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    159 libavfilter/vf_noise.c     n->height[1] = n->height[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    460 libavfilter/vf_overlay.c     int src_wp = AV_CEIL_RSHIFT(src_w, hsub);
AV_CEIL_RSHIFT    461 libavfilter/vf_overlay.c     int src_hp = AV_CEIL_RSHIFT(src_h, vsub);
AV_CEIL_RSHIFT    462 libavfilter/vf_overlay.c     int dst_wp = AV_CEIL_RSHIFT(dst_w, hsub);
AV_CEIL_RSHIFT    463 libavfilter/vf_overlay.c     int dst_hp = AV_CEIL_RSHIFT(dst_h, vsub);
AV_CEIL_RSHIFT    251 libavfilter/vf_owdenoise.c     const int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub);
AV_CEIL_RSHIFT    252 libavfilter/vf_owdenoise.c     const int ch = AV_CEIL_RSHIFT(inlink->h, s->vsub);
AV_CEIL_RSHIFT    242 libavfilter/vf_perspective.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    153 libavfilter/vf_phase.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT     62 libavfilter/vf_pixdesctest.c     const int cw = AV_CEIL_RSHIFT(w, priv->pix_desc->log2_chroma_w);
AV_CEIL_RSHIFT     63 libavfilter/vf_pixdesctest.c     const int ch = AV_CEIL_RSHIFT(h, priv->pix_desc->log2_chroma_h);
AV_CEIL_RSHIFT    331 libavfilter/vf_pp7.c         const int cw = AV_CEIL_RSHIFT(inlink->w, pp7->hsub);
AV_CEIL_RSHIFT    332 libavfilter/vf_pp7.c         const int ch = AV_CEIL_RSHIFT(inlink->h, pp7->vsub);
AV_CEIL_RSHIFT    565 libavfilter/vf_premultiply.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    567 libavfilter/vf_premultiply.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    443 libavfilter/vf_pseudocolor.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    445 libavfilter/vf_pseudocolor.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    314 libavfilter/vf_psnr.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    316 libavfilter/vf_psnr.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    197 libavfilter/vf_pullup.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    199 libavfilter/vf_pullup.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    474 libavfilter/vf_removegrain.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    476 libavfilter/vf_removegrain.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT     68 libavfilter/vf_repeatfields.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    545 libavfilter/vf_rotate.c         const int outw = AV_CEIL_RSHIFT(outlink->w, hsub);
AV_CEIL_RSHIFT    546 libavfilter/vf_rotate.c         const int outh = AV_CEIL_RSHIFT(outlink->h, vsub);
AV_CEIL_RSHIFT    548 libavfilter/vf_rotate.c                           .inw  = AV_CEIL_RSHIFT(inlink->w, hsub),
AV_CEIL_RSHIFT    549 libavfilter/vf_rotate.c                           .inh  = AV_CEIL_RSHIFT(inlink->h, vsub),
AV_CEIL_RSHIFT    217 libavfilter/vf_sab.c                             AV_CEIL_RSHIFT(inlink->w, s->hsub),
AV_CEIL_RSHIFT    218 libavfilter/vf_sab.c                             AV_CEIL_RSHIFT(inlink->h, s->vsub), s->sws_flags);
AV_CEIL_RSHIFT    298 libavfilter/vf_sab.c         int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub);
AV_CEIL_RSHIFT    299 libavfilter/vf_sab.c         int ch = AV_CEIL_RSHIFT(inlink->h, s->vsub);
AV_CEIL_RSHIFT    128 libavfilter/vf_scroll.c     s->pos_v[1] = s->pos_v[2] = AV_CEIL_RSHIFT(v_pos, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    130 libavfilter/vf_scroll.c     s->pos_h[1] = s->pos_h[2] = AV_CEIL_RSHIFT(h_pos, s->desc->log2_chroma_w) * s->bytes;
AV_CEIL_RSHIFT    169 libavfilter/vf_scroll.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    171 libavfilter/vf_scroll.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, s->desc->log2_chroma_w);
AV_CEIL_RSHIFT    274 libavfilter/vf_showinfo.c         int h = plane == 1 || plane == 2 ? AV_CEIL_RSHIFT(inlink->h, vsub) : inlink->h;
AV_CEIL_RSHIFT    182 libavfilter/vf_signalstats.c     s->chromaw = AV_CEIL_RSHIFT(inlink->w, s->hsub);
AV_CEIL_RSHIFT    183 libavfilter/vf_signalstats.c     s->chromah = AV_CEIL_RSHIFT(inlink->h, s->vsub);
AV_CEIL_RSHIFT    170 libavfilter/vf_smartblur.c                       AV_CEIL_RSHIFT(inlink->w, s->hsub),
AV_CEIL_RSHIFT    171 libavfilter/vf_smartblur.c                       AV_CEIL_RSHIFT(inlink->h, s->vsub),
AV_CEIL_RSHIFT    246 libavfilter/vf_smartblur.c     int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub);
AV_CEIL_RSHIFT    247 libavfilter/vf_smartblur.c     int ch = AV_CEIL_RSHIFT(inlink->h, s->vsub);
AV_CEIL_RSHIFT    382 libavfilter/vf_spp.c                 w = AV_CEIL_RSHIFT(inlink->w, 4);
AV_CEIL_RSHIFT    386 libavfilter/vf_spp.c                 h = AV_CEIL_RSHIFT(inlink->h, 4);
AV_CEIL_RSHIFT    408 libavfilter/vf_spp.c             const int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub);
AV_CEIL_RSHIFT    409 libavfilter/vf_spp.c             const int ch = AV_CEIL_RSHIFT(inlink->h, s->vsub);
AV_CEIL_RSHIFT    180 libavfilter/vf_sr.c             sws_src_h = AV_CEIL_RSHIFT(sr_context->input.height, desc->log2_chroma_h);
AV_CEIL_RSHIFT    181 libavfilter/vf_sr.c             sws_src_w = AV_CEIL_RSHIFT(sr_context->input.width, desc->log2_chroma_w);
AV_CEIL_RSHIFT    182 libavfilter/vf_sr.c             sws_dst_h = AV_CEIL_RSHIFT(sr_context->output.height, desc->log2_chroma_h);
AV_CEIL_RSHIFT    183 libavfilter/vf_sr.c             sws_dst_w = AV_CEIL_RSHIFT(sr_context->output.width, desc->log2_chroma_w);
AV_CEIL_RSHIFT    404 libavfilter/vf_ssim.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    406 libavfilter/vf_ssim.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    219 libavfilter/vf_stack.c             item->height[1] = item->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    223 libavfilter/vf_stack.c                 item->y[1] = item->y[2] = AV_CEIL_RSHIFT(height, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    243 libavfilter/vf_stack.c             item->height[1] = item->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    278 libavfilter/vf_stack.c             item->height[1] = item->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    326 libavfilter/vf_stack.c             item->y[1] = item->y[2] = AV_CEIL_RSHIFT(inh, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    592 libavfilter/vf_stereo3d.c     s->pheight[1] = s->pheight[2] = AV_CEIL_RSHIFT(s->height, desc->log2_chroma_h);
AV_CEIL_RSHIFT    791 libavfilter/vf_stereo3d.c         s->in_off_left[i]   = (AV_CEIL_RSHIFT(s->in.row_left,   vsub) + s->in.off_lstep)  * ileft->linesize[i]  + AV_CEIL_RSHIFT(s->in.off_left   * s->pixstep[i], hsub);
AV_CEIL_RSHIFT    792 libavfilter/vf_stereo3d.c         s->in_off_right[i]  = (AV_CEIL_RSHIFT(s->in.row_right,  vsub) + s->in.off_rstep)  * iright->linesize[i] + AV_CEIL_RSHIFT(s->in.off_right  * s->pixstep[i], hsub);
AV_CEIL_RSHIFT    793 libavfilter/vf_stereo3d.c         out_off_left[i]  = (AV_CEIL_RSHIFT(s->out.row_left,  vsub) + s->out.off_lstep) * oleft->linesize[i]  + AV_CEIL_RSHIFT(s->out.off_left  * s->pixstep[i], hsub);
AV_CEIL_RSHIFT    794 libavfilter/vf_stereo3d.c         out_off_right[i] = (AV_CEIL_RSHIFT(s->out.row_right, vsub) + s->out.off_rstep) * oright->linesize[i] + AV_CEIL_RSHIFT(s->out.off_right * s->pixstep[i], hsub);
AV_CEIL_RSHIFT    154 libavfilter/vf_swaprect.c     ah[1] = ah[2] = AV_CEIL_RSHIFT(h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    156 libavfilter/vf_swaprect.c     aw[1] = aw[2] = AV_CEIL_RSHIFT(w, s->desc->log2_chroma_w);
AV_CEIL_RSHIFT    162 libavfilter/vf_swaprect.c     ph[1] = ph[2] = AV_CEIL_RSHIFT(h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    164 libavfilter/vf_swaprect.c     pw[1] = pw[2] = AV_CEIL_RSHIFT(w, s->desc->log2_chroma_w);
AV_CEIL_RSHIFT    167 libavfilter/vf_swaprect.c     lh[1] = lh[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    169 libavfilter/vf_swaprect.c     lw[1] = lw[2] = AV_CEIL_RSHIFT(inlink->w, s->desc->log2_chroma_w);
AV_CEIL_RSHIFT    172 libavfilter/vf_swaprect.c     x1[1] = x1[2] = AV_CEIL_RSHIFT(x1[0], s->desc->log2_chroma_w);
AV_CEIL_RSHIFT    174 libavfilter/vf_swaprect.c     y1[1] = y1[2] = AV_CEIL_RSHIFT(y1[0], s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    177 libavfilter/vf_swaprect.c     x2[1] = x2[2] = AV_CEIL_RSHIFT(x2[0], s->desc->log2_chroma_w);
AV_CEIL_RSHIFT    179 libavfilter/vf_swaprect.c     y2[1] = y2[2] = AV_CEIL_RSHIFT(y2[0], s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    137 libavfilter/vf_telecine.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    218 libavfilter/vf_threshold.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    220 libavfilter/vf_threshold.c     s->width[1]  = s->width[2]  = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    327 libavfilter/vf_tinterlace.c         int lines = plane == 1 || plane == 2 ? AV_CEIL_RSHIFT(src_h, vsub) : src_h;
AV_CEIL_RSHIFT    328 libavfilter/vf_tinterlace.c         int cols  = plane == 1 || plane == 2 ? AV_CEIL_RSHIFT(    w, hsub) : w;
AV_CEIL_RSHIFT    280 libavfilter/vf_transpose.c         int inh     = AV_CEIL_RSHIFT(in->height, vsub);
AV_CEIL_RSHIFT    281 libavfilter/vf_transpose.c         int outw    = AV_CEIL_RSHIFT(out->width,  hsub);
AV_CEIL_RSHIFT    282 libavfilter/vf_transpose.c         int outh    = AV_CEIL_RSHIFT(out->height, vsub);
AV_CEIL_RSHIFT    145 libavfilter/vf_unsharp.c     plane_w[1] = plane_w[2] = AV_CEIL_RSHIFT(inlink->w, s->hsub);
AV_CEIL_RSHIFT    147 libavfilter/vf_unsharp.c     plane_h[1] = plane_h[2] = AV_CEIL_RSHIFT(inlink->h, s->vsub);
AV_CEIL_RSHIFT    250 libavfilter/vf_unsharp.c     ret = init_filter_param(inlink->dst, &s->chroma, "chroma", AV_CEIL_RSHIFT(inlink->w, s->hsub));
AV_CEIL_RSHIFT    193 libavfilter/vf_uspp.c         int w = AV_CEIL_RSHIFT(width,  is_chroma ? p->hsub : 0);
AV_CEIL_RSHIFT    194 libavfilter/vf_uspp.c         int h = AV_CEIL_RSHIFT(height, is_chroma ? p->vsub : 0);
AV_CEIL_RSHIFT    272 libavfilter/vf_uspp.c         for (y = 0; y < AV_CEIL_RSHIFT(height, p->vsub); y++) {
AV_CEIL_RSHIFT    273 libavfilter/vf_uspp.c             for (x = 0; x < AV_CEIL_RSHIFT(width, p->hsub); x++) {
AV_CEIL_RSHIFT    285 libavfilter/vf_uspp.c                       AV_CEIL_RSHIFT(width,  is_chroma ? p->hsub : 0),
AV_CEIL_RSHIFT    286 libavfilter/vf_uspp.c                       AV_CEIL_RSHIFT(height, is_chroma ? p->vsub : 0),
AV_CEIL_RSHIFT    334 libavfilter/vf_uspp.c             w = AV_CEIL_RSHIFT(w, uspp->hsub);
AV_CEIL_RSHIFT    335 libavfilter/vf_uspp.c             h = AV_CEIL_RSHIFT(h, uspp->vsub);
AV_CEIL_RSHIFT    403 libavfilter/vf_uspp.c                 w = AV_CEIL_RSHIFT(inlink->w, 4);
AV_CEIL_RSHIFT    407 libavfilter/vf_uspp.c                 h = AV_CEIL_RSHIFT(inlink->h, 4);
AV_CEIL_RSHIFT    151 libavfilter/vf_vaguedenoiser.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    153 libavfilter/vf_vaguedenoiser.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT   1555 libavfilter/vf_vectorscope.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT   1557 libavfilter/vf_vectorscope.c     s->planewidth[1]  = s->planewidth[2]  = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT     66 libavfilter/vf_vflip.c         int height = AV_CEIL_RSHIFT(h, vsub);
AV_CEIL_RSHIFT     84 libavfilter/vf_vflip.c         int height = AV_CEIL_RSHIFT(link->h, vsub);
AV_CEIL_RSHIFT    270 libavfilter/vf_vignette.c             const int w = AV_CEIL_RSHIFT(inlink->w, hsub);
AV_CEIL_RSHIFT    271 libavfilter/vf_vignette.c             const int h = AV_CEIL_RSHIFT(inlink->h, vsub);
AV_CEIL_RSHIFT    278 libavfilter/vf_w3fdif.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    698 libavfilter/vf_waveform.c     const int src_h = AV_CEIL_RSHIFT(in->height, shift_h);
AV_CEIL_RSHIFT    699 libavfilter/vf_waveform.c     const int src_w = AV_CEIL_RSHIFT(in->width, shift_w);
AV_CEIL_RSHIFT    835 libavfilter/vf_waveform.c     const int src_h = AV_CEIL_RSHIFT(in->height, shift_h);
AV_CEIL_RSHIFT    836 libavfilter/vf_waveform.c     const int src_w = AV_CEIL_RSHIFT(in->width, shift_w);
AV_CEIL_RSHIFT     92 libavfilter/vf_weave.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    293 libavfilter/vf_xmedian.c     s->width[1] = s->width[2] = AV_CEIL_RSHIFT(inlink->w, s->desc->log2_chroma_w);
AV_CEIL_RSHIFT    295 libavfilter/vf_xmedian.c     s->height[1] = s->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    241 libavfilter/vf_yadif.c             w = AV_CEIL_RSHIFT(w, yadif->csp->log2_chroma_w);
AV_CEIL_RSHIFT    242 libavfilter/vf_yadif.c             h = AV_CEIL_RSHIFT(h, yadif->csp->log2_chroma_h);
AV_CEIL_RSHIFT    173 libavfilter/vf_yadif_cuda.c                     AV_CEIL_RSHIFT(y->cur->width, i ? y->csp->log2_chroma_w : 0),
AV_CEIL_RSHIFT    174 libavfilter/vf_yadif_cuda.c                     AV_CEIL_RSHIFT(y->cur->height, i ? y->csp->log2_chroma_h : 0),
AV_CEIL_RSHIFT    177 libavfilter/vf_yadif_cuda.c                     AV_CEIL_RSHIFT(dst->width, i ? y->csp->log2_chroma_w : 0),
AV_CEIL_RSHIFT    178 libavfilter/vf_yadif_cuda.c                     AV_CEIL_RSHIFT(dst->height, i ? y->csp->log2_chroma_h : 0),
AV_CEIL_RSHIFT    276 libavfilter/vf_yaepblur.c     s->planewidth[1] = s->planewidth[2] = AV_CEIL_RSHIFT(inlink->w, desc->log2_chroma_w);
AV_CEIL_RSHIFT    278 libavfilter/vf_yaepblur.c     s->planeheight[1] = s->planeheight[2] = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    282 libavfilter/vf_yaepblur.c     s->radius = FFMIN(s->radius, AV_CEIL_RSHIFT(FFMIN(inlink->w, inlink->h), 1));
AV_CEIL_RSHIFT    197 libavfilter/vf_zoompan.c     px[1] = px[2] = AV_CEIL_RSHIFT(x, s->desc->log2_chroma_w);
AV_CEIL_RSHIFT    200 libavfilter/vf_zoompan.c     py[1] = py[2] = AV_CEIL_RSHIFT(y, s->desc->log2_chroma_h);
AV_CEIL_RSHIFT    310 libavfilter/vsrc_mptestsrc.c         cw = AV_CEIL_RSHIFT(w, test->hsub), ch = AV_CEIL_RSHIFT(h, test->vsub);
AV_CEIL_RSHIFT   1335 libavfilter/vsrc_testsrc.c             pw = AV_CEIL_RSHIFT(w, desc->log2_chroma_w);
AV_CEIL_RSHIFT   1337 libavfilter/vsrc_testsrc.c             ph = AV_CEIL_RSHIFT(h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    189 libavformat/img2enc.c         int usize = AV_CEIL_RSHIFT(par->width, desc->log2_chroma_w) * AV_CEIL_RSHIFT(par->height, desc->log2_chroma_h);
AV_CEIL_RSHIFT     45 libavformat/rtpenc_jpeg.c     w = AV_CEIL_RSHIFT(s1->streams[0]->codecpar->width, 3);
AV_CEIL_RSHIFT     46 libavformat/rtpenc_jpeg.c     h = AV_CEIL_RSHIFT(s1->streams[0]->codecpar->height, 3);
AV_CEIL_RSHIFT     67 libavformat/uncodedframecrcenc.c             h = AV_CEIL_RSHIFT(h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    432 libavformat/vapoursynth.c             plane_h = AV_CEIL_RSHIFT(plane_h, desc->log2_chroma_h);
AV_CEIL_RSHIFT    264 libavformat/yuv4mpegenc.c         width  = AV_CEIL_RSHIFT(width,  h_chroma_shift);
AV_CEIL_RSHIFT    265 libavformat/yuv4mpegenc.c         height = AV_CEIL_RSHIFT(height, v_chroma_shift);
AV_CEIL_RSHIFT     61 libavutil/common.h #define FF_CEIL_RSHIFT AV_CEIL_RSHIFT
AV_CEIL_RSHIFT   1536 libavutil/hwcontext_vulkan.c         const int p_w = i > 0 ? AV_CEIL_RSHIFT(w, desc->log2_chroma_w) : w;
AV_CEIL_RSHIFT   1537 libavutil/hwcontext_vulkan.c         const int p_h = i > 0 ? AV_CEIL_RSHIFT(h, desc->log2_chroma_h) : h;
AV_CEIL_RSHIFT   2013 libavutil/hwcontext_vulkan.c         const int p_w = i > 0 ? AV_CEIL_RSHIFT(hwfc->width, fmt_desc->log2_chroma_w) : hwfc->width;
AV_CEIL_RSHIFT   2014 libavutil/hwcontext_vulkan.c         const int p_h = i > 0 ? AV_CEIL_RSHIFT(hwfc->height, fmt_desc->log2_chroma_h) : hwfc->height;
AV_CEIL_RSHIFT   2310 libavutil/hwcontext_vulkan.c                     .Width  = i > 0 ? AV_CEIL_RSHIFT(hwfc->width, desc->log2_chroma_w)
AV_CEIL_RSHIFT   2312 libavutil/hwcontext_vulkan.c                     .Height = i > 0 ? AV_CEIL_RSHIFT(hwfc->height, desc->log2_chroma_h)
AV_CEIL_RSHIFT   2441 libavutil/hwcontext_vulkan.c             .WidthInBytes  = (i > 0 ? AV_CEIL_RSHIFT(hwfc->width, desc->log2_chroma_w)
AV_CEIL_RSHIFT   2443 libavutil/hwcontext_vulkan.c             .Height        = i > 0 ? AV_CEIL_RSHIFT(hwfc->height, desc->log2_chroma_h)
AV_CEIL_RSHIFT   2939 libavutil/hwcontext_vulkan.c         const int p_w = i > 0 ? AV_CEIL_RSHIFT(w, desc->log2_chroma_w) : w;
AV_CEIL_RSHIFT   2940 libavutil/hwcontext_vulkan.c         const int p_h = i > 0 ? AV_CEIL_RSHIFT(h, desc->log2_chroma_h) : h;
AV_CEIL_RSHIFT   3027 libavutil/hwcontext_vulkan.c         int p_height = i > 0 ? AV_CEIL_RSHIFT(h, log2_chroma) : h;
AV_CEIL_RSHIFT   3059 libavutil/hwcontext_vulkan.c         int p_height = i > 0 ? AV_CEIL_RSHIFT(h, log2_chroma) : h;
AV_CEIL_RSHIFT   3146 libavutil/hwcontext_vulkan.c             .WidthInBytes  = (i > 0 ? AV_CEIL_RSHIFT(hwfc->width, desc->log2_chroma_w)
AV_CEIL_RSHIFT   3148 libavutil/hwcontext_vulkan.c             .Height        = i > 0 ? AV_CEIL_RSHIFT(hwfc->height, desc->log2_chroma_h)
AV_CEIL_RSHIFT   3211 libavutil/hwcontext_vulkan.c         int p_height = i > 0 ? AV_CEIL_RSHIFT(h, log2_chroma) : h;
AV_CEIL_RSHIFT   3248 libavutil/hwcontext_vulkan.c         int p_height = i > 0 ? AV_CEIL_RSHIFT(h, log2_chroma) : h;
AV_CEIL_RSHIFT    378 libavutil/imgutils.c                 h = AV_CEIL_RSHIFT(height, desc->log2_chroma_h);
AV_CEIL_RSHIFT     53 libswscale/alphablend.c             for (y = srcSliceY >> y_subsample; y < AV_CEIL_RSHIFT(srcSliceH, y_subsample); y++) {
AV_CEIL_RSHIFT    169 libswscale/hscale.c     int srcW = AV_CEIL_RSHIFT(desc->src->width, desc->src->h_chr_sub_sample);
AV_CEIL_RSHIFT    170 libswscale/hscale.c     int dstW = AV_CEIL_RSHIFT(desc->dst->width, desc->dst->h_chr_sub_sample);
AV_CEIL_RSHIFT    204 libswscale/hscale.c     int srcW = AV_CEIL_RSHIFT(desc->src->width, desc->src->h_chr_sub_sample);
AV_CEIL_RSHIFT    878 libswscale/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
AV_CEIL_RSHIFT    898 libswscale/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
AV_CEIL_RSHIFT    916 libswscale/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
AV_CEIL_RSHIFT    936 libswscale/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
AV_CEIL_RSHIFT    262 libswscale/swscale.c     const int chrSrcSliceH           = AV_CEIL_RSHIFT(srcSliceH,   c->chrSrcVSubSample);
AV_CEIL_RSHIFT    355 libswscale/swscale.c             AV_CEIL_RSHIFT(dstH, c->chrDstVSubSample), 0);
AV_CEIL_RSHIFT    422 libswscale/swscale.c                        lastChrSrcY < AV_CEIL_RSHIFT(srcSliceY + srcSliceH, c->chrSrcVSubSample);
AV_CEIL_RSHIFT    447 libswscale/swscale.c             lastCPosY = FFMIN(firstChrSrcY + hout_slice->plane[1].available_lines - 1, AV_CEIL_RSHIFT(srcSliceY + srcSliceH, c->chrSrcVSubSample) - 1);
AV_CEIL_RSHIFT   1760 libswscale/swscale_unscaled.c         int length = (plane == 0 || plane == 3) ? c->srcW  : AV_CEIL_RSHIFT(c->srcW,   c->chrDstHSubSample);
AV_CEIL_RSHIFT   1761 libswscale/swscale_unscaled.c         int y =      (plane == 0 || plane == 3) ? srcSliceY: AV_CEIL_RSHIFT(srcSliceY, c->chrDstVSubSample);
AV_CEIL_RSHIFT   1762 libswscale/swscale_unscaled.c         int height = (plane == 0 || plane == 3) ? srcSliceH: AV_CEIL_RSHIFT(srcSliceH, c->chrDstVSubSample);
AV_CEIL_RSHIFT   1415 libswscale/utils.c     c->chrSrcW = AV_CEIL_RSHIFT(srcW, c->chrSrcHSubSample);
AV_CEIL_RSHIFT   1416 libswscale/utils.c     c->chrSrcH = AV_CEIL_RSHIFT(srcH, c->chrSrcVSubSample);
AV_CEIL_RSHIFT   1417 libswscale/utils.c     c->chrDstW = AV_CEIL_RSHIFT(dstW, c->chrDstHSubSample);
AV_CEIL_RSHIFT   1418 libswscale/utils.c     c->chrDstH = AV_CEIL_RSHIFT(dstH, c->chrDstVSubSample);
AV_CEIL_RSHIFT     80 libswscale/vscale.c         int dstW = AV_CEIL_RSHIFT(desc->dst->width, desc->dst->h_chr_sub_sample);
AV_CEIL_RSHIFT   2398 libswscale/x86/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
AV_CEIL_RSHIFT   2424 libswscale/x86/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
AV_CEIL_RSHIFT   2448 libswscale/x86/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);
AV_CEIL_RSHIFT   2474 libswscale/x86/rgb2rgb_template.c     const int chromWidth = AV_CEIL_RSHIFT(width, 1);