Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Ddrawutils.h33 #define MAX_PLANES 4 macro
39 int pixelstep[MAX_PLANES]; /*< offset between pixels */
40 uint8_t hsub[MAX_PLANES]; /*< horizontal subsampling */
41 uint8_t vsub[MAX_PLANES]; /*< vertical subsampling */
56 } comp[MAX_PLANES];
H A Dvf_fftfilt.c37 #define MAX_PLANES 4 macro
52 int planewidth[MAX_PLANES];
53 int planeheight[MAX_PLANES];
55 AVTXContext *hrdft[MAX_THREADS][MAX_PLANES];
56 AVTXContext *vrdft[MAX_THREADS][MAX_PLANES];
57 AVTXContext *ihrdft[MAX_THREADS][MAX_PLANES];
58 AVTXContext *ivrdft[MAX_THREADS][MAX_PLANES];
63 int rdft_hbits[MAX_PLANES];
64 int rdft_vbits[MAX_PLANES];
65 size_t rdft_hstride[MAX_PLANES];
[all...]
H A Ddrawutils.c87 int pixelstep[MAX_PLANES] = { 0 }; in ff_draw_init2()
113 if (c->plane >= MAX_PLANES) in ff_draw_init2()
/third_party/ffmpeg/libavcodec/
H A Dffv1.h44 #define MAX_PLANES 4 macro
97 PlaneContext plane[MAX_PLANES];
H A Dffv1enc_template.c140 memset(RENAME(s->sample_buffer), 0, ring_size * MAX_PLANES * in encode_rgb_frame()
145 for (p = 0; p < MAX_PLANES; p++) in encode_rgb_frame()
H A Dffv1.c138 fs->sample_buffer = av_malloc_array((fs->width + 6), 3 * MAX_PLANES * in ff_ffv1_init_slice_contexts()
140 fs->sample_buffer32 = av_malloc_array((fs->width + 6), 3 * MAX_PLANES * in ff_ffv1_init_slice_contexts()
H A Dproresenc_kostya.c43 #define MAX_PLANES 4 macro
224 DECLARE_ALIGNED(16, int16_t, blocks)[MAX_PLANES][64 * 4 * MAX_MBS_PER_SLICE];
233 DECLARE_ALIGNED(16, int16_t, blocks)[MAX_PLANES][64 * 4 * MAX_MBS_PER_SLICE];
799 int num_cblocks[MAX_PLANES], pwidth; in find_slice_quant()
800 int plane_factor[MAX_PLANES], is_chroma[MAX_PLANES]; in find_slice_quant()
H A Dsnow.h44 #define MAX_PLANES 4 macro
172 Plane plane[MAX_PLANES];
H A Dsnow.c726 for(plane_index=0; plane_index < MAX_PLANES; plane_index++){ in ff_snow_common_end()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A 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()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrStorageImageWriteTests.cpp190 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLANES));
202 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES];
203 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES];
204 void* planePointers[PlanarFormatDescription::MAX_PLANES];
H A DvktYCbCrUtil.hpp82 std::vector<deUint8> m_planeData[vk::PlanarFormatDescription::MAX_PLANES];
H A 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/modules/vulkan/ycbcr/
H A DvktYCbCrStorageImageWriteTests.cpp269 .addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, vk::PlanarFormatDescription::MAX_PLANES)
270 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLANES));
282 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES];
283 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES];
284 void* planePointers[PlanarFormatDescription::MAX_PLANES];
H A DvktYCbCrUtil.hpp82 std::vector<deUint8> m_planeData[vk::PlanarFormatDescription::MAX_PLANES];
H A 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/
H A DvkImageUtil.hpp102 MAX_PLANES = 3 enumerator
134 Plane planes[MAX_PLANES];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseResidency.cpp613 .build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLANES)); in iterate()
706 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES]; in iterate()
707 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in iterate()
764 void* planePointers[PlanarFormatDescription::MAX_PLANES]; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseResidency.cpp598 .build(deviceInterface, getDevice(), 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()

Completed in 22 milliseconds