Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_TransformDequantLumaDCFromPair.c75 int c3 = pData[i+3]; in InvTransformDC4x4() local
76 pData[i+0] = (OMX_S16)(c0+c1+c2+c3); in InvTransformDC4x4()
77 pData[i+1] = (OMX_S16)(c0+c1-c2-c3); in InvTransformDC4x4()
78 pData[i+2] = (OMX_S16)(c0-c1-c2+c3); in InvTransformDC4x4()
79 pData[i+3] = (OMX_S16)(c0-c1+c2-c3); in InvTransformDC4x4()
88 int c3 = pData[i+12]; in InvTransformDC4x4() local
89 pData[i+0] = (OMX_S16)(c0+c1+c2+c3); in InvTransformDC4x4()
90 pData[i+4] = (OMX_S16)(c0+c1-c2-c3); in InvTransformDC4x4()
91 pData[i+8] = (OMX_S16)(c0-c1-c2+c3); in InvTransformDC4x4()
92 pData[i+12] = (OMX_S16)(c0-c1+c2-c3); in InvTransformDC4x4()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp163 << this->c3() << ']'; in operator string()
307 float c1, c2, c3; in hwcTestParseColor() local
332 in >> c3; in hwcTestParseColor()
334 if ((c3 < 0.0) || (c3 > 1.0)) { return color; } in hwcTestParseColor()
345 || (c3 < 0.0) || (c3 > 1.0)) { return color; } in hwcTestParseColor()
350 return ColorFract(c1, c2, c3); in hwcTestParseColor()
583 pixel |= htonl((uint32_t) round((((1 << attrib->c3Size) - 1) * color.c3())) in hwcTestColor2Pixel()
710 startColor.c3() + (endColor.c3() - startColor.c3()) in hwcTestFillColorHBlend()
845 + ((float) (fromAttrib->c3Max - fromAttrib->c3Min) * color.c3()); in hwcTestColorConvert()
870 float r = color.c1(), g = color.c2(), b = color.c3(); in hwcTestColorConvert()
[all …]
DhwcTestLib.h57 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {}; in ColorFract() argument
60 float c3(void) const { return _c3; } in c3() function
/frameworks/av/include/media/stagefright/
DUtils.h30 #define FOURCC(c1, c2, c3, c4) \ argument
31 (c1 << 24 | c2 << 16 | c3 << 8 | c4)
/frameworks/native/include/binder/
DIBinder.h26 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument
27 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/frameworks/base/core/tests/coretests/src/android/net/http/
DHttpResponseCacheTest.java129 URLConnection c3 = server.getUrl("/").openConnection(); in testStatisticsTracking() local
130 assertEquals('A', c3.getInputStream().read()); in testStatisticsTracking()
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs21 char3 c3;
/frameworks/rs/tests/typecheck/
Dkernels.rs26 char3 c3;
/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.rs.bak32 volatile char3 c3;
Dmath.rs32 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_CompatLib/src/com/android/rs/test/
Dmath.rs32 volatile char3 c3;