Home
last modified time | relevance | path

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

12345

/external/libvpx/libvpx/vp8/common/x86/
Dvariance_ssse3.c31 unsigned int Height,
41 unsigned int Height,
51 unsigned int Height,
61 unsigned int Height,
Dvariance_sse2.c72 unsigned int Height,
84 unsigned int Height,
94 unsigned int Height,
104 unsigned int Height,
114 unsigned int Height,
124 unsigned int Height,
134 unsigned int Height,
Dvariance_impl_sse2.asm409 ; unsigned int Height,
453 movsxd rcx, dword ptr arg(4) ;Height
529 movsxd rcx, dword ptr arg(4) ;Height
571 movsxd rcx, dword ptr arg(4) ;Height
600 movsxd rcx, dword ptr arg(4) ;Height
689 ; unsigned int Height,
714 movsxd rcx, dword ptr arg(4) ;Height ;
811 ; unsigned int Height,
831 movsxd rcx, dword ptr arg(4) ;Height ;
927 ; 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/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp273 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc() local
274 if (!Best || Height < BestHeight) in pickTraceSucc()
275 Best = Succ, BestHeight = Height; in pickTraceSucc()
682 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath()
763 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths()
772 static unsigned updatePhysDepsUpwards(const MachineInstr *MI, unsigned Height, in updatePhysDepsUpwards() argument
802 Height = std::max(Height, DepHeight); in updatePhysDepsUpwards()
814 if (LRU.Cycle <= Height && LRU.MI != MI) { in updatePhysDepsUpwards()
815 LRU.Cycle = Height; in updatePhysDepsUpwards()
822 return Height; in updatePhysDepsUpwards()
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h118 unsigned Height; member
120 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg()
223 unsigned Height; member
DScheduleDAG.h319 unsigned Height; // Node height.
338 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
352 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
365 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
432 return Height;
/external/libvpx/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/skia/src/images/
DSkMovie_gif.cpp141 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep); in copyInterlaceGroup()
154 GifWord copyHeight = frame->ImageDesc.Height; in blitInterlace()
186 GifWord copyHeight = frame->ImageDesc.Height; in blitNormal()
292 && covered->ImageDesc.Top + covered->ImageDesc.Height <= in checkIfCover()
293 target->ImageDesc.Top + target->ImageDesc.Height) { in checkIfCover()
317 cur->ImageDesc.Width, cur->ImageDesc.Height, in disposeFrameIfNeeded()
/external/skia/legacy/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/libvpx/vp8/common/
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.h32 int Height; member
/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/webkit/Source/WebCore/platform/graphics/haiku/
DFloatRectHaiku.cpp39 , m_size(rect.Width() + 1, rect.Height() + 1) in FloatRect()
/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/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()
/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)
DSVGFilterPrimitiveStandardAttributes.h79 DECLARE_ANIMATED_LENGTH(Height, height)

12345