Searched defs:pitch (Results 151 - 175 of 297) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c104 st->pitch = s->pitch;
108 size = get_format_blocksy(st->format, h) * st->pitch;
126 get_format_blocksy(s->format, y) * s->pitch +
181 st->pitch = s->pitch;
185 size = get_format_blocksy(st->format, h) * st->pitch;
188 *stride = st->pitch;
203 get_format_blocksy(s->format, y) * s->pitch +
205 *stride = s->pitch;
386 unsigned size, pitch, offset = 0, local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_screen.c207 int name, int pitch, void *loaderPrivate)
243 image->pitch = pitch;
248 image->pitch * image->height * image->cpp,
292 image->pitch = rrb->pitch / image->cpp;
344 image->pitch = ((image->cpp * image->width + 255) & ~255) / image->cpp;
348 image->pitch * image->height * image->cpp,
366 *value = image->pitch * image->cpp;
205 radeon_create_image_from_name(__DRIscreen *screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c207 int name, int pitch, void *loaderPrivate)
243 image->pitch = pitch;
248 image->pitch * image->height * image->cpp,
292 image->pitch = rrb->pitch / image->cpp;
344 image->pitch = ((image->cpp * image->width + 255) & ~255) / image->cpp;
348 image->pitch * image->height * image->cpp,
366 *value = image->pitch * image->cpp;
205 radeon_create_image_from_name(__DRIscreen *screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument
/external/chromium_org/third_party/opus/src/celt/
H A Dpitch.c5 @file pitch.c
38 #include "pitch.h"
217 #if 0 /* This is a simple version of the pitch correlation that should work
246 #else /* Unrolled version of the pitch correlation -- runs faster on x86 and ARM */
297 int len, int max_pitch, int *pitch, int arch)
397 *pitch = 2*best_pitch[0]-offset;
452 /* Look for any pitch at T/k */
495 /* Bias against very high pitch (very short period) to avoid false-positives
296 pitch_search(const opus_val16 * OPUS_RESTRICT x_lp, opus_val16 * OPUS_RESTRICT y, int len, int max_pitch, int *pitch, int arch) argument
/external/chromium_org/third_party/speex/libspeex/
H A Dnb_celp.h58 int min_pitch; /**< Minimum pitch value allowed */
59 int max_pitch; /**< Maximum pitch value allowed */
61 spx_word32_t cumul_gain; /**< Product of previously used pitch gains (Q10) */
62 int bounded_pitch; /**< Next frame should not rely on previous frames for pitch */
63 int ol_pitch; /**< Open-loop pitch */
65 int *pitch; member in struct:EncState
131 int min_pitch; /**< Minimum pitch value allowed */
132 int max_pitch; /**< Maximum pitch value allowed */
/external/libopus/celt/
H A Dpitch.c5 @file pitch.c
38 #include "pitch.h"
217 #if 0 /* This is a simple version of the pitch correlation that should work
246 #else /* Unrolled version of the pitch correlation -- runs faster on x86 and ARM */
297 int len, int max_pitch, int *pitch, int arch)
397 *pitch = 2*best_pitch[0]-offset;
452 /* Look for any pitch at T/k */
495 /* Bias against very high pitch (very short period) to avoid false-positives
296 pitch_search(const opus_val16 * OPUS_RESTRICT x_lp, opus_val16 * OPUS_RESTRICT y, int len, int max_pitch, int *pitch, int arch) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter_filters.c105 void vp9_lpf_horizontal_4_c(uint8_t *s, int p /* pitch */,
130 void vp9_lpf_vertical_4_c(uint8_t *s, int pitch, const uint8_t *blimit, argument
143 s += pitch;
147 void vp9_lpf_vertical_4_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, argument
151 vp9_lpf_vertical_4_c(s, pitch, blimit0, limit0, thresh0, 1);
152 vp9_lpf_vertical_4_c(s + 8 * pitch, pitch, blimit1, limit1,
205 void vp9_lpf_vertical_8_c(uint8_t *s, int pitch, const uint8_t *blimit, argument
218 s += pitch;
222 void vp9_lpf_vertical_8_dual_c(uint8_t *s, int pitch, cons argument
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.c354 unsigned x, y, i, pitch; local
393 pitch = buf_transfer->stride / sizeof(float);
407 f[i * VL_BLOCK_WIDTH + y * pitch + x] = addr;
545 unsigned x, y, i, pitch; local
572 pitch = buf_transfer->stride;
581 data[i * VL_BLOCK_WIDTH + y * pitch + x] = matrix[x + y * VL_BLOCK_WIDTH];
/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/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c104 st->pitch = s->pitch;
108 size = get_format_blocksy(st->format, h) * st->pitch;
126 get_format_blocksy(s->format, y) * s->pitch +
181 st->pitch = s->pitch;
185 size = get_format_blocksy(st->format, h) * st->pitch;
188 *stride = st->pitch;
203 get_format_blocksy(s->format, y) * s->pitch +
205 *stride = s->pitch;
386 unsigned size, pitch, offset = 0, local
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.c207 int name, int pitch, void *loaderPrivate)
243 image->pitch = pitch;
248 image->pitch * image->height * image->cpp,
292 image->pitch = rrb->pitch / image->cpp;
344 image->pitch = ((image->cpp * image->width + 255) & ~255) / image->cpp;
348 image->pitch * image->height * image->cpp,
366 *value = image->pitch * image->cpp;
205 radeon_create_image_from_name(__DRIscreen *screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c207 int name, int pitch, void *loaderPrivate)
243 image->pitch = pitch;
248 image->pitch * image->height * image->cpp,
292 image->pitch = rrb->pitch / image->cpp;
344 image->pitch = ((image->cpp * image->width + 255) & ~255) / image->cpp;
348 image->pitch * image->height * image->cpp,
366 *value = image->pitch * image->cpp;
205 radeon_create_image_from_name(__DRIscreen *screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp523 int pitch = (width * bpc * nComponents + 7) / 8; local
524 OrigSize = pitch * height;
/external/qemu/android/skin/
H A Dsurface.c113 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;
111 _sdl_surface_create_rgb_from( int width, int height, int pitch, void* pixels, int depth ) argument
190 skin_surface_create_argb32_from( int w, int h, int pitch, uint32_t* pixels, int do_copy ) argument
518 int pitch = blit->dst_pitch; local
600 int pitch = blit->dst_pitch; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosFullScreenVideo.c94 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/sonivox/arm-fm-22k/lib_src/
H A Deas_pcm.c449 * Update the pitch and volume parameters for a PCM stream
456 * pitch - pitch shift in cents
470 EAS_RESULT EAS_PEUpdateParams (S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 gainRight) argument
479 pState->pitch = pitch;
537 * Update the pitch parameter for a PCM stream
542 * pitch - new pitch value in pitch cent
546 EAS_PEUpdatePitch(S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch) argument
[all...]
H A Deas_pcmdata.h106 EAS_I16 pitch; /* relative pitch in cents - zero is unity playback */ member in struct:s_pcm_state_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pcm.c449 * Update the pitch and volume parameters for a PCM stream
456 * pitch - pitch shift in cents
470 EAS_RESULT EAS_PEUpdateParams (S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 gainRight) argument
479 pState->pitch = pitch;
537 * Update the pitch parameter for a PCM stream
542 * pitch - new pitch value in pitch cent
546 EAS_PEUpdatePitch(S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch) argument
[all...]
H A Deas_pcmdata.h106 EAS_I16 pitch; /* relative pitch in cents - zero is unity playback */ member in struct:s_pcm_state_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcm.c449 * Update the pitch and volume parameters for a PCM stream
456 * pitch - pitch shift in cents
470 EAS_RESULT EAS_PEUpdateParams (S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 gainRight) argument
479 pState->pitch = pitch;
537 * Update the pitch parameter for a PCM stream
542 * pitch - new pitch value in pitch cent
546 EAS_PEUpdatePitch(S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch) argument
[all...]
H A Deas_pcmdata.h106 EAS_I16 pitch; /* relative pitch in cents - zero is unity playback */ member in struct:s_pcm_state_tag
/external/speex/libspeex/
H A Dnb_celp.h58 int min_pitch; /**< Minimum pitch value allowed */
59 int max_pitch; /**< Maximum pitch value allowed */
61 spx_word32_t cumul_gain; /**< Product of previously used pitch gains (Q10) */
62 int bounded_pitch; /**< Next frame should not rely on previous frames for pitch */
63 int ol_pitch; /**< Open-loop pitch */
65 int *pitch; member in struct:EncState
131 int min_pitch; /**< Minimum pitch value allowed */
132 int max_pitch; /**< Maximum pitch value allowed */
/external/svox/pico/tts/
H A Dsvox_ssml_parser.cpp322 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...]

Completed in 2041 milliseconds

1234567891011>>