Searched refs:Scb (Results 1 – 12 of 12) sorted by relevance
284 video->currFS->frame.Sl = video->currFS->frame.Scb = video->currFS->frame.Scr = NULL; in DPBInitPic()305 video->currPic->Scb = video->currFS->base_dpb + luma_framesize + offsetc; in DPBInitPic()306 video->currPic->Scr = video->currPic->Scb + (luma_framesize >> 2); in DPBInitPic()
80 SrcU = video->currPic->Scb; in DeblockPicture()130 curCb = currPic->Scb + offset; in MBInLoopDeblock()
78 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2); in EncodeIntraPCM()
572 recon->YCbCr[1] = currFS->frame.Scb; in PVAVCEncGetRecon()
187 curCb = currPic->Scb + offset; in EncodeMB()
69 topL = video->currPic->Scb + offset; in IntraDecisionABE()1383 uint8 *curCb = currPic->Scb + offset; in chroma_intra_search()
65 curCb = currPic->Scb + offset; in AVCMBMotionComp()84 ref_Cb = video->RefPicList0[ref_idx]->Scb; in AVCMBMotionComp()
94 pDst = video->currPic->Scb + offset1; in DecodeIntraPCM()
224 curCb = currPic->Scb + offset; in IntraMBPrediction()383 predCb = currPic->Scb + tmp_word;/* bottom line for Cb */ in SaveNeighborForIntraPred()
878 output->YCbCr[1] = oldestFrame->frame.Scb; in PVAVCDecGetOutput()
63 curCb = currPic->Scb + offset; in InterMBPrediction()88 ref_Cb = video->RefPicList0[ref_idx]->Scb; in InterMBPrediction()
489 uint8 *Scb; /* for complementary fields, YUV are interlaced */ member