Searched refs:L0 (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_4x4.c140 * L0 xx xx xx xx
155 #define L0 pSrcLeft[0*leftStep] macro
175 pDst[0*dstStep+x] = L0;
218 pTmp[1] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2);
219 pTmp[2] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2);
220 pTmp[3] = (OMX_U8)((U0 + 2*UL + L0 + 2)>>2);
238 pTmp[0] = (OMX_U8)((L2 + 2*L1 + L0 + 2)>>2);
239 pTmp[1] = (OMX_U8)((L1 + 2*L0 + UL + 2)>>2);
240 pTmp[2] = (OMX_U8)((L0 + 2*UL + U0 + 2)>>2);
264 pTmp[2] = (OMX_U8)((U0 + 2*UL + L0
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp1091 int L2 = 0, L1, L0, R0, R1, R2 = 0, RL0; local
1100 L0 = SrcPtr[-pitch];
1108 //|L0 - L1| < Beta
1109 tmp1 = L0 - L1;
1113 //|R0 - L0| < Alpha
1114 AbsDelta = R0 - L0;
1124 // |R0 - R2| < Beta && |R0 - L0| < (Alpha/4 + 2)
1129 // |L0 - L2| < Beta && |R0 - L0| < (Alpha/4 + 2)
1130 tmp = L0
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/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.cpp114 case L0:
H A Dsparse_weight_vector.cpp262 // Algorithm for L0 projection which takes O(n log(n)), where n is
267 // and then reprojects to the L0 orthant with the requested norm.
270 // Compute order statistics and the current L0 norm.
364 if (r == L0) {
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp119 classifier->SetRegularizationType(learning_stochastic_linear::L0);
266 case learning_stochastic_linear::L0 :
/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr262 ���i��0<�-&5Wq���9\{��5�����T���Z!<0�>`&K��X�Z͐�K�b!!� EꙸtP<8�&K��w�J������P�� j78L�<RRp`_:M:���|3-�Ɩ9~+I[go���<�Zm/���s������a�dD[ ^S\˶߰<�b�FV�N�S�hN�ּ�CB^�6�L0<�ɖ����'��4�~���i�O+�O�%�0<F\t�lx+�l2%uWyV��Gr�!�<����<V���)v��i:N�=4hXĒ��+<HLq�0�iul˺}E�zXJ����k=�!(<�rI�������j$�W��j����'��Kޜ0<DvcA�w�UХrT̈́j�J��B��� 5p<��}J��i�~)�ՄA��xD0a�?����<�6)A�_������A��|�˦��_��r&�P<�Jr̕K�����R�fy��[!p<�N�Z���̋�BA"ٔh%� ]F���p<lj;^���|� c�W�j8��ު<��7P<���O�a���TJ�8�D�Y~:���������<�F �����7�bk�)�D�4�~�'.���@<�d!��ZE�D�.�y� L�����TI?�q�<&>va���w.��d�O�a�t[N ��8��#0<Rml��̪DOg@�T�nƞ�լp��p�[�<$�v`U��M챂�h�sQ��8�n�`�P<�dxg���oZf�J*��ٟ0<+ B�E3�<���x����*��kV�T>*u���bX:T�� �<�m>�iw�Iw3�� �q�KUcN����<�׾cht��к'�8���u�,�v�j=� Pp<�C�a;~#�6)�1t:Ķl����j"�oܰ<�)�5���Ӈ�a�g��P,�vўS8�mH < z��a9S�#jd�)]�w�������~�ۗi�p<���`IIt���*f��Bx(��Dz���� <��V��֋��0��sX�B�j���

Completed in 8166 milliseconds