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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
subpixel_sse2.asm 21 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
77 pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2]; Tap 1
81 pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1]; Tap 2
87 pmullw xmm5, [rdx+32] ; x[ 0] * H[ 0]; Tap 3
92 pmullw xmm6, [rdx+48] ; x[ 1] * h[ 1] ; Tap 4
98 pmullw xmm7, [rdx+64] ; x[ 2] * h[ 2] ; Tap 5
101 pmullw xmm1, [rdx+80] ; x[ 3] * h[ 3] ; Tap 6
151 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
202 pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2]; Tap 1
206 pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1]; Tap
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_sse2.asm 21 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
77 pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2]; Tap 1
81 pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1]; Tap 2
87 pmullw xmm5, [rdx+32] ; x[ 0] * H[ 0]; Tap 3
92 pmullw xmm6, [rdx+48] ; x[ 1] * h[ 1] ; Tap 4
98 pmullw xmm7, [rdx+64] ; x[ 2] * h[ 2] ; Tap 5
101 pmullw xmm1, [rdx+80] ; x[ 3] * h[ 3] ; Tap 6
151 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
202 pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2]; Tap 1
206 pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1]; Tap
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
subpixel_sse2.asm 21 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
77 pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2]; Tap 1
81 pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1]; Tap 2
87 pmullw xmm5, [rdx+32] ; x[ 0] * H[ 0]; Tap 3
92 pmullw xmm6, [rdx+48] ; x[ 1] * h[ 1] ; Tap 4
98 pmullw xmm7, [rdx+64] ; x[ 2] * h[ 2] ; Tap 5
101 pmullw xmm1, [rdx+80] ; x[ 3] * h[ 3] ; Tap 6
151 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
202 pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2]; Tap 1
206 pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1]; Tap
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views_browsertest.cc 70 // Tap the center of the browser window.
79 void Tap(const gfx::Point& press_location,
190 ASSERT_NO_FATAL_FAILURE(Tap(tap_location, tap_location));
200 ASSERT_NO_FATAL_FAILURE(Tap(tap_location, tap_location));
208 ASSERT_NO_FATAL_FAILURE(Tap(tap2_location, tap2_location));
211 // not there was text under the tap, which appears to be flaky.
213 // Take the focus away and tap in the omnibox again, but drag a bit before
216 ASSERT_NO_FATAL_FAILURE(Tap(tap_location, tap2_location));
313 // Tap to activate touch editing.
316 Tap(omnibox_center, omnibox_center)
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
tap.js 28 chrome.gpuBenchmarking.tap);
55 throw new Error('Tap position is off-screen');
57 chrome.gpuBenchmarking.tap(position_left, position_top,
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 162 label: 'Maximum Cancel to Down Time for Tap Suppression',
167 label: 'Maximum Tap Gap Time for Tap Suppression',
  /external/chromium_org/content/browser/renderer_host/input/
touch_handle_unittest.cc 446 TEST_F(TouchHandleTest, Tap) {
452 // ACTION_CANCEL shouldn't trigger a tap.
460 // Long press shouldn't trigger a tap.
468 // Only a brief tap within the slop region should trigger a tap.
480 // Moving beyond the slop region shouldn't trigger a tap.
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 321 // Simulates a complete tap.
322 void Tap(const gfx::Point& point) {
339 GestureEventForTest tap(point.x(), point.y(), tap_details);
340 textfield_->OnGestureEvent(&tap);
    [all...]
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /external/chromium_org/third_party/usb_ids/
usb.ids 1159 3121 WoW tap chat
    [all...]

Completed in 324 milliseconds