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

1 2 3

  /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);
18 int Width,
onyxd.h 29 int Width;
filter_c.c 290 * UINT32 output_width : Input block width.
348 * UINT32 output_width : Input block width.
430 int Width,
438 vp8_filter_block2d_bil_first_pass(src_ptr, FData, src_pixels_per_line, 1, Height + 1, Width, HFilter);
441 vp8_filter_block2d_bil_second_pass(FData, output_ptr, dst_pitch, Width, Width, Height, Width, VFilter);
onyx.h 102 int Width; // width of data passed to the compressor
onyxc_int.h 90 int Width;
postproc.c 406 * unsigned int Width width of plane
425 unsigned int Width, unsigned int Height, int Pitch)
434 for (j = 0; j < Width; j++)
469 dest->y_width = oci->Width;
631 dest->y_width = oci->Width;
  /external/webkit/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/common/arm/
bilinearfilter_arm.c 122 int Width,
131 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pixels_per_line, Height + 1, Width, HFilter);
134 vp8_filter_block2d_bil_second_pass_armv6(FData, output_ptr, dst_pitch, Height, Width, VFilter);
  /external/webkit/WebCore/svg/
SVGFilterPrimitiveStandardAttributes.h 54 DECLARE_ANIMATED_PROPERTY(SVGFilterPrimitiveStandardAttributes, SVGNames::widthAttr, SVGLength, Width, width)
SVGForeignObjectElement.h 53 DECLARE_ANIMATED_PROPERTY(SVGForeignObjectElement, SVGNames::widthAttr, SVGLength, Width, width)
SVGRectElement.h 54 DECLARE_ANIMATED_PROPERTY(SVGRectElement, SVGNames::widthAttr, SVGLength, Width, width)
SVGFilterElement.h 61 DECLARE_ANIMATED_PROPERTY(SVGFilterElement, SVGNames::widthAttr, SVGLength, Width, width)
SVGImageElement.h 67 DECLARE_ANIMATED_PROPERTY(SVGImageElement, SVGNames::widthAttr, SVGLength, Width, width)
SVGMaskElement.h 65 DECLARE_ANIMATED_PROPERTY(SVGMaskElement, SVGNames::widthAttr, SVGLength, Width, width)
SVGPatternElement.h 64 DECLARE_ANIMATED_PROPERTY(SVGPatternElement, SVGNames::widthAttr, SVGLength, Width, width)
SVGUseElement.h 80 DECLARE_ANIMATED_PROPERTY(SVGUseElement, SVGNames::widthAttr, SVGLength, Width, width)
SVGSVGElement.h 140 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::widthAttr, SVGLength, Width, width)
  /external/giflib/
gif_lib.h 79 GifWord Left, Top, Width, Height, /* Current image dimensions. */
148 int Width, int GifHeight, int GifInterlace,
222 int QuantizeBuffer(unsigned int Width, unsigned int Height,
gifalloc.c 223 register int RasterSize = Image->ImageDesc.Height * Image->ImageDesc.Width;
382 CopyFrom->ImageDesc.Width);
389 CopyFrom->ImageDesc.Width);
  /external/libvpx/vp8/decoder/
decodframe.c 588 const int Width = pc->Width;
596 pc->Width = (data[3] | (data[4] << 8)) & 0x3fff;
602 if (Width != pc->Width || Height != pc->Height)
604 if (pc->Width <= 0)
606 pc->Width = Width;
608 "Invalid frame width");
618 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes.c 35 static void set_best_resolution(_THIS, int width, int height)
43 idok=BestCModeIDTags(CYBRBIDTG_NominalWidth,width,
57 SDL_Display=GFX_Display=OpenScreenTags(NULL,SA_Width,width,SA_Height,height,
66 *w = /*SDL_Display->Width*/ SDL_Window->Width-SDL_Window->BorderLeft-SDL_Window->BorderRight;
180 SDL_modelist[i]->w = SDL_Display->Width;
300 int width,height; local
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 156 msg, bm.width(), bm.height(), bm.getPixels(), bm.getColorTable());
174 int width, height; local
194 width = gif->SWidth;
196 if (width <= 0 || height <= 0 ||
198 width, height)) {
202 bm->setConfig(SkBitmap::kIndex8_Config, width, height);
211 desc.Left + desc.Width > width ||
252 const int innerWidth = desc.Width;
257 return error_return(gif, *bm, "non-pos inner width/height")
    [all...]
  /external/jhead/
jhead.c 293 if (ImageInfo.Height <= 1280 && ImageInfo.Width <= 1280){
294 printf("not resizing %dx%x '%s'\n",ImageInfo.Height, ImageInfo.Width, ImageInfo.FileName);
299 if (1024.0 / ImageInfo.Width < scale) scale = 1024.0 / ImageInfo.Width;
303 sprintf(CommandString, "mogrify -geometry %dx%d -quality 85 &i",(int)(ImageInfo.Width*scale), (int)(ImageInfo.Height*scale));
444 if (ImageInfo.Width > ImageInfo.Height) return TRUE;
448 if (ImageInfo.Width < ImageInfo.Height) return TRUE;
    [all...]
jhead.h 80 int Height, Width;
  /external/libvpx/vp8/common/ppc/
systemdependent.c 48 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);

Completed in 488 milliseconds

1 2 3