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

  /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/chromium_org/ash/wm/
window_modality_controller_unittest.cc 347 TouchTrackerWindowDelegate d11; local
348 scoped_ptr<aura::Window> w11(CreateTestWindowInShellWithDelegate(&d11,
355 d11.reset();
362 EXPECT_FALSE(d11.received_touch());
370 d11.reset();
375 EXPECT_FALSE(d11.received_touch());
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 23 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
73 d11 = vqadd_s16(vget_high_s16(q3), vget_low_s16(q4));
75 d2 = vqadd_s16(d12, d11);
78 d5 = vqsub_s16(d12, d11);
103 d11 = vqadd_s16(vget_high_s16(q3), vget_low_s16(q4));
105 d2 = vqadd_s16(d12, d11);
108 d5 = vqsub_s16(d12, d11);
shortidct4x4llm_neon.c 25 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
53 d11 = vqadd_s16(vget_high_s16(q3s16), vget_low_s16(q4s16)); // d1
55 d2 = vqadd_s16(d12, d11);
58 d5 = vqsub_s16(d12, d11);
84 d11 = vqadd_s16(vget_high_s16(q3s16), vget_low_s16(q4s16)); // d1
86 d2 = vqadd_s16(d12, d11);
89 d5 = vqsub_s16(d12, d11);
loopfilter_neon.c 180 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
200 d11 = vld1_u8(v);
223 q5 = vcombine_u8(d10, d11);
312 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
344 d11 = vld1_u8(s);
358 q5 = vcombine_u8(d10, d11);
405 q4ResultH.val[0] = vget_high_u8(q5); // d11
427 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
460 d11 = vld1_u8(vs);
474 q5 = vcombine_u8(d10, d11);
    [all...]
mbloopfilter_neon.c 214 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
234 d11 = vld1_u8(v);
257 q5 = vcombine_u8(d10, d11);
304 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
326 d11 = vld1_u8(s2);
349 q5 = vcombine_u8(d10, d11);
471 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
493 d11 = vld1_u8(vs);
516 q5 = vcombine_u8(d10, d11);
  /external/libvpx/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 23 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
73 d11 = vqadd_s16(vget_high_s16(q3), vget_low_s16(q4));
75 d2 = vqadd_s16(d12, d11);
78 d5 = vqsub_s16(d12, d11);
103 d11 = vqadd_s16(vget_high_s16(q3), vget_low_s16(q4));
105 d2 = vqadd_s16(d12, d11);
108 d5 = vqsub_s16(d12, d11);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 23 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
73 d11 = vqadd_s16(vget_high_s16(q3), vget_low_s16(q4));
75 d2 = vqadd_s16(d12, d11);
78 d5 = vqsub_s16(d12, d11);
103 d11 = vqadd_s16(vget_high_s16(q3), vget_low_s16(q4));
105 d2 = vqadd_s16(d12, d11);
108 d5 = vqsub_s16(d12, d11);
  /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"
  /external/pdfium/core/src/fxcodec/lcms2/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...]
  /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})
  /external/chromium_org/v8/src/arm/
simulator-arm.h 118 d8, d9, d10, d11, d12, d13, d14, d15, enumerator in enum:v8::internal::Simulator::Register
assembler-arm.h 374 const LowDwVfpRegister d11 = { 11 }; member in namespace:v8::internal
    [all...]
  /external/chromium_org/ui/aura/
window_event_dispatcher_unittest.cc 1180 DeletingWindowDelegate d11; local
    [all...]
window_unittest.cc 1450 TestWindowDelegate d11; local
2073 EventCountDelegate d11; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 10846 CHECK_EQUAL_FP64(rawbits_to_double(n_raw & ~kDSignMask), d11); local
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 9435 ASSERT_EQUAL_FP64(rawbits_to_double(n_raw & ~kDSignMask), d11); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 1273 UDate d11 = makeDate(1997, UCAL_MARCH, 15, 12, 34, 56); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 1273 UDate d11 = makeDate(1997, UCAL_MARCH, 15, 12, 34, 56); local
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 5342 double d11 = 11; local
    [all...]

Completed in 2010 milliseconds