Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_PredictIntra_4x4.c156 #define L1 pSrcLeft[1*leftStep] in omxVCM4P10_PredictIntra_4x4() macro
176 pDst[1*dstStep+x] = L1; in omxVCM4P10_PredictIntra_4x4()
217 pTmp[0] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()
218 pTmp[1] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()
219 pTmp[2] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()
238 pTmp[0] = (OMX_U8)((L2 + 2*L1 + L0 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()
239 pTmp[1] = (OMX_U8)((L1 + 2*L0 + UL + 2)>>2); in omxVCM4P10_PredictIntra_4x4()
266 pTmp[4] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()
267 pTmp[5] = (OMX_U8)((L0 + L1 + 1)>>1); in omxVCM4P10_PredictIntra_4x4()
268 pTmp[6] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()
[all …]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddeblock.cpp1090 int L2 = 0, L1, L0, R0, R1, R2 = 0, RL0; in EdgeLoop_Luma_horizontal() local
1100 L1 = SrcPtr[-(pitch<<1)]; in EdgeLoop_Luma_horizontal()
1108 tmp1 = L0 - L1; in EdgeLoop_Luma_horizontal()
1136 SrcPtr[0] = (L1 + (tmp << 1) + R2 + 4) >> 3; in EdgeLoop_Luma_horizontal()
1142 SrcPtr[0] = ((R1 << 1) + R0 + L1 + 2) >> 2; in EdgeLoop_Luma_horizontal()
1146 tmp = L1 + R0 + L0; in EdgeLoop_Luma_horizontal()
1153 SrcPtr[-pitch] = ((L1 << 1) + L0 + R1 + 2) >> 2; in EdgeLoop_Luma_horizontal()
1173 L1 = SrcPtr[-(pitch<<1)]; // inc2 in EdgeLoop_Luma_horizontal()
1186 tmp1 = L0 - L1; in EdgeLoop_Luma_horizontal()
1211 dif = (((R0 - L0) << 2) + (L1 - R1) + 4) >> 3; in EdgeLoop_Luma_horizontal()
[all …]
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dcommon_defs.h25 enum RegularizationType { L0, L1, L2, L1L2, L1LInf }; enumerator
Dstochastic_linear_ranker.cpp108 case L1: in UpdateClassifier()
Dsparse_weight_vector.cpp366 } else if (r == L1) { in Reproject()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S47 BEQ L1
49 L1: label
DarmVCM4P10_DecodeCoeffsToPair_s.S34 BCC L1
36 L1: label
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Dconvolve_neon.s51 BLE L1
60 L1: label
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dconvolve_opt.s49 BLE L1
66 L1: label
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Drate_control.cpp172 double L1, L2, L3, bpp; in InitRateControlModule() local
252 L1 = 0.1; in InitRateControlModule()
258 L1 = 0.2; in InitRateControlModule()
264 L1 = 0.6; in InitRateControlModule()
271 if (bpp <= L1) in InitRateControlModule()
/frameworks/base/data/keyboards/
DVendor_054c_Product_0268.kl60 # L1 trigger
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
Djni_stochastic_linear_ranker.cpp121 classifier->SetRegularizationType(learning_stochastic_linear::L1); in Java_android_bordeaux_learning_StochasticLinearRanker_nativeSetParameterClassifier()
269 case learning_stochastic_linear::L1 : in Java_android_bordeaux_learning_StochasticLinearRanker_nativeGetParameterClassifier()