HomeSort by relevance Sort by last modified time
    Searched full:c01 (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /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) {
62 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2;
63 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c01)) >> 2;
66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
67 uint32_t lo = (LO_PAIR(c00) + LO_PAIR(c01)) >> 1;
68 uint32_t hi = (HI_PAIR(c00) + HI_PAIR(c01)) >> 1;
71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
72 uint32_t lo = (LO_PAIR(c00) + 3 * LO_PAIR(c01)) >> 2;
73 uint32_t hi = (HI_PAIR(c00) + 3 * HI_PAIR(c01)) >> 2
159 uint32_t c01 = *a01; local
166 uint32_t c01 = *a01; local
173 uint32_t c01 = *a01; local
188 uint32_t c01 = *a01; local
197 uint32_t c01 = *a01; local
206 uint32_t c01 = *a01; local
223 uint32_t c01 = *a01; local
232 uint32_t c01 = *a01; local
241 uint32_t c01 = *a01; local
258 uint32_t c01 = *a01; local
267 uint32_t c01 = *a01; local
276 uint32_t c01 = *a01; local
    [all...]
SkMipMap.cpp 94 auto c01 = F::Expand(p0[1]); local
98 auto c = c00 + c10 + c01 + c11;
115 auto c01 = F::Expand(p0[1]); local
121 auto c = add_121(c00, c01, c02) + add_121(c10, c11, c12);
136 auto c01 = F::Expand(p0[1]); local
142 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21);
161 auto c01 = F::Expand(p0[1]); local
170 auto c = add_121(c00, c01, c02) + (add_121(c10, c11, c12) << 1) + add_121(c20, c21, c22);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug014.go 11 var c01 uint8 = '\07'; // ERROR "oct|char"
14 _, _, _, _ = c00, c01, cx0, cx1
  /prebuilts/go/linux-x86/test/fixedbugs/
bug014.go 11 var c01 uint8 = '\07'; // ERROR "oct|char"
14 _, _, _, _ = c00, c01, cx0, cx1
  /external/valgrind/none/tests/s390x/
dfp-2.stdout.exp 117 QAXTR 220680000000000099e570f483c534, 220780000000000000008c01, 0 -> 22078000000000002cdab47931d
118 QAXTR 220680000000000099e570f483c534, 220780000000000000008c01, 1 -> 22078000000000002cdab47931d
119 QAXTR 220680000000000099e570f483c534, 220780000000000000008c01, 2 -> 22078000000000002cdab47931d
120 QAXTR 220680000000000099e570f483c534, 220780000000000000008c01, 3 -> 22078000000000002cdab47931d
121 QAXTR 220680000000000099e570f483c534, 220780000000000000008c01, 4 -> 22078000000000002cdab47931d
122 QAXTR 220680000000000099e570f483c534, 220780000000000000008c01, 5 -> 22078000000000002cdab47931d
123 QAXTR 220680000000000099e570f483c534, 220780000000000000008c01, 6 -> 22078000000000002cdab47931d
124 QAXTR 220680000000000099e570f483c534, 220780000000000000008c01, 7 -> 22078000000000002cdab47931d
125 QAXTR 220680000000000099e570f483c534, 220780000000000000008c01, 8 -> 22078000000000002cdab47931d
126 QAXTR 220680000000000099e570f483c534, 220780000000000000008c01, 9 -> 22078000000000002cdab47931
    [all...]
  /device/google/contexthub/firmware/inc/algos/
mag_cal.h 40 float c00, c01, c02, c10, c11, c12, c20, c21, c22; member in struct:MagCal
47 float c00, float c01, float c02,
64 float c00, float c01, float c02,
  /external/llvm/test/MC/ARM/
directive-fpu.s 24 @ CHECK: 0C01
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-hilo.d 56 6e: 4c01 addiu a0,1
60 78: f000 4c01 addiu a0,1
70 90: f000 4c01 addiu a0,1
75 9c: f000 4c01 addiu a0,1
80 a8: f000 4c01 addiu a0,1
85 b4: f000 4c01 addiu a0,1
90 c0: f000 4c01 addiu a0,1
95 cc: f000 4c01 addiu a0,1
97 d0: 6c01 li a0,1
100 da: f000 6c01 li a0,
    [all...]
mips16@hilo-diff-eb.d 28 [0-9a-f]+ <[^>]*> f000 6c01 li a0,1
34 [0-9a-f]+ <[^>]*> f000 6c01 li a0,1
41 [0-9a-f]+ <[^>]*> 6c01 li a0,1
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.vcxproj.filters 9 <UniqueIdentifier>{065cc8c8-6c01-42a5-be22-af15d0a8540a}</UniqueIdentifier>
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
vxworks1.rd 9 00080c01 .*04 R_386_PLT32 00080800 .plt
vxworks1.dd 31 80c01: R_386_PLT32 \.plt
vxworks1-lib.dd 27 80c01: 8b 1d 00 00 00 00 mov 0x0,%ebx
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 54 const int c01 = segcounts[0] + segcounts[1]; local
59 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67);
60 segment_tree_probs[1] = get_binary_prob(c01, c23);
70 const int c01 = segcounts[0] + segcounts[1]; local
74 const int c0123 = c01 + c23;
83 cost += c01 * vp9_cost_zero(probs[1]) +
86 if (c01 > 0)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair.c 80 int c01 = pData[1]; local
84 int d00 = c00 + c01;
85 int d01 = c00 - c01;
  /external/opencv3/modules/videoio/perf/
perf_input.cpp 16 // http://social.msdn.microsoft.com/Forums/en-US/mediafoundationdevelopment/thread/39a36231-8c01-40af-9af5-3c105d684429
  /device/google/contexthub/firmware/src/algos/
mag_cal.c 142 float c00, float c01, float c02,
154 moc->c00 = c00; moc->c01 = c01; moc->c02 = c02;
265 float c00, float c01, float c02,
269 moc->c00 = c00; moc->c01 = c01; moc->c02 = c02;
277 *xo = moc->c00 * xi + moc->c01 * yi + moc->c02 * zi;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 68 const int c01 = segcounts[0] + segcounts[1]; local
73 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67);
74 segment_tree_probs[1] = get_binary_prob(c01, c23);
84 const int c01 = segcounts[0] + segcounts[1]; local
88 const int c0123 = c01 + c23;
97 cost += c01 * vp9_cost_zero(probs[1]) +
100 if (c01 > 0)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-brokw-pic-3.d 16 [ ]+14:[ ]+9c01[ ]+case 90: -> 1aa <sym2\+0x19c>
18 [ ]+18:[ ]+8c01[ ]+case 92: -> 19a <sym2\+0x18c>
20 [ ]+1c:[ ]+7c01[ ]+case 94: -> 18a <sym2\+0x17c>
22 [ ]+20:[ ]+6c01[ ]+case 96: -> 17a <sym2\+0x16c>
24 [ ]+24:[ ]+5c01[ ]+case 98: -> 16a <sym2\+0x15c>
26 [ ]+28:[ ]+4c01[ ]+case 100: -> 15a <sym2\+0x14c>
28 [ ]+2c:[ ]+3c01[ ]+case 102: -> 14a <sym2\+0x13c>
30 [ ]+30:[ ]+2c01[ ]+case 104: -> 13a <sym2\+0x12c>
32 [ ]+34:[ ]+1c01[ ]+case 106: -> 12a <sym2\+0x11c>
34 [ ]+38:[ ]+0c01[ ]+case 108: -> 11a <sym2\+0x10c
    [all...]
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx11.cpp 4 char c01 = '\u0001'; // ok variable
  /external/boringssl/src/crypto/poly1305/
poly1305_arm_asm.S 114 # qhasm: reg128 c01
452 # qhasm: c01 = mem128[input_2];input_2+=16
453 # asm 1: vld1.8 {>c01=reg128#1%bot->c01=reg128#1%top},[<input_2=int32#2]!
454 # asm 2: vld1.8 {>c01=d0->c01=d1},[<input_2=r1]!
497 # qhasm: c01 c23 = c01[0]c01[1]c01[2]c23[2]c23[0]c23[1]c01[3]c23[3
    [all...]
  /prebuilts/go/darwin-x86/test/
literal.go 174 var c01 uint8 = '\007'
178 assert(c01 == 7, "c01")
  /prebuilts/go/linux-x86/test/
literal.go 174 var c01 uint8 = '\007'
178 assert(c01 == 7, "c01")
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
cpu32.d 20 [ 0-9a-f]+: f800 2c01 tblsnb %d0,%d1,%d2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 114 SADDSUBX r0w0, r0w0, r0w0 ;// [ c00+c01, c00-c01 ]

Completed in 934 milliseconds

1 2 3 4 5