[go: nahoru, domu]

Searched refs:Scr (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 .*/
306 video->currPic->Scr = video->currPic->Scb + (luma_framesize >> 2);
H A Ddeblock.cpp83 SrcV = video->currPic->Scr;
133 curCr = currPic->Scr + offset;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp111 pDst = video->currPic->Scr + ((offset1 + x_position) >> 2);
H A Davcenc_api.cpp563 recon->YCbCr[2] = currFS->frame.Scr;
H A Dslice.cpp187 curCr = currPic->Scr + offset;
H A Dintra_est.cpp82 topL = video->currPic->Scr + offset;
1383 uint8 *curCr = currPic->Scr + offset;
H A Dmotion_comp.cpp65 curCr = currPic->Scr + offset;
84 ref_Cr = video->RefPicList0[ref_idx]->Scr;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h487 uint8 *Scr; /* Sl of top_field and bottom_fields will be one line apart and the member in struct:tagPictureData
538 Once decoded_picture_buffer is allocated, Sl,Scb,Scr in

Completed in 237 milliseconds