Searched refs:L1 (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_4x4.c141 * L1 xx xx xx xx
156 #define L1 pSrcLeft[1*leftStep] macro
176 pDst[1*dstStep+x] = L1;
217 pTmp[0] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2);
218 pTmp[1] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2);
219 pTmp[2] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2);
238 pTmp[0] = (OMX_U8)((L2 + 2*L1 + L0 + 2)>>2);
239 pTmp[1] = (OMX_U8)((L1 + 2*L0 + UL + 2)>>2);
266 pTmp[4] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2);
267 pTmp[5] = (OMX_U8)((L0 + L1
[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
H A Dstochastic_linear_ranker.cpp108 case L1:
H A Dsparse_weight_vector.cpp300 // Slow algorithm for accurate L1 projection which takes O(n log(n)), where n is
310 // Compute order statistics and the current L1 norm.
366 } else if (r == L1) {
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp1091 int L2 = 0, L1, L0, R0, R1, R2 = 0, RL0; local
1101 L1 = SrcPtr[-(pitch<<1)];
1108 //|L0 - L1| < Beta
1109 tmp1 = L0 - L1;
1137 SrcPtr[0] = (L1 + (tmp << 1) + R2 + 4) >> 3;
1143 SrcPtr[0] = ((R1 << 1) + R0 + L1 + 2) >> 2;
1147 tmp = L1 + R0 + L0;
1154 SrcPtr[-pitch] = ((L1 << 1) + L0 + R1 + 2) >> 2;
1174 L1 = SrcPtr[-(pitch<<1)]; // inc2
1186 //|L0 - L1| < Bet
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...]
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DLinearRegression.cpp89 float L1 = T * 0.5 - root; local
93 *n2 = (2.0 * L1 - sumX2) / sumXY;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dconvolve_opt.s49 BLE L1
66 L1: label
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dconvolve_neon.s51 BLE L1
60 L1: label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S50 BEQ L1
52 L1: label
H A DarmVCM4P10_DecodeCoeffsToPair_s.S35 BCC L1
37 L1: label
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Drate_control.cpp172 double L1, L2, L3, bpp; local
250 L1 = 0.1;
256 L1 = 0.2;
262 L1 = 0.6;
269 if (bpp <= L1)
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp121 classifier->SetRegularizationType(learning_stochastic_linear::L1);
269 case learning_stochastic_linear::L1 :

Completed in 616 milliseconds