Searched defs:pitch (Results 1 - 25 of 297) 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/libva/va/x11/
H A Dva_dri2.h44 unsigned int pitch; member in struct:__anon12947
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2.h43 unsigned int pitch; member in struct:__anon14293
/external/mesa3d/src/glx/
H A Ddri2.h43 unsigned int pitch; member in struct:__anon27704
/external/chromium_org/chrome/common/
H A Dtts_utterance_request.h23 float pitch; member in struct:TtsUtteranceRequest
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
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/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_transfer.h11 uint32_t pitch; member in struct:nv50_m2mf_rect
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.h43 unsigned cpp, pitch; member in struct:nouveau_surface
/external/libvpx/libvpx/vp8/encoder/x86/
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/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
/external/qemu/android/skin/
H A Dsurface.h61 int pitch,
69 int pitch; member in struct:__anon29195
/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/WebKit/Source/platform/exported/
H A DWebSpeechSynthesisUtterance.cpp87 float WebSpeechSynthesisUtterance::pitch() const function in class:blink::WebSpeechSynthesisUtterance
89 return m_private->pitch();
/external/chromium_org/third_party/freetype/src/raster/
H A Dftrend1.c108 FT_UInt width, height, pitch; local
201 pitch = FT_PAD_CEIL( width, 4 );
207 pitch = ( ( width + 15 ) >> 4 ) << 1;
213 bitmap->pitch = pitch;
215 if ( FT_ALLOC_MULT( bitmap->buffer, pitch, height ) )
/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/chromium_org/third_party/mesa/src/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/raster/
H A Dftrend1.c108 FT_UInt width, height, pitch; local
201 pitch = FT_PAD_CEIL( width, 4 );
207 pitch = ( ( width + 15 ) >> 4 ) << 1;
213 bitmap->pitch = pitch;
215 if ( FT_ALLOC_MULT( bitmap->buffer, pitch, height ) )
/external/libvpx/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftrend1.c108 FT_UInt width, height, pitch; local
201 pitch = FT_PAD_CEIL( width, 4 );
207 pitch = ( ( width + 15 ) >> 4 ) << 1;
213 bitmap->pitch = pitch;
215 if ( FT_ALLOC_MULT( bitmap->buffer, pitch, height ) )
/external/chromium_org/third_party/freetype/src/base/
H A Dftlcdfil.c49 for ( ; height > 0; height--, line += bitmap->pitch )
104 FT_Int pitch = bitmap->pitch; local
120 col += pitch;
127 col += pitch;
143 col[-2 * pitch] = (FT_Byte)pix;
144 col += pitch;
153 col[-2 * pitch] = (FT_Byte)pix;
157 col[-pitch] = (FT_Byte)pix;
174 FT_Int pitch local
[all...]

Completed in 1639 milliseconds

1234567891011>>