Searched refs:MAX_PLANES (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddrawutils.h46 #define MAX_PLANES 4 macro
52 int pixelstep[MAX_PLANES]; /*< offset between pixels */
53 uint8_t comp_mask[MAX_PLANES]; /*< bitmask of used non-alpha components */
54 uint8_t hsub[MAX_PLANES]; /*< horizontal subsampling */
55 uint8_t vsub[MAX_PLANES]; /*< vertical subsampling */
66 } comp[MAX_PLANES];
H A Ddrawutils.c154 int pixelstep[MAX_PLANES] = { 0 };
165 if (c->plane >= MAX_PLANES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dffv1.h50 #define MAX_PLANES 4 macro
97 PlaneContext plane[MAX_PLANES];
H A Dproresenc_kostya.c40 #define MAX_PLANES 4 macro
182 DECLARE_ALIGNED(16, int16_t, blocks)[MAX_PLANES][64 * 4 * MAX_MBS_PER_SLICE];
190 DECLARE_ALIGNED(16, int16_t, blocks)[MAX_PLANES][64 * 4 * MAX_MBS_PER_SLICE];
757 int num_cblocks[MAX_PLANES], pwidth;
758 int plane_factor[MAX_PLANES], is_chroma[MAX_PLANES];
H A Dffv1.c140 fs->sample_buffer = av_malloc_array((fs->width + 6), 3 * MAX_PLANES *
H A Dsnow.h37 #define MAX_PLANES 4 macro
166 Plane plane[MAX_PLANES];
H A Dffv1enc.c419 memset(s->sample_buffer, 0, ring_size * MAX_PLANES *
424 for (p = 0; p < MAX_PLANES; p++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsnow.h34 #define MAX_PLANES 4 macro
154 Plane plane[MAX_PLANES];
H A Dffv1.c37 #define MAX_PLANES 4 macro
173 PlaneContext plane[MAX_PLANES];

Completed in 71 milliseconds