Searched refs:MAX_PLANES (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | drawutils.h | 46 #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 */ 68 } comp[MAX_PLANES];
|
D | vf_fftfilt.c | 35 #define MAX_PLANES 4 macro 49 int planewidth[MAX_PLANES]; 50 int planeheight[MAX_PLANES]; 52 RDFTContext *hrdft[MAX_PLANES]; 53 RDFTContext *vrdft[MAX_PLANES]; 54 RDFTContext *ihrdft[MAX_PLANES]; 55 RDFTContext *ivrdft[MAX_PLANES]; 56 int rdft_hbits[MAX_PLANES]; 57 int rdft_vbits[MAX_PLANES]; 58 size_t rdft_hlen[MAX_PLANES]; [all …]
|
D | drawutils.c | 183 int pixelstep[MAX_PLANES] = { 0 }; in ff_draw_init() 202 if (c->plane >= MAX_PLANES) in ff_draw_init()
|
/third_party/ffmpeg/libavcodec/ |
D | ffv1.h | 49 #define MAX_PLANES 4 macro 102 PlaneContext plane[MAX_PLANES];
|
D | ffv1enc_template.c | 140 memset(RENAME(s->sample_buffer), 0, ring_size * MAX_PLANES * in RENAME() 145 for (p = 0; p < MAX_PLANES; p++) in RENAME()
|
D | ffv1.c | 144 fs->sample_buffer = av_malloc_array((fs->width + 6), 3 * MAX_PLANES * in ff_ffv1_init_slice_contexts() 146 fs->sample_buffer32 = av_malloc_array((fs->width + 6), 3 * MAX_PLANES * in ff_ffv1_init_slice_contexts()
|
D | proresenc_kostya.c | 41 #define MAX_PLANES 4 macro 222 DECLARE_ALIGNED(16, int16_t, blocks)[MAX_PLANES][64 * 4 * MAX_MBS_PER_SLICE]; 231 DECLARE_ALIGNED(16, int16_t, blocks)[MAX_PLANES][64 * 4 * MAX_MBS_PER_SLICE]; 812 int num_cblocks[MAX_PLANES], pwidth; in find_slice_quant() 813 int plane_factor[MAX_PLANES], is_chroma[MAX_PLANES]; in find_slice_quant()
|
D | snow.h | 42 #define MAX_PLANES 4 macro 170 Plane plane[MAX_PLANES];
|
D | snow.c | 722 for(plane_index=0; plane_index < MAX_PLANES; plane_index++){ in ff_snow_common_end()
|