/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | intrinsic_convolve3x3.rscript | 29 uint32_t y2 = max((int32_t)y-1, 0); 37 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)); 38 float4 p21 = convert_float4(rsGetElementAt_uchar4(gIn, x, y2)); 39 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)); 70 uint32_t y2 = max((int32_t)y-1, 0); 78 float3 p20 = convert_float3(rsGetElementAt_uchar3(gIn, x1, y2)); 79 float3 p21 = convert_float3(rsGetElementAt_uchar3(gIn, x, y2)); 80 float3 p22 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y2)); 111 uint32_t y2 = max((int32_t)y-1, 0); 119 float2 p20 = convert_float2(rsGetElementAt_uchar2(gIn, x1, y2)); [all …]
|
D | intrinsic_convolve5x5.rscript | 35 uint32_t y2 = y; 51 float4 p2 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10] 52 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11] 53 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[12] 54 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13] 55 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14]; 82 uint32_t y2 = y; 98 float3 p2 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y2)) * gCoeffs[10] 99 + convert_float3(rsGetElementAt_uchar3(gIn, x1, y2)) * gCoeffs[11] 100 + convert_float3(rsGetElementAt_uchar3(gIn, x2, y2)) * gCoeffs[12] [all …]
|
D | IntrinsicHistogram.java | 75 int x1 = 0, y1 = 0, x2 = w, y2 = h; in testNorm() local 80 y2 = h - 11; in testNorm() 83 for (int y = y1; y < y2; y++) { in testNorm() 103 hist.forEach(mAin, makeClipper(x1, y1, x2, y2)); in testNorm() 203 int x1 = 0, y1 = 0, x2 = w, y2 = h; in testDot() local 208 y2 = h - 11; in testDot() 211 for (int y = y1; y < y2; y++) { in testDot() 230 hist.forEach_Dot(mAin, makeClipper(x1, y1, x2, y2)); in testDot()
|
D | IntrinsicColorMatrix.java | 58 int x1 = 0, y1 = 0, x2 = w, y2 = h; in subtest() local 63 y2 = h - 11; in subtest() 69 mSi.forEach(mAllocSrc, mAllocDst, makeClipper(x1, y1, x2, y2)); in subtest() 73 mSr.invoke_reference(mat, add, mAllocSrc, mAllocRef, x1, y1, x2, y2); in subtest()
|
D | IntrinsicBase.java | 142 protected Script.LaunchOptions makeClipper(int x, int y, int x2, int y2) { in makeClipper() argument 145 lo.setY(y, y2); in makeClipper()
|
D | intrinsic_colormatrix.rscript | 21 int x1, int y1, int x2, int y2) { 29 for (uint32_t y = y1; y < y2; y++) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
D | MathsUtils.java | 158 float y2 = y * y; in quaternionMatrixOpenGL() local 167 matrix[0] = 1f - 2f * (y2 + z2); in quaternionMatrixOpenGL() 179 matrix[10] = 1f - 2f * (x2 + y2); in quaternionMatrixOpenGL()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityMagnificationTest.java | 213 final float y2 = 1500; in testAnimatingMagnification() local 229 controller.setCenter(x2, y2, true); in testAnimatingMagnification()
|
/cts/tests/tests/media/assets/hls_variant/165340/ |
D | 11.ts | 183 …e�4��I��i⦆�)Y�������D��%-+�p�"~�P�V�Y�����H�����]Q�R������_iy2�c=��G������RG…
|
D | 17.ts | 282 ��P�ڬ������1ຒ������Э�\@�^jj�%�*=�C����y2��<�N:�z�y��@�X�t����-8P�gG�c�J������J0
|
D | 06.ts | 497 …���5��K"#R�ꔚ��_�Սx�97��q��Z5�c�"-Qu����4��J�L��+.�.���;��*JZF�z��uȫ��y2�HRo���2�����H�VV��b…
|
/cts/tests/tests/media/assets/hls_variant/344388/ |
D | 23.ts | 83 …�������������d���#k��=la!���y=s�~�rr����Aq?�����g#oc��4nGA���!y2���\@ ��&*LD��o�9X�… 1042 ���s�T��D���{�r�J�%��"љ0���U��o���)�E��V�ߗi1?�X'�|y2�{�\c?��j�iK� 1099 ��C�Bk4物�U})6y2}�!7�uv���2�� š�_I�q���d�1_�Z�����Z� ���r"�c�|q�� �K�l�:Z?G>�������…
|
D | 11.ts | 240 …���|���z�m:+�V�Y�=�Z �&?�}��a2�h���@�蒅��X����²"<�B7������/�jsX���D;y2���J�Cme��k�M 584 …��j~����D�7l�C��y eK^�廫c��bp%��lD�����l�����\U��|��1�[љ�3w��`�y2���GL+G��S����…
|
D | 13.ts | 510 � v��3�ța������y2,�ĉ& �Z'�)�ƃs�!Nə�QԌ
|
/cts/tests/tests/media/assets/hls_variant/387360/ |
D | 11.ts | 278 y2+�w��m�_s[z�� 732 h�o4Fm�J���`[YTA����E5|�[G��/�|v<I20#kf7�aZy2-v�� ��_������f�uk�?a��*�T]�_��:vp����҄#��…
|
D | 03.ts | 192 a��K0ل�����y2�#��kl���p<�t6�7JK���=>1�}dua�R4v����`S������+l�S'Gة����%��{��P�Y�y… 394 �b�� ��h�k�����s�n�Y̼_���RCW��P^y2�a*:����9��Z& a�t���P�o���l���6J�k�B$
|
D | 07.ts | 1318 …�GӋ<��n��~�Mۃ��Q���op�H���n�m�@]�8�u�E��q-�g{�3�1�������m�i��a#6⨖�N���y2���������.�| 1433 �r o�����^�P�|�)�G�U�yW��y2�
|
/cts/tests/tests/security/res/raw/ |
D | drm_uaf.dm | 244 …0ro�KǵQ�U<p<p�a�O�>�*�,^�G��*M��I�����<��z� �)��b��o{�D�K�O��g�<y2�0Z� ?Àh���ܻ66�H�@�…
|
/cts/tests/tests/media/assets/hls_variant/765178/ |
D | 03.ts | 412 <��WdX�%�Ũ�;ߚh�y2�����[rX* 811 �8}S<�|�D���Ϳ�n���e�kgA�_��1BU��ZpbC�7b��M�J�d�XP�y2�\�E���su]�68�Mm������=U�,�:���e�D… 2080 …c}c��P@"��.-�6:%�b-�������oh���f*�%�4vF�ͺJ/ɹ�8�Z����6�?�g�6����r���y2�E�o\���"��a^�#54#T�e… 2152 puR'�*;JR�/���V4XDD��G,�vJS�6���i�"��U��y2]�mW%#N�.<��s(ܱ��W+g�색�<�s��F53c�mfG����39��…
|
D | 09.ts | 709 …G�mA��&D`�U�������4�"�T���]�_a�̀-a�F0BG�����g�Ѱ_*�2��.ʕ ��G���y2��}8~�� ����㌔ж�ya_��… 771 …@$��O��%T�,�Jn�GZ�"���Pk�'�6��+�<�s�Eh0�K]Dѥ�]�8����\���1m��y2�t�M«�Ȱ10ȣJ_��*���…
|
D | 22.ts | 106 …q��SB���Q�]�dT � A ��k)G�:�B�DSt�0��5M�b3���ζ���l��ͥ9z�ߣC�}1�?�y2�M x�m����~����p!�… 2443 …C0-s��_���n9��4"�/ �{�7��q��N7U����J�I;���Q��hǎI~��t?��H0 ���8n#y2<"h�k\�|Y����t6#�…
|
/cts/tests/tests/graphics/res/raw/ |
D | sample_raf.raf | 518 �N�fo�����R>x$N���78�kԧ^q{��N��G��ַ6����y2�q���j��`��z�A'q�s������J~� 1158 !?{�+�w^Ƙ�����<���F����L��ڽV|$w>}�Ќ����GY6㊷�oΐ'���zBHl�ޘ������)�d�����|y2�����'#?�Zɀr+���… 1983 …���Ͼ��\�J[���]�o�x��2�I�O������^�Y�@f<{s��+�� ���;���>����y2��Vu�]dѴ�C-��U�t�… 2786 …��%s";n�&e'w�<��&�S%��<w�%�'�2;�"&�S&{�;sr%�s%c2;��%��&�R<��%�'}B=V"%~'y2;n�%��'x�9p�%�#&��9��… 2806 …�:V2:�#&�C7t;�s'�s9U�:��&��:kr9��%�C:Or8��'~�:hb8�#)�C=U2:�3(��7G9�&��9y2:��&��;^;�#(�3:X;��… 2961 …y2^r$��"!b!�� � !�� "�!�Q!*2�#��"�r!��"$�6�"�#"B2#��". �!�## �!�A#rC�!�Q… 3015 …'s�=~�&��&g2<o�$��%Q�;~B&��#~";`&��&_:dR&��%j�;`�%Ǔ&v�:ob&�c&t�:�b'��%k�:y2'�&_�;y"&�3&f�;�'��… 3077 …[�6n�&�#&Y�8i�$�#&XB7D�#c�$[�8ob$zs#RR9SB&��$`�8[�$��&hR8F�%��#HR9p&��&U�8y2%�C%i"7f�$��$i"8PB%�s… 3140 …�s&x�;�'��'�<�r&�S&y�9t'�s'��;ur'�C'��<��&�c%��<��&��%��<v�&�c'��;lR%�C'y2<��$�c'�>�%�S'��9��… 3145 …�%�#<��;dz&�c;��;�'��<lB;��%�3;j�:��%��;�29��%��<{�8��&Ӄ:}B<�#(��;vb;�#'�C;y2<��%�S:m�<��&��:�:�s…
|
/cts/tests/tests/media/assets/ |
D | segment000001.ts | 11 H,$�,dE����5x�KQ�����`�r�,�?^"RT���ݕ�mq�<ۤ&��.���Gm��}�;e���y2��[�G��y��� 2897 …�.C+B�I~(�q6tY�f"dI�S鮛K岋a�8�Z�B�g%Ϧ�N�sFN%���-D��(�}4��Ka���=����H :��V%<y2�Y䵈�L�B\�ϗz�q^�
|
/cts/tests/tests/media/res/raw/ |
D | segment000001.ts | 11 H,$�,dE����5x�KQ�����`�r�,�?^"RT���ݕ�mq�<ۤ&��.���Gm��}�;e���y2��[�G��y��� 2897 …�.C+B�I~(�q6tY�f"dI�S鮛K岋a�8�Z�B�g%Ϧ�N�sFN%���-D��(�}4��Ka���=����H :��V%<y2�Y䵈�L�B\�ϗz�q^�
|
/cts/tests/tests/media/assets/hls_variant/1676816/ |
D | 05.ts | 1447 …���$�+��E�aj7Q��*t��T���2�ɭv�%�-K�X�NN��T�ZD�vEf5E�7<�Ԍ� Y�˞� G?��t�y2��R���c�fڹ�NXbG�G�Z… 2315 3]�%���קqE�f�h���G3�ŭ���6~h P�/|�&���JS��[E��K�B)�*��y2;��<���W�3;���z�0&sR�7||"�… 3374 …���M�&�+L`C�+�h�,��I�LGfa��;B���j+���$z����kL�hJ<q�����w]b�SkO�g��y2��:�p�A��yT��U^�=… 4609 …���������������������������������������������������������������������`�ʹΗy2�4�:���{p4J�����… 5010 :Ǽ����]y2������&��d�d_�V�B���5��l��~�r,�^�����'G 7526 �1��^_�1�˦��ώ�I��ԓ��"�OXiF��y2���G���.�j
|