Searched refs:pitch (Results 1 - 25 of 78) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dbtext.h12 int depth, int pitch);
13 extern void btext_setup_display(int width, int height, int depth, int pitch,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dbtext.h23 extern void btext_setup_display(int width, int height, int depth, int pitch,
27 int depth, int pitch);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_hlp.c454 vdma2->pitch = 0x00;
510 saa7146_write(dev, PITCH2, vdma2.pitch);
570 vdma1.pitch = 2*b_bpl;
572 vdma1.base_even = base + (w_y * (vdma1.pitch/2)) + (w_x * (b_depth / 8));
573 vdma1.base_odd = vdma1.base_even + (vdma1.pitch / 2);
574 vdma1.prot_addr = vdma1.base_even + (w_height * (vdma1.pitch / 2));
577 vdma1.base_even = base + ((w_y+w_height) * (vdma1.pitch/2)) + (w_x * (b_depth / 8));
578 vdma1.base_odd = vdma1.base_even - (vdma1.pitch / 2);
579 vdma1.prot_addr = vdma1.base_odd - (w_height * (vdma1.pitch / 2));
585 vdma1.pitch /
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dvia_verifier.h41 uint32_t pitch[2][10]; member in struct:__anon4265
H A Di810_dma.c394 dev_priv->pitch = init->pitch;
468 init->pitch = init->w;
679 int pitch = dev_priv->pitch; local
704 unsigned int start = y * pitch + x * cpp;
714 OUT_RING(BR13_SOLID_PATTERN | (0xF0 << 16) | pitch);
725 OUT_RING(BR13_SOLID_PATTERN | (0xF0 << 16) | pitch);
736 OUT_RING(BR13_SOLID_PATTERN | (0xF0 << 16) | pitch);
752 int pitch local
875 int pitch = dev_priv->pitch; local
[all...]
H A Di810_drm.h36 * - backbuffer linear offset and pitch -- invarient in the current dri
37 * - zbuffer linear offset and pitch -- also invarient
123 unsigned int pitch; member in struct:_drm_i810_init
141 unsigned int pitch; member in struct:_drm_i810_pre12_init
H A Di915_drm.h58 unsigned int pitch; member in struct:_drm_i915_init
95 int pitch; member in struct:_drm_i915_sarea
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon_rotate.h23 static inline int pattern_test_bit(u32 x, u32 y, u32 pitch, const char *pat) argument
25 u32 tmp = (y * pitch) + x, index = tmp / 8, bit = tmp % 8;
31 static inline void pattern_set_bit(u32 x, u32 y, u32 pitch, char *pat) argument
33 u32 tmp = (y * pitch) + x, index = tmp / 8, bit = tmp % 8;
H A Dbitblit.c152 u32 mod = vc->vc_font.width % 8, cnt, pitch, size; local
176 pitch = ((image.width + 7) >> 3) + scan_align;
177 pitch &= ~scan_align;
178 size = pitch * image.height + buf_align;
184 bit_putcs_aligned(vc, info, s, attribute, cnt, pitch,
188 pitch, width, cellsize, &image,
H A Dfbcon_ud.c161 u32 mod = vc->vc_font.width % 8, cnt, pitch, size; local
192 pitch = ((image.width + 7) >> 3) + scan_align;
193 pitch &= ~scan_align;
194 size = pitch * image.height + buf_align;
200 ud_putcs_aligned(vc, info, s, attribute, cnt, pitch,
203 ud_putcs_unaligned(vc, info, s, attribute, cnt, pitch,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddtlk.h72 unsigned char pitch; /* nP; 0-99 */ member in struct:dtlk_settings
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsvq1dec.c145 list[n++] = list[i] + (((level & 1) ? pitch : 1) << ((level / 2) + 1));\
180 dst += (pitch / 4);\
194 dst += (pitch / 4);\
207 static int svq1_decode_block_intra (GetBitContext *bitbuf, uint8_t *pixels, int pitch ) {
235 memset (&dst[y*(pitch / 4)], 0, width);
251 memset (&dst[y*(pitch / 4)], mean, width);
262 static int svq1_decode_block_non_intra (GetBitContext *bitbuf, uint8_t *pixels, int pitch ) {
329 static void svq1_skip_block (uint8_t *current, uint8_t *previous, int pitch, int x, int y) { argument
334 src = &previous[x + y*pitch];
339 src += pitch;
344 svq1_motion_inter_block(MpegEncContext *s, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, int pitch, svq1_pmv *motion, int x, int y) argument
396 svq1_motion_inter_4v_block(MpegEncContext *s, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, int pitch, svq1_pmv *motion,int x, int y) argument
486 svq1_decode_delta_block(MpegEncContext *s, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, int pitch, svq1_pmv *motion, int x, int y) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Drate.c50 unsigned int pitch; member in struct:rate_priv
118 pos += data->pitch;
178 pos += data->pitch;
197 res = (((frames * data->pitch) + (BITS/2)) >> SHIFT);
199 res = (((frames << SHIFT) + (data->pitch / 2)) / data->pitch);
229 res = (((frames << SHIFT) + (data->pitch / 2)) / data->pitch);
231 res = (((frames * data->pitch) + (BITS/2)) >> SHIFT);
327 data->pitch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000_callback.c252 /* set pitch offset */
274 /* lfo1 pitch & cutoff shift */
278 /* lfo2 pitch & freq */
321 /* set reverb and pitch target */
345 * Set the pitch of a possibly playing note.
385 short pitch; local
389 pitch = (char)(vp->reg.parm.fmmod>>8);
392 pitch += (MOD_SENSE * modulation) / 1200;
393 LIMITVALUE(pitch, -128, 127);
394 fmmod = ((unsigned char)pitch<<
410 short pitch; local
[all...]
H A Demu8000_pcm.c59 unsigned int pitch; member in struct:snd_emu8k_pcm
266 * calculate pitch target
268 static int calc_pitch_target(int pitch) argument
270 int ptarget = 1 << (pitch >> 12);
271 if (pitch & 0x800) ptarget += (ptarget * 0x102e) / 0x2710;
272 if (pitch & 0x400) ptarget += (ptarget * 0x764) / 0x2710;
273 if (pitch & 0x200) ptarget += (ptarget * 0x389) / 0x2710;
294 /* pitch offset */
295 EMU8000_IP_WRITE(hw, ch, rec->pitch);
309 /* lfo1 pitch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_accel.c21 OUTREG(DEFAULT_PITCH_OFFSET, (rinfo->pitch << 0x16) |
23 OUTREG(DST_PITCH_OFFSET, (rinfo->pitch << 0x16) | (rinfo->fb_local_base >> 10));
24 OUTREG(SRC_PITCH_OFFSET, (rinfo->pitch << 0x16) | (rinfo->fb_local_base >> 10));
259 OUTREG(DEFAULT_PITCH_OFFSET, (rinfo->pitch << 0x16) |
261 OUTREG(DST_PITCH_OFFSET, (rinfo->pitch << 0x16) | (rinfo->fb_local_base >> 10));
262 OUTREG(SRC_PITCH_OFFSET, (rinfo->pitch << 0x16) | (rinfo->fb_local_base >> 10));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcontrolfb.h67 struct preg pitch; /* addrs diff between scan lines */ member in struct:control_regs
H A Dvalkyriefb.h88 int pitch[2]; /* bytes/line, indexed by color_mode */ member in struct:valkyrie_regvals
H A Doffb.c250 int pitch, unsigned long address,
253 unsigned long res_size = pitch * height * (depth + 7) / 8;
265 "Using unsupported %dx%d %s at %lx, depth=%d, pitch=%d\n",
266 width, height, name, address, depth, pitch);
293 fix->line_length = pitch;
296 fix->smem_len = pitch * height;
421 int i, width = 640, height = 480, depth = 8, pitch = 640; local
450 pitch = *pp;
452 pitch = width * ((depth + 7) / 8);
454 rsize = (unsigned long)pitch * (unsigne
248 offb_init_fb(const char *name, const char *full_name, int width, int height, int depth, int pitch, unsigned long address, struct device_node *dp) argument
[all...]
H A Dvalkyriefb.c257 int pitch; local
260 if ((pitch = init->pitch[color_mode]) == 0)
261 pitch = 2 * init->pitch[0];
262 return init->vres * pitch;
308 || valkyrie_reg_init[default_vmode-1]->pitch[default_cmode] == 0
491 if (init->pitch[cmode] == 0) {
H A Dcfbimgblt.c145 u32 val, pitch = p->fix.line_length; local
192 dst1 += pitch;
195 dst2 += pitch;
H A Dsysimgblt.c121 u32 val, pitch = p->fix.line_length; local
169 dst1 += pitch;
172 dst2 += pitch;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810_accel.c183 * @pitch: pixels per line of the buffer
195 static inline void color_blit(int width, int height, int pitch, int dest, argument
204 PUT_RING(rop << 16 | pitch | SOLIDPATTERN | DYN_COLOR_EN | blit_bpp);
269 PUT_RING(PARSER | FRONT_BUFFER | ((par->pitch >> 3) << 8));
327 u32 sx, sy, dx, dy, pitch, width, height, src, dest, xdir; local
349 pitch = info->fix.line_length;
352 pitch = (-(info->fix.line_length)) & 0xFFFF;
359 source_copy_blit(width, height, pitch, xdir, src, dest,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1_callback.c359 /* set pitch offset */
382 /* lfo1 pitch & cutoff shift */
386 /* lfo2 pitch & freq */
451 /* set pitch target and pan (volume) */
455 /* pitch target */
469 short pitch; local
473 pitch = (char)(vp->reg.parm.fmmod>>8);
476 pitch += (MOD_SENSE * modulation) / 1200;
477 LIMITVALUE(pitch, -128, 127);
478 fmmod = ((unsigned char)pitch<<
487 short pitch; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_synth.c423 int note, pitch, octave; local
427 * pitch is in 100/128 cents, so 0x80 is one semitone and
430 pitch = ((note - 60) << 7) * voice->sound->key_scaling / 100 + (60 << 7);
431 pitch += voice->sound->pitch_offset;
433 pitch += chan->gm_rpn_coarse_tuning;
434 pitch += chan->gm_rpn_fine_tuning >> 7;
435 pitch += chan->midi_pitchbend * chan->gm_rpn_pitch_bend_range / 0x2000;
436 if (pitch < 0)
437 pitch = 0;
438 else if (pitch >
[all...]

Completed in 128 milliseconds

1234