Home
last modified time | relevance | path

Searched refs:MAX_PLANES (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavfilter/
Ddrawutils.h33 #define MAX_PLANES 4 macro
39 int pixelstep[MAX_PLANES]; /*< offset between pixels */
40 uint8_t comp_mask[MAX_PLANES]; /*< bitmask of used non-alpha components */
41 uint8_t hsub[MAX_PLANES]; /*< horizontal subsampling */
42 uint8_t vsub[MAX_PLANES]; /*< vertical subsampling */
55 } comp[MAX_PLANES];
Dvf_fftfilt.c35 #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 …]
Ddrawutils.c89 int pixelstep[MAX_PLANES] = { 0 }; in ff_draw_init()
108 if (c->plane >= MAX_PLANES) in ff_draw_init()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c178 #define MAX_PLANES 8 macro
180 lp_rast_tri_tab[MAX_PLANES+1] = {
193 lp_rast_32_tri_tab[MAX_PLANES+1] = {
207 lp_rast_ms_tri_tab[MAX_PLANES+1] = {
882 int64_t c[MAX_PLANES]; in lp_setup_bin_triangle()
883 int64_t ei[MAX_PLANES]; in lp_setup_bin_triangle()
885 int64_t eo[MAX_PLANES]; in lp_setup_bin_triangle()
886 int64_t xstep[MAX_PLANES]; in lp_setup_bin_triangle()
887 int64_t ystep[MAX_PLANES]; in lp_setup_bin_triangle()
918 int64_t cx[MAX_PLANES]; in lp_setup_bin_triangle()
/third_party/ffmpeg/libavcodec/
Dffv1.h49 #define MAX_PLANES 4 macro
102 PlaneContext plane[MAX_PLANES];
Dffv1enc_template.c140 memset(RENAME(s->sample_buffer), 0, ring_size * MAX_PLANES * in RENAME()
145 for (p = 0; p < MAX_PLANES; p++) in RENAME()
Dffv1.c143 fs->sample_buffer = av_malloc_array((fs->width + 6), 3 * MAX_PLANES * in ff_ffv1_init_slice_contexts()
145 fs->sample_buffer32 = av_malloc_array((fs->width + 6), 3 * MAX_PLANES * in ff_ffv1_init_slice_contexts()
Dproresenc_kostya.c42 #define MAX_PLANES 4 macro
223 DECLARE_ALIGNED(16, int16_t, blocks)[MAX_PLANES][64 * 4 * MAX_MBS_PER_SLICE];
232 DECLARE_ALIGNED(16, int16_t, blocks)[MAX_PLANES][64 * 4 * MAX_MBS_PER_SLICE];
813 int num_cblocks[MAX_PLANES], pwidth; in find_slice_quant()
814 int plane_factor[MAX_PLANES], is_chroma[MAX_PLANES]; in find_slice_quant()
Dsnow.h42 #define MAX_PLANES 4 macro
170 Plane plane[MAX_PLANES];
Dsnow.c728 for(plane_index=0; plane_index < MAX_PLANES; plane_index++){ in ff_snow_common_end()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp219 …vice, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLANES)); in testStorageImageWrite()
231 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite()
232 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite()
233 void* planePointers[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite()
DvktYCbCrUtil.hpp82 std::vector<deUint8> m_planeData[vk::PlanarFormatDescription::MAX_PLANES];
DvktYCbCrUtil.cpp88 void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
89 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
107 const void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
108 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp95 MAX_PLANES = 3 enumerator
127 Plane planes[MAX_PLANES];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp598 …ce(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLANES)); in iterate()
691 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES]; in iterate()
692 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in iterate()
749 void* planePointers[PlanarFormatDescription::MAX_PLANES]; in iterate()