/external/libvpx/vp8/encoder/x86/ |
D | variance_ssse3.c | 31 unsigned int Height, 41 unsigned int Height, 51 unsigned int Height, 61 unsigned int Height,
|
D | variance_sse2.c | 78 unsigned int Height, 90 unsigned int Height, 100 unsigned int Height, 110 unsigned int Height, 120 unsigned int Height, 130 unsigned int Height, 140 unsigned int Height,
|
D | variance_impl_sse2.asm | 519 ; unsigned int Height, 563 movsxd rcx, dword ptr arg(4) ;Height 639 movsxd rcx, dword ptr arg(4) ;Height 681 movsxd rcx, dword ptr arg(4) ;Height 710 movsxd rcx, dword ptr arg(4) ;Height 799 ; unsigned int Height, 823 movsxd rcx, dword ptr arg(4) ;Height ; 919 ; unsigned int Height, 939 movsxd rcx, dword ptr arg(4) ;Height ; 1035 ; unsigned int Height, [all …]
|
D | variance_impl_ssse3.asm | 23 ; unsigned int Height, 65 movsxd rcx, dword ptr arg(4) ;Height 160 movsxd rcx, dword ptr arg(4) ;Height 219 movsxd rcx, dword ptr arg(4) ;Height 254 movsxd rcx, dword ptr arg(4) ;Height
|
/external/libvpx/vp8/common/arm/ |
D | bilinearfilter_arm.c | 26 int Height in vp8_filter_block2d_bil_armv6() argument 32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter); in vp8_filter_block2d_bil_armv6() 35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter); in vp8_filter_block2d_bil_armv6()
|
/external/libvpx/vp8/common/ |
D | g_common.h | 13 extern void (*vp8_plane_add_noise)(unsigned char *Start, unsigned int Width, unsigned int Height, i… 19 int Height,
|
D | filter.c | 385 int Height in filter_block2d_bil() argument 392 filter_block2d_bil_first_pass(src_ptr, FData, src_pitch, Height + 1, Width, HFilter); in filter_block2d_bil() 395 filter_block2d_bil_second_pass(FData, dst_ptr, dst_pitch, Height, Width, VFilter); in filter_block2d_bil()
|
D | onyxd.h | 30 int Height; member
|
/external/skia/src/images/ |
D | SkMovie_gif.cpp | 137 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep); in copyInterlaceGroup() 150 GifWord copyHeight = frame->ImageDesc.Height; in blitInterlace() 182 GifWord copyHeight = frame->ImageDesc.Height; in blitNormal() 288 && covered->ImageDesc.Top + covered->ImageDesc.Height <= in checkIfCover() 289 target->ImageDesc.Top + target->ImageDesc.Height) { in checkIfCover() 313 cur->ImageDesc.Width, cur->ImageDesc.Height, in disposeFrameIfNeeded()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | custom_button.cc | 66 int CustomDrawButtonBase::Height() const { in Height() function in CustomDrawButtonBase 67 return surfaces_[0]->Height(); in Height() 103 int y = widget->allocation.height - pixbuf->Height(); in OnExpose() 334 button_base_.Height()); in SetBrowserTheme()
|
D | cairo_cached_surface.h | 35 int Height() const;
|
D | reload_button_gtk.cc | 43 gtk_widget_set_size_request(widget(), reload_.Width(), reload_.Height()); in ReloadButtonGtk() 263 gtk_widget_set_size_request(widget(), reload_.Width(), reload_.Height()); in UpdateThemeButtons()
|
D | cairo_cached_surface.cc | 27 int CairoCachedSurface::Height() const { in Height() function in CairoCachedSurface
|
/external/libvpx/vp8/decoder/ |
D | decodframe.c | 604 const int Height = pc->Height; in vp8_decode_frame() local 613 pc->Height = (data[5] | (data[6] << 8)) & 0x3fff; in vp8_decode_frame() 617 if (Width != pc->Width || Height != pc->Height) in vp8_decode_frame() 628 if (pc->Height <= 0) in vp8_decode_frame() 630 pc->Height = Height; in vp8_decode_frame() 635 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height)) in vp8_decode_frame() 646 if (pc->Width == 0 || pc->Height == 0) in vp8_decode_frame()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 195 Height = NewHeight; in setHeightToAtLeast() 247 SuccSU->Height + I->getLatency()); in ComputeHeight() 256 if (MaxSuccHeight != Cur->Height) { in ComputeHeight() 258 Cur->Height = MaxSuccHeight; in ComputeHeight() 280 dbgs() << " Height : " << Height << "\n"; in dumpAll()
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 273 unsigned Height; // Node height. 289 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0), 303 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0), 316 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0), 374 return Height;
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Blit.cpp | 252 rect.bottom = desc.Height; in getSurfaceRect() 439 vp.Height = sourceRect.bottom - sourceRect.top; in setViewport() 444 float halfPixelAdjust[4] = { -1.0f/vp.Width, 1.0f/vp.Height, 0, 0 }; in setViewport() 512 dummyVp.Height = 1; in saveState()
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 193 int Height() const {return image_->height; } in Height() function 330 Allocate(src.Width(), src.Height()); in CloneFrom() 387 Allocate(src.Width(), src.Height()); in CloneFrom() 534 WImage<T>::Height() != height || WImage<T>::Channels() != nchannels) { in Allocate() 544 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) { in Allocate()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | FloatRectHaiku.cpp | 39 , m_size(rect.Width() + 1, rect.Height() + 1) in FloatRect()
|
/external/giflib/ |
D | gifalloc.c | 223 register int RasterSize = Image->ImageDesc.Height * Image->ImageDesc.Width; in ApplyTranslation() 381 CopyFrom->ImageDesc.Height * in MakeSavedImage() 388 sizeof(GifPixelType) * CopyFrom->ImageDesc.Height * in MakeSavedImage()
|
D | gif_lib.h | 79 GifWord Left, Top, Width, Height, /* Current image dimensions. */ member 222 int QuantizeBuffer(unsigned int Width, unsigned int Height,
|
/external/webkit/Source/WebCore/svg/ |
D | SVGRectElement.h | 60 DECLARE_ANIMATED_LENGTH(Height, height)
|
D | SVGForeignObjectElement.h | 60 DECLARE_ANIMATED_LENGTH(Height, height)
|
D | SVGMaskElement.h | 66 DECLARE_ANIMATED_LENGTH(Height, height)
|
D | SVGImageElement.h | 73 DECLARE_ANIMATED_LENGTH(Height, height)
|