HomeSort by relevance Sort by last modified time
    Searched defs:d11 (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair.c 87 int d11 = c10 - c11; local
90 pData[1] = (OMX_S16)(d01 + d11);
92 pData[3] = (OMX_S16)(d01 - d11);
  /external/libvpx/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 26 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
74 d11 = vqadd_s16(vget_high_s16(q3), vget_low_s16(q4));
76 d2 = vqadd_s16(d12, d11);
79 d5 = vqsub_s16(d12, d11);
102 d11 = vqadd_s16(vget_high_s16(q3), vget_low_s16(q4));
104 d2 = vqadd_s16(d12, d11);
107 d5 = vqsub_s16(d12, d11);
shortidct4x4llm_neon.c 28 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
54 d11 = vqadd_s16(vget_high_s16(q3s16), vget_low_s16(q4s16)); // d1
56 d2 = vqadd_s16(d12, d11);
59 d5 = vqsub_s16(d12, d11);
83 d11 = vqadd_s16(vget_high_s16(q3s16), vget_low_s16(q4s16)); // d1
85 d2 = vqadd_s16(d12, d11);
88 d5 = vqsub_s16(d12, d11);
vp8_loopfilter_neon.c 174 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
194 d11 = vld1_u8(v);
217 q5 = vcombine_u8(d10, d11);
322 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
354 d11 = vld1_u8(s);
368 q5 = vcombine_u8(d10, d11);
414 q4ResultH.val[0] = vget_high_u8(q5); // d11
434 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
467 d11 = vld1_u8(vs);
481 q5 = vcombine_u8(d10, d11);
    [all...]
mbloopfilter_neon.c 207 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
227 d11 = vld1_u8(v);
250 q5 = vcombine_u8(d10, d11);
294 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
316 d11 = vld1_u8(s2);
339 q5 = vcombine_u8(d10, d11);
458 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
480 d11 = vld1_u8(vs);
503 q5 = vcombine_u8(d10, d11);
  /art/test/705-register-conflict/src/
Main.java 29 double d8 = 0, d9 = 0, d10 = 0, d11 = 0, d12 = 0, d13 = 0, d14 = 0, d15 = 0; local
44 d11 = d10 + 1;
45 d12 = d11 + 1;
69 + d8 + d9 + d10 + d11 + d12 + d13 + d14 + d15
  /art/test/658-fp-read-barrier/src/
Main.java 65 double d11 = main.field11; local
92 return p + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9 + d10 + d11 + d12 +
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 121 const volatile B<A>& d11() { return *(B<A>*)0; } function
122 // CHECK: "\01?d11@@YAADV?$B@VA@@@@XZ"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py2_test_grammar.py 213 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
214 d11(1)
215 d11(1, 2)
216 d11(1, **{'b':2})
py3_test_grammar.py 201 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
202 d11(1)
203 d11(1, 2)
204 d11(1, **{'b':2})
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_grammar.py 210 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
211 d11(1)
212 d11(1, 2)
213 d11(1, **{'b':2})
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsintrp.c 343 d00, d01, d10, d11, local
365 d11 = DENS(X1, Y1);
368 dx1 = LERP(fx, d01, d11);
396 int d00, d01, d10, d11, local
423 d11 = DENS(X1, Y1);
426 dx1 = LERP(rx, d01, d11);
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
py2_test_grammar.py 213 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
214 d11(1)
215 d11(1, 2)
216 d11(1, **{'b':2})
py3_test_grammar.py 201 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
202 d11(1)
203 d11(1, 2)
204 d11(1, **{'b':2})
  /external/python/cpython2/Lib/test/
test_grammar.py 216 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
217 d11(1)
218 d11(1, 2)
219 d11(1, **{'b':2})
    [all...]
  /external/v8/src/ppc/
simulator-ppc.h 151 d11, enumerator in enum:v8::internal::Simulator::Register
  /external/v8/src/s390/
simulator-s390.h 137 d11, enumerator in enum:v8::internal::Simulator::Register
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_grammar.py 210 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
211 d11(1)
212 d11(1, 2)
213 d11(1, **{'b':2})
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_grammar.py 210 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
211 d11(1)
212 d11(1, 2)
213 d11(1, **{'b':2})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 213 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
214 d11(1)
215 d11(1, 2)
216 d11(1, **{'b':2})
py3_test_grammar.py 201 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
202 d11(1)
203 d11(1, 2)
204 d11(1, **{'b':2})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 210 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
211 d11(1)
212 d11(1, 2)
213 d11(1, **{'b':2})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 213 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
214 d11(1)
215 d11(1, 2)
216 d11(1, **{'b':2})
py3_test_grammar.py 201 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
202 d11(1)
203 d11(1, 2)
204 d11(1, **{'b':2})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 210 def d11(a, b=1): pass function in function:GrammarTests.testFuncdef
211 d11(1)
212 d11(1, 2)
213 d11(1, **{'b':2})

Completed in 438 milliseconds

1 2