HomeSort by relevance Sort by last modified time
    Searched refs:Height (Results 1 - 25 of 104) 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/base/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)
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.h 53 OMX_U32 getVADDRfromANB(OMX_PTR pUnreadableBuffer, OMX_U32 Width, OMX_U32 Height, void *vaddress[]);
  /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);
  /external/skia/src/images/
SkMovie_gif.cpp 144 // pad for rest height
145 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep);
152 int height = bm->height(); local
158 GifWord copyHeight = frame->ImageDesc.Height;
159 if (frame->ImageDesc.Top + copyHeight > height) {
160 copyHeight = height - frame->ImageDesc.Top;
182 int height = bm->height(); local
190 GifWord copyHeight = frame->ImageDesc.Height;
352 const int height = gif->SHeight; local
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 270 bool isHeightCurrent : 1; // True if Height is current.
272 unsigned Height; // Node height.
288 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
302 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
315 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
368 /// getHeight - Return the height of this node, which is the length of the
373 return Height;
382 /// depth value, set it to be the new height value. This also
392 /// stored Height value will require recomputation the next tim
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 102 OMX_U32 Width=0, Height=0, MaxXPart, MaxYPart,MaxSubXPart,MaxSubYPart;
109 Height = 16;
113 Height = 8;
117 Height = 16;
121 Height = 8;
320 MaxYPart = 16/Height;
336 Height = 8;
340 Height = 4;
344 Height = 8;
348 Height = 4
    [all...]
  /external/libvpx/vp8/decoder/
decodframe.c 604 const int Height = pc->Height;
613 pc->Height = (data[5] | (data[6] << 8)) & 0x3fff;
617 if (Width != pc->Width || Height != pc->Height)
628 if (pc->Height <= 0)
630 pc->Height = Height;
632 "Invalid frame height");
635 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height))
    [all...]

Completed in 2809 milliseconds

1 2 3 4 5