Searched refs:padbottom (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | imgconvert.c | 139 enum AVPixelFormat pix_fmt, int padtop, int padbottom, int padleft, int padright, in av_picture_pad() argument 167 yheight = height - 1 - (padtop + padbottom); in av_picture_pad() 174 if (padbottom || padright) { in av_picture_pad() 175 optr = dst->data[0] + dst->linesize[0] * (height - padbottom) - in av_picture_pad() 177 memset(optr, color[0], dst->linesize[0] * padbottom + in av_picture_pad() 196 yheight = (height - 1 - (padtop + padbottom)) >> y_shift; in av_picture_pad() 211 yheight = (height - 1 - (padtop + padbottom)) >> y_shift; in av_picture_pad() 221 if (padbottom || padright) { in av_picture_pad() 223 ((height - padbottom) >> y_shift) - (padright >> x_shift); in av_picture_pad() 225 (padbottom >> y_shift) + (padright >> x_shift)); in av_picture_pad()
|
D | avcodec.h | 3760 int padtop, int padbottom, int padleft, int padright, int *color);
|