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

  /frameworks/base/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/base/media/libstagefright/codecs/avc/enc/src/
residual.cpp 77 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
avcenc_api.cpp 570 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/base/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...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
residual.cpp 96 pDst = video->currPic->Scb + offset1;
pred_intra.cpp 223 curCb = currPic->Scb + offset;
382 predCb = currPic->Scb + tmp_word;/* bottom line for Cb */
    [all...]
avcdec_api.cpp 878 output->YCbCr[1] = oldestFrame->frame.Scb;
    [all...]
pred_inter.cpp 62 curCb = currPic->Scb + offset;
87 ref_Cb = video->RefPicList0[ref_idx]->Scb;
    [all...]

Completed in 42 milliseconds