Home
last modified time | relevance | path

Searched refs:Sl (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddpb.cpp284 video->currFS->frame.Sl = video->currFS->frame.Scb = video->currFS->frame.Scr = NULL; in DPBInitPic()
304 video->currPic->Sl = video->currFS->base_dpb + offset; in DPBInitPic()
Ddeblock.cpp81 SrcY = video->currPic->Sl; // pointers to source in DeblockPicture()
127 curL = currPic->Sl + offset + (x_pos << 4); in MBInLoopDeblock()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dresidual.cpp44 pDst = video->currPic->Sl + offset1; in EncodeIntraPCM()
Dmotion_est.cpp493 src = refPic->Sl; in AVCPaddingEdge()
992 ref = video->RefPicList0[DEFAULT_REF_IDX]->Sl; /* origin of actual frame */ in AVCMBMotionSearch()
1235 ref = currPic->Sl + i0 + j0 * lx; in AVCMBMotionSearch()
Davcenc_api.cpp561 recon->YCbCr[0] = currFS->frame.Sl; in PVAVCEncGetRecon()
Dslice.cpp183 curL = currPic->Sl + offset; in EncodeMB()
Dmotion_comp.cpp62 curL = currPic->Sl + tmp_word + x_position; in AVCMBMotionComp()
82 ref_l = video->RefPicList0[ref_idx]->Sl; in AVCMBMotionComp()
Dintra_est.cpp218 uint8 *curL = currPic->Sl + offset; /* point to reconstructed frame */ in intrapred_luma_16x16()
646 curL = currPic->Sl + offset; in mb_intra4x4_search()
/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davcint_common.h485 uint8 *Sl; /* derived from base_dpb in AVCFrameStore */ member