Searched refs:pitch (Results 226 - 250 of 432) sorted by relevance

1234567891011>>

/external/libvpx/config/mips64/
H A Dvp9_rtcd.h73 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
91 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
/external/libvpx/config/mips64-msa/
H A Dvp9_rtcd.h73 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
91 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_screen.c131 assert(irb->mt->region->pitch % irb->mt->region->cpp == 0);
138 irb->mt->region->pitch,
301 int name, int pitch, void *loaderPrivate)
317 pitch * cpp, name, "image");
470 *value = image->region->pitch;
672 image->region->pitch = stride;
1235 intelBuffer->base.pitch = intelBuffer->region->pitch;
299 intel_create_image_from_name(__DRIscreen *screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_state.cpp491 /* Calculate the pitch of each stream */
742 swr->qpitch * swr->pitch;
753 jit_tex->row_stride[level] = swr->pitch;
754 jit_tex->img_stride[level] = swr->qpitch * swr->pitch;
1106 uint32_t size, pitch, elems, partial_inbounds;
1110 pitch = vb->stride;
1116 elems = size / pitch;
1117 partial_inbounds = size % pitch;
1141 swrVertexBuffers[i].pitch = pitch;
[all...]
/external/freetype/src/pcf/
H A Dpcfdrivr.c530 bitmap->pitch = (int)( ( bitmap->width + 7 ) >> 3 );
534 bitmap->pitch = (int)( ( ( bitmap->width + 15 ) >> 4 ) << 1 );
538 bitmap->pitch = (int)( ( ( bitmap->width + 31 ) >> 5 ) << 2 );
542 bitmap->pitch = (int)( ( ( bitmap->width + 63 ) >> 6 ) << 3 );
568 bytes = (FT_ULong)bitmap->pitch * bitmap->rows;
/external/libvpx/libvpx/test/
H A Davg_test.cc58 static unsigned int ReferenceAverage8x8(const uint8_t *source, int pitch) { argument
61 for (int w = 0; w < 8; ++w) average += source[h * pitch + w];
66 static unsigned int ReferenceAverage4x4(const uint8_t *source, int pitch) { argument
69 for (int w = 0; w < 4; ++w) average += source[h * pitch + w];
92 typedef unsigned int (*AverageFunction)(const uint8_t *s, int pitch);
H A Dadd_noise_test.cc26 int height, int pitch);
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c90 stride = slice->pitch * rsc->cpp;
116 * addr/pitch/etc:
142 stride = slice->pitch * rsc->cpp;
171 stride = slice->pitch * rsc->cpp;
369 OUT_RING(ring, A5XX_RB_MRT_PITCH(slice->pitch * rsc->cpp));
444 OUT_RING(ring, A5XX_RB_BLIT_DST_PITCH(slice->pitch * rsc->cpp));
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_image.c195 intel_image->base.RowStride = mt->pitch / mt->cpp;
196 assert(mt->pitch % mt->cpp == 0);
264 image->pitch,
342 1, rb->mt->pitch, 0);
562 dst_pitch, image->mt->pitch,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c496 "attaching buffer %s, %d, at %d, cpp %d, pitch %d\n",
498 buffers[i].cpp, buffers[i].pitch);
501 rb->pitch = buffers[i].pitch;
512 uint32_t tiling_flags = 0, pitch = 0; local
528 ret = radeon_bo_get_tiling(bo, &tiling_flags, &pitch);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c496 "attaching buffer %s, %d, at %d, cpp %d, pitch %d\n",
498 buffers[i].cpp, buffers[i].pitch);
501 rb->pitch = buffers[i].pitch;
512 uint32_t tiling_flags = 0, pitch = 0; local
528 ret = radeon_bo_get_tiling(bo, &tiling_flags, &pitch);
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Dfilter_dspr2.c100 int pitch) {
204 dst_ptr += pitch;
269 dst_ptr += pitch;
279 int xoffset, int pitch) {
433 dst_ptr += pitch;
547 dst_ptr += pitch;
557 int xoffset, int pitch) {
791 dst_ptr += pitch;
862 unsigned char *RESTRICT dst_ptr, int pitch) {
995 dst_ptr += pitch;
96 vp8_filter_block2d_first_pass_4(unsigned char *RESTRICT src_ptr, unsigned char *RESTRICT dst_ptr, unsigned int src_pixels_per_line, unsigned int output_height, int xoffset, int pitch) argument
275 vp8_filter_block2d_first_pass_8_all(unsigned char *RESTRICT src_ptr, unsigned char *RESTRICT dst_ptr, unsigned int src_pixels_per_line, unsigned int output_height, int xoffset, int pitch) argument
553 vp8_filter_block2d_first_pass16_6tap(unsigned char *RESTRICT src_ptr, unsigned char *RESTRICT dst_ptr, unsigned int src_pixels_per_line, unsigned int output_height, int xoffset, int pitch) argument
858 vp8_filter_block2d_first_pass16_4tap( unsigned char *RESTRICT src_ptr, unsigned char *RESTRICT output_ptr, unsigned int src_pixels_per_line, unsigned int output_width, unsigned int output_height, int xoffset, int yoffset, unsigned char *RESTRICT dst_ptr, int pitch) argument
[all...]
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h1122 void vpx_highbd_lpf_horizontal_16_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd);
1123 void vpx_highbd_lpf_horizontal_16_sse2(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd);
1126 void vpx_highbd_lpf_horizontal_16_dual_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd);
1127 void vpx_highbd_lpf_horizontal_16_dual_sse2(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd);
1130 void vpx_highbd_lpf_horizontal_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd);
1131 void vpx_highbd_lpf_horizontal_4_sse2(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd);
1134 void vpx_highbd_lpf_horizontal_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);
1135 void vpx_highbd_lpf_horizontal_4_dual_sse2(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);
1138 void vpx_highbd_lpf_horizontal_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd);
1139 void vpx_highbd_lpf_horizontal_8_sse2(uint16_t *s, int pitch, cons
[all...]
/external/libvncserver/libvncserver/
H A Dtight.c206 int pitch, int h);
208 int pitch, int h);
1238 int pitch, int h) \
1255 if ((data[j * pitch + i] & mask) != c0) \
1270 c1 = data[j * pitch + i] & mask; \
1275 ci = data[j2 * pitch + i2] & mask; \
1312 if ((data[j * pitch + i] & mask) == ci) { \
1321 ci = data[j * pitch + i] & mask; \
1561 int flags = 0, pitch; local
1626 pitch
[all...]
/external/speex/libspeex/
H A Dnb_celp.c186 st->pitch = (int*)speex_alloc((st->nbSubframes)*sizeof(int));
234 speex_free (st->pitch);
337 /* Whole frame analysis (open-loop estimation of pitch and excitation gain) */
352 /*Open-loop pitch*/
373 /*Try to remove pitch multiples*/
583 /*If we use low bit-rate pitch mode, transmit open-loop pitch*/
592 /* This just damps the pitch a bit, because it tends to be too aggressive when forced */
652 int pitch; local
766 /* Low bit-rate pitch handlin
1087 int pitch; local
[all...]
/external/aac/libAACdec/src/
H A Dusacdec_acelp.cpp111 #define PIT_FR2_12k8 128 /* Minimum pitch lag with resolution 1/2 */
112 #define PIT_FR1_12k8 160 /* Minimum pitch lag with resolution 1 */
116 FL2FXCONST_SGL(0.85f) /* pitch sharpening factor */
160 * \brief Apply pitch sharpener to the innovative codebook vector.
162 * \param[in] pit_lag decoded pitch lag.
166 int pit_lag /* input : pitch lag */
181 * \brief Calculate Quantized codebook gain, Quantized pitch gain and unbiased
185 * \param[out] gain_pit Quantized pitch gain g_p with exponent = SF_GAIN_P.
293 * \param[in] exc pitch excitation.
294 * \param[in] gain_pit gain of pitch g_
938 CLpd_TcxTDConceal(CAcelpStaticMem *acelp_mem, SHORT *pitch, const FIXP_LPC lsp_old[M_LP_FILTER_ORDER], const FIXP_LPC lsp_new[M_LP_FILTER_ORDER], const FIXP_SGL stab_fac, INT nLostSf, FIXP_DBL synth[], INT coreCoderFrameLength, UCHAR last_tcx_noise_factor) argument
1047 Acelp_PreProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch, INT *old_T_pf, FIXP_DBL *pit_gain, FIXP_DBL *old_gain_pf, INT samplingRate, INT *i_offset, INT coreCoderFrameLength, INT synSfd, INT nbSubfrSuperfr) argument
1073 Acelp_PostProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch, INT *old_T_pf, INT coreCoderFrameLength, INT synSfd, INT nbSubfrSuperfr) argument
[all...]
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp541 int pitch,
546 if (pitch<static_cast<int>(m_Image->comps[0].w * 8 * m_Image->numcomps + 31)>>
551 memset(dest_buf, 0xff, m_Image->y1 * pitch);
571 uint8_t* pScanline = pChannel + row * pitch;
590 uint8_t* pScanline = pChannel + row * pitch;
636 int pitch,
638 return pDecoder->Decode(dest_data, pitch, offsets);
540 Decode(uint8_t* dest_buf, int pitch, const std::vector<uint8_t>& offsets) argument
634 Decode(CJPX_Decoder* pDecoder, uint8_t* dest_data, int pitch, const std::vector<uint8_t>& offsets) argument
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_context.c100 unsigned int pitch,
124 0, 0, w, h, data, pitch, boxes->x1, boxes->y1);
126 util_copy_rect(data, srf->tex->format, pitch,
97 xa_surface_dma(struct xa_context *ctx, struct xa_surface *srf, void *data, unsigned int pitch, int to_surface, struct xa_box *boxes, unsigned int num_boxes) argument
/external/mesa3d/src/glx/apple/
H A Dappledri.c378 int *width, int *height, int *pitch, int *bpp,
411 *pitch = rep.pitch;
377 XAppleDRICreatePixmap(Display * dpy, int screen, Drawable drawable, int *width, int *height, int *pitch, int *bpp, size_t * size, char *bufname, size_t bufnamesize) argument
/external/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp169 Int pitch; local
174 pitch = *Pointer<Int>(data + OFFSET(DrawData,depthPitchB));
191 zValue.zw = *Pointer<Float4>(buffer + pitch - 8);
/external/freetype/include/freetype/
H A Dftcache.h863 /* pitch :: The number of bytes per bitmap line. May be positive */
881 FT_Short pitch; member in struct:FTC_SBitRec_
H A Dftimage.h220 /* pitch :: The pitch's absolute value is the number of bytes */
222 /* However, the pitch is positive when the bitmap has */
224 /* flow. In all cases, the pitch is an offset to add */
232 /* For the B/W rasterizer, `pitch' is always an even */
235 /* To change the pitch of a bitmap (say, to make it a */
265 int pitch; member in struct:FT_Bitmap_
/external/freetype/src/raster/
H A Dftrend1.c134 if ( FT_ALLOC_MULT( bitmap->buffer, bitmap->rows, bitmap->pitch ) )
/external/libdrm/include/drm/
H A Dmach64_drm.h241 int pitch; member in struct:drm_mach64_blit
/external/libdrm/libkms/
H A Dvmwgfx.c101 bo->base.pitch = width * 4;

Completed in 689 milliseconds

1234567891011>>