Searched refs:c3 (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantLumaDCFromPair.c75 int c3 = pData[i+3]; local
76 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
77 pData[i+1] = (OMX_S16)(c0+c1-c2-c3);
78 pData[i+2] = (OMX_S16)(c0-c1-c2+c3);
79 pData[i+3] = (OMX_S16)(c0-c1+c2-c3);
88 int c3 = pData[i+12]; local
89 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
90 pData[i+4] = (OMX_S16)(c0+c1-c2-c3);
91 pData[i+8] = (OMX_S16)(c0-c1-c2+c3);
92 pData[i+12] = (OMX_S16)(c0-c1+c2-c3);
[all...]
/frameworks/base/include/media/stagefright/
H A DUtils.h25 #define FOURCC(c1, c2, c3, c4) \
26 (c1 << 24 | c2 << 16 | c3 << 8 | c4)
/frameworks/base/include/binder/
H A DIBinder.h26 #define B_PACK_CHARS(c1, c2, c3, c4) \
27 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/frameworks/base/opengl/tests/hwc/
H A DhwcTestLib.h60 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {}; argument
63 float c3(void) const { return _c3; } function in class:ColorFract
H A DhwcTestLib.cpp161 << this->c3() << ']';
305 float c1, c2, c3; local
330 in >> c3; local
332 if ((c3 < 0.0) || (c3 > 1.0)) { return color; }
343 || (c3 < 0.0) || (c3 > 1.0)) { return color; }
348 return ColorFract(c1, c2, c3);
583 pixel |= htonl((uint32_t) round((((1 << attrib->c3Size) - 1) * color.c3()))
712 startColor.c3()
[all...]

Completed in 116 milliseconds