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

  /external/llvm/utils/buildit/
build_llvm 258 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
341 -print | xargs -n 1 -P ${SYSCTL} $STRIP -arch all -Sl
  /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 .*/
304 video->currPic->Sl = video->currFS->base_dpb + offset;
deblock.cpp 81 SrcY = video->currPic->Sl; // pointers to source
127 curL = currPic->Sl + offset + (x_pos << 4);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 44 pDst = video->currPic->Sl + offset1;
motion_est.cpp 493 src = refPic->Sl;
992 ref = video->RefPicList0[DEFAULT_REF_IDX]->Sl; /* origin of actual frame */
    [all...]
avcenc_api.cpp 561 recon->YCbCr[0] = currFS->frame.Sl;
slice.cpp 183 curL = currPic->Sl + offset;
intra_est.cpp 218 uint8 *curL = currPic->Sl + offset; /* point to reconstructed frame */
646 curL = currPic->Sl + offset;
    [all...]
motion_comp.cpp 62 curL = currPic->Sl + tmp_word + x_position;
82 ref_l = video->RefPicList0[ref_idx]->Sl;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 485 uint8 *Sl; /* derived from base_dpb in AVCFrameStore */
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...]

Completed in 678 milliseconds