Searched defs:pitch (Results 76 - 100 of 297) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_subimage.c56 unsigned long pitch; local
98 &pitch,
111 dstRowStride = pitch;
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_regions.h56 * - Buffer dimensions - pitch and height.
66 GLuint pitch; /**< in pixels */ member in struct:intel_region
89 GLuint width, GLuint height, GLuint pitch,
H A Dintel_tex_subimage.c56 unsigned long pitch; local
98 &pitch,
111 dstRowStride = pitch;
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_fb.c60 unsigned pitch = align(fb->Width, 128), local
62 size = pitch * height;
86 PUSH_DATA (push, pitch);
124 zeta_pitch = rt_pitch = s->pitch;
137 zeta_pitch = s->pitch;
/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/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftcache.h878 /* pitch :: The number of bytes per bitmap line. May be positive */
896 FT_Short pitch; member in struct:FTC_SBitRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftcache.h878 /* pitch :: The number of bytes per bitmap line. May be positive */
896 FT_Short pitch; member in struct:FTC_SBitRec_
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_yuv.c212 int pitch; local
215 ret = surface->Lock (surface, DSLF_READ | DSLF_WRITE, &data, &pitch);
222 /* Find the pitch and offset values for the overlay */
223 overlay->pitches[0] = (Uint16) pitch;
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbmatrox.c124 int pitch, w, h; local
133 if ( dst->pitch != SDL_VideoSurface->pitch ) {
156 pitch = dst->pitch/dst->format->BytesPerPixel;
170 stop = start = (srcY * pitch) + srcX;
177 skip = -pitch;
179 skip = pitch;
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmengine.h100 EAS_I16 pitch[4]; /* new pitch value */ member in struct:__anon30861
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmengine.h100 EAS_I16 pitch[4]; /* new pitch value */ member in struct:__anon30911
/external/speex/libspeex/
H A Dltp_bfin.h86 "LOOP pitch%= LC0 = P4 >> 1;\n\t"
87 "LOOP_BEGIN pitch%=;\n\t"
104 "LOOP_END pitch%=;\n\t"
157 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) argument
175 pitch[i]=start;
232 " P0 = %4;\n\t" /* P0: best pitch */
246 : "=&d" (pitch[0])
265 pitch[N-1]=i;
275 pitch[k]=pitch[
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DTtsPlatformImpl.java40 String lang, float rate, float pitch, float volume) {
46 mPitch = pitch;
195 * @param pitch The speech pitch, in the units expected by Android TextToSpeech.
201 float rate, float pitch, float volume) {
204 pitch, volume);
215 mTextToSpeech.setPitch(pitch);
39 PendingUtterance(TtsPlatformImpl impl, int utteranceId, String text, String lang, float rate, float pitch, float volume) argument
200 speak(int utteranceId, String text, String lang, float rate, float pitch, float volume) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dspeech_rule_engine.js225 * @type {{pitch : string,
231 cvox.SpeechRuleEngine.propMap = {'pitch': cvox.AbstractTts.RELATIVE_PITCH,
/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_extension_api.cc194 double pitch = 1.0; local
197 options->GetDouble(constants::kPitchKey, &pitch));
198 if (pitch < 0.0 || pitch > 2.0) {
264 continuous_params.pitch = pitch;
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DMatrix.cpp91 Matrix4 Matrix4::rollPitchYaw(float roll, float pitch, float yaw) argument
94 rotate(pitch, Vector3(0, 1, 0)) *
/external/chromium_org/third_party/freetype/src/base/
H A Dftbitmap.c49 FT_Int pitch = source->pitch; local
63 if ( pitch < 0 )
64 pitch = -pitch;
65 size = (FT_ULong)( pitch * source->rows );
69 FT_Int target_pitch = target->pitch;
106 int pitch; local
115 pitch = bitmap->pitch;
223 FT_Int i, x, y, pitch; local
[all...]
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftsmooth.c108 FT_Pos width, height, pitch; local
193 pitch = width;
197 pitch = FT_PAD_CEIL( width, 4 );
219 pitch = FT_PAD_CEIL( width, 4 );
235 /* Required check is (pitch * height < FT_ULONG_MAX), */
236 /* but we care realistic cases only. Always pitch <= width. */
251 bitmap->pitch = pitch;
257 if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) )
326 for ( hh = height_org; hh > 0; hh--, line += pitch )
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dyuvframegenerator.cc254 int x_start, int y_start, int width, int height, int pitch, uint8 value) {
257 p[x + y * pitch] = value;
253 DrawBlockRectangle(uint8* p, int x_start, int y_start, int width, int height, int pitch, uint8 value) argument
/external/chromium_org/third_party/libjpeg_turbo/
H A Djpgtest.cxx69 int pitch=w*ps; local
74 if((rgbbuf=(unsigned char *)malloc(pitch*h)) == NULL)
109 for(i=0; i<h; i++) memcpy(&rgbbuf[pitch*i], &srcbuf[w*ps*i], w*ps);
115 _catch(tjCompress(hnd, rgbbuf, tilesizex, pitch, tilesizey, ps,
127 _catch(tjCompress(hnd, &rgbbuf[pitch*i+j*ps], tempw, pitch,
177 memset(rgbbuf, 127, pitch*h); // Grey image means decompressor did nothing
183 _catch(tjDecompress(hnd, jpegbuf[0], jpgbufsize, rgbbuf, tilesizex, pitch,
196 &rgbbuf[pitch*i+ps*j], tempw, pitch, temp
[all...]
H A Dturbojpegl.c115 unsigned char *srcbuf, int width, int pitch, int height, int ps,
123 if(srcbuf==NULL || width<=0 || pitch<0 || height<=0
130 if(pitch==0) pitch=width*ps;
185 if(flags&TJ_BOTTOMUP) row_pointer[i]= &srcbuf[(height-i-1)*pitch];
186 else row_pointer[i]= &srcbuf[i*pitch];
280 unsigned char *dstbuf, int width, int pitch, int height, int ps,
288 || dstbuf==NULL || width<=0 || pitch<0 || height<=0)
293 if(pitch==0) pitch
114 tjCompress(tjhandle h, unsigned char *srcbuf, int width, int pitch, int height, int ps, unsigned char *dstbuf, unsigned long *size, int jpegsub, int qual, int flags) argument
278 tjDecompress(tjhandle h, unsigned char *srcbuf, unsigned long size, unsigned char *dstbuf, int width, int pitch, int height, int ps, int flags) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Dloopfiltersimpleverticaledge_neon.c15 static INLINE void write_2x8(unsigned char *dst, int pitch, argument
19 dst += pitch;
21 dst += pitch;
23 dst += pitch;
25 dst += pitch;
27 dst += pitch;
29 dst += pitch;
31 dst += pitch;
33 dst += pitch;
36 dst += pitch;
52 write_2x4(unsigned char *dst, int pitch, const uint8x8x2_t result) argument
84 write_2x8(unsigned char *dst, int pitch, const uint8x8x2_t result, const uint8x8x2_t result2) argument
96 read_4x8(unsigned char *src, int pitch, uint8x8x4_t x) argument
116 read_4x8(unsigned char *src, int pitch, uint8x8x4_t x) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dreconinter.c126 void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf) argument
135 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
145 pred_ptr += pitch;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Dshortfdct_neon.c16 int pitch) {
33 pitch >>= 1;
35 input += pitch;
37 input += pitch;
39 input += pitch;
121 int pitch) {
138 pitch >>= 1;
140 input += pitch;
142 input += pitch;
144 input += pitch;
13 vp8_short_fdct4x4_neon( int16_t *input, int16_t *output, int pitch) argument
118 vp8_short_fdct8x4_neon( int16_t *input, int16_t *output, int pitch) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_filters_dspr2.c24 int pitch,
58 sm1 = s - (pitch << 2);
59 s0 = sm1 + pitch;
60 s1 = s0 + pitch;
61 s2 = s - pitch;
63 s4 = s + pitch;
64 s5 = s4 + pitch;
65 s6 = s5 + pitch;
118 int pitch,
147 vp9_prefetch_store(s + pitch);
23 vp9_lpf_horizontal_4_dspr2(unsigned char *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
117 vp9_lpf_vertical_4_dspr2(unsigned char *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
[all...]

Completed in 462 milliseconds

1234567891011>>