Searched refs:plane (Results 26 - 50 of 117) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dmimic.c208 int y, x, plane; local
210 for(plane = 0; plane < 3; plane++) {
211 const int is_chroma = !!plane;
213 const int stride = ctx->flipped_ptrs[ctx->cur_index].linesize[plane];
214 const uint8_t *src = ctx->flipped_ptrs[ctx->prev_index].data[plane];
215 uint8_t *dst = ctx->flipped_ptrs[ctx->cur_index ].data[plane];
217 for(y = 0; y < ctx->num_vblocks[plane]; y++) {
218 for(x = 0; x < ctx->num_hblocks[plane];
[all...]
H A Ddxva2_h264.c216 unsigned plane; local
220 for (plane = 0; plane < 3; plane++) {
222 if (plane == 0 && h->luma_weight_flag[list]) {
225 } else if (plane >= 1 && h->chroma_weight_flag[list]) {
226 w = h->chroma_weight[i][list][plane-1][0];
227 o = h->chroma_weight[i][list][plane-1][1];
229 w = 1 << (plane == 0 ? h->luma_log2_weight_denom :
233 slice->Weights[list][i][plane][
237 unsigned plane; local
[all...]
H A Dvp56.c311 static void vp56_mc(VP56Context *s, int b, int plane, uint8_t *src, argument
314 uint8_t *dst=s->framep[VP56_FRAME_CURRENT]->data[plane]+s->block_offset[b];
338 if (x<0 || x+12>=s->plane_width[plane] ||
339 y<0 || y+12>=s->plane_height[plane]) {
343 s->plane_width[plane],
344 s->plane_height[plane]);
386 int b, ab, b_max, plane, off; local
409 plane = vp56_b2p[b+ab];
410 s->dsp.idct_put(frame_current->data[plane] + s->block_offset[b],
411 s->stride[plane],
[all...]
H A Divi_dsp.h38 * @param plane [in] pointer to the descriptor of the plane being processed
43 void ff_ivi_recompose53(const IVIPlaneDesc *plane, uint8_t *dst,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavutil/
H A Dpixdesc.c31 int plane= comp.plane; local
40 const uint8_t *p = data[plane] + y*linesize[plane] + (skip>>3);
53 const uint8_t *p = data[plane]+ y*linesize[plane] + x*step + comp.offset_plus1-1;
72 int plane = comp.plane; local
79 uint8_t *p = data[plane] + y*linesize[plane]
[all...]
H A Dpixdesc.h28 uint16_t plane :2; ///< which of the 4 planes contains the component member in struct:AVComponentDescriptor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavutil/
H A Dpixdesc.c31 int plane= comp.plane; local
40 const uint8_t *p = data[plane] + y*linesize[plane] + (skip>>3);
53 const uint8_t *p = data[plane]+ y*linesize[plane] + x*step + comp.offset_plus1-1;
72 int plane = comp.plane; local
79 uint8_t *p = data[plane] + y*linesize[plane]
[all...]
H A Dpixdesc.h28 uint16_t plane :2; ///< which of the 4 planes contains the component member in struct:AVComponentDescriptor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavutil/
H A Dpixdesc.c31 int plane= comp.plane; local
40 const uint8_t *p = data[plane] + y*linesize[plane] + (skip>>3);
53 const uint8_t *p = data[plane]+ y*linesize[plane] + x*step + comp.offset_plus1-1;
72 int plane = comp.plane; local
79 uint8_t *p = data[plane] + y*linesize[plane]
[all...]
H A Dpixdesc.h28 uint16_t plane :2; ///< which of the 4 planes contains the component member in struct:AVComponentDescriptor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Ddxva2_h264.c216 unsigned plane; local
220 for (plane = 0; plane < 3; plane++) {
222 if (plane == 0 && h->luma_weight_flag[list]) {
225 } else if (plane >= 1 && h->chroma_weight_flag[list]) {
226 w = h->chroma_weight[i][list][plane-1][0];
227 o = h->chroma_weight[i][list][plane-1][1];
229 w = 1 << (plane == 0 ? h->luma_log2_weight_denom :
233 slice->Weights[list][i][plane][
237 unsigned plane; local
[all...]
H A Dvp56.c311 static void vp56_mc(VP56Context *s, int b, int plane, uint8_t *src, argument
314 uint8_t *dst=s->framep[VP56_FRAME_CURRENT]->data[plane]+s->block_offset[b];
338 if (x<0 || x+12>=s->plane_width[plane] ||
339 y<0 || y+12>=s->plane_height[plane]) {
343 s->plane_width[plane],
344 s->plane_height[plane]);
386 int b, ab, b_max, plane, off; local
409 plane = vp56_b2p[b+ab];
410 s->dsp.idct_put(frame_current->data[plane] + s->block_offset[b],
411 s->stride[plane],
[all...]
H A Divi_dsp.h38 * @param plane [in] pointer to the descriptor of the plane being processed
43 void ff_ivi_recompose53(const IVIPlaneDesc *plane, uint8_t *dst,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Ddxva2_h264.c216 unsigned plane; local
220 for (plane = 0; plane < 3; plane++) {
222 if (plane == 0 && h->luma_weight_flag[list]) {
225 } else if (plane >= 1 && h->chroma_weight_flag[list]) {
226 w = h->chroma_weight[i][list][plane-1][0];
227 o = h->chroma_weight[i][list][plane-1][1];
229 w = 1 << (plane == 0 ? h->luma_log2_weight_denom :
233 slice->Weights[list][i][plane][
237 unsigned plane; local
[all...]
H A Dvp56.c311 static void vp56_mc(VP56Context *s, int b, int plane, uint8_t *src, argument
314 uint8_t *dst=s->framep[VP56_FRAME_CURRENT]->data[plane]+s->block_offset[b];
338 if (x<0 || x+12>=s->plane_width[plane] ||
339 y<0 || y+12>=s->plane_height[plane]) {
343 s->plane_width[plane],
344 s->plane_height[plane]);
386 int b, ab, b_max, plane, off; local
409 plane = vp56_b2p[b+ab];
410 s->dsp.idct_put(frame_current->data[plane] + s->block_offset[b],
411 s->stride[plane],
[all...]
H A Divi_dsp.h38 * @param plane [in] pointer to the descriptor of the plane being processed
43 void ff_ivi_recompose53(const IVIPlaneDesc *plane, uint8_t *dst,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap/
H A Dblizzard.c121 int plane; member in struct:update_param
175 struct plane_info plane[OMAPFB_PLANE_NUM]; member in struct:blizzard_struct
478 struct plane_info *p = &blizzard.plane[i];
529 static int do_partial_update(struct blizzard_request *req, int plane, argument
543 gx1 = x + blizzard.plane[plane].pos_x;
544 gy1 = y + blizzard.plane[plane].pos_y;
555 gx1_out = x_out + blizzard.plane[plane]
721 int plane = par->plane; local
834 struct omapfb_plane_struct *plane; local
854 struct omapfb_plane_struct *plane = fbi->par; local
881 blizzard_setup_plane(int plane, int channel_out, unsigned long offset, int screen_width, int pos_x, int pos_y, int width, int height, int color_mode) argument
933 blizzard_set_scale(int plane, int orig_w, int orig_h, int out_w, int out_h) argument
990 blizzard_enable_plane(int plane, int enable) argument
1361 blizzard_get_caps(int plane, struct omapfb_caps *caps) argument
[all...]
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/omap/
H A Dblizzard.c121 int plane; member in struct:update_param
175 struct plane_info plane[OMAPFB_PLANE_NUM]; member in struct:blizzard_struct
478 struct plane_info *p = &blizzard.plane[i];
529 static int do_partial_update(struct blizzard_request *req, int plane, argument
543 gx1 = x + blizzard.plane[plane].pos_x;
544 gy1 = y + blizzard.plane[plane].pos_y;
555 gx1_out = x_out + blizzard.plane[plane]
721 int plane = par->plane; local
834 struct omapfb_plane_struct *plane; local
854 struct omapfb_plane_struct *plane = fbi->par; local
881 blizzard_setup_plane(int plane, int channel_out, unsigned long offset, int screen_width, int pos_x, int pos_y, int width, int height, int color_mode) argument
933 blizzard_set_scale(int plane, int orig_w, int orig_h, int out_w, int out_h) argument
990 blizzard_enable_plane(int plane, int enable) argument
1361 blizzard_get_caps(int plane, struct omapfb_caps *caps) argument
[all...]
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libswscale/
H A Dswscale.c987 static void fillPlane(uint8_t* plane, int stride, int width, int height, int y, uint8_t val)
990 uint8_t *ptr = plane + stride*y;
1298 /* Copy Y plane */
1630 int plane, i, j;
1631 for (plane=0; plane<4; plane++) {
1632 int length= (plane==0 || plane==3) ? c->srcW : -((-c->srcW )>>c->chrDstHSubSample);
1633 int y= (plane
[all...]

Completed in 206 milliseconds

12345