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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_4x4.c155 * L0 xx xx xx xx
170 #define L0 pSrcLeft[0*leftStep] macro
190 pDst[0*dstStep+x] = L0;
233 pTmp[1] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2);
234 pTmp[2] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2);
235 pTmp[3] = (OMX_U8)((U0 + 2*UL + L0 + 2)>>2);
253 pTmp[0] = (OMX_U8)((L2 + 2*L1 + L0 + 2)>>2);
254 pTmp[1] = (OMX_U8)((L1 + 2*L0 + UL + 2)>>2);
255 pTmp[2] = (OMX_U8)((L0 + 2*UL + U0 + 2)>>2);
279 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

Completed in 70 milliseconds