Searched refs:Scb (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp89 /* assign the actual memory for Sl, Scb, Scr */
284 video->currFS->frame.Sl = video->currFS->frame.Scb = video->currFS->frame.Scr = NULL;
287 /* assign dbp->base_dpb to fs[i]->frame.Sl, Scb, Scr .*/
305 video->currPic->Scb = video->currFS->base_dpb + luma_framesize + offsetc;
306 video->currPic->Scr = video->currPic->Scb + (luma_framesize >> 2);
H A Ddeblock.cpp82 SrcU = video->currPic->Scb;
132 curCb = currPic->Scb + offset;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp77 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
H A Davcenc_api.cpp562 recon->YCbCr[1] = currFS->frame.Scb;
H A Dslice.cpp186 curCb = currPic->Scb + offset;
H A Dintra_est.cpp68 topL = video->currPic->Scb + offset;
1382 uint8 *curCb = currPic->Scb + offset;
H A Dmotion_comp.cpp64 curCb = currPic->Scb + offset;
83 ref_Cb = video->RefPicList0[ref_idx]->Scb;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h486 uint8 *Scb; /* for complementary fields, YUV are interlaced */ member in struct:tagPictureData
538 Once decoded_picture_buffer is allocated, Sl,Scb,Scr in

Completed in 89 milliseconds