Searched refs:plane (Results 126 - 150 of 178) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_debugfs.c134 const char *plane = crtc->plane ? "B" : "A"; local
140 seq_printf(m, "No flip due on pipe %s (plane %s)\n",
141 pipe, plane);
144 seq_printf(m, "Flip queued on pipe %s (plane %s)\n",
145 pipe, plane);
147 seq_printf(m, "Flip pending (waiting for vsync) on pipe %s (plane %s)\n",
148 pipe, plane);
655 seq_printf(m, "FBC unsupported on plane");
H A Di915_irq.c920 int dspsurf = intel_crtc->plane == 0 ? DSPASURF : DSPBSURF;
923 int dspaddr = intel_crtc->plane == 0 ? DSPAADDR : DSPBADDR;
933 intel_prepare_page_flip(dev, intel_crtc->plane);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsnowenc.c180 s->plane[plane_index].diag_mc= 1;
181 s->plane[plane_index].htaps= 6;
182 s->plane[plane_index].hcoeff[0]= 40;
183 s->plane[plane_index].hcoeff[1]= -10;
184 s->plane[plane_index].hcoeff[2]= 2;
185 s->plane[plane_index].fast_mc= 1;
578 Plane *p= &s->plane[plane_index];
670 Plane *p= &s->plane[plane_index];
769 Plane *p= &s->plane[plane_index];
1125 const int w= s->plane[
[all...]
H A Dffv1.c173 PlaneContext plane[MAX_PLANES]; member in struct:FFV1Context
444 PlaneContext * const p= &s->plane[plane_index];
636 put_rac(c, state, 0); //no transparency plane
648 put_symbol(c, state, f->plane[j].quant_table_index, 0);
649 av_assert0(f->plane[j].quant_table_index == f->avctx->context_model);
682 PlaneContext * const p= &fs->plane[j];
774 put_rac(c, state, 0); //no transparency plane
889 PlaneContext * const p= &s->plane[i];
1033 PlaneContext *p= &fs->plane[i];
1217 PlaneContext *p= &fs->plane[
[all...]
H A Dindeo5.c147 /* select transform function and scan pattern according to plane and band number */
183 /* select dequant matrix according to plane and band number */
209 /* copy chroma parameters into the 2nd chroma plane */
460 if (!band->plane && !band->band_num && (ctx->frame_flags & 8)) {
493 } else if (mb->cbp || (!band->plane && !band->band_num &&
605 there is only one band per plane (no scalability), only one tile (no local decoding)
H A Dvc1.c66 * @param plane Buffer to store decoded bits
71 static void decode_rowskip(uint8_t* plane, int width, int height, int stride, argument
78 memset(plane, 0, width);
81 plane[x] = get_bits1(gb);
82 plane += stride;
87 * @param plane Buffer to store decoded bits
93 static void decode_colskip(uint8_t* plane, int width, int height, int stride, argument
101 plane[y*stride] = 0;
104 plane[y*stride] = get_bits1(gb);
105 plane
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnowenc.c55 s->plane[plane_index].diag_mc= 1;
56 s->plane[plane_index].htaps= 6;
57 s->plane[plane_index].hcoeff[0]= 40;
58 s->plane[plane_index].hcoeff[1]= -10;
59 s->plane[plane_index].hcoeff[2]= 2;
60 s->plane[plane_index].fast_mc= 1;
497 Plane *p= &s->plane[plane_index];
592 Plane *p= &s->plane[plane_index];
694 Plane *p= &s->plane[plane_index];
1063 const int w= s->plane[
[all...]
H A Dlibopenjpegdec.c166 component_plane = desc->comp[0].plane;
168 if (component_plane != desc->comp[i].plane)
H A Dg2meet.c194 int plane, int16_t *block)
197 const int is_chroma = !!plane;
206 dc = dc * qmat[0] + c->prev_dc[plane];
208 c->prev_dc[plane] = dc;
193 jpg_decode_block(JPGContext *c, GetBitContext *gb, int plane, int16_t *block) argument
H A Divi_common.h146 int plane; ///< plane number this band belongs to member in struct:IVIBandDesc
193 * color plane (luma or chroma) information
198 uint8_t num_bands; ///< number of bands this plane subdivided into
323 * @param[in,out] planes pointer to the array of the plane descriptors
334 * @param[in,out] planes pointer to the array of the plane descriptors
H A Dsmvjpegdec.c63 planes_nb = FFMAX(planes_nb, desc->comp[i].plane + 1);
H A Djpeg2000dec.c1297 int plane = 0; local
1300 plane = s->cdef[compno] ? s->cdef[compno]-1 : (s->ncomponents-1);
1304 line = picture->data[plane] + y / s->cdy[compno] * picture->linesize[plane];
1330 line += picture->linesize[plane];
1342 int plane = 0; local
1345 plane = s->cdef[compno] ? s->cdef[compno]-1 : (s->ncomponents-1);
1348 linel = (uint16_t *)picture->data[plane] + y / s->cdy[compno] * (picture->linesize[plane] >> 1);
1375 linel += picture->linesize[plane] >>
[all...]
H A Dffv1dec.c101 PlaneContext *const p = &s->plane[plane_index];
304 PlaneContext * const p = &fs->plane[i];
383 PlaneContext *psrc = &fssrc->plane[i];
384 PlaneContext *pdst = &fsdst->plane[i];
806 PlaneContext *const p = &fs->plane[i];
1065 av_assert0(!fdst->plane[0].state);
H A Dffv1enc.c270 PlaneContext *const p = &s->plane[plane_index];
532 put_symbol(c, state, f->plane[j].quant_table_index, 0);
533 av_assert0(f->plane[j].quant_table_index == f->avctx->context_model);
792 av_log(avctx, AV_LOG_WARNING, "Storing alpha plane, this will require a recent FFV1 decoder to playback!\n");
831 PlaneContext *const p = &s->plane[i];
992 put_symbol(c, state, f->plane[j].quant_table_index, 0);
993 av_assert0(f->plane[j].quant_table_index == f->avctx->context_model);
H A Dindeo5.c152 /* select transform function and scan pattern according to plane and band number */
198 /* select dequant matrix according to plane and band number */
228 /* copy chroma parameters into the 2nd chroma plane */
496 if (!band->plane && !band->band_num && (ctx->frame_flags & 8)) {
529 } else if (mb->cbp || (!band->plane && !band->band_num &&
650 there is only one band per plane (no scalability), only one tile (no local decoding)
H A Dvc1.c51 * @param plane Buffer to store decoded bits
56 static void decode_rowskip(uint8_t* plane, int width, int height, int stride, argument
63 memset(plane, 0, width);
66 plane[x] = get_bits1(gb);
67 plane += stride;
72 * @param plane Buffer to store decoded bits
78 static void decode_colskip(uint8_t* plane, int width, int height, int stride, argument
86 plane[y*stride] = 0;
89 plane[y*stride] = get_bits1(gb);
90 plane
[all...]
H A Dproresenc_kostya.c671 static int estimate_slice_plane(ProresContext *ctx, int *error, int plane, argument
682 bits = estimate_dcs(error, td->blocks[plane], blocks_per_slice, qmat[0]);
683 bits += estimate_acs(error, td->blocks[plane], blocks_per_slice,
1220 // alpha plane is run-coded and might run over bit budget
1276 { "alpha_bits", "bits for alpha plane", OFFSET(alpha_bits), AV_OPT_TYPE_INT,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale.c54 static av_always_inline void fillPlane(uint8_t *plane, int stride, int width, argument
58 uint8_t *ptr = plane + stride * y;
797 int plane = desc->comp[i].plane; local
798 if (!data[plane] || !linesizes[plane])
H A Dswscale_internal.h84 * @param dest pointer to the output plane. For >8bit
101 * @param dest pointer to output plane. For >8bit
121 * @param dest pointer to the output plane. For >8bit
146 * @param dest pointer to the output plane. For 16bit output, this is
179 * @param dest pointer to the output plane. For 16bit output, this is
217 * @param dest pointer to the output plane. For 16bit output, this is
315 int16_t **lumPixBuf; ///< Ring buffer for scaled horizontal luma plane lines to be fed to the vertical scaler.
316 int16_t **chrUPixBuf; ///< Ring buffer for scaled horizontal chroma plane lines to be fed to the vertical scaler.
317 int16_t **chrVPixBuf; ///< Ring buffer for scaled horizontal chroma plane lines to be fed to the vertical scaler.
318 int16_t **alpPixBuf; ///< Ring buffer for scaled horizontal alpha plane line
860 fillPlane16(uint8_t *plane, int stride, int width, int height, int y, int alpha, int bits, const int big_endian) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dopengl_enc.c1139 int plane = desc->comp[comp_index].plane; local
1141 switch(plane) {
1166 int plane = desc->comp[comp_index].plane; \
1170 GLint length = ((AVFrame *)input)->linesize[plane]; \
1174 data = ((AVFrame *)input)->data[plane]; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dxmltok.c546 int plane; \
585 plane = (((hi & 0x3) << 2) | ((lo >> 6) & 0x3)) + 1; \
586 *(*toP)++ = ((plane >> 2) | UTF8_cval4); \
587 *(*toP)++ = (((lo >> 2) & 0xF) | ((plane & 0x3) << 4) | 0x80); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dxmltok.c539 int plane; \
578 plane = (((hi & 0x3) << 2) | ((lo >> 6) & 0x3)) + 1; \
579 *(*toP)++ = ((plane >> 2) | UTF8_cval4); \
580 *(*toP)++ = (((lo >> 2) & 0xF) | ((plane & 0x3) << 4) | 0x80); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmltok.c546 int plane; \
585 plane = (((hi & 0x3) << 2) | ((lo >> 6) & 0x3)) + 1; \
586 *(*toP)++ = ((plane >> 2) | UTF8_cval4); \
587 *(*toP)++ = (((lo >> 2) & 0xF) | ((plane & 0x3) << 4) | 0x80); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dh264.mak177 fate-h264-extreme-plane-pred \
358 fate-h264-extreme-plane-pred: CMD = framemd5 -vsync 0 -i $(SAMPLES)/h264/extreme-plane-pred.h264
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dnanox.c94 int dest_x, int dest_y, unsigned long plane)
92 XCopyPlane(Display* display, Drawable src, Drawable dest, GC gc, int src_x, int src_y, unsigned int width, unsigned int height, int dest_x, int dest_y, unsigned long plane) argument

Completed in 425 milliseconds

12345678