Home
last modified time | relevance | path

Searched refs:Height (Results 1 – 25 of 111) sorted by relevance

12345

/external/libvpx/vp8/encoder/x86/
Dvariance_ssse3.c31 unsigned int Height,
41 unsigned int Height,
51 unsigned int Height,
61 unsigned int Height,
Dvariance_sse2.c78 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,
Dvariance_impl_sse2.asm519 ; 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 …]
Dvariance_impl_ssse3.asm23 ; 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/
Dbilinearfilter_arm.c26 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/
Dg_common.h13 extern void (*vp8_plane_add_noise)(unsigned char *Start, unsigned int Width, unsigned int Height, i…
19 int Height,
Dfilter.c385 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()
Donyxd.h30 int Height; member
/external/skia/src/images/
DSkMovie_gif.cpp137 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/
Dcustom_button.cc66 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()
Dcairo_cached_surface.h35 int Height() const;
Dreload_button_gtk.cc43 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()
Dcairo_cached_surface.cc27 int CairoCachedSurface::Height() const { in Height() function in CairoCachedSurface
/external/libvpx/vp8/decoder/
Ddecodframe.c604 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/
DScheduleDAG.cpp195 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/
DScheduleDAG.h273 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/
DBlit.cpp252 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/
Dcvwimage.h193 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/
DFloatRectHaiku.cpp39 , m_size(rect.Width() + 1, rect.Height() + 1) in FloatRect()
/external/giflib/
Dgifalloc.c223 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()
Dgif_lib.h79 GifWord Left, Top, Width, Height, /* Current image dimensions. */ member
222 int QuantizeBuffer(unsigned int Width, unsigned int Height,
/external/webkit/Source/WebCore/svg/
DSVGRectElement.h60 DECLARE_ANIMATED_LENGTH(Height, height)
DSVGForeignObjectElement.h60 DECLARE_ANIMATED_LENGTH(Height, height)
DSVGMaskElement.h66 DECLARE_ANIMATED_LENGTH(Height, height)
DSVGImageElement.h73 DECLARE_ANIMATED_LENGTH(Height, height)

12345