Searched refs:pitch (Results 1 - 25 of 221) sorted by relevance

123456789

/external/libvpx/vp8/encoder/arm/
H A Ddct_arm.c16 void vp8_fast_fdct8x4_armv6(short *input, short *output, int pitch) argument
18 vp8_fast_fdct4x4_armv6(input, output, pitch);
19 vp8_fast_fdct4x4_armv6(input + 4, output + 16, pitch);
/external/freetype/src/base/
H A Dftbitmap.c47 FT_Int pitch = source->pitch; local
61 if ( pitch < 0 )
62 pitch = -pitch;
63 size = (FT_ULong)( pitch * source->rows );
67 FT_Int target_pitch = target->pitch;
104 int pitch; local
113 pitch = bitmap->pitch;
221 FT_Int i, x, y, pitch; local
[all...]
H A Dftlcdfil.c47 for ( ; height > 0; height--, line += bitmap->pitch )
102 FT_Int pitch = bitmap->pitch; local
118 col += pitch;
125 col += pitch;
141 col[-2 * pitch] = (FT_Byte)pix;
142 col += pitch;
151 col[-2 * pitch] = (FT_Byte)pix;
155 col[-pitch] = (FT_Byte)pix;
172 FT_Int pitch local
[all...]
/external/libvpx/vp8/decoder/
H A Ddequantize.c17 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch) ;
18 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
35 unsigned char *dest, int pitch, int stride)
47 /* the idct halves ( >> 1) the pitch */
69 pred += pitch;
74 unsigned char *dest, int pitch, int stride,
89 /* the idct halves ( >> 1) the pitch */
111 pred += pitch;
34 vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *pred, unsigned char *dest, int pitch, int stride) argument
73 vp8_dequant_dc_idct_add_c(short *input, short *dq, unsigned char *pred, unsigned char *dest, int pitch, int stride, int Dc) argument
H A Didct_blk.c16 unsigned char *dest, int pitch, int stride,
19 unsigned char *dest, int pitch, int stride);
21 unsigned char *dst_ptr, int pitch, int stride);
/external/libvpx/vp8/common/ppc/
H A Dsystemdependent.c19 void (*vp8_short_idct4x4)(short *input, short *output, int pitch);
20 void (*vp8_short_idct4x4_1)(short *input, short *output, int pitch);
21 void (*vp8_dc_only_idct)(short input_dc, short *output, int pitch);
33 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit);
34 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
35 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit);
36 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit);
70 extern void short_idct4x4llm_ppc(short *input, short *output, int pitch);
90 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
91 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
[all...]
/external/libvpx/vp8/common/
H A Dinvtrans.h18 extern void vp8_inverse_transform_b(const vp8_idct_rtcd_vtable_t *rtcd, BLOCKD *b, int pitch);
H A Dreconinter.h20 extern void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, vp8_subpix_fn_t sppf);
H A Dtextblit.c14 void vp8_blit_text(const char *msg, unsigned char *address, const int pitch) argument
47 output_pos[fontrow *pitch + fontcol] =
55 static void plot (const int x, const int y, unsigned char *image, const int pitch) argument
57 image [x+y*pitch] ^= 255;
61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch) argument
106 plot(y,x, image, pitch);
120 plot(x,y, image, pitch);
H A Didct.h19 void sym(short *input, short *output, int pitch)
24 int pitch, int stride)
H A Dinvtrans.c28 void vp8_inverse_transform_b(const vp8_idct_rtcd_vtable_t *rtcd, BLOCKD *b, int pitch) argument
31 IDCT_INVOKE(rtcd, idct16)(b->dqcoeff, b->diff, pitch);
33 IDCT_INVOKE(rtcd, idct1)(b->dqcoeff, b->diff, pitch);
H A Didctllm.c28 void vp8_short_idct4x4llm_c(short *input, short *output, int pitch) argument
36 int shortpitch = pitch >> 1;
89 void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch) argument
94 int shortpitch = pitch >> 1;
107 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, unsigned char *dst_ptr, int pitch, int stride) argument
128 pred_ptr += pitch;
/external/libvpx/vp8/encoder/
H A Ddct.c14 void vp8_short_fdct4x4_c(short *input, short *output, int pitch) argument
34 ip += pitch / 2;
58 void vp8_short_fdct8x4_c(short *input, short *output, int pitch) argument
60 vp8_short_fdct4x4_c(input, output, pitch);
61 vp8_short_fdct4x4_c(input + 4, output + 16, pitch);
64 void vp8_short_walsh4x4_c(short *input, short *output, int pitch) argument
84 ip += pitch / 2;
H A Dblock.h117 void (*vp8_short_fdct4x4)(short *input, short *output, int pitch);
118 void (*vp8_short_fdct8x4)(short *input, short *output, int pitch);
119 void (*short_walsh4x4)(short *input, short *output, int pitch);
/external/libvpx/vp8/decoder/mips/
H A Ddequantize_mips.c46 extern void vp8_short_idct4x4llm_mips(short *input, short *output, int pitch) ;
47 extern void vp8_short_idct4x4llm_1_mips(short *input, short *output, int pitch);
51 unsigned char *dest, int pitch, int stride)
85 /* the idct halves ( >> 1) the pitch */
105 pred += pitch;
111 unsigned char *dest, int pitch, int stride,
166 pred += pitch;
50 vp8_dequant_idct_add_mips(short *input, short *dq, unsigned char *pred, unsigned char *dest, int pitch, int stride) argument
110 vp8_dequant_dc_idct_add_mips(short *input, short *dq, unsigned char *pred, unsigned char *dest, int pitch, int stride, int Dc) argument
/external/freetype/src/cache/
H A Dftcsbits.c48 FT_Int pitch = bitmap->pitch; local
52 if ( pitch < 0 )
53 pitch = -pitch;
55 size = (FT_ULong)( pitch * bitmap->rows );
158 !CHECK_CHAR( bitmap->pitch ) ||
171 sbit->pitch = (FT_Char)bitmap->pitch;
184 *asize = FT_ABS( sbit->pitch ) * sbi
285 FT_Int pitch; local
[all...]
/external/qemu/android/skin/
H A Dsurface.h61 int pitch,
69 int pitch; member in struct:__anon10291
/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...]
H A Dvbr.h66 float vbr_analysis(VBRState *vbr, spx_word16_t *sig, int len, int pitch, float pitch_coef);
/external/chromium/chrome/browser/extensions/
H A Dextension_tts_api_win.cc26 double pitch,
58 double pitch,
73 if (pitch >= 0.0) {
74 // The TTS api allows a range of -10 to 10 for speech pitch.
78 base::IntToString16(static_cast<int>(pitch * 20 - 10));
79 utterance = L"<pitch absmiddle=\"" + pitch_value + L"\">" +
80 utterance + L"</pitch>";
53 Speak( const std::string& src_utterance, const std::string& language, const std::string& gender, double rate, double pitch, double volume) argument
/external/freetype/src/smooth/
H A Dftsmooth.c108 FT_Pos width, height, pitch; local
182 pitch = width;
186 pitch = FT_PAD_CEIL( width, 4 );
208 pitch = FT_PAD_CEIL( width, 4 );
224 /* Required check is ( pitch * height < FT_ULONG_MAX ), */
225 /* but we care realistic cases only. Always pitch <= width. */
239 bitmap->pitch = pitch;
244 if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) )
306 for ( hh = height_org; hh > 0; hh--, line += pitch )
[all...]
/external/libvpx/vp8/common/mips/
H A Dloopfilter_mips.h23 void sym(unsigned char *src, int pitch, const unsigned int flimit,\
/external/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c40 void (*vp8_short_fdct4x4)(short *input, short *output, int pitch);
41 void (*vp8_short_fdct8x4)(short *input, short *output, int pitch);
42 void (*vp8_fast_fdct4x4)(short *input, short *output, int pitch);
43 void (*vp8_fast_fdct8x4)(short *input, short *output, int pitch);
44 void (*short_walsh4x4)(short *input, short *output, int pitch);
46 void (*vp8_subtract_b)(BLOCK *be, BLOCKD *bd, int pitch);
62 extern void short_fdct4x4_c(short *input, short *output, int pitch);
63 extern void short_fdct8x4_c(short *input, short *output, int pitch);
64 extern void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
66 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosFullScreenVideo.c94 extern void RISCOS_Put32(void *to, int pixels, int pitch, int rows, void *from, int src_skip_bytes);
155 current->pitch = regs.r[2];
164 regs.r[1] = (current->pitch * height * 2) - regs.r[1];
196 this->hidden->bank[0] = SDL_malloc(height * current->pitch);
221 SDL_memset(this->hidden->bank[0], 0, height * current->pitch);
222 SDL_memset(this->hidden->bank[1], 0, height * current->pitch);
386 int pitch = this->screen->pitch; local
391 from = this->hidden->bank[0] + rects->x * xmult + rects->y * pitch;
392 to = this->hidden->bank[1] + rects->x * xmult + rects->y * pitch;
409 int pitch = this->screen->pitch; local
439 int pitch = this->screen->pitch; local
467 int pitch = this->screen->pitch; local
[all...]
/external/qemu-pc-bios/vgabios/
H A Dvbetables-gen.c94 int pages, pitch; local
105 pitch = (pm->width + 7) / 8;
107 pitch = pm->width * ((pm->depth + 7) / 8);
108 pages = vram_size / (pm->height * pitch);
143 printf("/*Bit16u BytesPerScanLine*/ %d,\n", pitch);
157 (pm->height * pitch + 65535) / 65536);
250 printf("/*Bit16u LinBytesPerScanLine*/ %d,\n", pitch);

Completed in 301 milliseconds

123456789