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

1234567891011>>

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/
H A Ddct_arm.c16 void vp8_short_fdct8x4_armv6(short *input, short *output, int pitch) argument
18 vp8_short_fdct4x4_armv6(input, output, pitch);
19 vp8_short_fdct4x4_armv6(input + 4, output + 16, pitch);
/external/libvpx/libvpx/vp8/encoder/arm/
H A Ddct_arm.c16 void vp8_short_fdct8x4_armv6(short *input, short *output, int pitch) argument
18 vp8_short_fdct4x4_armv6(input, output, pitch);
19 vp8_short_fdct4x4_armv6(input + 4, output + 16, pitch);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_textblit.h18 void vp9_blit_text(const char *msg, unsigned char *address, int pitch);
21 int pitch);
H A Dvp9_textblit.c27 static void plot(int x, int y, unsigned char *image, int pitch) { argument
28 image[x + y * pitch] ^= 255;
31 void vp9_blit_text(const char *msg, unsigned char *address, const int pitch) { argument
49 output_pos[fontrow * pitch + fontcol] =
61 int pitch) {
101 plot(y, x, image, pitch);
111 plot(x, y, image, pitch);
60 vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, int pitch) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_textblit.h18 void vp9_blit_text(const char *msg, unsigned char *address, int pitch);
21 int pitch);
/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...]
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...]
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...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c50 .pitch = _mesa_format_row_stride(format, width),
54 s->pitch = align(s->pitch, 256);
55 config.nv04.surf_pitch = s->pitch;
66 s->pitch = align(s->pitch, 64);
70 get_format_blocksy(format, height) * s->pitch,
86 dst->pitch = src->pitch;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c50 .pitch = _mesa_format_row_stride(format, width),
54 s->pitch = align(s->pitch, 256);
55 config.nv04.surf_pitch = s->pitch;
66 s->pitch = align(s->pitch, 64);
70 get_format_blocksy(format, height) * s->pitch,
86 dst->pitch = src->pitch;
/external/chromium_org/chrome/common/
H A Dtts_utterance_request.cc11 pitch(1.0) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_mmx.c17 void vp8_short_fdct4x4_mmx(short *input, short *output, int pitch);
18 void vp8_short_fdct8x4_mmx(short *input, short *output, int pitch) argument
20 vp8_short_fdct4x4_mmx(input, output, pitch);
21 vp8_short_fdct4x4_mmx(input + 4, output + 16, pitch);
70 int pitch);
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch) argument
77 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
H A Dvp8_enc_stubs_sse2.c35 int pitch);
36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) argument
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_mmx.c17 void vp8_short_fdct4x4_mmx(short *input, short *output, int pitch);
18 void vp8_short_fdct8x4_mmx(short *input, short *output, int pitch) argument
20 vp8_short_fdct4x4_mmx(input, output, pitch);
21 vp8_short_fdct4x4_mmx(input + 4, output + 16, pitch);
70 int pitch);
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch) argument
77 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
H A Dvp8_enc_stubs_sse2.c35 int pitch);
36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) argument
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
H A Doptions.js14 var pitchElement = document.getElementById('pitch');
17 var pitch = localStorage['pitch'] || 1.0;
20 pitchElement.value = pitch;
25 pitch = pitchElement.value;
26 localStorage['pitch'] = pitch;
40 pitch = 1.0;
43 localStorage['pitch'] = pitch;
[all...]
/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftbitmap.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/libvpx/source/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);
59 extern void short_fdct4x4_c(short *input, short *output, int pitch);
60 extern void short_fdct8x4_c(short *input, short *output, int pitch);
61 extern void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
[all...]
/external/libvpx/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);
59 extern void short_fdct4x4_c(short *input, short *output, int pitch);
60 extern void short_fdct8x4_c(short *input, short *output, int pitch);
61 extern void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesisUtterance.h61 float pitch() const { return m_platformUtterance->pitch(); } function in class:blink::FINAL
62 void setPitch(float pitch) { m_platformUtterance->setPitch(pitch); } argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
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);
/external/chromium_org/third_party/libvpx/source/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;
/external/libvpx/libvpx/vp8/common/
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);

Completed in 3848 milliseconds

1234567891011>>