Searched refs:plane (Results 151 - 175 of 178) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimgconvert.c197 planes[desc->comp[i].plane] = 1;
199 /* if there is an unused plane, the format is not planar */
H A Dtscc2.c127 uint8_t *dst, int stride, int plane)
126 tscc2_decode_mb(TSCC2Context *c, int *q, int vlc_set, uint8_t *dst, int stride, int plane) argument
H A Dvc1dec.c5379 int i, plane, row, sprite; local
5397 for (plane = 0; plane < (s->flags&CODEC_FLAG_GRAY ? 1 : 3); plane++) {
5398 int width = v->output_width>>!!plane;
5400 for (row = 0; row < v->output_height>>!!plane; row++) {
5401 uint8_t *dst = v->sprite_output_frame->data[plane] +
5402 v->sprite_output_frame->linesize[plane] * row;
5405 uint8_t *iplane = s->current_picture.f->data[plane];
5406 int iline = s->current_picture.f->linesize[plane];
5511 int plane, i; local
[all...]
H A Dsnow.h166 Plane plane[MAX_PLANES]; member in struct:SnowContext
415 Plane *p= &s->plane[plane_index];
H A Dlibxavs.c126 x4->pic.img.plane[i] = frame->data[i];
H A Dmpegvideo_enc.c1196 int x, y, plane; local
1200 for (plane = 0; plane < 3; plane++) {
1201 const int stride = p->f->linesize[plane];
1202 const int bw = plane ? 1 : 2;
1206 uint8_t *dptr = p->f->data[plane] + 8 * (x + y * stride) + off;
1207 uint8_t *rptr = ref->f->data[plane] + 8 * (x + y * stride);
H A Dlibx264.c176 x4->pic.img.plane[i] = frame->data[i];
H A Dlibxvid.c707 xvid_enc_frame.input.plane[i] = picture->data[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c4910 int i, plane, row, sprite; local
4928 for (plane = 0; plane < (s->flags&CODEC_FLAG_GRAY ? 1 : 3); plane++) {
4929 int width = v->output_width>>!!plane;
4931 for (row = 0; row < v->output_height>>!!plane; row++) {
4932 uint8_t *dst = v->sprite_output_frame.data[plane] +
4933 v->sprite_output_frame.linesize[plane] * row;
4936 uint8_t *iplane = s->current_picture.f.data[plane];
4937 int iline = s->current_picture.f.linesize[plane];
5039 int plane, i; local
[all...]
H A Dsnow.h154 Plane plane[MAX_PLANES]; member in struct:SnowContext
402 Plane *p= &s->plane[plane_index];
H A Dlibxavs.c120 x4->pic.img.plane[i] = frame->data[i];
H A Dlibxvidff.c442 xvid_enc_frame.input.plane[i] = picture->data[i];
H A Dmpegvideo_enc.c1073 int x, y, plane; local
1077 for (plane = 0; plane < 3; plane++) {
1078 const int stride = p->f.linesize[plane];
1079 const int bw = plane ? 1 : 2;
1083 uint8_t *dptr = p->f.data[plane] + 8 * (x + y * stride) + off;
1084 uint8_t *rptr = ref->f.data[plane] + 8 * (x + y * stride);
H A Dimgconvert.c159 /* YUV formats with alpha plane */
454 nb_planes = FFMAX(desc->comp[i].plane, nb_planes);
H A Dlibx264.c134 x4->pic.img.plane[i] = frame->data[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_drv.h52 enum plane { enum
181 int (*get_fifo_size)(struct drm_device *dev, int plane);
221 FBC_BAD_PLANE, /* fbc not supported on plane */
H A Dintel_tv.c1145 int dspcntr_reg = (intel_crtc->plane == 0) ?
1149 int dspbase_reg = (intel_crtc->plane == 0) ?
1155 /* Flush the plane changes */
1185 /* Flush the plane changes */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddisplay.c318 void default_get_overlay_fifo_thresholds(enum omap_plane plane, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tools/
H A Dcjk_tab_to_h.c1654 printf("/* JISX0213 plane 1 (= ISO-IR-233) characters are in the range\n");
1656 printf(" JISX0213 plane 2 (= ISO-IR-229) characters are in the range\n");
1851 unsigned int plane, row, col; local
1868 plane = strtoul(&line[2],NULL,16) - 1;
1901 assert(plane <= 1);
1904 table[ucs] = (plane << 15) | (row << 8) | col;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h1550 float plane[4]; member in struct:__anon11417
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_intrapred_init.c49 PRED8x8(plane, 10, sse2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tools/
H A Dcjk_tab_to_h.c1654 printf("/* JISX0213 plane 1 (= ISO-IR-233) characters are in the range\n");
1656 printf(" JISX0213 plane 2 (= ISO-IR-229) characters are in the range\n");
1851 unsigned int plane, row, col; local
1868 plane = strtoul(&line[2],NULL,16) - 1;
1901 assert(plane <= 1);
1904 table[ucs] = (plane << 15) | (row << 8) | col;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dh264.mak193 fate-h264-extreme-plane-pred \
391 fate-h264-extreme-plane-pred: CMD = framemd5 -i $(TARGET_SAMPLES)/h264/extreme-plane-pred.h264
H A Dvcodec.mak69 fate-vsynth%-ffvhuff444p16: ENCOPTS = -vcodec ffvhuff -pix_fmt yuv444p16le -pred plane
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtunicode.tex25 multilingual plane) and possible $2^{32}$ of them instead of the usual 256 and

Completed in 411 milliseconds

12345678