/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | UT_vector.java | 221 Long2 L2 = s.get_u32_2(); in initializeGlobals() local 222 if (L2.x != 1 || L2.y != 2) { in initializeGlobals() 225 L2.x = 2; in initializeGlobals() 226 L2.y = 3; in initializeGlobals() 227 s.set_u32_2(L2); in initializeGlobals() 248 L2 = s.get_i64_2(); in initializeGlobals() 249 if (L2.x != 1 || L2.y != 2) { in initializeGlobals() 252 L2.x = 2; in initializeGlobals() 253 L2.y = 3; in initializeGlobals() 254 s.set_i64_2(L2); in initializeGlobals() [all …]
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_vector.java | 221 Long2 L2 = s.get_u32_2(); in initializeGlobals() local 222 if (L2.x != 1 || L2.y != 2) { in initializeGlobals() 225 L2.x = 2; in initializeGlobals() 226 L2.y = 3; in initializeGlobals() 227 s.set_u32_2(L2); in initializeGlobals() 248 L2 = s.get_i64_2(); in initializeGlobals() 249 if (L2.x != 1 || L2.y != 2) { in initializeGlobals() 252 L2.x = 2; in initializeGlobals() 253 L2.y = 3; in initializeGlobals() 254 s.set_i64_2(L2); in initializeGlobals() [all …]
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_vector.java | 221 Long2 L2 = s.get_u32_2(); in initializeGlobals() local 222 if (L2.x != 1 || L2.y != 2) { in initializeGlobals() 225 L2.x = 2; in initializeGlobals() 226 L2.y = 3; in initializeGlobals() 227 s.set_u32_2(L2); in initializeGlobals() 248 L2 = s.get_i64_2(); in initializeGlobals() 249 if (L2.x != 1 || L2.y != 2) { in initializeGlobals() 252 L2.x = 2; in initializeGlobals() 253 L2.y = 3; in initializeGlobals() 254 s.set_i64_2(L2); in initializeGlobals() [all …]
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_vector.java | 221 Long2 L2 = s.get_u32_2(); in initializeGlobals() local 222 if (L2.x != 1 || L2.y != 2) { in initializeGlobals() 225 L2.x = 2; in initializeGlobals() 226 L2.y = 3; in initializeGlobals() 227 s.set_u32_2(L2); in initializeGlobals() 248 L2 = s.get_i64_2(); in initializeGlobals() 249 if (L2.x != 1 || L2.y != 2) { in initializeGlobals() 252 L2.x = 2; in initializeGlobals() 253 L2.y = 3; in initializeGlobals() 254 s.set_i64_2(L2); in initializeGlobals() [all …]
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | UT_vector.java | 221 Long2 L2 = s.get_u32_2(); in initializeGlobals() local 222 if (L2.x != 1 || L2.y != 2) { in initializeGlobals() 225 L2.x = 2; in initializeGlobals() 226 L2.y = 3; in initializeGlobals() 227 s.set_u32_2(L2); in initializeGlobals() 248 L2 = s.get_i64_2(); in initializeGlobals() 249 if (L2.x != 1 || L2.y != 2) { in initializeGlobals() 252 L2.x = 2; in initializeGlobals() 253 L2.y = 3; in initializeGlobals() 254 s.set_i64_2(L2); in initializeGlobals() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_PredictIntra_4x4.c | 172 #define L2 pSrcLeft[2*leftStep] in omxVCM4P10_PredictIntra_4x4() macro 192 pDst[2*dstStep+x] = L2; 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() 253 pTmp[0] = (OMX_U8)((L2 + 2*L1 + L0 + 2)>>2); in omxVCM4P10_PredictIntra_4x4() 283 pTmp[6] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2); in omxVCM4P10_PredictIntra_4x4() 284 pTmp[7] = (OMX_U8)((L1 + L2 + 1)>>1); in omxVCM4P10_PredictIntra_4x4() 285 pTmp[8] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2); in omxVCM4P10_PredictIntra_4x4() 286 pTmp[9] = (OMX_U8)((L2 + L3 + 1)>>1); in omxVCM4P10_PredictIntra_4x4() 333 pTmp[1] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2); in omxVCM4P10_PredictIntra_4x4() [all …]
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
D | deblock.cpp | 1091 int L2 = 0, L1, L0, R0, R1, R2 = 0, RL0; in EdgeLoop_Luma_horizontal() local 1122 L2 = SrcPtr[-(pitch+(pitch<<1))]; // -inc3 in EdgeLoop_Luma_horizontal() 1130 tmp = L0 - L2; in EdgeLoop_Luma_horizontal() 1148 SrcPtr[-pitch] = (R1 + (tmp << 1) + L2 + 4) >> 3; in EdgeLoop_Luma_horizontal() 1149 tmp += L2; in EdgeLoop_Luma_horizontal() 1151 … SrcPtr[-(pitch+(pitch<<1))] = (((SrcPtr[-(pitch<<2)] + L2) << 1) + tmp + 4) >> 3; in EdgeLoop_Luma_horizontal() 1194 L2 = SrcPtr[-(pitch+(pitch<<1))]; // -inc3 in EdgeLoop_Luma_horizontal() 1202 tmp = L0 - L2; in EdgeLoop_Luma_horizontal() 1254 L2 = (L2 + ((RL0 + 1) >> 1) - (L1 << 1)) >> 1; in EdgeLoop_Luma_horizontal() 1255 tmp = L2 + C0; in EdgeLoop_Luma_horizontal() [all …]
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
D | common_defs.h | 25 enum RegularizationType { L0, L1, L2, L1L2, L1LInf }; enumerator
|
D | stochastic_linear_ranker.cpp | 111 case L2: in UpdateClassifier()
|
D | stochastic_linear_ranker.h | 55 regularization_type_ = L2; in StochasticLinearRanker()
|
D | sparse_weight_vector.cpp | 368 } else if (r == L2) { in Reproject()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | convolve_neon.s | 87 BLE L2 96 L2: label
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
D | convolve_opt.s | 88 BLE L2 104 L2: label
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | rate_control.cpp | 172 double L1, L2, L3, bpp; in InitRateControlModule() local 251 L2 = 0.3; in InitRateControlModule() 257 L2 = 0.6; in InitRateControlModule() 263 L2 = 1.4; in InitRateControlModule() 271 else if (bpp <= L2) in InitRateControlModule()
|
/frameworks/base/data/keyboards/ |
D | Vendor_054c_Product_0268.kl | 54 # L2 trigger
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
D | armVCM4P10_DecodeCoeffsToPair_s.S | 97 BCC L2 99 L2: label
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/ |
D | jni_stochastic_linear_ranker.cpp | 123 classifier->SetRegularizationType(learning_stochastic_linear::L2); in Java_android_bordeaux_learning_StochasticLinearRanker_nativeSetParameterClassifier() 272 case learning_stochastic_linear::L2 : in Java_android_bordeaux_learning_StochasticLinearRanker_nativeGetParameterClassifier()
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
D | layered_filter_d1new_helper.rsh | 51 min_dist *= min_dist; // Prepares for L2 distance. 92 min_dist *= min_dist; // Prepares for L2 distance.
|
D | layered_filter_f32_helper.rsh | 32 min_dist *= min_dist; // Prepares for L2 distance.
|
/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 9 …�ݖzF����/L9��-~PJB(�<z_1�&���˷��|D�p�B����5���<m!���CՒ|L2�{D�g����5��s���p<���������… 87 …�ϖ�����~E�<�vm%a�����U��,X�I�ˋ�� Z�2�<������멸��-N7q:�h��Nc�S�}P<Drm�L2��/�nh����p�~ ����D�<…
|
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 1179 const auto& OccursBefore = [&SM] (clang::SourceLocation L1, clang::SourceLocation L2)->bool { in InsertLocalVarDestructors() argument 1180 return SM.isBeforeInTranslationUnit(L1, L2); in InsertLocalVarDestructors()
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 284 These are labeled L1, L2, and so on, with the higher numbers being successively 287 have small L1 caches and little or no L2/L3.</p>
|
/frameworks/base/docs/html/ndk/reference/ |
D | group___input.jd | 1559 <p>L2 Button key. On a game controller, the L2 button should be either the button labeled L2 or the…
|