Searched refs:L1 (Results 1 – 12 of 12) sorted by relevance
171 #define L1 pSrcLeft[1*leftStep] in omxVCM4P10_PredictIntra_4x4() macro191 pDst[1*dstStep+x] = L1; in omxVCM4P10_PredictIntra_4x4()232 pTmp[0] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()233 pTmp[1] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()234 pTmp[2] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()253 pTmp[0] = (OMX_U8)((L2 + 2*L1 + L0 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()254 pTmp[1] = (OMX_U8)((L1 + 2*L0 + UL + 2)>>2); in omxVCM4P10_PredictIntra_4x4()281 pTmp[4] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()282 pTmp[5] = (OMX_U8)((L0 + L1 + 1)>>1); in omxVCM4P10_PredictIntra_4x4()283 pTmp[6] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()[all …]
25 enum RegularizationType { L0, L1, L2, L1L2, L1LInf }; enumerator
108 case L1: in UpdateClassifier()
366 } else if (r == L1) { in Reproject()
64 BEQ L166 L1: label
65 BCC L167 L1: label
51 BLE L160 L1: label
49 BLE L166 L1: label
60 # L1 trigger
13 // computed for blending color between layers. "Close enough" means L1 distance
121 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()
1200 const auto& OccursBefore = [&SM] (clang::SourceLocation L1, clang::SourceLocation L2)->bool { in InsertLocalVarDestructors() argument1201 return SM.isBeforeInTranslationUnit(L1, L2); in InsertLocalVarDestructors()