Searched defs:c3 (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantLumaDCFromPair.c90 int c3 = pData[i+3]; local
91 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
92 pData[i+1] = (OMX_S16)(c0+c1-c2-c3);
93 pData[i+2] = (OMX_S16)(c0-c1-c2+c3);
94 pData[i+3] = (OMX_S16)(c0-c1+c2-c3);
103 int c3 = pData[i+12]; local
104 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
105 pData[i+4] = (OMX_S16)(c0+c1-c2-c3);
106 pData[i+8] = (OMX_S16)(c0-c1-c2+c3);
107 pData[i+12] = (OMX_S16)(c0-c1+c2-c3);
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h56 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {}; argument
59 float c3(void) const { return _c3; } function in class:ColorFract
H A DhwcTestLib.cpp165 << this->c3() << ']';
309 float c1, c2, c3; local
334 in >> c3; local
336 if ((c3 < 0.0) || (c3 > 1.0)) { return color; }
347 || (c3 < 0.0) || (c3 > 1.0)) { return color; }
352 return ColorFract(c1, c2, c3);
585 pixel |= htonl((uint32_t) round((((1 << attrib->c3Size) - 1) * color.c3()))
711 startColor.c3()
[all...]
/frameworks/minikin/include/minikin/
H A DMinikinFont.h130 static uint32_t MakeTag(char c1, char c2, char c3, char c4) { argument
132 ((uint32_t)c3 << 8) | (uint32_t)c4;
/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp124 void verifyClients(bool c1, bool c2, bool c3) { argument
131 EXPECT_EQ(c3, client3->reclaimed());
270 verifyClients(true /* c1 */, false /* c2 */, true /* c3 */);
274 verifyClients(false /* c1 */, true /* c2 */, false /* c3 */);
292 verifyClients(true /* c1 */, true /* c2 */, true /* c3 */);
311 verifyClients(false /* c1 */, true /* c2 */, false /* c3 */);
315 verifyClients(true /* c1 */, false /* c2 */, false /* c3 */);
319 verifyClients(false /* c1 */, false /* c2 */, true /* c3 */);
336 verifyClients(true /* c1 */, false /* c2 */, false /* c3 */);
340 verifyClients(false /* c1 */, true /* c2 */, false /* c3 */);
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.cpp151 __m128i c0, c1, c2, c3; local
162 c3 = _mm_loadl_epi64((const __m128i *)(coef+12));
163 c2 = _mm_unpacklo_epi16(c2, c3);
207 __m128i c0, c1, c2, c3; local
218 c3 = _mm_loadl_epi64((const __m128i *)(coef+12));
219 c2 = _mm_unpacklo_epi16(c2, c3);
259 __m128i c0, c1, c2, c3; local
273 c3 = _mm_loadl_epi64((const __m128i *)(coef+12));
274 c3 = _mm_shufflelo_epi16(c3,
414 __m128i c0, c1, c2, c3, c4; local
476 __m128i c0, c1, c2, c3, c4; local
538 __m128i c0, c1, c2, c3, c4; local
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1200 void rsDebug(const char *s, const char3 *c3) { argument
1201 char3 c = *c3;
1219 void rsDebug(const char *s, const uchar3 *c3) { argument
1220 uchar3 c = *c3;
1238 void rsDebug(const char *s, const short3 *c3) { argument
1239 short3 c = *c3;
1257 void rsDebug(const char *s, const ushort3 *c3) { argument
1258 ushort3 c = *c3;

Completed in 130 milliseconds