Searched refs:plane (Results 1 - 25 of 178) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Ddrawutils.c58 int plane; local
65 for (plane = 0; plane < 4; plane++) {
67 int hsub1 = (plane == 1 || plane == 2) ? hsub : 0;
69 pixel_step[plane] = 1;
70 line_size = (w >> hsub1) * pixel_step[plane];
71 line[plane] = av_malloc(line_size);
72 memset(line[plane], dst_colo
83 int i, plane; local
103 int i, plane; local
[all...]
H A Dvf_showinfo.c47 int i, plane, vsub = av_pix_fmt_descriptors[inlink->format].log2_chroma_h; local
49 for (plane = 0; picref->data[plane] && plane < 4; plane++) {
50 size_t linesize = av_image_get_linesize(picref->format, picref->video->w, plane);
51 uint8_t *data = picref->data[plane];
52 int h = plane == 1 || plane == 2 ? inlink->h >> vsub : inlink->h;
55 plane_checksum[plane]
[all...]
H A Dvf_hflip.c33 int max_step[4]; ///< max pixel step for each plane, expressed as a number of bytes
87 int i, j, plane, step, hsub, vsub; local
89 for (plane = 0; plane < 4 && inpic->data[plane]; plane++) {
90 step = flip->max_step[plane];
91 hsub = (plane == 1 || plane == 2) ? flip->hsub : 0;
92 vsub = (plane
[all...]
H A Dvf_pad.c260 int plane; local
265 for (plane = 0; plane < 4 && picref->data[plane]; plane++) {
266 int hsub = (plane == 1 || plane == 2) ? pad->hsub : 0;
267 int vsub = (plane == 1 || plane == 2) ? pad->vsub : 0;
269 picref->data[plane]
276 does_clip(PadContext *pad, AVFilterBufferRef *outpicref, int plane, int hsub, int vsub, int x, int y) argument
304 int plane; local
[all...]
H A Dvf_fieldorder.c35 int line_size[4]; ///< bytes of pixel data per line for each plane
94 int plane; local
97 * data occupies per line for each plane of the input video */
98 for (plane = 0; plane < 4; plane++) {
99 fieldorder->line_size[plane] = av_image_get_linesize(
102 plane);
156 int h, plane, line_step, line_size, line; local
165 for (plane
[all...]
H A Dvf_transpose.c141 int plane; local
143 for (plane = 0; outpic->data[plane]; plane++) {
144 int hsub = plane == 1 || plane == 2 ? trans->hsub : 0;
145 int vsub = plane == 1 || plane == 2 ? trans->vsub : 0;
146 int pixstep = trans->pixsteps[plane];
154 out = outpic->data[plane]; outlinesiz
[all...]
H A Dvf_boxblur.c313 int plane; local
318 for (plane = 0; inpicref->data[plane] && plane < 4; plane++)
319 hblur(outpicref->data[plane], outpicref->linesize[plane],
320 inpicref ->data[plane], inpicref ->linesize[plane],
321 w[plane],
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Diff.c40 #define LUT8_PART(plane, v) \
41 AV_LE2NE64C(UINT64_C(0x0000000)<<32 | v) << plane, \
42 AV_LE2NE64C(UINT64_C(0x1000000)<<32 | v) << plane, \
43 AV_LE2NE64C(UINT64_C(0x0010000)<<32 | v) << plane, \
44 AV_LE2NE64C(UINT64_C(0x1010000)<<32 | v) << plane, \
45 AV_LE2NE64C(UINT64_C(0x0000100)<<32 | v) << plane, \
46 AV_LE2NE64C(UINT64_C(0x1000100)<<32 | v) << plane, \
47 AV_LE2NE64C(UINT64_C(0x0010100)<<32 | v) << plane, \
48 AV_LE2NE64C(UINT64_C(0x1010100)<<32 | v) << plane, \
49 AV_LE2NE64C(UINT64_C(0x0000001)<<32 | v) << plane, \
182 decodeplane8(uint8_t *dst, const uint8_t *buf, int buf_size, int plane) argument
199 decodeplane32(uint32_t *dst, const uint8_t *buf, int buf_size, int plane) argument
256 int y, plane, res; local
313 int y, plane, res; local
[all...]
H A Dimgconvert.h38 int ff_get_plane_bytewidth(enum PixelFormat pix_fmt, int width, int plane);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_showinfo.c86 int i, plane, vsub = desc->log2_chroma_h; local
88 for (plane = 0; plane < 4 && frame->data[plane] && frame->linesize[plane]; plane++) {
89 int64_t linesize = av_image_get_linesize(frame->format, frame->width, plane);
90 uint8_t *data = frame->data[plane];
91 int h = plane == 1 || plane
[all...]
H A Ddrawutils.c84 int plane; local
91 for (plane = 0; plane < 4; plane++) {
93 int hsub1 = (plane == 1 || plane == 2) ? hsub : 0;
95 pixel_step[plane] = 1;
96 line_size = FF_CEIL_RSHIFT(w, hsub1) * pixel_step[plane];
97 line[plane] = av_malloc(line_size);
98 memset(line[plane], dst_colo
109 int i, plane; local
131 int i, plane; local
223 pointer_at(FFDrawContext *draw, uint8_t *data[], int linesize[], int plane, int x, int y) argument
237 int plane, y, wp, hp; local
257 int plane, x, y, wp, hp; local
318 component_used(FFDrawContext *draw, int plane, int comp) argument
353 unsigned alpha, nb_planes, nb_comp, plane, comp; local
451 unsigned alpha, nb_planes, nb_comp, plane, comp; local
[all...]
H A Dvf_framepack.c137 int plane, i; local
141 for (plane = 0; plane < s->pix_desc->nb_components; plane++) {
142 const uint8_t *leftp = s->input_views[LEFT]->data[plane];
143 const uint8_t *rightp = s->input_views[RIGHT]->data[plane];
144 uint8_t *dstp = dst->data[plane];
146 if (plane == 1 || plane == 2) {
161 dstp += dst->linesize[plane];
180 int plane, offset; local
[all...]
H A Dvf_fieldorder.c38 int line_size[4]; ///< bytes of pixel data per line for each plane
83 int h, plane, src_line_step, dst_line_step, line_size, line; local
111 for (plane = 0; plane < 4 && frame->data[plane] && frame->linesize[plane]; plane++) {
112 dst_line_step = out->linesize[plane];
113 src_line_step = frame->linesize[plane];
114 line_size = s->line_size[plane];
[all...]
H A Dvf_hflip.c39 int max_step[4]; ///< max pixel step for each plane, expressed as a number of bytes
40 int planewidth[4]; ///< width of each plane
41 int planeheight[4]; ///< height of each plane
54 desc->comp[0].plane == desc->comp[1].plane)))
89 int i, j, plane, step; local
91 for (plane = 0; plane < 4 && in->data[plane] && in->linesize[plane]; plan
[all...]
H A Dvf_geq.c37 AVExpr *e[4]; ///< expressions for each plane
38 char *expr_str[4+3]; ///< expression strings for each plane
70 static inline double getpix(void *priv, double x, double y, int plane) argument
75 const uint8_t *src = picref->data[plane];
76 const int linesize = picref->linesize[plane];
77 const int w = (plane == 1 || plane == 2) ? FF_CEIL_RSHIFT(picref->width, geq->hsub) : picref->width;
78 const int h = (plane == 1 || plane == 2) ? FF_CEIL_RSHIFT(picref->height, geq->vsub) : picref->height;
106 int plane, re local
199 int plane; local
[all...]
H A Dvf_boxblur.c304 int plane; local
316 for (plane = 0; plane < 4 && in->data[plane] && in->linesize[plane]; plane++)
317 hblur(out->data[plane], out->linesize[plane],
318 in ->data[plane], in ->linesize[plane],
[all...]
H A Dvf_interlace.c134 int plane, i, j; local
136 for (plane = 0; plane < desc->nb_components; plane++) {
137 int lines = (plane == 1 || plane == 2) ? FF_CEIL_RSHIFT(inlink->h, vsub) : inlink->h;
138 int linesize = av_image_get_linesize(inlink->format, inlink->w, plane);
139 uint8_t *dstp = dst_frame->data[plane];
140 const uint8_t *srcp = src_frame->data[plane];
148 srcp += src_frame->linesize[plane];
[all...]
H A Dvf_kerndeint.c44 uint8_t *tmp_data [4]; ///< temporary plane data buffer
45 int tmp_linesize[4]; ///< temporary plane byte linesize
46 int tmp_bwidth [4]; ///< temporary plane byte width
134 int x, y, plane, val, hi, lo, g, h, n = kerndeint->frame++; local
153 for (plane = 0; plane < 4 && inpic->data[plane] && inpic->linesize[plane]; plane++) {
154 h = plane
[all...]
H A Dvf_mpdecimate.c114 int plane; local
123 for (plane = 0; ref->data[plane] && ref->linesize[plane]; plane++) {
124 int vsub = plane == 1 || plane == 2 ? decimate->vsub : 0;
125 int hsub = plane == 1 || plane == 2 ? decimate->hsub : 0;
127 cur->data[plane], re
[all...]
H A Dvf_rotate.c86 int plane; member in struct:ThreadData
379 const int plane = td->plane; local
393 simple_rotate(out->data[plane] + j * out->linesize[plane],
394 in->data[plane] + j * in->linesize[plane],
395 in->linesize[plane], 0, rot->draw.pixelstep[plane], outw);
397 simple_rotate(out->data[plane]
466 int angle_int, s, c, plane; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davisynth_c_25.h29 AVSC_INLINE int avs_get_height_p_25(const AVS_VideoFrame * p, int plane) { argument
30 switch (plane)
39 AVSC_INLINE int avs_get_row_size_p_25(const AVS_VideoFrame * p, int plane) { argument
41 switch (plane)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Diff.c53 unsigned bpp; ///< bits per plane to decode (differs from bits_per_coded_sample if HAM)
62 #define LUT8_PART(plane, v) \
63 AV_LE2NE64C(UINT64_C(0x0000000)<<32 | v) << plane, \
64 AV_LE2NE64C(UINT64_C(0x1000000)<<32 | v) << plane, \
65 AV_LE2NE64C(UINT64_C(0x0010000)<<32 | v) << plane, \
66 AV_LE2NE64C(UINT64_C(0x1010000)<<32 | v) << plane, \
67 AV_LE2NE64C(UINT64_C(0x0000100)<<32 | v) << plane, \
68 AV_LE2NE64C(UINT64_C(0x1000100)<<32 | v) << plane, \
69 AV_LE2NE64C(UINT64_C(0x0010100)<<32 | v) << plane, \
70 AV_LE2NE64C(UINT64_C(0x1010100)<<32 | v) << plane, \
393 decodeplane8(uint8_t *dst, const uint8_t *buf, int buf_size, int plane) argument
414 decodeplane32(uint32_t *dst, const uint8_t *buf, int buf_size, int plane) argument
625 int x = 0, y = 0, plane = 0; local
678 int y, plane, res; local
[all...]
H A Dmss2dsp.c104 static void upsample_plane_c(uint8_t *plane, int plane_stride, int w, int h) argument
117 memcpy(plane + plane_stride * j,
118 plane + plane_stride * (j >> 1),
122 dst1 = plane + plane_stride * (j + 1);
123 dst2 = plane + plane_stride * j;
124 src1 = plane + plane_stride * ((j + 1) >> 1);
125 src2 = plane + plane_stride * ( j >> 1);
136 p = plane + plane_stride * j;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dau1200fb.c155 int plane; member in struct:au1200fb_device
722 static int au1200_setlocation (struct au1200fb_device *fbdev, int plane, argument
730 winctrl0 = lcd->window[plane].winctrl0;
731 winctrl1 = lcd->window[plane].winctrl1;
736 xsz = win->w[plane].xres;
737 ysz = win->w[plane].yres;
738 if ((xpos + win->w[plane].xres) > panel->Xres) {
744 if ((ypos + win->w[plane].yres) > panel->Yres) {
752 xsz = win->w[plane].xres + xpos;
753 fb_offset += (((0 - xpos) * winbpp(lcd->window[plane]
895 int plane = fbdev->plane; local
997 int screen_size, plane; local
1260 set_window(unsigned int plane, struct au1200_lcd_window_regs_t *pdata) argument
1359 get_window(unsigned int plane, struct au1200_lcd_window_regs_t *pdata) argument
1389 int plane; local
1555 int bpp, plane, ret; local
1647 int plane; local
1776 int plane; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Domapfb_main.c66 { OMAPFB_CAPS_PLANE_RELOCATE_MEM, "relocate plane memory" },
67 { OMAPFB_CAPS_PLANE_SCALE, "scale plane" },
220 struct omapfb_plane_struct *plane = fbi->par; local
221 struct omapfb_device *fbdev = plane->fbdev;
229 r = fbdev->ctrl->setup_plane(plane->idx, plane->info.channel_out,
231 plane->info.pos_x, plane->info.pos_y,
232 var->xres, var->yres, plane->color_mode);
243 r = fbdev->ctrl->set_scale(plane
279 struct omapfb_plane_struct *plane = info->par; local
358 struct omapfb_plane_struct *plane = fbi->par; local
397 struct omapfb_plane_struct *plane = fbi->par; local
414 struct omapfb_plane_struct *plane = fbi->par; local
453 set_color_mode(struct omapfb_plane_struct *plane, struct fb_var_screeninfo *var) argument
513 struct omapfb_plane_struct *plane = fbi->par; local
629 struct omapfb_plane_struct *plane = fbi->par; local
654 struct omapfb_plane_struct *plane = fbi->par; local
681 struct omapfb_plane_struct *plane = fbi->par; local
704 struct omapfb_plane_struct *plane = fbi->par; local
723 struct omapfb_plane_struct *plane = fbi->par; local
741 struct omapfb_plane_struct *plane = fbi->par; local
786 struct omapfb_plane_struct *plane = fbi->par; local
798 struct omapfb_plane_struct *plane = fbi->par; local
826 struct omapfb_plane_struct *plane = fbi->par; local
866 struct omapfb_plane_struct *plane = fbi->par; local
874 struct omapfb_plane_struct *plane = fbi->par; local
950 struct omapfb_plane_struct *plane = fbi->par; local
1078 omapfb_get_caps(struct omapfb_device *fbdev, int plane, struct omapfb_caps *caps) argument
1112 struct omapfb_plane_struct *plane = fbi->par; local
1260 struct omapfb_plane_struct *plane = info->par; local
1302 int plane; local
1324 int plane; local
1562 struct omapfb_plane_struct *plane; local
[all...]

Completed in 288 milliseconds

12345678