Home | History | Annotate | Download | only in src

Lines Matching defs:currPic

605     int lx = video->currPic->width; // padding
608 int rx = video->currPic->pitch;
959 AVCPictureData *currPic = video->currPic;
966 int width = currPic->width; /* 6/12/01, must be multiple of 16 */
967 int height = currPic->height;
973 int lx = currPic->pitch; /* padding */
1235 ref = currPic->Sl + i0 + j0 * lx;
1265 AVCPictureData *currPic = encvid->common->currPic;
1273 int lx = currPic->pitch; /* with padding */