HomeSort by relevance Sort by last modified time
    Searched refs:Height (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/libvpx/vp8/common/
g_common.h 13 extern void (*vp8_plane_add_noise)(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int DPitch, int q);
19 int Height,
onyxd.h 30 int Height;
filter.c 255 * UINT32 height : Block height.
276 unsigned int height,
283 for (i = 0; i < height; i++)
306 * UINT32 height : Block height.
327 unsigned int height,
335 for (i = 0; i < height; i++)
363 * INT32 Height : Block height
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.h 35 int Height() const;
cairo_cached_surface.cc 27 int CairoCachedSurface::Height() const {
custom_button.cc 66 int CustomDrawButtonBase::Height() const {
67 return surfaces_[0]->Height();
103 int y = widget->allocation.height - pixbuf->Height();
334 button_base_.Height());
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FloatRectHaiku.cpp 39 , m_size(rect.Width() + 1, rect.Height() + 1)
45 return BRect(BPoint(x(), y()), BSize(width() - 1, height() - 1));
  /external/libvpx/vp8/encoder/x86/
variance_ssse3.c 31 unsigned int Height,
41 unsigned int Height,
51 unsigned int Height,
61 unsigned int Height,
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,
  /external/libvpx/vp8/common/arm/
bilinearfilter_arm.c 26 int Height
32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 27 ;// [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
40 ;// roi.width or roi.height is not out of range {4, 8, 16}.
123 Height RN 9
139 M_PRINTF "roi.height %d\n", iHeight
183 MOV Height, #4
193 MOV Height, #4
202 MOV Height, #4
212 MOV Height, #9
223 MOV Height, #4
232 MOV Height, #
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGRectElement.h 60 DECLARE_ANIMATED_LENGTH(Height, height)
SVGForeignObjectElement.h 60 DECLARE_ANIMATED_LENGTH(Height, height)
SVGImageElement.h 73 DECLARE_ANIMATED_LENGTH(Height, height)
SVGMaskElement.h 66 DECLARE_ANIMATED_LENGTH(Height, height)
SVGPatternElement.h 74 DECLARE_ANIMATED_LENGTH(Height, height)
SVGFilterElement.h 73 DECLARE_ANIMATED_LENGTH(Height, height)
SVGFilterPrimitiveStandardAttributes.h 79 DECLARE_ANIMATED_LENGTH(Height, height)
SVGUseElement.h 112 DECLARE_ANIMATED_LENGTH(Height, height)
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.h 37 // dependencies only. We also compute the resource height, which is the number
115 /// For virtual registers: Minimum height of the defining instruction.
116 /// For regunits: Height of the highest user in the trace.
117 unsigned Height;
119 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {}
157 /// Returns true if the height resources have been computed from the trace
164 /// Invalidate height resources when a block below this one has changed.
167 // Data-dependency-related information. Per-instruction depth and height
    [all...]
MachineTraceMetrics.cpp 172 // Check if height resources for MBB are valid and return the TBI.
270 unsigned Height = SuccTBI->InstrHeight;
271 if (!Best || Height < BestHeight)
272 Best = Succ, BestHeight = Height;
407 // The trace leaving I is now known, compute the height resources.
418 // Invalidate height resources of blocks above MBB.
425 << " height.\n");
498 "Trace is broken, height should have been invalidated.");
512 // Compute the depth and height of each instruction based on data dependencies
657 /// 1. The maximum height+depth over all instructions in the trace center block
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 45 inline int Height()
72 int width, height; member in class:MosaicFrame
81 height = _height;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
125 ImageType U = image + (width*height*2);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 45 inline int Height()
72 int width, height; member in class:MosaicFrame
81 height = _height;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
125 ImageType U = image + (width*height*2);
  /external/skia/src/images/
SkMovie_gif.cpp 136 // pad for rest height
137 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep);
144 int height = bm->height(); local
150 GifWord copyHeight = frame->ImageDesc.Height;
151 if (frame->ImageDesc.Top + copyHeight > height) {
152 copyHeight = height - frame->ImageDesc.Top;
174 int height = bm->height(); local
182 GifWord copyHeight = frame->ImageDesc.Height;
344 const int height = gif->SHeight; local
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 291 bool isHeightCurrent : 1; // True if Height is current.
293 unsigned Height; // Node height.
312 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
326 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
339 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
392 /// getHeight - Return the height of this node, which is the length of the
397 return Height;
406 /// depth value, set it to be the new height value. This also
416 /// stored Height value will require recomputation the next tim
    [all...]

Completed in 1135 milliseconds

1 2 3 4 5