HomeSort by relevance Sort by last modified time
    Searched defs:c11 (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair.c 67 int c11 = pData[3]; local
71 int d10 = c10 + c11;
72 int d11 = c10 - c11;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTest.cpp 136 static UChar c11[] = { 0xDB40, 0xDCFF }; local
137 EXPECT_EQ(SimplePath, Character::characterRangeCodePath(c11, 2));
  /external/clang/test/CodeGenCXX/
vtable-available-externally.cpp 148 struct c11 : c10, c1{ struct in namespace:Test7
151 struct c28 : virtual c11{
mangle-ms-return-qualifiers.cpp 86 const volatile A &c11() { return *(A*)0; } function
87 // CHECK: "\01?c11@@YAADVA@@XZ"
  /external/chromium_org/third_party/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) {
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;
87 static unsigned bilerp4_12(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
88 uint32_t lo = (3 * (LO_PAIR(c00) + LO_PAIR(c01)) + LO_PAIR(c10) + LO_PAIR(c11)) >> 3
190 uint32_t c11 = *a11; local
199 uint32_t c11 = *a11; local
208 uint32_t c11 = *a11; local
225 uint32_t c11 = *a11; local
234 uint32_t c11 = *a11; local
243 uint32_t c11 = *a11; local
260 uint32_t c11 = *a11; local
269 uint32_t c11 = *a11; local
278 uint32_t c11 = *a11; local
    [all...]
  /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) {
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;
87 static unsigned bilerp4_12(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
88 uint32_t lo = (3 * (LO_PAIR(c00) + LO_PAIR(c01)) + LO_PAIR(c10) + LO_PAIR(c11)) >> 3
190 uint32_t c11 = *a11; local
199 uint32_t c11 = *a11; local
208 uint32_t c11 = *a11; local
225 uint32_t c11 = *a11; local
234 uint32_t c11 = *a11; local
243 uint32_t c11 = *a11; local
260 uint32_t c11 = *a11; local
269 uint32_t c11 = *a11; local
278 uint32_t c11 = *a11; local
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 709 Vec4 c11 = colors[v11]; local
728 const Vec4& t0 = tri ? c00 : c11;
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 475 const Vec4 c11 = quad11.p00*(1.0f-a1)*(1.0f-b1) + quad11.p10*a1*(1.0f-b1) + quad11.p01*(1.0f-a1)*b1 + quad11.p11*a1*b1; local
480 const Vec4 cz1 = c10*(1.0f - c1) + c11*c1;
1418 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+1)), size); variable
1493 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+1)), size0); variable
1527 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+1)), size1); variable
    [all...]

Completed in 304 milliseconds