Home | History | Annotate | Download | only in src

Lines Matching full:refpic

243     AVCPictureData *refPic = video->RefPicList0[0];
299 if (refPic->padded == 0)
301 AVCPaddingEdge(refPic);
302 refPic->padded = 1;
482 void AVCPaddingEdge(AVCPictureData *refPic)
489 width = refPic->width;
490 height = refPic->height;
491 pitch = refPic->pitch;
494 src = refPic->Sl;