/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_variance_avx2.c | 49 int x_offset, 61 int x_offset, 187 int x_offset, in vp9_sub_pixel_variance64x64_avx2() argument 194 int se = vp9_sub_pixel_variance32xh_avx2(src, src_stride, x_offset, in vp9_sub_pixel_variance64x64_avx2() 200 x_offset, y_offset, in vp9_sub_pixel_variance64x64_avx2() 211 int x_offset, in vp9_sub_pixel_variance32x32_avx2() argument 218 int se = vp9_sub_pixel_variance32xh_avx2(src, src_stride, x_offset, in vp9_sub_pixel_variance32x32_avx2() 227 int x_offset, in vp9_sub_pixel_avg_variance64x64_avx2() argument 236 int se = vp9_sub_pixel_avg_variance32xh_avx2(src, src_stride, x_offset, in vp9_sub_pixel_avg_variance64x64_avx2() 241 int se2 = vp9_sub_pixel_avg_variance32xh_avx2(src + 32, src_stride, x_offset, in vp9_sub_pixel_avg_variance64x64_avx2() [all …]
|
D | vp9_subpel_variance_impl_intrin_avx2.c | 123 int x_offset, in vp9_sub_pixel_variance32xh_avx2() argument 138 if (x_offset == 0) { in vp9_sub_pixel_variance32xh_avx2() 178 } else if (x_offset == 8) { in vp9_sub_pixel_variance32xh_avx2() 237 x_offset <<= 5; in vp9_sub_pixel_variance32xh_avx2() 239 (bilinear_filters_avx2 + x_offset)); in vp9_sub_pixel_variance32xh_avx2() 252 x_offset <<= 5; in vp9_sub_pixel_variance32xh_avx2() 254 (bilinear_filters_avx2 + x_offset)); in vp9_sub_pixel_variance32xh_avx2() 277 x_offset <<= 5; in vp9_sub_pixel_variance32xh_avx2() 279 (bilinear_filters_avx2 + x_offset)); in vp9_sub_pixel_variance32xh_avx2() 314 int x_offset, in vp9_sub_pixel_avg_variance32xh_avx2() argument [all …]
|
D | vp9_variance_sse2.c | 344 int x_offset, int y_offset, \ 361 int x_offset, \ 367 int se = vp9_sub_pixel_variance##wf##xh_##opt(src, src_stride, x_offset, \ 373 x_offset, y_offset, \ 380 x_offset, y_offset, \ 386 x_offset, y_offset, \ 421 int x_offset, int y_offset, \ 440 int x_offset, \ 447 int se = vp9_sub_pixel_avg_variance##wf##xh_##opt(src, src_stride, x_offset, \ 453 x_offset, y_offset, \ [all …]
|
D | vp9_subpel_variance.asm | 67 ; int x_offset, int y_offset, 144 x_offset, y_offset, \ 149 cglobal sub_pixel_variance%1xh, 7, 8, 13, src, src_stride, x_offset, \ 158 x_offset, y_offset, \ 177 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, x_offset, \ 198 x_offset, y_offset, \ 210 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, x_offset, \ 385 ; x_offset == 0, reuse x_offset reg 503 ; x_offset == 0.5 507 ; x_offset == 0.5 && y_offset == 0 [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
D | vp9_variance_avx2.c | 28 int x_offset, int y_offset, 35 int x_offset, 121 int x_offset, in vp9_sub_pixel_variance64x64_avx2() argument 127 const int se1 = vp9_sub_pixel_variance32xh_avx2(src, src_stride, x_offset, in vp9_sub_pixel_variance64x64_avx2() 132 x_offset, y_offset, in vp9_sub_pixel_variance64x64_avx2() 142 int x_offset, in vp9_sub_pixel_variance32x32_avx2() argument 147 const int se = vp9_sub_pixel_variance32xh_avx2(src, src_stride, x_offset, in vp9_sub_pixel_variance32x32_avx2() 155 int x_offset, in vp9_sub_pixel_avg_variance64x64_avx2() argument 162 const int se1 = vp9_sub_pixel_avg_variance32xh_avx2(src, src_stride, x_offset, in vp9_sub_pixel_avg_variance64x64_avx2() 167 vp9_sub_pixel_avg_variance32xh_avx2(src + 32, src_stride, x_offset, in vp9_sub_pixel_avg_variance64x64_avx2() [all …]
|
D | vp9_subpel_variance_impl_intrin_avx2.c | 123 int x_offset, in vp9_sub_pixel_variance32xh_avx2() argument 138 if (x_offset == 0) { in vp9_sub_pixel_variance32xh_avx2() 178 } else if (x_offset == 8) { in vp9_sub_pixel_variance32xh_avx2() 237 x_offset <<= 5; in vp9_sub_pixel_variance32xh_avx2() 239 (bilinear_filters_avx2 + x_offset)); in vp9_sub_pixel_variance32xh_avx2() 252 x_offset <<= 5; in vp9_sub_pixel_variance32xh_avx2() 254 (bilinear_filters_avx2 + x_offset)); in vp9_sub_pixel_variance32xh_avx2() 277 x_offset <<= 5; in vp9_sub_pixel_variance32xh_avx2() 279 (bilinear_filters_avx2 + x_offset)); in vp9_sub_pixel_variance32xh_avx2() 314 int x_offset, in vp9_sub_pixel_avg_variance32xh_avx2() argument [all …]
|
D | vp9_variance_sse2.c | 320 int x_offset, int y_offset, \ 337 int x_offset, \ 343 int se = vp9_sub_pixel_variance##wf##xh_##opt(src, src_stride, x_offset, \ 349 x_offset, y_offset, \ 356 x_offset, y_offset, \ 362 x_offset, y_offset, \ 397 int x_offset, int y_offset, \ 416 int x_offset, \ 423 int se = vp9_sub_pixel_avg_variance##wf##xh_##opt(src, src_stride, x_offset, \ 429 x_offset, y_offset, \ [all …]
|
D | vp9_subpel_variance.asm | 67 ; int x_offset, int y_offset, 144 x_offset, y_offset, \ 149 cglobal sub_pixel_variance%1xh, 7, 8, 13, src, src_stride, x_offset, \ 158 x_offset, y_offset, \ 177 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, x_offset, \ 198 x_offset, y_offset, \ 210 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, x_offset, \ 385 ; x_offset == 0, reuse x_offset reg 503 ; x_offset == 0.5 507 ; x_offset == 0.5 && y_offset == 0 [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-fallback.cc | 210 pos.x_offset = pos.y_offset = 0; in position_mark() 221 pos.x_offset += base_extents.x_bearing - mark_extents.width / 2 - mark_extents.x_bearing; in position_mark() 224 …pos.x_offset += base_extents.x_bearing + base_extents.width - mark_extents.width / 2 - mark_extent… in position_mark() 235 …pos.x_offset += base_extents.x_bearing + (base_extents.width - mark_extents.width) / 2 - mark_exte… in position_mark() 242 pos.x_offset += base_extents.x_bearing - mark_extents.x_bearing; in position_mark() 249 …pos.x_offset += base_extents.x_bearing + base_extents.width - mark_extents.width - mark_extents.x_… in position_mark() 316 base_extents.x_bearing += buffer->pos[base].x_offset; in position_around_base() 322 hb_position_t x_offset = 0, y_offset = 0; in position_around_base() local 324 x_offset -= buffer->pos[base].x_advance; in position_around_base() 372 buffer->pos[i].x_offset += x_offset; in position_around_base() [all …]
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-shape-fallback.cc | 210 pos.x_offset = pos.y_offset = 0; in position_mark() 221 pos.x_offset += base_extents.x_bearing - mark_extents.width / 2 - mark_extents.x_bearing; in position_mark() 224 …pos.x_offset += base_extents.x_bearing + base_extents.width - mark_extents.width / 2 - mark_extent… in position_mark() 235 …pos.x_offset += base_extents.x_bearing + (base_extents.width - mark_extents.width) / 2 - mark_exte… in position_mark() 242 pos.x_offset += base_extents.x_bearing - mark_extents.x_bearing; in position_mark() 249 …pos.x_offset += base_extents.x_bearing + base_extents.width - mark_extents.width - mark_extents.x_… in position_mark() 316 base_extents.x_bearing += buffer->pos[base].x_offset; in position_around_base() 322 hb_position_t x_offset = 0, y_offset = 0; in position_around_base() local 324 x_offset -= buffer->pos[base].x_advance; in position_around_base() 372 buffer->pos[i].x_offset += x_offset; in position_around_base() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.cpp | 35 x_offset(0), in brw_blorp_mip_info() 62 x_offset = rb.draw_x; in set() 134 *tile_x = x_offset & mask_x; in compute_tile_offsets() 137 return intel_region_get_aligned_offset(region, x_offset & ~mask_x, in compute_tile_offsets()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_blorp.cpp | 35 x_offset(0), in brw_blorp_mip_info() 62 x_offset = rb.draw_x; in set() 134 *tile_x = x_offset & mask_x; in compute_tile_offsets() 137 return intel_region_get_aligned_offset(region, x_offset & ~mask_x, in compute_tile_offsets()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.h | 42 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride, in scaled_buffer_offset() argument 44 const int x = sf ? sf->scale_value_x(x_offset, sf) : x_offset; in scaled_buffer_offset()
|
/external/chromium_org/ash/shelf/ |
D | shelf_button.cc | 174 int x_offset = (base_bounds_.width() - bounds.width()) / 2; in UpdateBounds() local 175 bounds.set_x(base_bounds_.x() + x_offset); in UpdateBounds() 374 int x_offset = shelf_layout_manager_->PrimaryAxisValue(0, icon_pad); in Layout() local 378 button_bounds.width() - x_offset); in Layout() 385 x_offset = button_bounds.width() - (kIconSize + icon_pad); in Layout() 393 x_offset = std::max(0, button_bounds.width() - icon_width) / 2; in Layout() 398 if (x_offset + icon_width + kBarSize > button_bounds.width()) in Layout() 399 icon_width = button_bounds.width() - (x_offset + kBarSize); in Layout() 403 button_bounds.x() + x_offset, in Layout()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_setup_line.c | 296 float x_offset=0; in try_setup_line() local 408 x_offset = - x2diff - 0.5; in try_setup_line() 409 y_offset = x_offset * dydx; in try_setup_line() 416 x_offset = - x1diff + 0.5; in try_setup_line() 417 y_offset = x_offset * dydx; in try_setup_line() 426 x[0] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset); in try_setup_line() 429 x[3] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset); in try_setup_line() 506 x_offset = y_offset * dxdy; in try_setup_line() 513 x_offset = y_offset * dxdy; in try_setup_line() 523 x[0] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset) - fixed_width/2; in try_setup_line() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_line.c | 296 float x_offset=0; in try_setup_line() local 408 x_offset = - x2diff - 0.5; in try_setup_line() 409 y_offset = x_offset * dydx; in try_setup_line() 416 x_offset = - x1diff + 0.5; in try_setup_line() 417 y_offset = x_offset * dydx; in try_setup_line() 426 x[0] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset); in try_setup_line() 429 x[3] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset); in try_setup_line() 506 x_offset = y_offset * dxdy; in try_setup_line() 513 x_offset = y_offset * dxdy; in try_setup_line() 523 x[0] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset) - fixed_width/2; in try_setup_line() [all …]
|
/external/chromium_org/ash/test/ |
D | overflow_bubble_view_test_api.cc | 23 void OverflowBubbleViewTestAPI::ScrollByXOffset(int x_offset) { in ScrollByXOffset() argument 24 bubble_view_->ScrollByXOffset(x_offset); in ScrollByXOffset()
|
/external/chromium_org/ui/events/ozone/ |
D | events_ozone.cc | 131 float* x_offset, in GetScrollOffsets() argument 139 if (x_offset) in GetScrollOffsets() 140 *x_offset = event->x_offset(); in GetScrollOffsets() 163 *vx = event->x_offset(); in GetFlingData()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
D | vp9_reconinter.h | 53 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride, in scaled_buffer_offset() argument 55 const int x = sf ? sf->scale_value_x(x_offset, sf) : x_offset; in scaled_buffer_offset()
|
/external/chromium_org/chrome/browser/ui/views/ash/ |
D | tab_scrubber.cc | 111 float x_offset = event->x_offset(); in OnScrollEvent() local 115 swipe_direction_ = (x_offset < 0) ? LEFT : RIGHT; in OnScrollEvent() 133 Direction direction = (x_offset < 0) ? LEFT : RIGHT; in OnScrollEvent() 145 swipe_x_ += x_offset; in OnScrollEvent()
|
/external/chromium_org/ui/base/cursor/ |
D | cursor_util.cc | 98 int x_offset = frame_width * frame; in GetAnimatedCursorBitmaps() local 99 DCHECK_LE(x_offset + frame_width, total_width); in GetAnimatedCursorBitmaps() 102 bitmap, x_offset, 0, frame_width, frame_height); in GetAnimatedCursorBitmaps()
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
D | pngshim.c | 179 FT_Int x_offset, in Load_SBit_Png() argument 199 if ( x_offset < 0 || x_offset + metrics->width > map->width || in Load_SBit_Png() 317 rows[i] = map->buffer + ( y_offset + i ) * map->pitch + x_offset * 4; in Load_SBit_Png()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/ |
D | pngshim.c | 179 FT_Int x_offset, in Load_SBit_Png() argument 199 if ( x_offset < 0 || x_offset + metrics->width > map->width || in Load_SBit_Png() 317 rows[i] = map->buffer + ( y_offset + i ) * map->pitch + x_offset * 4; in Load_SBit_Png()
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | composite_bitmap_glyph.h | 32 int32_t x_offset() { return x_offset_; } in x_offset() function 40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
D | composite_bitmap_glyph.h | 32 int32_t x_offset() { return x_offset_; } in x_offset() function 40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
|