/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_TransformDequantChromaDCFromPair.c | 81 int c10 = pData[2]; local 86 int d10 = c10 + c11; 87 int d11 = c10 - c11;
|
/device/google/contexthub/firmware/inc/algos/ |
mag_cal.h | 40 float c00, c01, c02, c10, c11, c12, c20, c21, c22; member in struct:MagCal 48 float c10, float c11, float c12, 65 float c10, float c11, float c12,
|
/external/clang/test/Analysis/ |
padding_cpp.cpp | 64 char c10; member in class:SI2 75 char c10; member in class:VirtualSI2 87 char c10; member in class:VtblSI2 93 char c10; member in class:VtblSI3 103 char c10; member in class:MI2 110 char c10; member in class:VtblMI 116 char c10; member in class:VtblMI2
|
/external/clang/test/CodeGenCXX/ |
vtable-available-externally.cpp | 155 struct c10 : c1{ struct in namespace:Test7 158 struct c11 : c10, c1{
|
mangle-ms-return-qualifiers.cpp | 83 volatile A &c10() { return *(A*)0; } function 84 // CHECK: "\01?c10@@YAACVA@@XZ"
|
/external/skia/src/core/ |
SkFilterProc.cpp | 58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 77 static unsigned bilerp4_10(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 78 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c10)) >> 2; 79 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c10)) >> 2; 82 static unsigned bilerp4_11(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 83 uint32_t lo = (9 * LO_PAIR(c00) + 3 * (LO_PAIR(c01) + LO_PAIR(c10)) + LO_PAIR(c11)) >> 4; 84 uint32_t hi = (9 * HI_PAIR(c00) + 3 * (HI_PAIR(c01) + HI_PAIR(c10)) + HI_PAIR(c11)) >> 4 181 uint32_t c10 = *a10; local 189 uint32_t c10 = *a10; local 198 uint32_t c10 = *a10; local 207 uint32_t c10 = *a10; local 216 uint32_t c10 = *a10; local 224 uint32_t c10 = *a10; local 233 uint32_t c10 = *a10; local 242 uint32_t c10 = *a10; local 251 uint32_t c10 = *a10; local 259 uint32_t c10 = *a10; local 268 uint32_t c10 = *a10; local 277 uint32_t c10 = *a10; local [all...] |
SkMipMap.cpp | 95 auto c10 = F::Expand(p1[0]); local 98 auto c = c00 + c10 + c01 + c11; 117 auto c10 = c12; local 121 auto c = add_121(c00, c01, c02) + add_121(c10, c11, c12); 137 auto c10 = F::Expand(p1[0]); local 142 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); 163 auto c10 = c12; local 170 auto c = add_121(c00, c01, c02) + (add_121(c10, c11, c12) << 1) + add_121(c20, c21, c22);
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
HeightField.java | 160 final int c10 = c00 + 1; local 162 final int c11 = c10 + (smooth ? width : w * 2); 164 indices[++i] = (short)c10; 210 final int c10 = c00 + 1; local 212 final int c11 = c10 + w * 2; 223 setVertex(c10, v10);
|
/external/deqp/modules/gles2/functional/ |
es2fShaderTextureFunctionTests.cpp | 395 tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_lookupSpec.minCoord[1]*proj, m_lookupSpec.minCoord[2]*proj)); local 397 float dudx = (c10.s - c00.s)*(float)m_textureSpec.width / (float)viewportSize[0];
|
/external/deqp/modules/glshared/ |
glsShaderRenderCase.cpp | 692 Vec4 c10 = colors[v10]; local 713 const Vec4& t1 = tri ? c01 : c10; 714 const Vec4& t2 = tri ? c10 : c01;
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsics_x86.cpp | 601 __m128i c0, c2, c4, c6, c8, c10, c12; local 622 c10 = _mm_shuffle_epi32(x, 0x55); 691 o0 = _mm_add_epi32(o0, _mm_madd_epi16( _mm_unpacklo_epi16(p16, p17), c10)); 706 o1 = _mm_add_epi32(o1, _mm_madd_epi16( _mm_unpacklo_epi16(p17,p18), c10)); 721 o2 = _mm_add_epi32(o2, _mm_madd_epi16( _mm_unpacklo_epi16(p18, p19), c10)); 736 o3 = _mm_add_epi32(o3, _mm_madd_epi16( _mm_unpacklo_epi16(p19, p20), c10)); [all...] |
/libcore/ojluni/src/main/java/java/net/ |
URLConnection.java | 1431 int c10 = is.read(); local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRender.cpp | 1796 const tcu::Vec4 c10 = colors[v10]; local [all...] |
/external/deqp/framework/common/ |
tcuTexLookupVerifier.cpp | 499 const Vec4 c10 = quad10.p00*(1.0f-a1)*(1.0f-b1) + quad10.p10*a1*(1.0f-b1) + quad10.p01*(1.0f-a1)*b1 + quad10.p11*a1*b1; local 505 const Vec4 cz1 = c10*(1.0f - c1) + c11*c1; 1474 const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+0)), size); variable 1553 const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)), size0); variable 1587 const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+0)), size1); variable [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
crx.h | 69 c9, c10, c11, c12, c13, c14, c15, enumerator in enum:__anon75714
|
/external/deqp/modules/gles3/functional/ |
es3fShaderTextureFunctionTests.cpp | 654 tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_lookupSpec.minCoord[1]*proj, m_lookupSpec.minCoord[2]*proj)); local [all...] |
/external/opencv3/modules/video/src/ |
lkpyramid.cpp | 70 __m128i z = _mm_setzero_si128(), c3 = _mm_set1_epi16(3), c10 = _mm_set1_epi16(10); local 96 __m128i t0 = _mm_add_epi16(_mm_mullo_epi16(_mm_add_epi16(s0, s2), c3), _mm_mullo_epi16(s1, c10)); 148 __m128i t1 = _mm_add_epi16(_mm_mullo_epi16(_mm_add_epi16(s2, s4), c3), _mm_mullo_epi16(s3, c10)); [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
ShortcutManagerTest1.java | 4138 LauncherApps.Callback c10 = mock(LauncherApps.Callback.class); local [all...] |
/external/boringssl/src/crypto/curve25519/ |
curve25519.c | 4155 int64_t c10 = 2097151 & (load_3(c + 26) >> 2); local [all...] |