Searched refs:plane (Results 76 - 100 of 178) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_perspective.c346 int plane; local
355 for (plane = 0; plane < s->nb_planes; plane++) {
356 int hsub = plane == 1 || plane == 2 ? s->hsub : 0;
357 int vsub = plane == 1 || plane == 2 ? s->vsub : 0;
358 s->perspective(s, out->data[plane], out->linesize[plane],
[all...]
H A Davf_showspectrum.c301 int ch, plane, n, y; local
449 for (plane = 0; plane < 3; plane++) {
451 uint8_t *p = outpicref->data[plane] +
452 y * outpicref->linesize[plane];
458 for (plane = 0; plane < 3; plane++) {
459 uint8_t *p = outpicref->data[plane]
[all...]
H A Dvf_noise.c371 int plane; local
373 for (plane = 0; plane < s->nb_planes; plane++) {
374 const int height = s->height[plane];
377 noise(td->out->data[plane] + start * td->out->linesize[plane],
378 td->in->data[plane] + start * td->in->linesize[plane],
379 td->out->linesize[plane], t
[all...]
H A Dvf_fade.c223 int i, j, plane; local
229 for (plane = 1; plane < 3; plane++) {
231 uint8_t *p = frame->data[plane] + i * frame->linesize[plane];
250 int plane = s->is_packed_rgb ? 0 : A; local
256 uint8_t *p = frame->data[plane] + i * frame->linesize[plane] + s->is_packed_rgb*s->rgba_map[A];
332 /* luma, or rgb plane i
[all...]
H A Dvf_histogram.c187 const int plane = h->desc->comp[component].plane; local
192 const int src_linesize = inpicref->linesize[plane];
193 const int dst_linesize = outpicref->linesize[plane];
195 uint8_t *src_data = inpicref->data[plane];
196 uint8_t *dst_data = outpicref->data[plane] + (col_mode ? (offset >> shift_h) * dst_linesize : offset >> shift_w);
254 memset(out->data[h->desc->comp[k].plane] +
255 i * out->linesize[h->desc->comp[k].plane],
262 const int p = h->desc->comp[k].plane;
H A Dvf_yadif.c34 int plane; member in struct:ThreadData
188 int refs = s->cur->linesize[td->plane];
189 int df = (s->csp->comp[td->plane].depth_minus1 + 8) / 8;
200 uint8_t *prev = &s->prev->data[td->plane][y * refs];
201 uint8_t *cur = &s->cur ->data[td->plane][y * refs];
202 uint8_t *next = &s->next->data[td->plane][y * refs];
203 uint8_t *dst = &td->frame->data[td->plane][y * td->frame->linesize[td->plane]];
215 memcpy(&td->frame->data[td->plane][y * td->frame->linesize[td->plane]],
[all...]
H A Dvf_decimate.c86 int plane, i, j; local
90 for (plane = 0; plane < (dm->chroma && f1->data[2] ? 3 : 1); plane++) {
92 const int linesize1 = f1->linesize[plane];
93 const int linesize2 = f2->linesize[plane];
94 const uint8_t *f1p = f1->data[plane];
95 const uint8_t *f2p = f2->data[plane];
96 int width = plane ? FF_CEIL_RSHIFT(f1->width, dm->hsub) : f1->width;
97 int height = plane
[all...]
H A Dvf_pad.c208 int plane; local
216 for (plane = 0; plane < 4 && frame->data[plane] && frame->linesize[plane]; plane++) {
217 int hsub = s->draw.hsub[plane];
218 int vsub = s->draw.vsub[plane];
219 frame->data[plane] += (s->x >> hsub) * s->draw.pixelstep[plane]
[all...]
H A Dvf_swapuv.c64 desc->comp[i].plane != i)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhuffyuvdec.c645 #define READ_2PIX_PLANE(dst0, dst1, plane, OP) \
647 GET_VLC_DUAL(dst0, dst1, re, &s->gb, s->vlc[4+plane].table, \
648 s->vlc[plane].table, s->vlc[plane].table, VLC_BITS, 3, OP)
654 #define READ_2PIX_PLANE16(dst0, dst1, plane){\
655 dst0 = get_vlc2(&s->gb, s->vlc[plane].table, VLC_BITS, 3)<<2;\
657 dst1 = get_vlc2(&s->gb, s->vlc[plane].table, VLC_BITS, 3)<<2;\
660 static void decode_plane_bitstream(HYuvContext *s, int count, int plane) argument
670 READ_2PIX_PLANE(s->temp[0][2 * i], s->temp[0][2 * i + 1], plane, OP8bits);
674 READ_2PIX_PLANE(s->temp[0][2 * i], s->temp[0][2 * i + 1], plane, OP8bit
895 int plane; local
[all...]
H A Dvble.c84 GetBitContext *gb, int plane,
87 uint8_t *dst = pic->data[plane];
89 int stride = pic->linesize[plane];
83 vble_restore_plane(VBLEContext *ctx, AVFrame *pic, GetBitContext *gb, int plane, int offset, int width, int height) argument
H A Dsnowdec.c37 Plane *p= &s->plane[plane_index];
252 if (plane_index==2) q= s->plane[1].band[level][orientation].qlog;
253 else if(orientation==2) q= s->plane[plane_index].band[level][1].qlog;
255 s->plane[plane_index].band[level][orientation].qlog= q;
331 Plane *p= &s->plane[plane_index];
343 s->plane[2].diag_mc= s->plane[1].diag_mc;
344 s->plane[2].htaps = s->plane[1].htaps;
345 memcpy(s->plane[
[all...]
H A Divi_dsp.c33 void ff_ivi_recompose53(const IVIPlaneDesc *plane, uint8_t *dst, argument
45 pitch = plane->bands[0].pitch;
51 b0_ptr = plane->bands[0].buf;
52 b1_ptr = plane->bands[1].buf;
53 b2_ptr = plane->bands[2].buf;
54 b3_ptr = plane->bands[3].buf;
56 for (y = 0; y < plane->height; y += 2) {
58 if (y+2 >= plane->height)
88 for (x = 0, indx = 0; x < plane->width; x+=2, indx++) {
89 if (x+2 >= plane
190 ff_ivi_recompose_haar(const IVIPlaneDesc *plane, uint8_t *dst, const int dst_pitch) argument
[all...]
H A Divi_dsp.h38 * @param[in] plane pointer to the descriptor of the plane being processed
42 void ff_ivi_recompose53(const IVIPlaneDesc *plane, uint8_t *dst,
48 * @param[in] plane pointer to the descriptor of the plane being processed
52 void ff_ivi_recompose_haar(const IVIPlaneDesc *plane, uint8_t *dst,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davxsynth_c.h236 { return avs_bytes_from_pixels(p,p->width); } // Also only returns first plane on planar images
340 AVSC_INLINE int avs_get_pitch_p(const AVS_VideoFrame * p, int plane) { argument
341 switch (plane) {
348 AVSC_INLINE int avs_get_row_size_p(const AVS_VideoFrame * p, int plane) { argument
350 switch (plane) {
373 AVSC_INLINE int avs_get_height_p(const AVS_VideoFrame * p, int plane) { argument
374 switch (plane) {
384 AVSC_INLINE const unsigned char* avs_get_read_ptr_p(const AVS_VideoFrame * p, int plane) argument
386 switch (plane) {
404 AVSC_INLINE unsigned char* avs_get_write_ptr_p(const AVS_VideoFrame * p, int plane) argument
[all...]
H A Davisynth_c.h292 { return avs_bytes_from_pixels(p,p->width); } // Also only returns first plane on planar images
397 AVSC_INLINE int avs_get_pitch_p(const AVS_VideoFrame * p, int plane) { argument
398 switch (plane) {
405 AVSC_INLINE int avs_get_row_size_p(const AVS_VideoFrame * p, int plane) { argument
407 switch (plane) {
430 AVSC_INLINE int avs_get_height_p(const AVS_VideoFrame * p, int plane) { argument
431 switch (plane) {
441 AVSC_INLINE const BYTE* avs_get_read_ptr_p(const AVS_VideoFrame * p, int plane) argument
443 switch (plane) {
461 AVSC_INLINE BYTE* avs_get_write_ptr_p(const AVS_VideoFrame * p, int plane) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dpixdesc.c34 int plane = comp.plane; local
43 const uint8_t *p = data[plane] + y * linesize[plane] + (skip >> 3);
56 const uint8_t *p = data[plane] + y * linesize[plane] + x * step + comp.offset_plus1 - 1;
78 int plane = comp.plane; local
85 uint8_t *p = data[plane] + y * linesize[plane]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dimgutils.h35 * Compute the max pixel step for each plane of an image with a
40 * byte of the successive group in the same plane for the same
44 * for each plane. Since a plane may contain different pixel
45 * components, the computed max_pixsteps[plane] is relative to the
46 * component in the plane with the max pixel step.
48 * for each plane which has the max pixel step. May be NULL.
55 * width for the plane plane.
59 int av_image_get_linesize(enum AVPixelFormat pix_fmt, int width, int plane);
[all...]
H A Dpixdesc.h31 uint16_t plane :2; ///< which of the 4 planes contains the component member in struct:AVComponentDescriptor
108 * At least one pixel component is not in the first data plane.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_drv.h157 enum plane plane; member in struct:intel_crtc
265 extern void intel_prepare_page_flip(struct drm_device *dev, int plane);
267 extern void intel_finish_page_flip_plane(struct drm_device *dev, int plane);
H A Dintel_display.c1066 int plane, i; local
1077 dev_priv->cfb_plane = intel_crtc->plane;
1078 plane = dev_priv->cfb_plane == 0 ? FBC_CTL_PLANEA : FBC_CTL_PLANEB;
1085 fbc_ctl2 = FBC_CTL_FENCE_DBL | FBC_CTL_IDLE_IMM | plane;
1101 DRM_DEBUG_KMS("enabled FBC, pitch %ld, yoff %d, plane %d, ",
1145 int plane = (intel_crtc->plane == 0 ? DPFC_CTL_PLANEA : local
1152 dev_priv->cfb_plane = intel_crtc->plane;
1154 dpfc_ctl = plane | DPFC_SR_EN | DPFC_CTL_LIMIT_1X;
1171 DRM_DEBUG_KMS("enabled fbc on plane
1202 int plane = (intel_crtc->plane == 0) ? DPFC_CTL_PLANEA : local
1314 int plane = intel_crtc->plane; local
1465 int plane = intel_crtc->plane; local
1556 int plane = intel_crtc->plane; local
1864 int plane = intel_crtc->plane; local
2264 int plane = intel_crtc->plane; local
2877 i9xx_get_fifo_size(struct drm_device *dev, int plane) argument
2893 i85x_get_fifo_size(struct drm_device *dev, int plane) argument
2910 i845_get_fifo_size(struct drm_device *dev, int plane) argument
2926 i830_get_fifo_size(struct drm_device *dev, int plane) argument
3487 int plane = intel_crtc->plane; local
4919 intel_finish_page_flip_plane(struct drm_device *dev, int plane) argument
4927 intel_prepare_page_flip(struct drm_device *dev, int plane) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Divi_dsp.c35 void ff_ivi_recompose53(const IVIPlaneDesc *plane, uint8_t *dst, argument
46 pitch = plane->bands[0].pitch;
52 b0_ptr = plane->bands[0].buf;
53 b1_ptr = plane->bands[1].buf;
54 b2_ptr = plane->bands[2].buf;
55 b3_ptr = plane->bands[3].buf;
57 for (y = 0; y < plane->height; y += 2) {
86 for (x = 0, indx = 0; x < plane->width; x+=2, indx++) {
181 void ff_ivi_recompose_haar(const IVIPlaneDesc *plane, uint8_t *dst, argument
189 pitch = plane
[all...]
H A Dsnowdec.c39 Plane *p= &s->plane[plane_index];
251 if (plane_index==2) q= s->plane[1].band[level][orientation].qlog;
252 else if(orientation==2) q= s->plane[plane_index].band[level][1].qlog;
254 s->plane[plane_index].band[level][orientation].qlog= q;
304 Plane *p= &s->plane[plane_index];
316 s->plane[2].diag_mc= s->plane[1].diag_mc;
317 s->plane[2].htaps = s->plane[1].htaps;
318 memcpy(s->plane[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davisynth.c425 int n, i, plane, rowsize, planeheight, pitch, bits; local
479 plane = avs->planes[i];
480 src_p = avs_get_read_ptr_p(frame, plane);
481 pitch = avs_get_pitch_p(frame, plane);
485 rowsize = avs_get_row_size_p_25(frame, plane);
486 planeheight = avs_get_height_p_25(frame, plane);
488 rowsize = avs_get_row_size_p(frame, plane);
489 planeheight = avs_get_height_p(frame, plane);
492 rowsize = avs_get_row_size_p(frame, plane);
493 planeheight = avs_get_height_p(frame, plane);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dlcdc.c185 struct omapfb_plane_struct *plane = lcdc.fbdev->fb_info[0]->par; local
194 if (plane->info.mirror || (src & 3) ||
237 omap_set_lcd_dma_b1_mirror(plane->info.mirror);
292 static int omap_lcdc_setup_plane(int plane, int channel_out, argument
308 if (plane != 0 || channel_out != 0 || pos_x != 0 || pos_y != 0 ||
312 "invalid plane params plane %d pos_x %d pos_y %d "
313 "w %d h %d\n", plane, pos_x, pos_y, width, height);
373 static int omap_lcdc_enable_plane(int plane, int enable) argument
376 "plane
575 omap_lcdc_get_caps(int plane, struct omapfb_caps *caps) argument
[all...]

Completed in 305 milliseconds

12345678