Home | History | Annotate | Download | only in src

Lines Matching refs:currPic

239     /* video->currPic is assigned to this */
286 /* determine video->currPic */
290 video->currPic = &(video->currFS->frame);
292 video->currPic->padded = 0; // reset this flag to not-padded
304 video->currPic->Sl = video->currFS->base_dpb + offset;
305 video->currPic->Scb = video->currFS->base_dpb + luma_framesize + offsetc;
306 video->currPic->Scr = video->currPic->Scb + (luma_framesize >> 2);
307 video->currPic->pitch = video->PicWidthInSamplesL + (video->padded_size == 0 ? 0 : 32);
310 video->currPic->height = video->PicHeightInSamplesL;
311 video->currPic->width = video->PicWidthInSamplesL;
312 video->currPic->PicNum = CurrPicNum;
370 video->currPic->isReference = TRUE;
375 video->currPic->isLongTerm = FALSE;
381 video->currPic->isLongTerm = TRUE;
403 if (video->currPic->isReference == TRUE)
426 if (video->nal_unit_type != AVC_NALTYPE_IDR && video->currPic->isLongTerm == FALSE)
428 if (video->currPic->isReference)
685 video->currPic->isLongTerm = TRUE;
686 video->currPic->isReference = TRUE;