OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sl
(Results
1 - 10
of
10
) sorted by null
/external/llvm/utils/buildit/
build_llvm
241
strip -
Sl
$DEST_DIR$DEST_ROOT/lib/*.[oa]
332
strip -arch all -
Sl
$DT_HOME/lib/libLTO.dylib
362
-print | xargs -n 1 -P ${SYSCTL} strip -arch all -
Sl
/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 .*/
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/base/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
569
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/base/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 151 milliseconds