OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Scr
(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
.*/
306
video->currPic->
Scr
= video->currPic->Scb + (luma_framesize >> 2);
deblock.cpp
83
SrcV = video->currPic->
Scr
;
133
curCr = currPic->
Scr
+ offset;
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp
111
pDst = video->currPic->
Scr
+ ((offset1 + x_position) >> 2);
avcenc_api.cpp
563
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/av/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
...]
Completed in 579 milliseconds