HomeSort by relevance Sort by last modified time
    Searched refs:Height (Results 101 - 125 of 634) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 51 unsigned int Height,
61 unsigned int Height,
71 unsigned int Height,
81 unsigned int Height,
91 unsigned int Height,
101 unsigned int Height,
347 int height, unsigned int *sse)
426 int height, unsigned int *sse)
  /external/skia/src/images/
SkMovie_gif.cpp 140 // pad for rest height
141 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep);
148 int height = bm->height(); local
154 GifWord copyHeight = frame->ImageDesc.Height;
155 if (frame->ImageDesc.Top + copyHeight > height) {
156 copyHeight = height - frame->ImageDesc.Top;
179 int height = bm->height(); local
187 GifWord copyHeight = frame->ImageDesc.Height;
350 const int height = gif->SHeight; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 51 unsigned int Height,
61 unsigned int Height,
71 unsigned int Height,
81 unsigned int Height,
91 unsigned int Height,
101 unsigned int Height,
347 int height, unsigned int *sse)
426 int height, unsigned int *sse)
  /hardware/intel/img/psb_video/src/
pnw_H263ES.c 142 ctx->Slices = ctx->Height / 16;
222 if(ctx->Height <= 400)
224 else if (ctx->Height < 800)
301 if ((ctx->Width == 128) && (ctx->Height == 96))
303 else if ((ctx->Width == 176) && (ctx->Height == 144))
305 else if ((ctx->Width == 352) && (ctx->Height == 288))
307 else if ((ctx->Width == 704) && (ctx->Height == 576))
309 else if ((ctx->Width <= 720) && (ctx->Height <= 576))
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Rdi.cpp 190 uint32_t Height,
200 Height,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_misc_state.c 143 ((srb->Base.Base.Height + tile_y - 1) << 18);
202 (((drb->Base.Base.Height + tile_y) - 1) << 18));
gen7_viewport_state.c 58 y_bias = ctx->DrawBuffer->Height;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv20_state_fb.c 61 height = align(fb->Height, 2), local
62 size = pitch * height;
148 PUSH_DATA (push, (fb->Height - 1) << 16);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 91 GLint x, GLint y, GLsizei width, GLsizei height,
104 if (width * height < 100) {
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
138 height, 1, 0);
154 y = rrb->base.Base.Height - height - y;
164 rrb->base.Base.Height,
172 height,
176 height,
183 aligned_rowstride, height, dst_rowstride)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_framebuffer.c 58 int rtt_height = strb->Base.Height;
65 strb->surface->height != rtt_height) {
86 strb->surface->width, strb->surface->height,
111 framebuffer->height = fb->Height;
113 /*printf("------ fb size %d x %d\n", fb->Width, fb->Height);*/
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.cc 30 int32_t BigGlyphMetrics::Height() {
76 int32_t BigGlyphMetrics::Builder::Height() {
80 void BigGlyphMetrics::Builder::SetHeight(byte_t height) {
81 InternalWriteData()->WriteByte(Offset::kHeight, height);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_misc_state.c 143 ((srb->Base.Base.Height + tile_y - 1) << 18);
202 (((drb->Base.Base.Height + tile_y) - 1) << 18));
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_fb.c 61 height = align(fb->Height, 2), local
62 size = pitch * height;
148 PUSH_DATA (push, (fb->Height - 1) << 16);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 91 GLint x, GLint y, GLsizei width, GLsizei height,
104 if (width * height < 100) {
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
138 height, 1, 0);
154 y = rrb->base.Base.Height - height - y;
164 rrb->base.Base.Height,
172 height,
176 height,
183 aligned_rowstride, height, dst_rowstride)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_framebuffer.c 58 int rtt_height = strb->Base.Height;
65 strb->surface->height != rtt_height) {
86 strb->surface->width, strb->surface->height,
111 framebuffer->height = fb->Height;
113 /*printf("------ fb size %d x %d\n", fb->Width, fb->Height);*/
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 67 FX_BOOL CFX_RenderDevice::CreateCompatibleBitmap(CFX_DIBitmap* pDIB, int width, int height) const
70 return pDIB->Create(width, height, m_RenderCaps & FXRC_ALPHA_OUTPUT ? FXDIB_Cmyka : FXDIB_Cmyk);
72 return pDIB->Create(width, height, FXDIB_8bppMask);
75 return pDIB->Create(width, height, m_RenderCaps & FXRC_ALPHA_OUTPUT ? FXDIB_Argb : FXDIB_Rgb32);
77 return pDIB->Create(width, height, m_RenderCaps & FXRC_ALPHA_OUTPUT ? FXDIB_Argb : FXDIB_Rgb);
168 int height = (int)FXSYS_ceil(rect_f.top - rect_f.bottom); local
169 if (height < 1) {
170 height = 1;
182 if (rect_i.Height() >= height + 1) {
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.cc 30 int32_t BigGlyphMetrics::Height() {
76 int32_t BigGlyphMetrics::Builder::Height() {
80 void BigGlyphMetrics::Builder::SetHeight(byte_t height) {
81 InternalWriteData()->WriteByte(Offset::kHeight, height);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.h 67 long height() const { return m_heightInLines; } function in class:WebCore::FINAL
114 Height,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyxc_int.h 75 int Height;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglsurface.c 89 surf->Height = val;
206 surf->Height = val;
321 surf->Height = 0;
360 *value = surface->Height;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
d3d10tri.cpp 88 virtual void draw(ID3D10Device* ctx, ID3D10RenderTargetView* rtv, unsigned width, unsigned height, double time)
94 vp.Height = (unsigned)height;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.cpp 90 virtual void draw(ID3D11DeviceContext* ctx, ID3D11RenderTargetView* rtv, unsigned width, unsigned height, double time)
96 vp.Height = (float)height;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
renderbuffer.c 54 rb->Height = 0;
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
yuv_cropper.py 26 plane. The sizes equal width, height and crop_height for the Y plane,
27 and are equal to width/2, height/2 and crop_height/2 for the U and V
47 def crop_frames(yuv_file_name, output_file_name, width, height, crop_height):
58 height(int): The height of the original YUV file.
59 crop_height(int): The height (the number of pixel rows) to be cropped from
63 component_sizes = [(width, height, crop_height),
64 (width/2, height/2, crop_height/2),
65 (width/2, height/2, crop_height/2)]
87 parser.add_option('--height', type='int', default=288
    [all...]
  /external/chromium_org/ui/gfx/image/
image.h 164 // Width and height of image in DIP coordinate system.
166 int Height() const;

Completed in 681 milliseconds

1 2 3 45 6 7 8 91011>>