HomeSort by relevance Sort by last modified time
    Searched refs:pitch (Results 1 - 25 of 315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/encoder/arm/
dct_arm.c 16 void vp8_short_fdct8x4_armv6(short *input, short *output, int pitch)
18 vp8_short_fdct4x4_armv6(input, output, pitch);
19 vp8_short_fdct4x4_armv6(input + 4, output + 16, pitch);
  /external/freetype/src/base/
ftbitmap.c 47 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...]
ftlcdfil.c 47 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 = bitmap->pitch local
    [all...]
  /frameworks/wilhelm/src/itf/
IPitch.c 17 /* Pitch implementation */
22 static SLresult IPitch_SetPitch(SLPitchItf self, SLpermille pitch)
28 if (!(thiz->mMinPitch <= pitch && pitch <= thiz->mMaxPitch)) {
32 thiz->mPitch = pitch;
50 SLpermille pitch = thiz->mPitch; local
52 *pPitch = pitch;
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 17 void vp8_short_fdct4x4_mmx(short *input, short *output, int pitch);
18 void vp8_short_fdct8x4_mmx(short *input, short *output, int pitch)
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)
77 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
vp8_enc_stubs_sse2.c 35 int pitch);
36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 25 // cleanup easier than fragmented stuff. In addition, we added a "pitch"
45 curr->pitch = (real) (width + border2);
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
75 img->pitch = (real) (width + border2);
80 for (int j = height + border2; j--; y++, position += img->pitch) {
126 for (h = height; h--; base += pyr->pitch) {
137 for (h = top; h--; base -= pyr->pitch) {
138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short));
142 for (h = bot; h--; base += pyr->pitch) {
240 int pitch = scr->pitch; local
    [all...]
Interp.h 58 in += img->pitch;
63 in += img->pitch;
68 in += img->pitch;
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Pyramid.cpp 25 // cleanup easier than fragmented stuff. In addition, we added a "pitch"
45 curr->pitch = (real) (width + border2);
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
75 img->pitch = (real) (width + border2);
80 for (int j = height + border2; j--; y++, position += img->pitch) {
126 for (h = height; h--; base += pyr->pitch) {
137 for (h = top; h--; base -= pyr->pitch) {
138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short));
142 for (h = bot; h--; base += pyr->pitch) {
240 int pitch = scr->pitch; local
    [all...]
Interp.h 58 in += img->pitch;
63 in += img->pitch;
68 in += img->pitch;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 25 // cleanup easier than fragmented stuff. In addition, we added a "pitch"
45 curr->pitch = (real) (width + border2);
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
75 img->pitch = (real) (width + border2);
80 for (int j = height + border2; j--; y++, position += img->pitch) {
126 for (h = height; h--; base += pyr->pitch) {
137 for (h = top; h--; base -= pyr->pitch) {
138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short));
142 for (h = bot; h--; base += pyr->pitch) {
234 int pitch = scr->pitch; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 40 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/common/ppc/
systemdependent.c 18 void (*vp8_short_idct4x4)(short *input, short *output, int pitch);
19 void (*vp8_short_idct4x4_1)(short *input, short *output, int pitch);
20 void (*vp8_dc_only_idct)(short input_dc, short *output, int pitch);
32 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit);
33 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
34 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit);
35 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit);
47 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);
69 extern void short_idct4x4llm_ppc(short *input, short *output, int pitch);
89 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 64 static void EdgeLoop_Luma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch);
65 static void EdgeLoop_Luma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch);
66 static void EdgeLoop_Chroma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch);
67 static void EdgeLoop_Chroma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch);
78 int pitch = video->currPic->pitch, pitch_c, width; local
84 pitch_c = pitch >> 1;
98 SrcY += ((pitch << 4) - width);
119 int pitch = currPic->pitch; local
296 int pitch = video->currPic->pitch; local
    [all...]
  /device/lge/mako/camera/hdr/include/
morpho_image_data_ex.h 43 } pitch; member in struct:__anon1865
  /external/libvpx/libvpx/vp8/common/
reconinter.h 27 extern void vp8_build_inter_predictors_b(BLOCKD *d, int pitch,
textblit.c 14 void vp8_blit_text(const char *msg, unsigned char *address, const int pitch)
47 output_pos[fontrow *pitch + fontcol] =
55 static void plot (const int x, const int y, unsigned char *image, const int pitch)
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)
106 plot(y,x, image, pitch);
120 plot(x,y, image, pitch);
  /external/libvpx/libvpx/vp8/encoder/
dct.c 14 void vp8_short_fdct4x4_c(short *input, short *output, int pitch)
34 ip += pitch / 2;
58 void vp8_short_fdct8x4_c(short *input, short *output, int pitch)
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)
84 ip += pitch / 2;
  /external/freetype/src/cache/
ftcsbits.c 48 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 ) * sbit->height
285 FT_Int pitch; local
    [all...]
  /external/qemu/android/skin/
surface.h 61 int pitch,
69 int pitch; member in struct:__anon13093
  /external/speex/libspeex/
ltp_bfin.h 86 "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)
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[k-1]
    [all...]
vbr.h 66 float vbr_analysis(VBRState *vbr, spx_word16_t *sig, int len, int pitch, float pitch_coef);
  /frameworks/base/core/java/android/speech/tts/
SynthesisRequest.java 29 * <li>The voice pitch, with 100 being the default pitch.</li>
87 * Gets the pitch to use. The normal pitch is 100.
117 * Sets the pitch.
119 void setPitch(int pitch) {
120 mPitch = pitch;
  /external/chromium/chrome/browser/extensions/
extension_tts_api_win.cc 26 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>";
  /external/freetype/src/smooth/
ftsmooth.c 108 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...]

Completed in 1519 milliseconds

1 2 3 4 5 6 7 8 91011>>