HomeSort by relevance Sort by last modified time
    Searched refs:Scr (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 .*/
306 video->currPic->Scr = video->currPic->Scb + (luma_framesize >> 2);
deblock.cpp 83 SrcV = video->currPic->Scr;
133 curCr = currPic->Scr + offset;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
residual.cpp 111 pDst = video->currPic->Scr + ((offset1 + x_position) >> 2);
avcenc_api.cpp 571 recon->YCbCr[2] = currFS->frame.Scr;
slice.cpp 187 curCr = currPic->Scr + offset;
intra_est.cpp 82 topL = video->currPic->Scr + offset;
    [all...]
motion_comp.cpp 65 curCr = currPic->Scr + offset;
84 ref_Cr = video->RefPicList0[ref_idx]->Scr;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 487 uint8 *Scr; /* Sl of top_field and bottom_fields will be one line apart and the
538 Once decoded_picture_buffer is allocated, Sl,Scb,Scr in
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
residual.cpp 132 pDst = video->currPic->Scr + offset1;
pred_intra.cpp 224 curCr = currPic->Scr + offset;
383 predCr = currPic->Scr + tmp_word;/* bottom line for Cr */
    [all...]
avcdec_api.cpp 879 output->YCbCr[2] = oldestFrame->frame.Scr;
    [all...]
pred_inter.cpp 63 curCr = currPic->Scr + offset;
88 ref_Cr = video->RefPicList0[ref_idx]->Scr;
    [all...]

Completed in 40 milliseconds