Searched defs:pitch (Results 176 - 200 of 297) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/speech/
H A Dtts_controller.h58 double pitch; member in struct:UtteranceContinuousParameters
133 // its other parameters like text, rate, pitch, etc. should all be set.
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSimpleFontData.h138 Pitch pitch() const { return m_treatAsFixedPitch ? FixedPitch : VariablePitch; } function in class:blink::SimpleFontData
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.c281 map->pitch = ( map->width + 7 ) >> 3;
287 map->pitch = ( map->width + 3 ) >> 2;
293 map->pitch = ( map->width + 1 ) >> 1;
299 map->pitch = map->width;
307 map->pitch = map->width * 4;
313 map->pitch = map->width;
323 size = map->rows * map->pitch;
408 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h; local
418 pitch = bitmap->pitch;
549 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h, nbits; local
[all...]
H A Dttsbit0.c274 map->pitch = ( map->width + 7 ) >> 3;
279 map->pitch = ( map->width + 3 ) >> 2;
284 map->pitch = ( map->width + 1 ) >> 1;
289 map->pitch = map->width;
297 size = map->rows * map->pitch;
378 FT_Int bit_height, bit_width, pitch, width, height, h; local
393 pitch = bitmap->pitch;
413 line += y_pos * pitch + ( x_pos >> 3 );
418 for ( h = height; h > 0; h--, line += pitch )
516 FT_Int bit_height, bit_width, pitch, width, height, h, nbits; local
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjbench.c101 int pitch=scaledw*ps; local
114 bufsize=(yuv==YUVDECODE? yuvsize:pitch*scaledh);
132 pitch, scaledh, pf, flags)==-1)
144 else for(row=0, dstptr=dstbuf; row<ntilesh; row++, dstptr+=pitch*tileh)
151 pitch, height, pf, flags)==-1)
204 for(row=0, index=0; row<h; row++, index+=pitch)
225 dstbuf[pitch*row+col]
226 =abs(dstbuf[pitch*row+col]-srcbuf[pitch*row+col]);
327 int ps=tjPixelSize[pf], ntilesw=1, ntilesh=1, pitch local
[all...]
H A Dturbojpeg-jni.c100 jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp,
111 || pitch<0)
116 actualPitch=(pitch==0)? width*tjPixelSize[pf]:pitch;
128 pitch, height, pf, &jpegBuf, &jpegSize, jpegSubsamp, jpegQual,
144 (JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch,
149 env, obj, src, 0, 0, width, pitch, height, pf, dst, jpegSubsamp, jpegQual,
201 (JNIEnv *env, jobject obj, jintArray src, jint width, jint pitch,
206 env, obj, src, 0, 0, width, pitch, height, pf, dst, jpegSubsamp, jpegQual,
211 (JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch,
98 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII(JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) argument
143 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII(JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) argument
200 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII(JNIEnv *env, jobject obj, jintArray src, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) argument
210 Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII(JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) argument
386 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) argument
427 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, jint width, jint pitch, jint height, jint pf, jint flags) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Dloopfilter_neon.c128 int pitch,
138 src -= (pitch << 2);
141 src += pitch;
143 src += pitch;
145 src += pitch;
147 src += pitch;
149 src += pitch;
151 src += pitch;
153 src += pitch;
160 src -= (pitch *
126 vp8_loop_filter_horizontal_edge_y_neon( unsigned char *src, int pitch, unsigned char blimit, unsigned char limit, unsigned char thresh) argument
171 vp8_loop_filter_horizontal_edge_uv_neon( unsigned char *u, int pitch, unsigned char blimit, unsigned char limit, unsigned char thresh, unsigned char *v) argument
264 vp8_loop_filter_vertical_edge_y_neon( unsigned char *src, int pitch, unsigned char blimit, unsigned char limit, unsigned char thresh) argument
273 vp8_loop_filter_vertical_edge_uv_neon( unsigned char *u, int pitch, unsigned char blimit, unsigned char limit, unsigned char thresh, unsigned char *v) argument
284 write_4x8(unsigned char *dst, int pitch, const uint8x8x4_t result) argument
303 vp8_loop_filter_vertical_edge_y_neon( unsigned char *src, int pitch, unsigned char blimit, unsigned char limit, unsigned char thresh) argument
416 vp8_loop_filter_vertical_edge_uv_neon( unsigned char *u, int pitch, unsigned char blimit, unsigned char limit, unsigned char thresh, unsigned char *v) argument
[all...]
H A Dmbloopfilter_neon.c157 int pitch,
168 src -= (pitch << 2);
171 src += pitch;
173 src += pitch;
175 src += pitch;
177 src += pitch;
179 src += pitch;
181 src += pitch;
183 src += pitch;
190 src -= (pitch *
155 vp8_mbloop_filter_horizontal_edge_y_neon( unsigned char *src, int pitch, unsigned char blimit, unsigned char limit, unsigned char thresh) argument
205 vp8_mbloop_filter_horizontal_edge_uv_neon( unsigned char *u, int pitch, unsigned char blimit, unsigned char limit, unsigned char thresh, unsigned char *v) argument
295 vp8_mbloop_filter_vertical_edge_y_neon( unsigned char *src, int pitch, unsigned char blimit, unsigned char limit, unsigned char thresh) argument
460 vp8_mbloop_filter_vertical_edge_uv_neon( unsigned char *u, int pitch, unsigned char blimit, unsigned char limit, unsigned char thresh, unsigned char *v) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.c22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch) argument
38 diff_ptr += pitch;
39 pred_ptr += pitch;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c1086 int pitch, int tx_type) {
1103 idct16_cols_add_blk_dspr2(out, dest, pitch);
1114 dest[j * pitch + i] =
1116 + dest[j * pitch + i]);
1137 idct16_cols_add_blk_dspr2(temp_in, dest, pitch);
1158 dest[j * pitch + i] =
1160 + dest[j * pitch + i]);
1085 vp9_iht16x16_256_add_dspr2(const int16_t *input, uint8_t *dest, int pitch, int tx_type) argument
H A Dvp9_mblpf_horiz_loopfilter_dspr2.c24 int pitch,
64 sp7 = s - (pitch << 3);
65 sp6 = sp7 + pitch;
66 sp5 = sp6 + pitch;
67 sp4 = sp5 + pitch;
68 sp3 = sp4 + pitch;
69 sp2 = sp3 + pitch;
70 sp1 = sp2 + pitch;
71 sp0 = sp1 + pitch;
73 sq1 = s + pitch;
23 vp9_lpf_horizontal_16_dspr2(unsigned char *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
[all...]
H A Dvp9_mblpf_vert_loopfilter_dspr2.c24 int pitch,
58 vp9_prefetch_store(s + pitch);
62 s2 = s + pitch;
63 s3 = s2 + pitch;
64 s4 = s3 + pitch;
65 s = s4 + pitch;
23 vp9_lpf_vertical_16_dspr2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_idct.c687 unsigned i, j, pitch; local
725 pitch = buf_transfer->stride / sizeof(float);
734 f[i * pitch + j] = ((const float (*)[8])const_matrix)[j][i] * scale;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_compute_internal.c504 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
525 pitch = align(tmp->surface.level[0].nblk_x *
537 S_030000_PITCH((pitch / 8) - 1) |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A Ddri2.c277 whandle.stride = buf->pitch;
363 buffer->base.pitch = whandle.stride;
435 int name, int pitch, void *loaderPrivate)
482 whandle.stride = pitch * util_format_get_blocksize(pf);
433 dri2_create_image_from_name(__DRIscreen *_screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c79 ba = (y >> 4) * (rrb->pitch >> 6) + (x >> 4);
96 ba = (y / 16) * (rrb->pitch >> 6) + (x / 32);
116 b = (((y & 0x7ff) >> 4) * (rrb->pitch >> 7) + (x >> 5));
118 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
137 b = (((y >> 4) * (rrb->pitch >> 7) + (x >> 6)));
139 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
166 uint32_t pitch = w * rrb->cpp; local
168 rrb->map_pitch = pitch;
204 uint32_t pitch = w * rrb->cpp; local
206 rrb->map_pitch = pitch;
471 uint32_t size, pitch; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c79 ba = (y >> 4) * (rrb->pitch >> 6) + (x >> 4);
96 ba = (y / 16) * (rrb->pitch >> 6) + (x / 32);
116 b = (((y & 0x7ff) >> 4) * (rrb->pitch >> 7) + (x >> 5));
118 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
137 b = (((y >> 4) * (rrb->pitch >> 7) + (x >> 6)));
139 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
166 uint32_t pitch = w * rrb->cpp; local
168 rrb->map_pitch = pitch;
204 uint32_t pitch = w * rrb->cpp; local
206 rrb->map_pitch = pitch;
471 uint32_t size, pitch; local
[all...]
/external/chromium_org/third_party/speex/libspeex/
H A Dfilters.c593 int pitch, /*pitch period*/
603 corr[0][i] = inner_prod(exc, exc-pitch-3+i, len);
643 tmp += MULT16_16(exc[i-(pitch-maxj+3)+k-3],shift_filt[maxi-1][k]);
646 tmp = SHL32(exc[i-(pitch-maxj+3)],15);
650 return pitch-maxj+3;
659 int pitch, /*pitch period*/
681 #if 0 /* Set to 1 to enable full pitch search */
689 /*Try to remove pitch multiple
590 interp_pitch( spx_word16_t *exc, spx_word16_t *interp, int pitch, int len ) argument
653 multicomb( spx_word16_t *exc, spx_word16_t *new_exc, spx_coef_t *ak, int p, int nsf, int pitch, int max_pitch, spx_word16_t comb_gain, char *stack ) argument
[all...]
H A Dltp.c173 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
209 pitch[i]=start;
234 /* Update energy for next pitch*/
260 /* Search for the best pitch prediction gain */
270 pitch[N-1]=i;
280 pitch[k]=pitch[k-1];
284 pitch[j]=i;
297 i=pitch[j];
347 /** Finds the best quantized 3-tap pitch predicto
348 pitch_gain_search_3tap( const spx_word16_t target[], const spx_coef_t ak[], const spx_coef_t awk1[], const spx_coef_t awk2[], spx_sig_t exc[], const signed char *gain_cdbk, int gain_cdbk_size, int pitch, int p, int nsf, SpeexBits *bits, char *stack, const spx_word16_t *exc2, const spx_word16_t *r, spx_word16_t *new_target, int *cdbk_index, int plc_tuning, spx_word32_t cumul_gain, int scaledown ) argument
552 int cdbk_index, pitch=0, best_gain_index=0; local
674 int pitch; local
[all...]
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/freetype/src/sfnt/
H A Dttsbit.c427 map->pitch = ( map->width + 7 ) >> 3;
433 map->pitch = ( map->width + 3 ) >> 2;
439 map->pitch = ( map->width + 1 ) >> 1;
445 map->pitch = map->width;
451 map->pitch = map->width * 4;
460 size = map->rows * map->pitch;
542 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h; local
550 pitch = bitmap->pitch;
575 line += y_pos * pitch
680 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h, nbits; local
[all...]
/external/kernel-headers/original/uapi/video/
H A Dadf.h110 * @pitch: stride (i.e. length of a scanline including padding) in bytes
124 __u32 pitch[ADF_MAX_PLANES]; member in struct:adf_buffer_config
166 * @pitch: length of a scanline including padding, in bytes (output)
185 __u32 pitch; member in struct:adf_simple_buffer_alloc
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch) argument
38 diff_ptr += pitch;
39 pred_ptr += pitch;
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c1086 int pitch, int tx_type) {
1103 idct16_cols_add_blk_dspr2(out, dest, pitch);
1114 dest[j * pitch + i] =
1116 + dest[j * pitch + i]);
1137 idct16_cols_add_blk_dspr2(temp_in, dest, pitch);
1158 dest[j * pitch + i] =
1160 + dest[j * pitch + i]);
1085 vp9_iht16x16_256_add_dspr2(const int16_t *input, uint8_t *dest, int pitch, int tx_type) argument
H A Dvp9_mblpf_horiz_loopfilter_dspr2.c24 int pitch,
64 sp7 = s - (pitch << 3);
65 sp6 = sp7 + pitch;
66 sp5 = sp6 + pitch;
67 sp4 = sp5 + pitch;
68 sp3 = sp4 + pitch;
69 sp2 = sp3 + pitch;
70 sp1 = sp2 + pitch;
71 sp0 = sp1 + pitch;
73 sq1 = s + pitch;
23 vp9_lpf_horizontal_16_dspr2(unsigned char *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
[all...]

Completed in 4711 milliseconds

1234567891011>>