Searched defs:pitch (Results 1 - 25 of 208) sorted by relevance

123456789

/external/mesa3d/src/glx/
H A Ddri2.h43 unsigned int pitch; member in struct:__anon15032
/external/libdrm/tests/planetest/
H A Dbo.h21 uint32_t pitch; member in struct:sp_bo
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c24 void vp9_iht16x16_256_add_dspr2(const int16_t *input, uint8_t *dest, int pitch, argument
38 idct16_cols_add_blk_dspr2(out, dest, pitch);
49 dest[j * pitch + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 6) +
50 dest[j * pitch + i]);
70 idct16_cols_add_blk_dspr2(temp_in, dest, pitch);
90 dest[j * pitch + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 6) +
91 dest[j * pitch + i]);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_transfer.h11 uint32_t pitch; member in struct:nv50_m2mf_rect
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.h43 unsigned cpp, pitch; member in struct:nouveau_surface
H A Dnv20_state_fb.c60 unsigned pitch = align(fb->Width, 128), local
62 size = pitch * height;
71 PUSH_DATA (push, pitch);
98 rt_pitch = s->pitch;
111 zeta_pitch = s->pitch;
/external/sonic/
H A DMain.java24 float pitch,
39 sonic.setPitch(pitch);
64 float pitch = 1.0f;
79 runSonic(stream, line, speed, pitch, rate, volume, emulateChordPitch, quality,
20 runSonic( AudioInputStream audioStream, SourceDataLine line, float speed, float pitch, float rate, float volume, boolean emulateChordPitch, int quality, int sampleRate, int numChannels) argument
H A Dmain.c6 pitch, and scale volume. */
21 float pitch,
34 sonicSetPitch(stream, pitch);
61 " -c -- Modify pitch by emulating vocal chords vibrating\n"
63 " -p pitch -- Set pitch scaling factor. 1.3 means 30%% higher.\n"
65 " -r rate -- Set playback rate. 2.0 means 2X faster, and 2X pitch.\n"
78 float pitch = 1.0f; local
89 printf("Scaling pitch linearly.\n");
93 pitch
17 runSonic( waveFile inFile, waveFile outFile, float speed, float pitch, float rate, float volume, int emulateChordPitch, int quality, int sampleRate, int numChannels) argument
[all...]
/external/libdrm/libkms/
H A Dinternal.h66 size_t pitch; member in struct:kms_bo
H A Dexynos.c64 unsigned size, pitch; local
84 pitch = 64 * 4;
87 pitch = width * 4;
88 pitch = (pitch + 512 - 1) & ~(512 - 1);
89 size = pitch * ((height + 4 - 1) & ~(4 - 1));
104 bo->base.pitch = pitch;
H A Dintel.c78 unsigned size, pitch; local
98 pitch = 64 * 4;
101 pitch = width * 4;
102 pitch = (pitch + 512 - 1) & ~(512 - 1);
103 size = pitch * ((height + 4 - 1) & ~(4 - 1));
119 bo->base.pitch = pitch;
122 if (type == KMS_BO_TYPE_SCANOUT_X8R8G8B8 && pitch > 512) {
128 tile.stride = bo->base.pitch;
[all...]
H A Dnouveau.c79 unsigned size, pitch; local
99 pitch = 64 * 4;
102 pitch = width * 4;
103 pitch = (pitch + 512 - 1) & ~(512 - 1);
104 size = pitch * height;
125 bo->base.pitch = pitch;
H A Dradeon.c81 unsigned size, pitch; local
98 pitch = 4 * 64;
102 pitch = width * 4;
103 pitch = (pitch + ALIGNMENT - 1) & ~(ALIGNMENT - 1);
104 size = pitch * height;
129 bo->base.pitch = pitch;
/external/libvpx/libvpx/vp8/encoder/
H A Ddct.c15 void vp8_short_fdct4x4_c(short *input, short *output, int pitch) { argument
33 ip += pitch / 2;
55 void vp8_short_fdct8x4_c(short *input, short *output, int pitch) { argument
56 vp8_short_fdct4x4_c(input, output, pitch);
57 vp8_short_fdct4x4_c(input + 4, output + 16, pitch);
60 void vp8_short_walsh4x4_c(short *input, short *output, int pitch) { argument
77 ip += pitch / 2;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_resource.h12 uint32_t pitch; member in struct:nv30_surface
26 uint32_t pitch; member in struct:nv30_miptree_level
H A Dnv30_transfer.h8 unsigned pitch; member in struct:nv30_rect
/external/freetype/src/base/
H A Dftlcdfil.c50 if ( bitmap->pitch < 0 )
51 line -= bitmap->pitch * (FT_Int)( bitmap->rows - 1 );
56 for ( ; height > 0; height--, line += bitmap->pitch )
110 FT_Int pitch = bitmap->pitch; local
114 if ( bitmap->pitch < 0 )
115 column -= bitmap->pitch * (FT_Int)( bitmap->rows - 1 );
129 col += pitch;
136 col += pitch;
152 col[-2 * pitch]
183 FT_Int pitch = bitmap->pitch; local
[all...]
/external/freetype/src/raster/
H A Dftrend1.c108 FT_UInt width, height, pitch; local
190 pitch = ( ( width + 15 ) >> 4 ) << 1;
195 bitmap->pitch = (int)pitch;
197 if ( FT_ALLOC_MULT( bitmap->buffer, pitch, height ) )
/external/libdrm/tests/modetest/
H A Dbuffers.c53 size_t pitch; member in struct:bo
90 bo->pitch = arg.pitch;
245 pitches[0] = bo->pitch;
256 pitches[0] = bo->pitch;
269 pitches[0] = bo->pitch;
320 pitches[0] = bo->pitch;
/external/libvpx/libvpx/vpx_dsp/
H A Dadd_noise.c21 int whiteclamp, int width, int height, int pitch) {
25 uint8_t *pos = start + i * pitch;
20 vpx_plane_add_noise_c(uint8_t *start, const int8_t *noise, int blackclamp, int whiteclamp, int width, int height, int pitch) argument
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dadd_noise_msa.c16 int height, int32_t pitch) {
27 uint8_t *pos0_ptr = start_ptr + (2 * i) * pitch;
29 uint8_t *pos1_ptr = start_ptr + (2 * i + 1) * pitch;
14 vpx_plane_add_noise_msa(uint8_t *start_ptr, const int8_t *noise, int blackclamp, int whiteclamp, int width, int height, int32_t pitch) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c302 uint format, pitch; local
315 pitch = tex->stride;
318 assert(pitch);
338 ((((pitch / 4) - 1) << MS4_PITCH_SHIFT)
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.h47 unsigned int pitch; member in struct:x11_drawable_buffer
/external/pdfium/third_party/freetype/src/base/
H A Dftlcdfil.c50 if ( bitmap->pitch < 0 )
51 line -= bitmap->pitch * (FT_Int)( bitmap->rows - 1 );
56 for ( ; height > 0; height--, line += bitmap->pitch )
110 FT_Int pitch = bitmap->pitch; local
114 if ( bitmap->pitch < 0 )
115 column -= bitmap->pitch * (FT_Int)( bitmap->rows - 1 );
129 col += pitch;
136 col += pitch;
152 col[-2 * pitch]
183 FT_Int pitch = bitmap->pitch; local
[all...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftrend1.c108 FT_UInt width, height, pitch; local
190 pitch = ( ( width + 15 ) >> 4 ) << 1;
195 bitmap->pitch = (int)pitch;
197 if ( FT_ALLOC_MULT( bitmap->buffer, pitch, height ) )

Completed in 888 milliseconds

123456789