Searched refs:dst_idx (Results 1 - 8 of 8) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvc1.c3145 int dst_idx, off; local
3201 dst_idx = 0;
3205 dst_idx += i >> 2;
3221 s->dsp.put_signed_pixels_clamped(s->block[i], s->dest[dst_idx] + off, s->linesize >> ((i & 4) >> 2));
3224 s->dsp.vc1_h_overlap(s->dest[dst_idx] + off, s->linesize >> ((i & 4) >> 2));
3226 s->dsp.vc1_v_overlap(s->dest[dst_idx] + off, s->linesize >> ((i & 4) >> 2));
3238 vc1_loop_filter(s->dest[dst_idx] + off, 1, i & 4 ? s->uvlinesize : s->linesize, 8, mquant);
3240 vc1_loop_filter(s->dest[dst_idx] + off, i & 4 ? s->uvlinesize : s->linesize, 1, 8, mquant);
3255 vc1_loop_filter(s->dest[dst_idx] + off, 1, i & 4 ? s->uvlinesize : s->linesize, 8, mquant);
3257 vc1_loop_filter(s->dest[dst_idx]
3437 int dst_idx, off; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Damifb.c1371 static void bitcpy(unsigned long *dst, int dst_idx, const unsigned long *src, argument
1375 int shift = dst_idx-src_idx, left, right;
1382 shift = dst_idx-src_idx;
1383 first = ~0UL >> dst_idx;
1384 last = ~(~0UL >> ((dst_idx+n) % BITS_PER_LONG));
1389 if (dst_idx+n <= BITS_PER_LONG) {
1401 n -= BITS_PER_LONG-dst_idx;
1430 if (dst_idx+n <= BITS_PER_LONG) {
1455 n -= BITS_PER_LONG-dst_idx;
1463 n -= BITS_PER_LONG-dst_idx;
1511 bitcpy_rev(unsigned long *dst, int dst_idx, const unsigned long *src, int src_idx, u32 n) argument
1663 bitcpy_not(unsigned long *dst, int dst_idx, const unsigned long *src, int src_idx, u32 n) argument
1803 bitfill32(unsigned long *dst, int dst_idx, u32 pat, u32 n) argument
1859 bitxor32(unsigned long *dst, int dst_idx, u32 pat, u32 n) argument
1906 fill_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, u32 n, u32 color) argument
1921 xor_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, u32 n, u32 color) argument
1941 int dst_idx, x2, y2; local
1980 copy_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, unsigned long *src, int src_idx, u32 n) argument
1997 copy_one_line_rev(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, unsigned long *src, int src_idx, u32 n) argument
2022 int dst_idx, src_idx; local
2076 expand_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, u32 n, const u8 *data, u32 bgcolor, u32 fgcolor) argument
2110 int dst_idx; local
[all...]
H A Datafb.c2606 int dst_idx; local
2628 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8;
2629 dst_idx += dy * par->next_line * 8 + dx;
H A Dc2p.c171 int dst_idx; local
177 dst_idx = dx % 32;
178 first = ~0UL >> dst_idx;
179 last = ~(~0UL >> ((dst_idx+width) % 32));
184 if (dst_idx+width <= 32) {
188 memcpy((u8 *)d+dst_idx, c, width);
197 if (dst_idx) {
198 w = 32 - dst_idx;
199 memset(d, 0, dst_idx);
200 memcpy((u8 *)d+dst_idx,
[all...]
H A Dcfbcopyarea.c25 bitcpy(unsigned long __iomem *dst, int dst_idx, const unsigned long __iomem *src, argument
29 int const shift = dst_idx-src_idx;
32 first = FB_SHIFT_HIGH(~0UL, dst_idx);
33 last = ~(FB_SHIFT_HIGH(~0UL, (dst_idx+n) % bits));
38 if (dst_idx+n <= bits) {
51 n -= bits - dst_idx;
82 if (dst_idx+n <= bits) {
111 n -= bits - dst_idx;
118 n -= bits - dst_idx;
165 bitcpy_rev(unsigned long __iomem *dst, int dst_idx, cons argument
316 int dst_idx = 0, src_idx = 0, rev_copy = 0; local
[all...]
H A Dcfbfillrect.c39 bitfill_aligned(unsigned long __iomem *dst, int dst_idx, unsigned long pat, unsigned n, int bits) argument
46 first = FB_SHIFT_HIGH(~0UL, dst_idx);
47 last = ~(FB_SHIFT_HIGH(~0UL, (dst_idx+n) % bits));
49 if (dst_idx+n <= bits) {
61 n -= bits - dst_idx;
95 bitfill_unaligned(unsigned long __iomem *dst, int dst_idx, unsigned long pat, argument
103 first = FB_SHIFT_HIGH(~0UL, dst_idx);
104 last = ~(FB_SHIFT_HIGH(~0UL, (dst_idx+n) % bits));
106 if (dst_idx+n <= bits) {
118 n -= bits - dst_idx;
149 bitfill_aligned_rev(unsigned long __iomem *dst, int dst_idx, unsigned long pat, unsigned n, int bits) argument
218 bitfill_unaligned_rev(unsigned long __iomem *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) argument
285 int dst_idx, left; local
[all...]
H A Dsyscopyarea.c29 bitcpy(unsigned long *dst, int dst_idx, const unsigned long *src, argument
33 int const shift = dst_idx-src_idx;
36 first = FB_SHIFT_HIGH(~0UL, dst_idx);
37 last = ~(FB_SHIFT_HIGH(~0UL, (dst_idx+n) % bits));
41 if (dst_idx+n <= bits) {
53 n -= bits - dst_idx;
84 if (dst_idx+n <= bits) {
115 n -= bits - dst_idx;
122 n -= bits - dst_idx;
170 bitcpy_rev(unsigned long *dst, int dst_idx, cons argument
323 int dst_idx = 0, src_idx = 0, rev_copy = 0; local
[all...]
H A Dsysfillrect.c25 bitfill_aligned(unsigned long *dst, int dst_idx, unsigned long pat, argument
33 first = FB_SHIFT_HIGH(~0UL, dst_idx);
34 last = ~(FB_SHIFT_HIGH(~0UL, (dst_idx+n) % bits));
36 if (dst_idx+n <= bits) {
48 n -= bits - dst_idx;
81 bitfill_unaligned(unsigned long *dst, int dst_idx, unsigned long pat, argument
89 first = FB_SHIFT_HIGH(~0UL, dst_idx);
90 last = ~(FB_SHIFT_HIGH(~0UL, (dst_idx+n) % bits));
92 if (dst_idx+n <= bits) {
104 n -= bits - dst_idx;
135 bitfill_aligned_rev(unsigned long *dst, int dst_idx, unsigned long pat, unsigned n, int bits) argument
191 bitfill_unaligned_rev(unsigned long *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) argument
249 int dst_idx, left; local
[all...]

Completed in 234 milliseconds