Home
last modified time | relevance | path

Searched refs:c3 (Results 1 – 22 of 22) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_TransformDequantLumaDCFromPair.c90 int c3 = pData[i+3]; in InvTransformDC4x4() local
91 pData[i+0] = (OMX_S16)(c0+c1+c2+c3); in InvTransformDC4x4()
92 pData[i+1] = (OMX_S16)(c0+c1-c2-c3); in InvTransformDC4x4()
93 pData[i+2] = (OMX_S16)(c0-c1-c2+c3); in InvTransformDC4x4()
94 pData[i+3] = (OMX_S16)(c0-c1+c2-c3); in InvTransformDC4x4()
103 int c3 = pData[i+12]; in InvTransformDC4x4() local
104 pData[i+0] = (OMX_S16)(c0+c1+c2+c3); in InvTransformDC4x4()
105 pData[i+4] = (OMX_S16)(c0+c1-c2-c3); in InvTransformDC4x4()
106 pData[i+8] = (OMX_S16)(c0-c1-c2+c3); in InvTransformDC4x4()
107 pData[i+12] = (OMX_S16)(c0-c1+c2-c3); in InvTransformDC4x4()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DHbpcdUtils.java78 Cursor c3 = resolver.query(MccSidConflicts.CONTENT_URI, projection3, in getMcc() local
85 if (c3 != null) { in getMcc()
86 int c3Counter = c3.getCount(); in getMcc()
89 Log.w(LOG_TAG, "something wrong, get more results for 1 conflict SID: " + c3); in getMcc()
91 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3 ); in getMcc()
92 c3.moveToFirst(); in getMcc()
93 tmpMcc = c3.getInt(0); in getMcc()
96 c3.close(); in getMcc()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp165 << this->c3() << ']'; in operator string()
309 float c1, c2, c3; in hwcTestParseColor() local
334 in >> c3; in hwcTestParseColor()
336 if ((c3 < 0.0) || (c3 > 1.0)) { return color; } in hwcTestParseColor()
347 || (c3 < 0.0) || (c3 > 1.0)) { return color; } in hwcTestParseColor()
352 return ColorFract(c1, c2, c3); in hwcTestParseColor()
585 pixel |= htonl((uint32_t) round((((1 << attrib->c3Size) - 1) * color.c3())) in hwcTestColor2Pixel()
711 startColor.c3() + (endColor.c3() - startColor.c3()) in hwcTestFillColorHBlend()
846 + ((float) (fromAttrib->c3Max - fromAttrib->c3Min) * color.c3()); in hwcTestColorConvert()
871 float r = color.c1(), g = color.c2(), b = color.c3(); in hwcTestColorConvert()
[all …]
DhwcTestLib.h56 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {}; in ColorFract() argument
59 float c3(void) const { return _c3; } in c3() function
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs32 volatile char3 c3;
140 c3 = rsGetElementAt_char3(aChar3, 0);
141 rsSetElementAt_char3(aChar3, c3, 0);
142 c3 = rsGetElementAt_char3(aChar3, 0, 0);
143 rsSetElementAt_char3(aChar3, c3, 0, 0);
144 c3 = rsGetElementAt_char3(aChar3, 0, 0, 0);
145 rsSetElementAt_char3(aChar3, c3, 0, 0, 0);
382 c3.x = *(char*)rsGetElementAt(aChar3, 0);
383 c3.y = *(char*)rsGetElementAt(aChar3, 0, 0);
384 c3.z = *(char*)rsGetElementAt(aChar3, 0, 0, 0);
[all …]
Dmath.rs32 volatile char3 c3;
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs32 volatile char3 c3;
140 c3 = rsGetElementAt_char3(aChar3, 0);
141 rsSetElementAt_char3(aChar3, c3, 0);
142 c3 = rsGetElementAt_char3(aChar3, 0, 0);
143 rsSetElementAt_char3(aChar3, c3, 0, 0);
144 c3 = rsGetElementAt_char3(aChar3, 0, 0, 0);
145 rsSetElementAt_char3(aChar3, c3, 0, 0, 0);
382 c3.x = *(char*)rsGetElementAt(aChar3, 0);
383 c3.y = *(char*)rsGetElementAt(aChar3, 0, 0);
384 c3.z = *(char*)rsGetElementAt(aChar3, 0, 0, 0);
[all …]
Dmath.rs32 volatile char3 c3;
/frameworks/native/include/binder/
DIBinder.h26 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument
27 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/frameworks/av/include/media/stagefright/
DUtils.h30 #define FOURCC(c1, c2, c3, c4) \ argument
31 (c1 << 24 | c2 << 16 | c3 << 8 | c4)
/frameworks/minikin/include/minikin/
DMinikinFont.h112 static uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag() argument
114 ((uint32_t)c3 << 8) | (uint32_t)c4; in MakeTag()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_x86.cpp151 __m128i c0, c1, c2, c3; in rsdIntrinsicColorMatrix4x4_K() local
162 c3 = _mm_loadl_epi64((const __m128i *)(coef+12)); in rsdIntrinsicColorMatrix4x4_K()
163 c2 = _mm_unpacklo_epi16(c2, c3); in rsdIntrinsicColorMatrix4x4_K()
207 __m128i c0, c1, c2, c3; in rsdIntrinsicColorMatrix3x3_K() local
218 c3 = _mm_loadl_epi64((const __m128i *)(coef+12)); in rsdIntrinsicColorMatrix3x3_K()
219 c2 = _mm_unpacklo_epi16(c2, c3); in rsdIntrinsicColorMatrix3x3_K()
259 __m128i c0, c1, c2, c3; in rsdIntrinsicColorMatrixDot_K() local
273 c3 = _mm_loadl_epi64((const __m128i *)(coef+12)); in rsdIntrinsicColorMatrixDot_K()
274 c3 = _mm_shufflelo_epi16(c3, 0); in rsdIntrinsicColorMatrixDot_K()
275 c2 = _mm_unpacklo_epi16(c2, c3); in rsdIntrinsicColorMatrixDot_K()
[all …]
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs21 char3 c3;
/frameworks/rs/tests/typecheck/
Dkernels.rs26 char3 c3;
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp936 void rsDebug(const char *s, const char3 *c3) { argument
937 char3 c = *c3;
955 void rsDebug(const char *s, const uchar3 *c3) { argument
956 uchar3 c = *c3;
974 void rsDebug(const char *s, const short3 *c3) { argument
975 short3 c = *c3;
993 void rsDebug(const char *s, const ushort3 *c3) { argument
994 ushort3 c = *c3;
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp120 void verifyClients(bool c1, bool c2, bool c3) { in verifyClients() argument
127 EXPECT_EQ(c3, client3->reclaimed()); in verifyClients()
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs32 volatile char3 c3;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs32 volatile char3 c3;
Dmath.rs.bak32 volatile char3 c3;
Dmath.rs.orig32 volatile char3 c3;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs32 volatile char3 c3;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs32 volatile char3 c3;