Searched defs:c3 (Results 1 - 5 of 5) 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/minikin/include/minikin/
H A DMinikinFont.h98 static uint32_t MakeTag(char c1, char c2, char c3, char c4) { argument
100 ((uint32_t)c3 << 8) | (uint32_t)c4;
/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.cpp167 << this->c3() << ']';
311 float c1, c2, c3; local
336 in >> c3; local
338 if ((c3 < 0.0) || (c3 > 1.0)) { return color; }
349 || (c3 < 0.0) || (c3 > 1.0)) { return color; }
354 return ColorFract(c1, c2, c3);
587 pixel |= htonl((uint32_t) round((((1 << attrib->c3Size) - 1) * color.c3()))
714 startColor.c3()
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.c151 __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...]

Completed in 1339 milliseconds