HomeSort by relevance Sort by last modified time
    Searched refs:Scb (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 89 /* 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);
deblock.cpp 82 SrcU = video->currPic->Scb;
132 curCb = currPic->Scb + offset;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 77 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
avcenc_api.cpp 562 recon->YCbCr[1] = currFS->frame.Scb;
slice.cpp 186 curCb = currPic->Scb + offset;
intra_est.cpp 68 topL = video->currPic->Scb + offset;
    [all...]
motion_comp.cpp 64 curCb = currPic->Scb + offset;
83 ref_Cb = video->RefPicList0[ref_idx]->Scb;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 486 uint8 *Scb; /* for complementary fields, YUV are interlaced */
538 Once decoded_picture_buffer is allocated, Sl,Scb,Scr in
    [all...]

Completed in 117 milliseconds