HomeSort by relevance Sort by last modified time
    Searched defs:pitch (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/freetype/include/freetype/
ftcache.h 918 FT_Short pitch; member in struct:FTC_SBitRec_
    [all...]
  /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...]
  /external/libvpx/vp8/common/
reconinter.c 136 void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, vp8_subpix_fn_t sppf)
148 sppf(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
165 pred_ptr += pitch;
171 static void build_inter_predictors4b(MACROBLOCKD *x, BLOCKD *d, int pitch)
182 x->subpixel_predict8x8(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
186 RECON_INVOKE(&x->rtcd->recon, copy8x8)(ptr, d->pre_stride, pred_ptr, pitch); local
190 static void build_inter_predictors2b(MACROBLOCKD *x, BLOCKD *d, int pitch)
201 x->subpixel_predict8x4(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
205 RECON_INVOKE(&x->rtcd->recon, copy8x4)(ptr, d->pre_stride, pred_ptr, pitch); local
  /external/libvpx/vp8/common/x86/
postproc_mmx.c 80 destination pitch?
223 pitch is positive
386 destination pitch?
390 destination pitch?
430 destination pitch?
551 pitch is positive
695 destination pitch?
699 destination pitch?
709 void vp8_mbpost_proc_down_mmx(unsigned char *dst, int pitch, int rows, int cols, int flimit)
733 mov eax, pitch ; local
897 mov eax, pitch ; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels.c 293 Uint16 pitch; local
296 pitch = surface->w*surface->format->BytesPerPixel;
299 pitch = (pitch+7)/8;
302 pitch = (pitch+1)/2;
307 pitch = (pitch + 3) & ~3; /* 4-byte aligning */
308 return(pitch);
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl.c 690 dstpitch = surface->pitch;
713 dstpitch = surface->pitch >>1;
745 dstpitch = surface->pitch >>1;
778 dstpitch = surface->pitch;
809 dstpitch = surface->pitch >>2;
843 dstpitch = surface->pitch >>2;
877 dstpitch = surface->pitch >>2;
911 dstpitch = surface->pitch >>2;
945 dstpitch = surface->pitch >>1;
979 dstpitch = surface->pitch >>1
1013 int x,y, pitch; local
1032 int x,y, pitch; local
1052 int x,y, pitch; local
1071 int x,y, pitch; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 55 ULONG pitch; local
71 LBMI_BYTESPERROW,(ULONG)&pitch,TAG_DONE))) {
81 screen->pitch=pitch;
85 D(bug("Accel video image configured (%lx, pitch %ld).\n",screen->pixels,screen->pitch));
89 screen->pixels = SDL_malloc(screen->h*screen->pitch);
215 Uint32 pitch; local
219 LBMI_BYTESPERROW,(ULONG)&pitch,TAG_DONE)))
222 // surface->pitch e' a 16bit
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 193 int disp_mode,pixel_mode,pitch; local
205 case 15: pixel_mode = PM_RGB555; pitch = width*2;
211 case 16: pixel_mode = PM_RGB565; pitch = width*2;
218 case 32: pixel_mode = PM_RGB888; pitch = width*4;
241 current->pitch = pitch;
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosFullScreenVideo.c 94 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/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 400 current->pitch = modeinfo->linewidth;
402 current->pixels = SDL_malloc(current->h * current->pitch);
499 int pitch = this->screen->pitch; local
509 vp = y * pitch + x * bpp;
526 vp = (vp + pitch) & 0xffff;
527 src += pitch;
532 src += pitch;
533 vp += pitch;
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.h 66 int pitch; /* Destination line width for C2P */ member in struct:SDL_PrivateVideoData
121 #define XBIOS_pitch (this->hidden->pitch)
  /external/quake/quake/src/QW/client/
cl_cam.c 60 float yaw, pitch; local
66 pitch = 90;
68 pitch = 270;
77 pitch = (int) (atan2(vec[2], forward) * 180 / M_PI);
78 if (pitch < 0)
79 pitch += 360;
82 ang[0] = pitch;
455 vec2[PITCH] = -vec2[PITCH];
457 cam_viewangles[PITCH] = adjustang(cam_viewangles[PITCH], vec2[PITCH], cl_camera_maxpitch.value)
    [all...]
cl_tent.c 357 float yaw, pitch; local
373 // calculate pitch and yaw
380 pitch = 90;
382 pitch = 270;
391 pitch = (int) (atan2(dist[2], forward) * 180 / M_PI);
392 if (pitch < 0)
393 pitch += 360;
406 ent->angles[0] = pitch;
  /external/speex/libspeex/
ltp.c 173 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)
209 pitch[i]=start;
234 /* Update energy for next pitch*/
260 /* Search for the best pitch prediction gain */
270 pitch[N-1]=i;
280 pitch[k]=pitch[k-1];
284 pitch[j]=i;
297 i=pitch[j];
347 /** Finds the best quantized 3-tap pitch predictor by analysis by synthesis *
552 int cdbk_index, pitch=0, best_gain_index=0; local
674 int pitch; local
    [all...]
  /external/svox/pico/compat/src/com/android/tts/compat/
CompatTtsService.java 134 int pitch = request.getPitch(); local
135 if (mNativeSynth.setPitch(pitch) != TextToSpeech.SUCCESS) {
136 Log.e(TAG, "setPitch(" + pitch + ") failed");
  /external/svox/pico/tts/
svox_ssml_parser.cpp 322 else if (strcmp(element, "prosody") == 0) /* only pitch, rate and volume attributes are supported */
326 if (strcmp(attributes[i], "pitch") == 0)
344 char* pitch = new char[17 + strlen(svoxpitch)]; local
345 if (!pitch)
350 sprintf(pitch, "<pitch level='%s'>", svoxpitch);
351 if (strlen(m_data) + strlen(pitch) + 1 > (size_t)m_datasize)
359 strcat(m_data, pitch);
365 strcat(m_appendix, "</pitch>");
367 delete [] pitch;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
block.cpp 21 void trans(uint8 *cur, int pitch, uint8 *predBlock, int16 *dataBlock)
25 int curpitch = (uint)pitch >> 16;
26 int predpitch = (pitch & 0xFFFF);
80 int org_pitch = encvid->currInput->pitch;
81 int pitch = video->currPic->pitch; local
237 *(cur += pitch) = r1;
238 *(cur += pitch) = r2;
239 cur[pitch] = r3;
240 cur -= (pitch << 1)
363 int pitch = video->currPic->pitch; local
727 int pitch = (video->currPic->pitch) >> 1; local
    [all...]
  /frameworks/base/native/include/android/
sensor.h 101 float pitch; member in struct:ASensorVector::__anon15457::__anon15459
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
sensor.h 101 float pitch; member in struct:ASensorVector::__anon24242::__anon24244
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
sensor.h 101 float pitch; member in struct:ASensorVector::__anon25217::__anon25219
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
sensor.h 101 float pitch; member in struct:ASensorVector::__anon25269::__anon25271
  /external/freetype/src/sfnt/
ttsbit0.c 274 map->pitch = ( map->width + 7 ) >> 3;
279 map->pitch = ( map->width + 3 ) >> 2;
284 map->pitch = ( map->width + 1 ) >> 1;
289 map->pitch = map->width;
297 size = map->rows * map->pitch;
378 FT_Int bit_height, bit_width, pitch, width, height, h; local
393 pitch = bitmap->pitch;
413 line += y_pos * pitch + ( x_pos >> 3 );
418 for ( h = height; h > 0; h--, line += pitch )
516 FT_Int bit_height, bit_width, pitch, width, height, h, nbits; local
    [all...]
  /external/qemu/android/skin/
surface.c 113 int pitch,
130 return SDL_CreateRGBSurfaceFrom( pixels, width, height, pitch, depth,
193 int pitch,
201 size_t size = h*pitch;
211 surface = _sdl_surface_create_rgb_from( w, h, pitch,
238 pix->pitch = s->surface->pitch;
327 blit->dst_pitch = dst->surface->pitch;
401 blit->dst_pitch = dst->surface->pitch;
410 blit->src_pitch = src->surface->pitch;
518 int pitch = blit->dst_pitch; local
604 int pitch = blit->dst_pitch; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 961 int pitch; local
964 DSLF_WRITE, &data, &pitch);
972 surface->pitch = pitch;
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 106 EAS_I16 pitch; /* relative pitch in cents - zero is unity playback */ member in struct:s_pcm_state_tag

Completed in 524 milliseconds

12 3 4