OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dleft
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4_s.s
119
dLeft
DN D1.U8
330
;// Load UL,L0,L1,L2,L3 ;//
dLeft
= [UL|L0|L1|L2|L3|X|X|X]
331
VLD1 {
dLeft
[7]},[pSrcAboveLeft]
336
VLD1 {
dLeft
[6]},[pSrcLeft],srcStep ;// pSrcLeft[0*leftStep]
337
VLD1 {
dLeft
[5]},[pSrcTmp],srcStep ;// pSrcLeft[1*leftStep]
338
VLD1 {
dLeft
[4]},[pSrcLeft] ;// pSrcLeft[2*leftStep]
339
VLD1 {
dLeft
[3]},[pSrcTmp] ;// pSrcLeft[3*leftStep]
342
VEXT dAbove0,
dLeft
,dAbove,#3 ;// [U2|U1|U0|UL|L0|L1|L2|L3]
344
VEXT dAbove1,
dLeft
,dAbove,#4 ;// [U3|U2|U1|U0|UL|L0|L1|L2]
346
VEXT dAbove2,
dLeft
,dAbove,#5 ;// [ X|U3|U2|U1|U0|UL|L0|L1]
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/filters/
FEGaussianBlur.cpp
104
inline void kernelPosition(int boxBlur, unsigned& std, int&
dLeft
, int& dRight)
110
dLeft
= std / 2 - 1;
111
dRight = std -
dLeft
;
113
dLeft
= std / 2;
114
dRight = std -
dLeft
;
119
dLeft
++;
/external/opencv/cv/src/
cvstereogc.cpp
536
short*
dleft
= state->dispLeft->data.s;
local
547
for( y = 0; y < rows; y++, left += step, right += step,
dleft
+= dstep, dright += dstep )
551
int d =
dleft
[x], x1, d1;
566
d1 =
dleft
[x+1];
571
d1 =
dleft
[x+dstep];
701
const short*
dleft
= dleft0 + dstep*y;
local
706
const short* dlr[] = {
dleft
, dright };
727
d =
dleft
[x];
802
if( d != -
dleft
[x1] )
820
short*
dleft
= dleft0 + dstep*y
local
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java
[
all
...]
Completed in 121 milliseconds