Searched refs:L2 (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DUT_vector.java221 Long2 L2 = s.get_u32_2();
222 if (L2.x != 1 || L2.y != 2) {
225 L2.x = 2;
226 L2.y = 3;
227 s.set_u32_2(L2);
248 L2 = s.get_i64_2();
249 if (L2.x != 1 || L2.y != 2) {
252 L2
[all...]
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DUT_vector.java221 Long2 L2 = s.get_u32_2();
222 if (L2.x != 1 || L2.y != 2) {
225 L2.x = 2;
226 L2.y = 3;
227 s.set_u32_2(L2);
248 L2 = s.get_i64_2();
249 if (L2.x != 1 || L2.y != 2) {
252 L2
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_4x4.c142 * L2 xx xx xx xx
157 #define L2 pSrcLeft[2*leftStep] macro
177 pDst[2*dstStep+x] = L2;
217 pTmp[0] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2);
218 pTmp[1] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2);
238 pTmp[0] = (OMX_U8)((L2 + 2*L1 + L0 + 2)>>2);
268 pTmp[6] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2);
269 pTmp[7] = (OMX_U8)((L1 + L2 + 1)>>1);
270 pTmp[8] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2);
271 pTmp[9] = (OMX_U8)((L2
[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.cpp111 case L2:
H A Dstochastic_linear_ranker.h19 // They support both L1 and L2 regularizations.
54 regularization_type_ = L2;
233 // Note that a form of L2 regularization is built into this
H A Dsparse_weight_vector.cpp368 } else if (r == L2) {
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp1091 int L2 = 0, L1, L0, R0, R1, R2 = 0, RL0; local
1122 L2 = SrcPtr[-(pitch+(pitch<<1))]; // -inc3
1129 // |L0 - L2| < Beta && |R0 - L0| < (Alpha/4 + 2)
1130 tmp = L0 - L2;
1148 SrcPtr[-pitch] = (R1 + (tmp << 1) + L2 + 4) >> 3;
1149 tmp += L2;
1151 SrcPtr[-(pitch+(pitch<<1))] = (((SrcPtr[-(pitch<<2)] + L2) << 1) + tmp + 4) >> 3;
1194 L2 = SrcPtr[-(pitch+(pitch<<1))]; // -inc3
1201 // |L0 - L2| < Beta
1202 tmp = L0 - L2;
1280 int L2 = 0, L1, L0, R0, R1, R2 = 0; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dconvolve_opt.s88 BLE L2
104 L2: label
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dconvolve_neon.s87 BLE L2
96 L2: label
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Drate_control.cpp172 double L1, L2, L3, bpp; local
251 L2 = 0.3;
257 L2 = 0.6;
263 L2 = 1.4;
271 else if (bpp <= L2)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_DecodeCoeffsToPair_s.S67 BCC L2
69 L2: label
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp123 classifier->SetRegularizationType(learning_stochastic_linear::L2);
272 case learning_stochastic_linear::L2 :
/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr17 �ݖzF����/L9��-~PJB(�<z_1�&���˷��|D�p�B����5���<m!���CՒ|L2�{D�g���5��s���p<����������f��!)�XH<(�Ϣh�p<�� AF8�)J7̢��z x;�!�ۏ '�p<.��s��������� ��n4R�{ؾ�<��$���R�2-�H�֘��O��.�`TQ�0<F5o�i�)v0
158 ��, ���hìE������^��p<�g��`�Z��� �D6�ϖ�����~E�<�vm%a�����U��,X�I�ˋ�� Z�2�<�����멸��-N7q:�h��Nc�S�}P<Drm�L2��/�nh����p�~ ��?�D�<�pdE�� ��f���ml�FN�Կ��CF�<D�Z��

Completed in 1076 milliseconds