Searched refs:plane (Results 101 - 125 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 Dffv1.c74 PlaneContext *const p = &fs->plane[j];
168 PlaneContext *p = &fs->plane[i];
207 PlaneContext *p = &fs->plane[i];
H A Dindeo4.c66 * Decode subdivision of a plane.
68 * - 1 wavelet band per plane, size factor 1:1, code pattern: 3
69 * - 4 wavelet bands per plane, size factor 1:4, code pattern: 2,3,3,3,3
272 int plane, band_num, indx, transform_id, scan_indx; local
276 plane = get_bits(&ctx->gb, 2);
278 if (band->plane != plane || band->band_num != band_num) {
509 if (!band->plane && !band->band_num && ctx->in_q) {
546 } else if (mb->cbp || (!band->plane && !band->band_num &&
H A Dsnow.c95 memset(s->plane[plane_index].band[level][orientation].state, MID_STATE, sizeof(s->plane[plane_index].band[level][orientation].state));
387 || !s->plane[plane_index].fast_mc )
388 mc_block(&s->plane[plane_index], dst, src, stride, b_w, b_h, dx, dy);
534 s->plane[plane_index].width = w;
535 s->plane[plane_index].height= h;
539 SubBand *b= &s->plane[plane_index].band[level][orientation];
543 b->stride= s->plane[plane_index].width << (s->spatial_decomposition_count - level);
562 b->parent= &s->plane[plane_index].band[level-1][orientation];
725 SubBand *b= &s->plane[plane_inde
[all...]
H A Dcinepakenc.c789 int x, y, i, j, k, x2, y2, x3, y3, plane, shift, mbn; local
811 plane = y2 < 4 ? 0 : 1 + (x2 >> 1);
815 base[j] = (pict->data[plane][((x+x3) >> shift) + ((y+y3) >> shift) * pict->linesize[plane]] +
816 pict->data[plane][((x+x3) >> shift) + 1 + ((y+y3) >> shift) * pict->linesize[plane]] +
817 pict->data[plane][((x+x3) >> shift) + (((y+y3) >> shift) + 1) * pict->linesize[plane]] +
818 pict->data[plane][((x+x3) >> shift) + 1 + (((y+y3) >> shift) + 1) * pict->linesize[plane]]) >>
[all...]
H A Dffv1.h97 PlaneContext plane[MAX_PLANES]; member in struct:FFV1Context
H A Divi_common.c278 * @param[in] planes pointer to the array of the plane descriptors
317 /* fill in the descriptor of the luminance plane */
348 band = &planes[p].bands[b]; /* select appropriate plane/band */
349 band->plane = p;
793 if (!band->qdelta_present && !band->plane && !band->band_num) {
896 * Convert and output the current plane.
900 * @param[in] plane pointer to the descriptor of the plane being processed
904 static void ivi_output_plane(IVIPlaneDesc *plane, uint8_t *dst, int dst_pitch) argument
907 const int16_t *src = plane
[all...]
H A Dsvq1enc.c243 static int svq1_encode_plane(SVQ1EncContext *s, int plane, argument
297 if (!s->motion_val8[plane]) {
298 s->motion_val8[plane] = av_mallocz((s->m.b8_stride *
301 s->motion_val16[plane] = av_mallocz((s->m.mb_stride *
314 s->m.current_picture.motion_val[0] = s->motion_val8[plane] + 2;
315 s->m.p_mv_table = s->motion_val16[plane] +
H A Dbink.c150 * @param width plane width
151 * @param bw plane width in 8x8 blocks
947 if (get_bits_count(gb) & 0x1F) //next plane data starts at 32-bit boundary
1176 if (get_bits_count(gb) & 0x1F) //next plane data starts at 32-bit boundary
1187 int plane, plane_idx, ret; local
1212 for (plane = 0; plane < 3; plane++) {
1213 plane_idx = (!plane || !c->swap_planes) ? plane
[all...]
H A Dtiff.c1055 int le, ret, plane, planes; local
1141 for (plane = 0; plane < planes; plane++) {
1142 stride = p->linesize[plane];
1143 dst = p->data[plane];
1172 dst = p->data[plane];
1205 dst = p->data[plane];
1207 for (j = 0; j < p->linesize[plane]; j++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvble.c85 static void vble_restore_plane(VBLEContext *ctx, int plane, int offset, argument
89 uint8_t *dst = pic->data[plane];
91 int stride = pic->linesize[plane];
H A Dsnow.c77 memset(s->plane[plane_index].band[level][orientation].state, MID_STATE, sizeof(s->plane[plane_index].band[level][orientation].state));
349 if((dx&3) || (dy&3) || !(b_w == b_h || 2*b_w == b_h || b_w == 2*b_h) || (b_w&(b_w-1)) || !s->plane[plane_index].fast_mc )
350 mc_block(&s->plane[plane_index], dst, src, stride, b_w, b_h, dx, dy);
471 s->plane[plane_index].width = w;
472 s->plane[plane_index].height= h;
476 SubBand *b= &s->plane[plane_index].band[level][orientation];
480 b->stride= s->plane[plane_index].width << (s->spatial_decomposition_count - level);
499 b->parent= &s->plane[plane_index].band[level-1][orientation];
647 SubBand *b= &s->plane[plane_inde
[all...]
H A Dindeo4.c80 * Decode subdivision of a plane.
82 * - 1 wavelet band per plane, size factor 1:1, code pattern: 3
83 * - 4 wavelet bands per plane, size factor 1:4, code pattern: 2,3,3,3,3
285 int plane, band_num, indx, transform_id, scan_indx; local
288 plane = get_bits(&ctx->gb, 2);
290 if (band->plane != plane || band->band_num != band_num) {
454 if (!band->plane && !band->band_num && ctx->in_q) {
485 } else if (mb->cbp || (!band->plane && !band->band_num &&
H A Divi_common.c183 /* fill in the descriptor of the luminance plane */
212 band = &planes[p].bands[b]; /* select appropriate plane/band */
213 band->plane = p;
545 if (!band->qdelta_present && !band->plane && !band->band_num) {
655 void ff_ivi_output_plane(IVIPlaneDesc *plane, uint8_t *dst, int dst_pitch) argument
658 const int16_t *src = plane->bands[0].buf;
659 uint32_t pitch = plane->bands[0].pitch;
664 for (y = 0; y < plane->height; y++) {
665 for (x = 0; x < plane->width; x++)
772 band->plane, ban
[all...]
H A Divi_common.h134 int plane; ///< plane number this band belongs to member in struct:__anon1936
178 * color plane (luma or chroma) information
183 uint8_t num_bands; ///< number of bands this plane subdivided into
330 * @param[in,out] planes pointer to the array of the plane descriptors
339 * @param[in] planes pointer to the array of the plane descriptors
346 * @param[in,out] planes pointer to the array of the plane descriptors
379 * Convert and output the current plane.
383 * @param[in] plane pointer to the descriptor of the plane bein
[all...]
H A Dsvq1enc.c58 /* Y plane block dimensions */
62 /* U & V plane (C planes) block dimensions */
260 static int svq1_encode_plane(SVQ1Context *s, int plane, unsigned char *src_plane, unsigned char *ref_plane, unsigned char *decoded_plane, argument
306 if(!s->motion_val8[plane]){
307 s->motion_val8 [plane]= av_mallocz((s->m.b8_stride*block_height*2 + 2)*2*sizeof(int16_t));
308 s->motion_val16[plane]= av_mallocz((s->m.mb_stride*(block_height + 2) + 1)*2*sizeof(int16_t));
319 s->m.current_picture.f.motion_val[0] = s->motion_val8[plane] + 2;
320 s->m.p_mv_table= s->motion_val16[plane] + s->m.mb_stride + 1;
H A Dbink.c144 * @param width plane width
145 * @param bw plane width in 8x8 blocks
932 if (get_bits_count(gb) & 0x1F) //next plane data starts at 32-bit boundary
1156 if (get_bits_count(gb) & 0x1F) //next plane data starts at 32-bit boundary
1166 int plane, plane_idx; local
1194 for (plane = 0; plane < 3; plane++) {
1195 plane_idx = (!plane || !c->swap_planes) ? plane
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dpixdesc.c41 int plane = comp.plane; local
50 const uint8_t *p = data[plane] + y * linesize[plane] + (skip >> 3);
63 const uint8_t *p = data[plane] + y * linesize[plane] +
88 int plane = comp.plane; local
95 uint8_t *p = data[plane] + y * linesize[plane]
[all...]
H A Dframe.h112 * every single data plane must be contained in one of the buffers in
115 * each plane, or anything in between.
138 * For audio, size in bytes of each plane.
141 * plane must be the same size.
385 * There may be at most one AVBuffer per data plane, so for video this array
635 * For planar formats, one buffer will be allocated for each plane.
695 * Get the buffer reference a given data plane is stored in.
697 * @param plane index of the data plane of interest in frame->extended_data.
699 * @return the buffer reference that contains the plane o
[all...]
H A Dframe.c527 AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane) argument
541 if (plane < 0 || plane >= planes || !frame->extended_data[plane])
543 data = frame->extended_data[plane];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_dctdnoiz.c325 int direct, plane; local
343 for (plane = 0; plane < 3; plane++)
344 filter_plane(ctx, s->cbuf[1][plane], s->p_linesize,
345 s->cbuf[0][plane], s->p_linesize,
H A Dvsrc_testsrc.c843 int plane; local
853 for (plane = 0; frame->data[plane]; plane++) {
854 const int c = color[plane];
855 const int linesize = frame->linesize[plane];
858 if (plane == 1 || plane == 2) {
870 p0 = p = frame->data[plane] + py * linesize + px;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Dmanager.c720 static int configure_overlay(enum omap_plane plane) argument
730 DSSDBGF("%d", plane);
732 c = &dss_cache.overlay_cache[plane];
735 dispc_enable_plane(plane, 0);
762 dispc_enable_plane(plane, 0);
833 r = dispc_setup_plane(plane,
848 DSSERR("dispc_setup_plane failed for ovl %d\n", plane);
849 dispc_enable_plane(plane, 0);
853 dispc_enable_replication(plane, c->replication);
855 dispc_set_burst_size(plane,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_intrapred_init.c55 PRED8x8(plane, 10, sse2)
138 PRED8x8(plane, 8, mmx)
139 PRED8x8(plane, 8, mmxext)
140 PRED8x8(plane, 8, sse2)
141 PRED8x8(plane, 8, ssse3)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_hw.c553 bool save, unsigned plane)
558 NVWriteVgaSeq(dev, 0, NV_VIO_SR_PLANE_MASK_INDEX, 1 << plane);
559 NVWriteVgaGr(dev, 0, NV_VIO_GX_READ_MAP_INDEX, plane);
562 dev_priv->saved_vga_font[plane][i] =
565 iowrite32_native(dev_priv->saved_vga_font[plane][i],
576 unsigned plane; local
617 for (plane = 0; plane < 4; plane++)
618 nouveau_vga_font_io(dev, iovram, save, plane);
551 nouveau_vga_font_io(struct drm_device *dev, void __iomem *iovram, bool save, unsigned plane) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dhwa742.c529 static int hwa742_setup_plane(int plane, int channel_out, argument
534 if (plane != OMAPFB_PLANE_GFX ||
541 static int hwa742_enable_plane(int plane, int enable) argument
543 if (plane != 0)
546 hwa742.int_ctrl->enable_plane(plane, enable);
901 static void hwa742_get_caps(int plane, struct omapfb_caps *caps) argument
903 hwa742.int_ctrl->get_caps(plane, caps);

Completed in 444 milliseconds

12345678