Searched refs:pitch (Results 26 - 50 of 716) sorted by relevance

1234567891011>>

/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/libvpx/libvpx/vp9/common/
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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_blit.c150 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
272 int pitch, cpp; local
293 pitch = region->pitch;
298 region->bo, (pitch * cpp),
319 pitch /= 4;
322 BR13 |= (pitch * cpp);
488 GLuint pitch, height; local
491 /* The pitch given to the GPU must be DWORD aligned, and
492 * we want width to match pitch
537 int pitch, cpp; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_blit.c150 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
272 int pitch, cpp; local
293 pitch = region->pitch;
298 region->bo, (pitch * cpp),
319 pitch /= 4;
322 BR13 |= (pitch * cpp);
488 GLuint pitch, height; local
491 /* The pitch given to the GPU must be DWORD aligned, and
492 * we want width to match pitch
537 int pitch, cpp; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_blit.c150 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
272 int pitch, cpp; local
293 pitch = region->pitch;
298 region->bo, (pitch * cpp),
319 pitch /= 4;
322 BR13 |= (pitch * cpp);
488 GLuint pitch, height; local
491 /* The pitch given to the GPU must be DWORD aligned, and
492 * we want width to match pitch
537 int pitch, cpp; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_blit.c150 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
272 int pitch, cpp; local
293 pitch = region->pitch;
298 region->bo, (pitch * cpp),
319 pitch /= 4;
322 BR13 |= (pitch * cpp);
488 GLuint pitch, height; local
491 /* The pitch given to the GPU must be DWORD aligned, and
492 * we want width to match pitch
537 int pitch, cpp; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_blit.c150 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
272 int pitch, cpp; local
293 pitch = region->pitch;
298 region->bo, (pitch * cpp),
319 pitch /= 4;
322 BR13 |= (pitch * cpp);
488 GLuint pitch, height; local
491 /* The pitch given to the GPU must be DWORD aligned, and
492 * we want width to match pitch
537 int pitch, cpp; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_blit.c150 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
272 int pitch, cpp; local
293 pitch = region->pitch;
298 region->bo, (pitch * cpp),
319 pitch /= 4;
322 BR13 |= (pitch * cpp);
488 GLuint pitch, height; local
491 /* The pitch given to the GPU must be DWORD aligned, and
492 * we want width to match pitch
537 int pitch, cpp; local
[all...]
/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...]
/external/freetype/src/base/
H A Dftlcdfil.c52 for ( ; height > 0; height--, line += bitmap->pitch )
106 FT_Int pitch = bitmap->pitch; local
121 col += pitch;
128 col += pitch;
144 col[-2 * pitch] = (FT_Byte)pix;
145 col += pitch;
154 col[-2 * pitch] = (FT_Byte)pix;
158 col[-pitch] = (FT_Byte)pix;
175 FT_Int pitch local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftlcdfil.c50 for ( ; height > 0; height--, line += bitmap->pitch )
105 FT_Int pitch = bitmap->pitch; local
121 col += pitch;
128 col += pitch;
144 col[-2 * pitch] = (FT_Byte)pix;
145 col += pitch;
154 col[-2 * pitch] = (FT_Byte)pix;
158 col[-pitch] = (FT_Byte)pix;
175 FT_Int pitch local
[all...]
/external/chromium_org/third_party/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/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/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/libvpx/source/libvpx/vp8/common/ppc/
H A Dsystemdependent.c27 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit);
28 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
29 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit);
30 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit);
64 extern void short_idct4x4llm_ppc(short *input, short *output, int pitch);
84 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
85 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
86 extern void vp8_dc_only_idct_c(short input_dc, short *output, int pitch);
/external/libvpx/libvpx/vp8/common/ppc/
H A Dsystemdependent.c27 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit);
28 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
29 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit);
30 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit);
64 extern void short_idct4x4llm_ppc(short *input, short *output, int pitch);
84 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
85 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
86 extern void vp8_dc_only_idct_c(short input_dc, short *output, int pitch);
/external/qemu/android/skin/
H A Dsurface.h61 int pitch,
69 int pitch; member in struct:__anon29195
/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/common/
H A Dtts_utterance_request.h23 float pitch; member in struct:TtsUtteranceRequest
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dreconinter.h31 extern void vp8_build_inter_predictors_b(BLOCKD *d, int 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/chromium_org/third_party/speex/libspeex/
H A Dvbr.h66 float vbr_analysis(VBRState *vbr, spx_word16_t *sig, int len, int pitch, float pitch_coef);
/external/libvpx/libvpx/vp8/common/
H A Dreconinter.h31 extern void vp8_build_inter_predictors_b(BLOCKD *d, int pitch,
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_transfer.h11 uint32_t pitch; member in struct:nv50_m2mf_rect

Completed in 507 milliseconds

1234567891011>>