Searched refs:stride (Results 1 - 25 of 209) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqvideo.c44 int boffs,stride; local
46 stride = ri->current_frame->linesize[0];
47 boffs = y*stride + x;
52 bptr[stride ] = cell->y[2];
53 bptr[stride+1] = cell->y[3];
55 stride = ri->current_frame->linesize[1];
56 boffs = y*stride + x;
61 bptr[stride ] =
62 bptr[stride+1] = cell->u;
67 bptr[stride ]
74 int boffs,stride; local
[all...]
H A Drectangle.h42 static av_always_inline void fill_rectangle(void *vp, int w, int h, int stride, uint32_t val, int size){ argument
48 stride *= size;
51 assert((stride&(w-1))==0);
54 *(uint16_t*)(p + 0*stride)= v;
56 *(uint16_t*)(p + 1*stride)= v;
58 *(uint16_t*)(p + 2*stride)= v;
59 *(uint16_t*)(p + 3*stride)= v;
62 *(uint32_t*)(p + 0*stride)= v;
64 *(uint32_t*)(p + 1*stride)= v;
66 *(uint32_t*)(p + 2*stride)
[all...]
H A Dh264pred.c32 static void pred4x4_vertical_c(uint8_t *src, uint8_t *topright, int stride){ argument
33 const uint32_t a= ((uint32_t*)(src-stride))[0];
34 ((uint32_t*)(src+0*stride))[0]= a;
35 ((uint32_t*)(src+1*stride))[0]= a;
36 ((uint32_t*)(src+2*stride))[0]= a;
37 ((uint32_t*)(src+3*stride))[0]= a;
40 static void pred4x4_horizontal_c(uint8_t *src, uint8_t *topright, int stride){ argument
41 ((uint32_t*)(src+0*stride))[0]= src[-1+0*stride]*0x01010101;
42 ((uint32_t*)(src+1*stride))[
47 pred4x4_dc_c(uint8_t *src, uint8_t *topright, int stride) argument
57 pred4x4_left_dc_c(uint8_t *src, uint8_t *topright, int stride) argument
66 pred4x4_top_dc_c(uint8_t *src, uint8_t *topright, int stride) argument
75 pred4x4_128_dc_c(uint8_t *src, uint8_t *topright, int stride) argument
107 pred4x4_down_right_c(uint8_t *src, uint8_t *topright, int stride) argument
130 pred4x4_down_left_c(uint8_t *src, uint8_t *topright, int stride) argument
153 pred4x4_down_left_svq3_c(uint8_t *src, uint8_t *topright, int stride) argument
177 pred4x4_down_left_rv40_c(uint8_t *src, uint8_t *topright, int stride) argument
201 pred4x4_down_left_rv40_nodown_c(uint8_t *src, uint8_t *topright, int stride) argument
224 pred4x4_vertical_right_c(uint8_t *src, uint8_t *topright, int stride) argument
247 pred4x4_vertical_left_c(uint8_t *src, uint8_t *topright, int stride) argument
269 pred4x4_vertical_left_rv40(uint8_t *src, uint8_t *topright, int stride, const int l0, const int l1, const int l2, const int l3, const int l4) argument
292 pred4x4_vertical_left_rv40_c(uint8_t *src, uint8_t *topright, int stride) argument
299 pred4x4_vertical_left_rv40_nodown_c(uint8_t *src, uint8_t *topright, int stride) argument
305 pred4x4_horizontal_up_c(uint8_t *src, uint8_t *topright, int stride) argument
326 pred4x4_horizontal_up_rv40_c(uint8_t *src, uint8_t *topright, int stride) argument
350 pred4x4_horizontal_up_rv40_nodown_c(uint8_t *src, uint8_t *topright, int stride) argument
373 pred4x4_horizontal_down_c(uint8_t *src, uint8_t *topright, int stride) argument
396 pred16x16_vertical_c(uint8_t *src, int stride) argument
411 pred16x16_horizontal_c(uint8_t *src, int stride) argument
422 pred16x16_dc_c(uint8_t *src, int stride) argument
443 pred16x16_left_dc_c(uint8_t *src, int stride) argument
460 pred16x16_top_dc_c(uint8_t *src, int stride) argument
476 pred16x16_128_dc_c(uint8_t *src, int stride) argument
487 pred16x16_plane_compat_c(uint8_t *src, int stride, const int svq3, const int rv40) argument
530 pred16x16_plane_c(uint8_t *src, int stride) argument
534 pred16x16_plane_svq3_c(uint8_t *src, int stride) argument
538 pred16x16_plane_rv40_c(uint8_t *src, int stride) argument
542 pred8x8_vertical_c(uint8_t *src, int stride) argument
553 pred8x8_horizontal_c(uint8_t *src, int stride) argument
562 pred8x8_128_dc_c(uint8_t *src, int stride) argument
571 pred8x8_left_dc_c(uint8_t *src, int stride) argument
593 pred8x8_left_dc_rv40_c(uint8_t *src, int stride) argument
608 pred8x8_top_dc_c(uint8_t *src, int stride) argument
630 pred8x8_top_dc_rv40_c(uint8_t *src, int stride) argument
646 pred8x8_dc_c(uint8_t *src, int stride) argument
672 pred8x8_mad_cow_dc_l0t(uint8_t *src, int stride) argument
677 pred8x8_mad_cow_dc_0lt(uint8_t *src, int stride) argument
682 pred8x8_mad_cow_dc_l00(uint8_t *src, int stride) argument
688 pred8x8_mad_cow_dc_0l0(uint8_t *src, int stride) argument
694 pred8x8_dc_rv40_c(uint8_t *src, int stride) argument
715 pred8x8_plane_c(uint8_t *src, int stride) argument
786 pred8x8l_128_dc_c(uint8_t *src, int has_topleft, int has_topright, int stride) argument
790 pred8x8l_left_dc_c(uint8_t *src, int has_topleft, int has_topright, int stride) argument
796 pred8x8l_top_dc_c(uint8_t *src, int has_topleft, int has_topright, int stride) argument
802 pred8x8l_dc_c(uint8_t *src, int has_topleft, int has_topright, int stride) argument
810 pred8x8l_horizontal_c(uint8_t *src, int has_topleft, int has_topright, int stride) argument
818 pred8x8l_vertical_c(uint8_t *src, int has_topleft, int has_topright, int stride) argument
833 pred8x8l_down_left_c(uint8_t *src, int has_topleft, int has_topright, int stride) argument
853 pred8x8l_down_right_c(uint8_t *src, int has_topleft, int has_topright, int stride) argument
875 pred8x8l_vertical_right_c(uint8_t *src, int has_topleft, int has_topright, int stride) argument
903 pred8x8l_horizontal_down_c(uint8_t *src, int has_topleft, int has_topright, int stride) argument
931 pred8x8l_vertical_left_c(uint8_t *src, int has_topleft, int has_topright, int stride) argument
958 pred8x8l_horizontal_up_c(uint8_t *src, int has_topleft, int has_topright, int stride) argument
990 pred4x4_vertical_add_c(uint8_t *pix, const DCTELEM *block, int stride) argument
1004 pred4x4_horizontal_add_c(uint8_t *pix, const DCTELEM *block, int stride) argument
1017 pred8x8l_vertical_add_c(uint8_t *pix, const DCTELEM *block, int stride) argument
1035 pred8x8l_horizontal_add_c(uint8_t *pix, const DCTELEM *block, int stride) argument
1052 pred16x16_vertical_add_c(uint8_t *pix, const int *block_offset, const DCTELEM *block, int stride) argument
1058 pred16x16_horizontal_add_c(uint8_t *pix, const int *block_offset, const DCTELEM *block, int stride) argument
1064 pred8x8_vertical_add_c(uint8_t *pix, const int *block_offset, const DCTELEM *block, int stride) argument
1070 pred8x8_horizontal_add_c(uint8_t *pix, const int *block_offset, const DCTELEM *block, int stride) argument
[all...]
H A Dh264pred.h75 void (*pred4x4 [9+3+3])(uint8_t *src, uint8_t *topright, int stride);//FIXME move to dsp?
76 void (*pred8x8l [9+3])(uint8_t *src, int topleft, int topright, int stride);
77 void (*pred8x8 [4+3+4])(uint8_t *src, int stride);
78 void (*pred16x16[4+3])(uint8_t *src, int stride);
80 void (*pred4x4_add [2])(uint8_t *pix/*align 4*/, const DCTELEM *block/*align 16*/, int stride);
81 void (*pred8x8l_add [2])(uint8_t *pix/*align 8*/, const DCTELEM *block/*align 16*/, int stride);
82 void (*pred8x8_add [3])(uint8_t *pix/*align 8*/, const int *block_offset, const DCTELEM *block/*align 16*/, int stride);
83 void (*pred16x16_add[3])(uint8_t *pix/*align 16*/, const int *block_offset, const DCTELEM *block/*align 16*/, int stride);
H A Dvp3dsp.c41 static av_always_inline void idct(uint8_t *dst, int stride, int16_t *input, int type) argument
150 dst[0*stride] = cm[(Gd + Cd ) >> 4];
151 dst[7*stride] = cm[(Gd - Cd ) >> 4];
153 dst[1*stride] = cm[(Add + Hd ) >> 4];
154 dst[2*stride] = cm[(Add - Hd ) >> 4];
156 dst[3*stride] = cm[(Ed + Dd ) >> 4];
157 dst[4*stride] = cm[(Ed - Dd ) >> 4];
159 dst[5*stride] = cm[(Fd + Bdd ) >> 4];
160 dst[6*stride] = cm[(Fd - Bdd ) >> 4];
162 dst[0*stride]
226 ff_vp3_v_loop_filter_c(uint8_t *first_pixel, int stride, int *bounding_values) argument
242 ff_vp3_h_loop_filter_c(uint8_t *first_pixel, int stride, int *bounding_values) argument
[all...]
H A Dh264idct.c30 static av_always_inline void idct_internal(uint8_t *dst, DCTELEM *block, int stride, int block_stride, int shift, int add){ argument
54 dst[i + 0*stride]= cm[ add*dst[i + 0*stride] + ((z0 + z3) >> shift) ];
55 dst[i + 1*stride]= cm[ add*dst[i + 1*stride] + ((z1 + z2) >> shift) ];
56 dst[i + 2*stride]= cm[ add*dst[i + 2*stride] + ((z1 - z2) >> shift) ];
57 dst[i + 3*stride]= cm[ add*dst[i + 3*stride] + ((z0 - z3) >> shift) ];
61 void ff_h264_idct_add_c(uint8_t *dst, DCTELEM *block, int stride){ argument
65 ff_h264_lowres_idct_add_c(uint8_t *dst, int stride, DCTELEM *block) argument
69 ff_h264_lowres_idct_put_c(uint8_t *dst, int stride, DCTELEM *block) argument
73 ff_h264_idct8_add_c(uint8_t *dst, DCTELEM *block, int stride) argument
144 ff_h264_idct_dc_add_c(uint8_t *dst, DCTELEM *block, int stride) argument
156 ff_h264_idct8_dc_add_c(uint8_t *dst, DCTELEM *block, int stride) argument
180 ff_h264_idct_add16_c(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]) argument
191 ff_h264_idct_add16intra_c(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]) argument
199 ff_h264_idct8_add4_c(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]) argument
210 ff_h264_idct_add8_c(uint8_t **dest, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]) argument
[all...]
H A Ds3tc.h36 * @param stride line size of output image
40 const unsigned int stride);
47 * @param stride line size of output image
51 const unsigned int stride);
H A Dvp6dsp.c28 void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, int stride, argument
35 src -= stride;
44 src += stride;
56 dst += stride;
H A Dfaxcompr.h43 uint8_t *dst, int height, int stride, enum TiffCompr compr);
H A Ddxa.c55 int stride = c->pic.linesize[0]; local
72 tmp2 += x + y*stride;
77 tmp += stride;
78 tmp2 += stride;
101 tmp += stride;
102 tmp2 += stride;
108 tmp += stride;
116 tmp += stride;
122 d = ((k & 1) << 1) + ((k & 2) * stride);
123 d2 = ((k & 1) << 1) + ((k & 2) * stride);
197 int stride; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/mlib/
H A Ddsputil_mlib.c66 int stride, int height)
70 mlib_VideoCopyRef_U8_U8_16x8(dest, (uint8_t *)ref, stride);
74 mlib_VideoCopyRef_U8_U8_16x16(dest, (uint8_t *)ref, stride);
83 int stride, int height)
87 mlib_VideoInterpX_U8_U8_16x8(dest, (uint8_t *)ref, stride, stride);
91 mlib_VideoInterpX_U8_U8_16x16(dest, (uint8_t *)ref, stride, stride);
100 int stride, int height)
104 mlib_VideoInterpY_U8_U8_16x8(dest, (uint8_t *)ref, stride, strid
65 put_pixels16_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
82 put_pixels16_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
99 put_pixels16_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
116 put_pixels16_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
135 put_pixels8_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
156 put_pixels8_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
177 put_pixels8_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
198 put_pixels8_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
221 avg_pixels16_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
238 avg_pixels16_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
255 avg_pixels16_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
272 avg_pixels16_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
291 avg_pixels8_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
312 avg_pixels8_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
333 avg_pixels8_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
354 avg_pixels8_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dmotion_est_mmx.c36 static inline void sad8_1_mmx(uint8_t *blk1, uint8_t *blk2, int stride, int h) argument
38 x86_reg len= -(stride*h);
68 : "r" (blk1 - len), "r" (blk2 - len), "r" ((x86_reg)stride)
72 static inline void sad8_1_mmx2(uint8_t *blk1, uint8_t *blk2, int stride, int h) argument
88 : "r" ((x86_reg)stride)
92 static int sad16_sse2(void *v, uint8_t *blk2, uint8_t *blk1, int stride, int h) argument
110 : "r" ((x86_reg)stride)
121 static inline void sad8_x2a_mmx2(uint8_t *blk1, uint8_t *blk2, int stride, int h) argument
139 : "r" ((x86_reg)stride)
143 static inline void sad8_y2a_mmx2(uint8_t *blk1, uint8_t *blk2, int stride, in argument
168 sad8_4_mmx2(uint8_t *blk1, uint8_t *blk2, int stride, int h) argument
198 sad8_2_mmx(uint8_t *blk1a, uint8_t *blk1b, uint8_t *blk2, int stride, int h) argument
236 sad8_4_mmx(uint8_t *blk1, uint8_t *blk2, int stride, int h) argument
315 sad8_x2a_mmx(uint8_t *blk1, uint8_t *blk2, int stride, int h) argument
319 sad8_y2a_mmx(uint8_t *blk1, uint8_t *blk2, int stride, int h) argument
[all...]
H A Drv40dsp_mmx.c38 static void put_rv40_chroma_mc8_mmx(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int stride, int h, int x, int y) argument
40 put_h264_chroma_generic_mc8_mmx(dst, src, stride, h, x, y, &rv40_bias_reg[y>>1][x&(~1)]);
42 static void put_rv40_chroma_mc4_mmx(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int stride, int h, int x, int y) argument
44 put_h264_chroma_generic_mc4_mmx(dst, src, stride, h, x, y, &rv40_bias_reg[y>>1][x&(~1)]);
46 static void avg_rv40_chroma_mc8_mmx2(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int stride, int h, int x, int y) argument
48 avg_h264_chroma_generic_mc8_mmx2(dst, src, stride, h, x, y, &rv40_bias_reg[y>>1][x&(~1)]);
50 static void avg_rv40_chroma_mc4_mmx2(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int stride, int h, int x, int y) argument
52 avg_h264_chroma_generic_mc4_mmx2(dst, src, stride, h, x, y, &rv40_bias_reg[y>>1][x&(~1)]);
54 static void avg_rv40_chroma_mc8_3dnow(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int stride, int h, int x, int y) argument
56 avg_h264_chroma_generic_mc8_3dnow(dst, src, stride,
58 avg_rv40_chroma_mc4_3dnow(uint8_t *dst , uint8_t *src , int stride, int h, int x, int y) argument
[all...]
H A Dvp6dsp_mmx.h27 void ff_vp6_filter_diag4_mmx(uint8_t *dst, uint8_t *src, int stride,
H A Dvp6dsp_sse2.c50 void ff_vp6_filter_diag4_sse2(uint8_t *dst, uint8_t *src, int stride, argument
54 src -= stride;
74 : "g"((x86_reg)stride), "r"(11), "m"(*(const int64_t*)h_weights)
96 : "g"((x86_reg)stride), "r"(8), "m"(*(const int64_t*)v_weights)
H A Dvp6dsp_sse2.h27 void ff_vp6_filter_diag4_sse2(uint8_t *dst, uint8_t *src, int stride,
H A Ddsputil_h264_template_mmx.c28 static void H264_CHROMA_MC8_TMPL(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int stride, int h, int x, int y, const uint64_t *rnd_reg) argument
36 H264_CHROMA_MC8_MV0(dst, src, stride, h);
45 const int dxy = x ? 1 : stride;
90 src += stride;
91 dst += stride;
125 src += stride;
180 dst+= stride;
184 static void H264_CHROMA_MC4_TMPL(uint8_t *dst/*align 4*/, uint8_t *src/*align 1*/, int stride, int h, int x, int y, const uint64_t *rnd_reg) argument
248 : "r"((x86_reg)stride), "m"(*rnd_reg), "m"(x), "m"(y)
253 static void H264_CHROMA_MC2_TMPL(uint8_t *dst/*align 2*/, uint8_t *src/*align 1*/, int stride, in argument
[all...]
H A Dvp3dsp_mmx.h32 void ff_vp3_v_loop_filter_mmx2(uint8_t *src, int stride, int *bounding_values);
33 void ff_vp3_h_loop_filter_mmx2(uint8_t *src, int stride, int *bounding_values);
H A Ddsputil_h264_template_ssse3.c27 static void H264_CHROMA_MC8_TMPL(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int stride, int h, int x, int y, int rnd) argument
31 H264_CHROMA_MC8_MV0(dst, src, stride, h);
75 :"r"((x86_reg)stride)
103 :"r"((x86_reg)stride)
157 :"r"((x86_reg)stride)
161 static void H264_CHROMA_MC4_TMPL(uint8_t *dst/*align 4*/, uint8_t *src/*align 1*/, int stride, int h, int x, int y) argument
205 :"r"((x86_reg)stride)
H A Dvp6dsp_mmx.c68 void ff_vp6_filter_diag4_mmx(uint8_t *dst, uint8_t *src, int stride, argument
74 src -= stride;
89 : "r"(weights), "r"((x86_reg)stride), "r"(11)
106 : "r"(weights), "r"((x86_reg)stride), "r"(8)
H A Dvc1dsp_mmx.c74 const uint8_t *src, x86_reg stride,
100 : "r"(stride), "r"(-2*stride),
101 "m"(shift), "m"(rnd), "r"(9*stride-4)
110 static void vc1_put_hor_16b_shift2_mmx(uint8_t *dst, x86_reg stride, argument
144 : "r"(stride), "m"(rnd)
155 x86_reg stride, int rnd, x86_reg offset)
196 : "r"(offset), "r"(-2*offset), "g"(stride), "m"(rnd),
197 "g"(stride-offset)
317 vc1_put_hor_16b_ ## NAME ## _mmx(uint8_t *dst, x86_reg stride, \
73 vc1_put_ver_16b_shift2_mmx(int16_t *dst, const uint8_t *src, x86_reg stride, int rnd, int64_t shift) argument
154 vc1_put_shift2_mmx(uint8_t *dst, const uint8_t *src, x86_reg stride, int rnd, x86_reg offset) argument
405 vc1_mspel_mc(uint8_t *dst, const uint8_t *src, int stride, int hmode, int vmode, int rnd) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ddcr-mmio.h26 typedef struct { void __iomem *token; unsigned int stride; } dcr_host_t; member in struct:__anon9276
36 return in_be32(host.token + dcr_n * host.stride);
41 out_be32(host.token + dcr_n * host.stride, value);
46 unsigned int *stride);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Ddcr.c75 unsigned int stride; local
83 p = of_get_property(dp, "dcr-mmio-stride", NULL);
84 stride = (p == NULL) ? 0x10 : *p;
95 ret += (u64)(stride) * (u64)dcr_n;
97 *out_stride = stride;
104 dcr_host_t ret = { .token = NULL, .stride = 0 };
110 addr = of_translate_dcr_address(dev, dcr_n, &ret.stride);
111 pr_debug("translates to addr: 0x%lx, stride: 0x%x\n",
112 addr, ret.stride);
115 pr_debug("mapping 0x%x bytes\n", dcr_c * ret.stride);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess_template.c63 static inline int RENAME(vertClassify)(uint8_t src[], int stride, PPContext *c){ argument
65 src+= stride*4; // src points to begin of the 8x8 Block
161 : "r" (src), "r" ((x86_reg)stride), "m" (c->pQPb)
180 static inline void RENAME(doVertLowPass)(uint8_t *src, int stride, PPContext *c) argument
183 src+= stride*3;
306 : "r" (src), "r" ((x86_reg)stride), "m" (c->pQPb)
310 const int l1= stride;
311 const int l2= stride + l1;
312 const int l3= stride + l2;
313 const int l4= stride
463 vertX1Filter(uint8_t *src, int stride, PPContext *co) argument
589 doVertDefFilter(uint8_t src[], int stride, PPContext *c) argument
1147 dering(uint8_t src[], int stride, PPContext *c) argument
1500 deInterlaceInterpolateLinear(uint8_t src[], int stride) argument
1553 deInterlaceInterpolateCubic(uint8_t src[], int stride) argument
1617 deInterlaceFF(uint8_t src[], int stride, uint8_t *tmp) argument
1696 deInterlaceL5(uint8_t src[], int stride, uint8_t *tmp, uint8_t *tmp2) argument
1797 deInterlaceBlendLinear(uint8_t src[], int stride, uint8_t *tmp) argument
1898 deInterlaceMedian(uint8_t src[], int stride) argument
2184 tempNoiseReducer(uint8_t *src, int stride, uint8_t *tempBlurred, uint32_t *tempBlurredPast, int *maxNoise) argument
2573 do_a_deblock(uint8_t *src, int step, int stride, PPContext *c) argument
3244 duplicate(uint8_t src[], int stride) argument
3495 const int stride= dstStride; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-uncompress.c40 int n, line, col, stride; local
84 stride = pdev->view.x * pdev->offset.y + pdev->offset.x;
85 dsty = (u16 *)(image + stride);
88 stride = pdev->view.x * pdev->offset.y / 4 + pdev->offset.x / 2;
89 dstu = (u16 *)(image + n + stride);
90 dstv = (u16 *)(image + n + n / 4 + stride);
93 stride = (pdev->view.x - pdev->image.x) / 2; /* u16 is 2 bytes */
104 dsty += stride;
106 dstv += (stride >> 1);
108 dstu += (stride >>
[all...]

Completed in 138 milliseconds

123456789