Searched refs:padbottom (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | imgconvert.c | 141 enum AVPixelFormat pix_fmt, int padtop, int padbottom, int padleft, int padright, in av_picture_pad() argument 169 yheight = height - 1 - (padtop + padbottom); in av_picture_pad() 176 if (padbottom || padright) { in av_picture_pad() 177 optr = dst->data[0] + dst->linesize[0] * (height - padbottom) - in av_picture_pad() 179 memset(optr, color[0], dst->linesize[0] * padbottom + in av_picture_pad() 198 yheight = (height - 1 - (padtop + padbottom)) >> y_shift; in av_picture_pad() 213 yheight = (height - 1 - (padtop + padbottom)) >> y_shift; in av_picture_pad() 223 if (padbottom || padright) { in av_picture_pad() 225 ((height - padbottom) >> y_shift) - (padright >> x_shift); in av_picture_pad() 227 (padbottom >> y_shift) + (padright >> x_shift)); in av_picture_pad()
|
D | avcodec.h | 3799 int padtop, int padbottom, int padleft, int padright, int *color);
|