HomeSort by relevance Sort by last modified time
    Searched refs:c10 (Results 1 - 18 of 18) sorted by null

  /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) {
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...]
  /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...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec_unittest.cc 65 AudioCodec c10(c0);
69 c10.params["x"] = "abc";
73 EXPECT_TRUE(c10 != c0);
75 EXPECT_TRUE(c11 != c10);
77 EXPECT_TRUE(c12 != c10);
79 EXPECT_TRUE(c13 == c10);
144 VideoCodec c10(c0);
148 c10.params["x"] = "abc";
152 EXPECT_TRUE(c10 != c0);
154 EXPECT_TRUE(c11 != c10);
206 VideoEncoderConfig c10; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair.c 66 int c10 = pData[2]; local
71 int d10 = c10 + c11;
72 int d11 = c10 - c11;
  /external/clang/test/CodeGenCXX/
vtable-available-externally.cpp 153 struct c10 : c1{ struct in namespace:Test7
156 struct c11 : c10, c1{
mangle-ms-return-qualifiers.cpp 83 volatile A &c10() { return *(A*)0; } function
84 // CHECK: "\01?c10@@YAACVA@@XZ"
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
PerturbFilter.java 78 float c10 = arr[this.wrap(y + py, workSize) * workSize + this.wrap(x - px, workSize)]; local
82 float c1 = ShaderUtils.mix(c10, c11, noisex);
  /external/libvpx/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 79 pmaddwd xmm2, [GLOBAL(cn1)] ; c11 b11 c10 b10
85 pshufd xmm5, xmm2, 0xd8 ; c11 c10 b11 b10
91 punpckhqdq xmm4, xmm5 ; c11 c10 d11 d10
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontTest.cpp 132 static UChar c10[] = { 0xD83C, 0xDE00 }; local
133 EXPECT_EQ(Font::Simple, Font::characterRangeCodePath(c10, 2));
177 static UChar c10[] = { 0x330, 0xD83C, 0xDDE5 }; local
178 EXPECT_EQ(Font::Complex, Font::characterRangeCodePath(c10, 3));
  /external/libvpx/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 80 vspltw v8, \Ceven, 0 ;# v8 = c00 c10 or c02 c12 four times
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s 640 ldcl p3, c10, [r6, #4]
668 @ CHECK: ldcl p3, c10, [r6, #4] @ encoding: [0xd6,0xed,0x01,0xa3]
    [all...]
  /external/elfutils/tests/
run-allregs.sh     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp 1102 UChar c10 = toASCIILower(string[10]); local
    [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 549 category c8; category c9; category c10; category c11;
    [all...]
  /external/chromium_org/third_party/libxml/src/
parser.c     [all...]
  /external/libxml2/
parser.c     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 1854 milliseconds