Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_FilterDeblockingLuma_VerEdge_I.c84 int X, Y, I, Internal=0; in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() local
101 for (Y=0; Y<16; Y++) in omxVCM4P10_FilterDeblockingLuma_VerEdge_I()
103 I = (Y>>2)+4*(X>>2); in omxVCM4P10_FilterDeblockingLuma_VerEdge_I()
105 armRetArgErrIf(pBS[Y] > 4, OMX_Sts_BadArgErr); in omxVCM4P10_FilterDeblockingLuma_VerEdge_I()
107 armRetArgErrIf((pBS[Y] == 4) && (Y > 3), in omxVCM4P10_FilterDeblockingLuma_VerEdge_I()
110 armRetArgErrIf(( (pBS[Y] == 4) && (pBS[Y^3] != 4) ), in omxVCM4P10_FilterDeblockingLuma_VerEdge_I()
113 armRetArgErrIf(pThresholds[Y] > 25, OMX_Sts_BadArgErr); in omxVCM4P10_FilterDeblockingLuma_VerEdge_I()
117 pSrcDst + Y*srcdstStep + X, in omxVCM4P10_FilterDeblockingLuma_VerEdge_I()
DomxVCM4P10_FilterDeblockingChroma_VerEdge_I.c88 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() local
104 for (Y=0; Y<8; Y++) in omxVCM4P10_FilterDeblockingChroma_VerEdge_I()
106 I = (Y>>1)+4*(X>>1); in omxVCM4P10_FilterDeblockingChroma_VerEdge_I()
115 armRetArgErrIf(pThresholds[Y] > 25, OMX_Sts_BadArgErr); in omxVCM4P10_FilterDeblockingChroma_VerEdge_I()
120 pSrcDst + Y*srcdstStep + X, in omxVCM4P10_FilterDeblockingChroma_VerEdge_I()
122 pThresholds[(Y>>1)+4*(X>>2)], in omxVCM4P10_FilterDeblockingChroma_VerEdge_I()
DomxVCM4P10_FilterDeblockingChroma_HorEdge_I.c89 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() local
101 for (Y=0; Y<8; Y+=4, Internal=1) in omxVCM4P10_FilterDeblockingChroma_HorEdge_I()
105 I = (X>>1)+4*(Y>>1); in omxVCM4P10_FilterDeblockingChroma_HorEdge_I()
119 pSrcDst + Y*srcdstStep + X, in omxVCM4P10_FilterDeblockingChroma_HorEdge_I()
121 pThresholds[(X>>1)+4*(Y>>2)], in omxVCM4P10_FilterDeblockingChroma_HorEdge_I()
DomxVCM4P10_FilterDeblockingLuma_HorEdge_I.c85 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() local
97 for (Y=0; Y<16; Y+=4, Internal=1) in omxVCM4P10_FilterDeblockingLuma_HorEdge_I()
101 I = (X>>2)+4*(Y>>2); in omxVCM4P10_FilterDeblockingLuma_HorEdge_I()
114 pSrcDst + Y*srcdstStep + X, in omxVCM4P10_FilterDeblockingLuma_HorEdge_I()
/frameworks/base/media/libeffects/lvm/lib/Common/src/
DLVM_FO_HPF.c75 LVM_INT32 Y,Coefficients[13]={ -8388571, in LVM_FO_HPF() local
88 Y=LVM_Polynomial( (LVM_UINT16)9, in LVM_FO_HPF()
91 pCoeffs->B1=-Y; /* Store -B1 in filter structure instead of B1!*/ in LVM_FO_HPF()
93 Y=Y>>1; /* A0=Y=B1/2*/ in LVM_FO_HPF()
94 Y=Y-0x40000000; /* A0=Y=(B1/2 - 0.5)*/ in LVM_FO_HPF()
95 MUL32x16INTO32(Y, FILTER_LOSS ,pCoeffs->A0 ,15) /* Apply loss to avoid overflow*/ in LVM_FO_HPF()
DLVM_FO_LPF.c75 LVM_INT32 Y,Coefficients[13]={ -8388571, in LVM_FO_LPF() local
86 Y=LVM_Polynomial( (LVM_UINT16)9, in LVM_FO_LPF()
89 pCoeffs->B1=-Y; // Store -B1 in filter structure instead of B1! in LVM_FO_LPF()
91 Y=Y>>1; // A0=Y=B1/2 in LVM_FO_LPF()
92 Y=Y+0x40000000; // A0=Y=(B1/2 + 0.5) in LVM_FO_LPF()
93 MUL32x16INTO32(Y, FILTER_LOSS ,pCoeffs->A0 ,15) // Apply loss to avoid overflow in LVM_FO_LPF()
DLVM_Polynomial.c49 LVM_INT32 Y,A,XTemp,Temp,sign; in LVM_Polynomial() local
51 Y=*pCoefficients; /* Y=A0*/ in LVM_Polynomial()
60 Y+=((*pCoefficients)*sign); in LVM_Polynomial()
76 Y+=Temp; in LVM_Polynomial()
88 Y=Y>>A; in LVM_Polynomial()
92 Y = Y<<A; in LVM_Polynomial()
94 return Y; in LVM_Polynomial()
DLVM_Power10.c60 LVM_INT32 Y,Coefficients[13]={ 16775636, in LVM_Power10() local
73 Y=LVM_Polynomial((LVM_UINT16)11, in LVM_Power10()
76 return Y; in LVM_Power10()
/frameworks/compile/libbcc/runtime/lib/ppc/
Dgcc_qsub.c51 double Y; in __gcc_qsub() local
64 Y = (A + B) - W; in __gcc_qsub()
65 Y += w; in __gcc_qsub()
68 w = t + Y; in __gcc_qsub()
70 w = T + Y; in __gcc_qsub()
72 dst.s.hi = Y = W + w; in __gcc_qsub()
73 dst.s.lo = (W - Y) + w; in __gcc_qsub()
Dgcc_qadd.c51 double Y; in __gcc_qadd() local
64 Y = (A + B) - W; in __gcc_qadd()
65 Y += w; in __gcc_qadd()
68 w = t + Y; in __gcc_qadd()
70 w = T + Y; in __gcc_qadd()
72 dst.s.hi = Y = W + w; in __gcc_qadd()
73 dst.s.lo = (W - Y) + w; in __gcc_qadd()
/frameworks/base/tools/layoutlib/create/tests/mock_android/dummy/
DInnerTest.java72 public <X, Y> void genericMethod2(X a, List<Y> b) { in genericMethod2()
75 public <X, Y> void genericMethod3(X a, List<Y extends InnerTest> b) { in genericMethod3()
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
DUT_alloc.java34 int Y = 7; in initializeGlobals() local
37 s.set_dimY(Y); in initializeGlobals()
39 typeBuilder.setX(X).setY(Y); in initializeGlobals()
44 typeBuilder.setX(X).setY(Y).setFaces(true); in initializeGlobals()
DUT_foreach.java35 int Y = 7; in initializeGlobals() local
37 s.set_dimY(Y); in initializeGlobals()
38 typeBuilder.setX(X).setY(Y); in initializeGlobals()
DUT_refcount.java34 int Y = 700; in initializeGlobals() local
35 typeBuilder.setX(X).setY(Y); in initializeGlobals()
/frameworks/base/core/java/android/view/
DOrientationEventListener.java122 float Y = -values[_DATA_Y]; in onSensorChanged() local
124 float magnitude = X*X + Y*Y; in onSensorChanged()
128 float angle = (float)Math.atan2(-Y, X) * OneEightyOverPi; in onSensorChanged()
DViewPropertyAnimator.java130 private static final int Y = 0x0100; field in ViewPropertyAnimator
134 ROTATION | ROTATION_X | ROTATION_Y | X | Y;
391 animateProperty(Y, value); in y()
404 animatePropertyBy(Y, value); in yBy()
751 case Y: in setValue()
785 case Y: in getValue()
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr3 Up_i���VS��uP<Y���P~�o�^�����8 j�9�E�#��<���� �^ 'G/5��Ͳ���\�ϴ��P<'f�:F)^�/ ��a�'J_�…
20 …�e��<�>d��B��z�����D�v��gW����Q���<�Uと�7qNu&�{����������n̲�p<$���<4ԣ�u�Y���^��P��� D';��< �I…
21 ؠ<���W%�g-KLo�}�G�@J��bҗ�Z�<[›�'����?��K���B�j˞|���!�`<4���k��3�::�۩m�O�$�q��`+� <Y���"��…
35 �����<)~8c�u�jَ7Yź��E�{��y#�3�10<y�8f�����w����q�% >��is�*�0<y�(x��a����t����k/0��"Y]�Qa�<…
41 ��w�&��C��[�<{s6g����{(��Z�1��W�X~m�����<"/�mu����؟jR�Ӧi6f|�{T�b��E�<yl>{5�p�Y��̗�*���b1���…
42 ���<����ݗcݖ����-�G"�U��[ʹ�?i.�<@)��*�o6*�Q�滅��c�?V)�4@���p<&�i)�z��vs���i��"����Y@��<#g1…
67 …��⽺���%c���`<,�i���O��2�$r(*r���אAXm�P<0��)홄��d�-���.��!�}Wd���� <޹h�q^��Y/7�����޴H�����3�
69 …�����L%_���<�X�8��U�&מ�l�+C_x[�q:^�@ٲ�<44WE(�� U��"Pz�B�D,��D�$�1��<"?vG�2���B�m�Y�D��d�Q�
88 �>�L��&(:�0���Y�<�dd9�R!�PY`��D�w�[�
94 …0�p<4]O���|��F�܌0�N��tT�E�'���<�g�?��AK���t^�x�������(5�@<�B(<�"����Y��l����B�Z��G�<…
[all …]
/frameworks/base/core/tests/coretests/res/raw/
Dsubject_with_alt_names.crt18 h5G2eVGXH/Y=
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DEventSender.java23 public void mouseMoveTo(int X, int Y); in mouseMoveTo() argument
/frameworks/base/core/java/android/hardware/
DSensorManager.java1483 public static boolean remapCoordinateSystem(float[] inR, int X, int Y, in remapCoordinateSystem() argument
1490 if (remapCoordinateSystemImpl(inR, X, Y, temp)) { in remapCoordinateSystem()
1498 return remapCoordinateSystemImpl(inR, X, Y, outR); in remapCoordinateSystem()
1501 private static boolean remapCoordinateSystemImpl(float[] inR, int X, int Y, in remapCoordinateSystemImpl() argument
1518 if ((X & 0x7C)!=0 || (Y & 0x7C)!=0) in remapCoordinateSystemImpl()
1520 if (((X & 0x3)==0) || ((Y & 0x3)==0)) in remapCoordinateSystemImpl()
1522 if ((X & 0x3) == (Y & 0x3)) in remapCoordinateSystemImpl()
1528 int Z = X ^ Y; in remapCoordinateSystemImpl()
1532 final int y = (Y & 0x3)-1; in remapCoordinateSystemImpl()
1542 final boolean sy = (Y>=0x80); in remapCoordinateSystemImpl()
/frameworks/compile/libbcc/tests/data/src/
Dotcc-ansi.c27 void Y() { in Y() function
87 Y(); in ad()
178 Y (); in T()
/frameworks/base/libs/rs/scriptc/
Drs_allocation.rsh45 * @return uint32_t The Y dimension of the allocation.
103 * @param dstYoff Y offset of the region to update in the
112 * @param srcYoff Y offset in data of the source allocation.
/frameworks/base/include/utils/
DStrongPointer.h105 template<typename Y> friend class sp;
106 template<typename Y> friend class wp;
/frameworks/base/data/keyboards/
Dqwerty2.kcm237 key Y {
238 label: 'Y'
241 shift, capslock: 'Y'
Dqwerty.kcm240 key Y {
241 label: 'Y'
244 shift, capslock: 'Y'

123