Searched refs:pitch (Results 126 - 150 of 432) sorted by relevance

1234567891011>>

/external/libdrm/libkms/
H A Dinternal.h66 size_t pitch; member in struct:kms_bo
/external/libvpx/config/arm/
H A Dvp8_rtcd.h120 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
123 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
126 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
135 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
/external/libvpx/config/generic/
H A Dvp8_rtcd.h120 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
123 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
126 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
135 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
/external/libvpx/config/mips32/
H A Dvp8_rtcd.h120 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
123 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
126 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
135 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
/external/libvpx/config/mips64/
H A Dvp8_rtcd.h120 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
123 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
126 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
135 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
/external/libxcam/xcore/
H A Dsurview_fisheye_dewarp.h55 Mat4f generate_rotation_matrix(float roll, float pitch, float yaw);
/external/mesa3d/src/amd/addrlib/r800/
H A Dsiaddrlib.h100 UINT_32 pitch, UINT_32 height, UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 numSlices,
105 UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices,
131 UINT_32 pitch, UINT_32 height, UINT_32 bpp,
141 /// Pre-handler of 3x pitch (96 bit) adjustment
144 /// Post-handler of 3x pitch adjustment
155 UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSamples,
H A Dsiaddrlib.cpp334 UINT_32 pitchInMacroTile, ///< [in] surface pitch in macro tile
771 UINT_32 pitch, ///< [in] pitch
780 return ComputeHtileBytes(pitch, height, bpp, isLinear, numSlices, pSliceBytes, baseAlign);
794 UINT_32 pitch, ///< [in] pitch
827 pitch,
846 pitch,
955 UINT_32 pitch, ///< [in] pitch
770 HwlComputeHtileBytes( UINT_32 pitch, UINT_32 height, UINT_32 bpp, BOOL_32 isLinear, UINT_32 numSlices, UINT_64* pSliceBytes, UINT_32 baseAlign ) const argument
793 HwlComputeXmaskAddrFromCoord( UINT_32 pitch, UINT_32 height, UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pBitPosition ) const argument
952 HwlComputeXmaskCoordFromAddr( UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice ) const argument
1203 UINT_32 pitch = *pPitch; local
1353 UINT_32 pitch = *pPitch; local
1450 HwlSetupTileInfo( AddrTileMode tileMode, ADDR_SURFACE_FLAGS flags, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSamples, ADDR_TILEINFO* pTileInfoIn, ADDR_TILEINFO* pTileInfoOut, AddrTileType inTileType, ADDR_COMPUTE_SURFACE_INFO_OUTPUT* pOut ) const argument
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c311 uint format, pitch; local
329 pitch = tex->stride;
332 assert(pitch);
352 ((((pitch / 4) - 1) << MS4_PITCH_SHIFT)
/external/mesa3d/src/glx/
H A Ddri2.h44 unsigned int pitch; member in struct:__anon16955
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast_priv.h112 /* renderbuffer pitch (in bytes) */
113 GLuint pitch; member in struct:dri_swrast_renderbuffer
/external/webrtc/talk/media/base/
H A Dyuvframegenerator.h91 int pitch,
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h985 uint32 pitch; local
990 pitch = blocks.width * desc->pitch_bytes_per_block;
992 return pitch;
1001 * one image of a surface, optionally using the specified pitch.
1003 * If pitch is zero, it is assumed that rows are tightly packed.
1020 uint32 pitch)
1035 if (pitch == 0)
1036 pitch = svga3dsurface_calculate_pitch(desc, size);
1038 slice_size = clamped_umul32(image_blocks.height, pitch);
1018 svga3dsurface_get_image_buffer_size(const struct svga3d_surface_desc *desc, const SVGA3dSize *size, uint32 pitch) argument
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_context.cpp141 pt->stride = spr->swr.pitch;
142 pt->layer_stride = spr->swr.qpitch * spr->swr.pitch;
150 zbase = (z * spr->swr.qpitch + box->y) * spr->swr.pitch +
152 sbase = (z * spr->secondary.qpitch + box->y) * spr->secondary.pitch +
164 zbase += spr->swr.pitch;
165 sbase += spr->secondary.pitch;
197 zbase = (z * spr->swr.qpitch + box.y) * spr->swr.pitch +
199 sbase = (z * spr->secondary.qpitch + box.y) * spr->secondary.pitch +
211 zbase += spr->swr.pitch;
212 sbase += spr->secondary.pitch;
[all...]
/external/pdfium/core/fxcodec/codec/
H A Dccodec_tiffmodule.cpp366 uint32_t pitch = pDIBitmap->GetPitch(); local
370 bitMapbuffer[row * pitch + j] = buf[j];
394 uint32_t pitch = pDIBitmap->GetPitch(); local
400 bitMapbuffer[row * pitch + 2 * j + 0] = (buf[j] & 0xF0) >> 4;
401 bitMapbuffer[row * pitch + 2 * j + 1] = (buf[j] & 0x0F) >> 0;
404 bitMapbuffer[row * pitch + j] = buf[j];
428 uint32_t pitch = pDIBitmap->GetPitch(); local
432 bitMapbuffer[row * pitch + j + 0] = buf[j + 2];
433 bitMapbuffer[row * pitch + j + 1] = buf[j + 1];
434 bitMapbuffer[row * pitch
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c178 mt->level[0].pitch = align(pt->width0 * blocksize, 64);
179 mt->total_size = align(pt->height0, 16) * mt->level[0].pitch * (mt->layout_3d ? pt->depth0 : 1);
216 tsx = NVC0_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */
220 lvl->pitch = align(nbx * blocksize, tsx);
222 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
343 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << tds;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_texstate.c124 GLuint *state = i830->state.Tex[unit], format, pitch; local
151 pitch = intelObj->mt->region->pitch;
156 i830->state.tex_offset[unit] = dst_x * intelObj->mt->cpp + dst_y * pitch;
174 ((((pitch / 4) - 1) << TM0S2_PITCH_SHIFT) | TM0S2_CUBE_FACE_ENA_MASK);
/external/mesa3d/src/amd/addrlib/
H A Daddrinterface.h321 UINT_32 minPitchAlignPixels; ///< Minimum pitch alignment in pixels
506 UINT_32 basePitch; ///< Base level pitch in pixels, 0 means ignored, is a
508 /// Don't use pitch in blocks for compressed formats!
518 Element: AddrLib unit for computing. e.g. BCn: 4x4 blocks; R32B32B32: 32bit with 3x pitch
526 UINT_32 pitch; ///< Pitch in elements (in blocks for compressed formats) member in struct:_ADDR_COMPUTE_SURFACE_INFO_OUTPUT
594 UINT_32 pitch; ///< Surface pitch, in pixels member in struct:_ADDR_COMPUTE_SURFACE_ADDRFROMCOORD_INPUT
688 UINT_32 pitch; ///< Pitch, in pixels member in struct:_ADDR_COMPUTE_SURFACE_COORDFROMADDR_INPUT
794 UINT_32 pitch; ///< Surface pitch, i member in struct:_ADDR_COMPUTE_HTILE_INFO_INPUT
820 UINT_32 pitch; ///< Pitch in pixels of depth buffer represented in this member in struct:_ADDR_COMPUTE_HTILE_INFO_OUTPUT
859 UINT_32 pitch; ///< Pitch, in pixels member in struct:_ADDR_COMPUTE_HTILE_ADDRFROMCOORD_INPUT
923 UINT_32 pitch; ///< Pitch, in pixels member in struct:_ADDR_COMPUTE_HTILE_COORDFROMADDR_INPUT
1006 UINT_32 pitch; ///< Pitch, in pixels, of color buffer member in struct:_ADDR_COMPUTE_CMASKINFO_INPUT
1030 UINT_32 pitch; ///< Pitch in pixels of color buffer which member in struct:_ADDR_COMPUTE_CMASK_INFO_OUTPUT
1075 UINT_32 pitch; ///< Pitch in pixels, of color buffer member in struct:_ADDR_COMPUTE_CMASK_ADDRFROMCOORD_INPUT
1136 UINT_32 pitch; ///< Pitch, in pixels member in struct:_ADDR_COMPUTE_CMASK_COORDFROMADDR_INPUT
1198 UINT_32 pitch; ///< Surface pitch, in pixels member in struct:_ADDR_COMPUTE_FMASK_INFO_INPUT
1229 UINT_32 pitch; ///< Pitch of fmask in pixels member in struct:_ADDR_COMPUTE_FMASK_INFO_OUTPUT
1281 UINT_32 pitch; ///< Surface pitch, in pixels member in struct:_ADDR_COMPUTE_FMASK_ADDRFROMCOORD_INPUT
1356 UINT_32 pitch; ///< Pitch, in pixels member in struct:_ADDR_COMPUTE_FMASK_COORDFROMADDR_INPUT
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c60 stride = mt->level[0].pitch;
107 rect->pitch = 0;
109 rect->pitch = lvl->pitch;
183 src.offset = y * src.pitch + x * src.cpp;
188 dst.offset = (y >> src_mt->ms_y) * dst.pitch +
300 tx->tmp.pitch = tx->base.stride;
431 lvl->pitch = mt->uniform_pitch;
432 if (!lvl->pitch)
433 lvl->pitch
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c112 st->pitch = s->pitch;
116 size = get_format_blocksy(st->format, h) * st->pitch;
119 *stride = st->pitch;
134 get_format_blocksy(s->format, y) * s->pitch +
136 *stride = s->pitch;
140 get_format_blocksy(s->format, y) * s->pitch +
142 *stride = s->pitch;
316 unsigned size, pitch, offset = 0, local
326 pitch
[all...]
/external/freetype/src/sfnt/
H A Dttsbit.c586 map->pitch = (int)( ( map->width + 7 ) >> 3 );
592 map->pitch = (int)( ( map->width + 3 ) >> 2 );
598 map->pitch = (int)( ( map->width + 1 ) >> 1 );
604 map->pitch = (int)( map->width );
610 map->pitch = (int)( map->width * 4 );
619 size = map->rows * (FT_ULong)map->pitch;
716 FT_Int pitch, width, height, line_bits, h; local
727 pitch = bitmap->pitch;
752 line += y_pos * pitch
858 FT_Int pitch, width, height, line_bits, h, nbits; local
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c192 stride = mt->level[0].pitch;
253 mt->level[0].pitch = align(pt->width0 * blocksize, pitch_align);
259 mt->total_size = mt->level[0].pitch * h;
277 mt->level[0].pitch = align(pt->width0 * blocksize, 64);
278 mt->total_size = align(pt->height0, 16) * mt->level[0].pitch * (mt->layout_3d ? pt->depth0 : 1);
313 tsx = NV50_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */
317 lvl->pitch = align(nbx * blocksize, tsx);
319 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
432 mt->level[0].pitch = stride;
459 unsigned stride_3d = (align(nby, (1 << ths)) * mt->level[l].pitch) << td
[all...]
H A Dnv50_transfer.c29 rect->pitch = mt->level[l].pitch;
85 src_ofst += src->y * src->pitch + src->x * cpp;
90 PUSH_DATA (push, src->pitch);
102 dst_ofst += dst->y * dst->pitch + dst->x * cpp;
107 PUSH_DATA (push, dst->pitch);
125 src_ofst += line_count * src->pitch;
131 dst_ofst += line_count * dst->pitch;
300 tx->rect[1].pitch = tx->base.stride;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.c197 int name, int pitch, void *loaderPrivate)
233 image->pitch = pitch;
238 image->pitch * image->height * image->cpp,
282 image->pitch = rrb->pitch / image->cpp;
334 image->pitch = ((image->cpp * image->width + 255) & ~255) / image->cpp;
338 image->pitch * image->height * image->cpp,
356 *value = image->pitch * image->cpp;
195 radeon_create_image_from_name(__DRIscreen *screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c197 int name, int pitch, void *loaderPrivate)
233 image->pitch = pitch;
238 image->pitch * image->height * image->cpp,
282 image->pitch = rrb->pitch / image->cpp;
334 image->pitch = ((image->cpp * image->width + 255) & ~255) / image->cpp;
338 image->pitch * image->height * image->cpp,
356 *value = image->pitch * image->cpp;
195 radeon_create_image_from_name(__DRIscreen *screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument

Completed in 1078 milliseconds

1234567891011>>