Searched defs:L0 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_4x4.c140 * L0 xx xx xx xx
155 #define L0 pSrcLeft[0*leftStep] macro
175 pDst[0*dstStep+x] = L0;
218 pTmp[1] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2);
219 pTmp[2] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2);
220 pTmp[3] = (OMX_U8)((U0 + 2*UL + L0 + 2)>>2);
238 pTmp[0] = (OMX_U8)((L2 + 2*L1 + L0 + 2)>>2);
239 pTmp[1] = (OMX_U8)((L1 + 2*L0 + UL + 2)>>2);
240 pTmp[2] = (OMX_U8)((L0 + 2*UL + U0 + 2)>>2);
264 pTmp[2] = (OMX_U8)((U0 + 2*UL + L0
[all...]
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h25 enum RegularizationType { L0, L1, L2, L1L2, L1LInf }; enumerator in enum:learning_stochastic_linear::RegularizationType
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp1091 int L2 = 0, L1, L0, R0, R1, R2 = 0, RL0; local
1100 L0 = SrcPtr[-pitch];
1108 //|L0 - L1| < Beta
1109 tmp1 = L0 - L1;
1113 //|R0 - L0| < Alpha
1114 AbsDelta = R0 - L0;
1124 // |R0 - R2| < Beta && |R0 - L0| < (Alpha/4 + 2)
1129 // |L0 - L2| < Beta && |R0 - L0| < (Alpha/4 + 2)
1130 tmp = L0
1280 int L2 = 0, L1, L0, R0, R1, R2 = 0; local
1497 int L1, L0, R0, R1, tmp, tmp1; local
1587 int L1, L0, R0, R1, tmp, tmp1; local
[all...]

Completed in 231 milliseconds