Searched refs:pitch (Results 151 - 175 of 432) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vpx_dsp/
H A Dloopfilter.c112 void vpx_lpf_horizontal_4_c(uint8_t *s, int p /* pitch */,
137 void vpx_lpf_vertical_4_c(uint8_t *s, int pitch, const uint8_t *blimit, argument
149 s += pitch;
153 void vpx_lpf_vertical_4_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, argument
157 vpx_lpf_vertical_4_c(s, pitch, blimit0, limit0, thresh0);
158 vpx_lpf_vertical_4_c(s + 8 * pitch, pitch, blimit1, limit1, thresh1);
208 void vpx_lpf_vertical_8_c(uint8_t *s, int pitch, const uint8_t *blimit, argument
220 s += pitch;
224 void vpx_lpf_vertical_8_dual_c(uint8_t *s, int pitch, cons argument
474 vpx_highbd_lpf_vertical_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd) argument
491 vpx_highbd_lpf_vertical_4_dual_c( uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
549 vpx_highbd_lpf_vertical_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd) argument
567 vpx_highbd_lpf_vertical_8_dual_c( uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
[all...]
/external/aac/libAACdec/src/
H A Dusacdec_lpd.cpp179 /* pitch tracker: test pitch/2 to avoid continuous pitch doubling */
180 /* Note: pitch is limited to PIT_MIN (34 = 376Hz) at the encoder */
320 /* calculate noise based on voiced pitch */
881 * find pitch for TCX20 (time domain) concealment.
884 FIXP_DBL max, pitch; local
900 // pitch = ((float)lg<<1)/(float)n;
901 pitch = fDivNorm((FIXP_DBL)lg << 1, (FIXP_DBL)n, &pitch_e);
902 pitch >>
1579 INT pitch[NB_SUBFR_SUPERFR + SYN_SFD]; local
[all...]
/external/kernel-headers/original/uapi/drm/
H A Di810_drm.h43 * - backbuffer linear offset and pitch -- invarient in the current dri
44 * - zbuffer linear offset and pitch -- also invarient
125 unsigned int pitch; member in struct:_drm_i810_init
143 unsigned int pitch; member in struct:_drm_i810_pre12_init
/external/libdrm/libkms/
H A Ddumb.c109 bo->base.pitch = arg.pitch;
/external/libopus/
H A Dcelt_headers.mk25 celt/pitch.h \
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_x86.c15 void sym(unsigned char *src, int pitch, const unsigned char *blimit, \
19 void sym(unsigned char *src, int pitch, const unsigned char *blimit, \
/external/libxcam/xcore/interface/
H A Ddata_types.h94 float pitch; member in struct:XCam::ExtrinsicParameter
99 , roll (0.0f), pitch (0.0f), yaw (0.0f)
/external/mesa3d/src/amd/addrlib/core/
H A Daddrlib.cpp347 UINT_32 minPitchAlignPixels) ///< [in] minmum pitch alignment in pixels
470 // pre-multiplied by 3 and bpp is divided by 3. So pitch alignment for linear-
473 // Also Mip 1+ needs an element pitch of 32 bits so we do not need this workaround
578 pOut->pixelPitch = pOut->pitch;
591 // 96 bits surface of level 1+ requires element pitch of 32 bits instead
593 // We keep pitch that represents 32 bit element instead of 96 bits since we
640 pOut->pitchTileMax = pOut->pitch / 8 - 1;
642 pOut->sliceTileMax = pOut->pitch * pOut->height / 64 - 1;
1462 pIn->pitch,
1469 &pOut->pitch,
2070 ComputeCmaskBytes( UINT_32 pitch, UINT_32 height, UINT_32 numSlices ) const argument
2301 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
2481 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
2693 ComputeSurfaceAddrFromCoordLinear( UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 sample, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32* pBitPosition ) const argument
2730 ComputeSurfaceCoordFromAddrLinear( UINT_64 addr, UINT_32 bitPosition, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample ) const argument
2763 ComputeSurfaceCoordFromAddrMicroTiled( UINT_64 addr, UINT_32 bitPosition, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSamples, AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits, UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, AddrTileType microTileType, BOOL_32 isDepthSampleOrder ) const argument
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_glx_pixmap.c74 p->pitch, p->buffer);
140 &p->width, &p->height, &p->pitch, &p->bpp,
H A Dappledri.h117 int *width, int *height, int *pitch, int *bpp,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.h252 int pitch,
299 int pitch);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_pixel_read.c109 !radeon->vtbl.check_blit(dst_format, rrb->pitch / rrb->cpp) || !radeon->vtbl.blit) {
162 rrb->pitch / rrb->cpp,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_pixel_read.c109 !radeon->vtbl.check_blit(dst_format, rrb->pitch / rrb->cpp) || !radeon->vtbl.blit) {
162 rrb->pitch / rrb->cpp,
H A Dradeon_blit.c118 unsigned pitch)
153 OUT_BATCH_REGVAL(RADEON_PP_TEX_PITCH_0, pitch * _mesa_get_format_bytes(mesa_format) - 32);
165 unsigned pitch,
169 uint32_t dst_pitch = pitch;
385 fprintf(stderr, "src: size [%d x %d], pitch %d, offset %zd "
391 fprintf(stderr, "dst: pitch %d offset %zd, offset[%d x %d], format %s, bo %p\n",
112 emit_tx_setup(struct r100_context *r100, mesa_format mesa_format, struct radeon_bo *bo, intptr_t offset, unsigned width, unsigned height, unsigned pitch) argument
161 emit_cb_setup(struct r100_context *r100, struct radeon_bo *bo, intptr_t offset, mesa_format mesa_format, unsigned pitch, unsigned width, unsigned height) argument
/external/swiftshader/src/OpenGL/libGL/
H A DDevice.cpp557 unsigned int pitch = source->getInternalPitchB(); local
561 memcpy(destBuffer, sourceBuffer, pitch); // FIXME: Only copy width * bytes
563 sourceBuffer += pitch;
564 destBuffer += pitch;
578 unsigned int pitch = source->getStencilPitchB(); local
582 memcpy(destBuffer, sourceBuffer, pitch); // FIXME: Only copy width * bytes
584 sourceBuffer += pitch;
585 destBuffer += pitch;
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DDevice.cpp379 unsigned int pitch = source->getInternalPitchB(); local
383 memcpy(destBuffer, sourceBuffer, pitch); // FIXME: Only copy width * bytes
385 sourceBuffer += pitch;
386 destBuffer += pitch;
400 unsigned int pitch = source->getStencilPitchB(); local
404 memcpy(destBuffer, sourceBuffer, pitch); // FIXME: Only copy width * bytes
406 sourceBuffer += pitch;
407 destBuffer += pitch;
/external/libdrm/tests/kms/
H A Dlibkms-test.h66 unsigned int pitch; member in struct:kms_framebuffer
/external/libjpeg-turbo/
H A Dtjbench.c115 int pitch=scaledw*ps; local
130 if((dstbuf=(unsigned char *)malloc(pitch*scaledh))==NULL)
136 memset(dstbuf, 127, pitch*scaledh);
155 for(row=0, dstptr=dstbuf; row<ntilesh; row++, dstptr+=pitch*tileh)
169 pitch, height, pf, flags)==-1)
175 width, pitch, height, pf, flags)==-1)
246 for(row=0, index=0; row<h; row++, index+=pitch)
268 dstbuf[pitch*row+col]
269 =abs(dstbuf[pitch*row+col]-srcbuf[pitch*ro
296 int ntilesw=1, ntilesh=1, pitch=w*ps; local
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h60 uint32_t pitch; member in struct:fd_resource_slice
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.h32 * as the target/type (2D, 3D, CUBE), width, height, pitch, and number of
311 uint32_t pitch; member in struct:intel_miptree_aux_buffer
366 uint32_t pitch; member in struct:intel_mipmap_tree
720 int pitch,
728 uint32_t pitch);
/external/pdfium/core/fxge/dib/
H A Dcfx_imagetransformer.h67 uint32_t pitch; member in struct:CFX_ImageTransformer::CalcData
/external/speex/libspeex/
H A Dltp.h54 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t *gain, int N, char *stack);
57 /** Finds the best quantized 3-tap pitch predictor by analysis by synthesis */
66 int start, /* Smallest pitch value allowed */
67 int end, /* Largest pitch value allowed */
68 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
81 /*Unquantize adaptive codebook and update pitch contribution*/
85 int start, /* Smallest pitch value allowed */
86 int end, /* Largest pitch value allowed */
87 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
100 /** Forced pitch dela
[all...]
/external/libvpx/config/x86/
H A Dvp9_rtcd.h81 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
99 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
100 void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c45 src_ofst += src->y * src->pitch + src->x * cpp;
61 dst_ofst += dst->y * dst->pitch + dst->x * cpp;
85 src_ofst += line_count * src->pitch;
92 dst_ofst += line_count * dst->pitch;
133 dst_base += dst->y * dst->pitch + dst->x * cpp;
138 src_base += src->y * src->pitch + src->x * cpp;
144 PUSH_DATA (push, dst->pitch);
152 PUSH_DATA (push, src->pitch);
163 PUSH_DATA (push, src->pitch);
164 PUSH_DATA (push, dst->pitch);
[all...]
/external/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_buffer.c62 unsigned long pitch = 0; local
75 &tiling_mode, &pitch, 0);
80 *stride = pitch;

Completed in 1198 milliseconds

1234567891011>>