Home
last modified time | relevance | path

Searched refs:planes (Results 201 - 225 of 291) sorted by relevance

12345678910>>...12

/third_party/ffmpeg/libavfilter/
H A Dvf_guided.c52 int planes; member
93 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64 = 1 }, 0, 0xF, TFLAGS },
295 if (!(s->planes & (1 << plane))) { in filter_frame()
H A Dvf_scale_vulkan.c302 const int planes = av_pix_fmt_count_planes(s->vkctx.input_format); in process_frames() local
310 for (int i = 0; i < planes; i++) { in process_frames()
327 for (int i = 0; i < planes; i++) { in process_frames()
H A Dvf_extractplanes.c54 { "planes", "set planes", OFFSET(requested_planes), AV_OPT_TYPE_FLAGS, {.i64=1}, 1, 0xff, FLAGS, "flags"},
233 av_log(ctx, AV_LOG_ERROR, "Requested planes not available.\n"); in config_input()
374 int planes = (s->requested_planes & 0xf) | (s->requested_planes >> 4); in init() local
381 if (!(planes & (1 << i))) in init()
409 .description = NULL_IF_CONFIG_SMALL("Extract planes as grayscale frames."),
H A Dvf_gblur.c46 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS },
244 if (!s->sigma || !(s->planes & (1 << plane))) { in filter_frame()
H A Dvf_maskedmerge.c34 { "planes", "set planes", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS },
83 if (!((1 << p) & s->planes)) { in filter_slice()
H A Dvf_geq.c58 int planes; ///< number of planes member
379 geq->planes = desc->nb_components; in geq_config_props()
466 for (plane = 0; plane < geq->planes && out->data[plane]; plane++) { in geq_filter_frame()
H A Dvf_premultiply.c42 int planes; member
60 { "planes", "set planes", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS },
486 if (!((1 << p) & s->planes) || p == 3) { in premultiply_slice()
H A Dvf_convolution.c791 s->copy[i] = !((1 << i) & s->planes); in param_init()
800 s->copy[i] = !((1 << i) & s->planes); in param_init()
809 s->copy[i] = !((1 << i) & s->planes); in param_init()
818 s->copy[i] = !((1 << i) & s->planes); in param_init()
827 s->copy[i] = !((1 << i) & s->planes); in param_init()
965 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=15}, 0, 15, FLAGS},
H A Dvf_vidstabdetect.c156 for (plane = 0; plane < md->fi.planes; plane++) { in filter_frame()
/third_party/ffmpeg/libavcodec/
H A Dhuffyuvenc.c671 static inline int encode_bgra_bitstream(HYuvContext *s, int count, int planes) in encode_bgra_bitstream() argument
675 if (put_bytes_left(&s->pb, 0) < 4 * planes * count) { in encode_bgra_bitstream()
681 int g = s->temp[0][planes == 3 ? 3 * i + 1 : 4 * i + G]; \ in encode_bgra_bitstream()
682 int b =(s->temp[0][planes == 3 ? 3 * i + 2 : 4 * i + B] - g) & 0xFF;\ in encode_bgra_bitstream()
683 int r =(s->temp[0][planes == 3 ? 3 * i + 0 : 4 * i + R] - g) & 0xFF;\ in encode_bgra_bitstream()
684 int a = s->temp[0][planes * i + A]; in encode_bgra_bitstream()
690 if (planes == 4) \ in encode_bgra_bitstream()
697 if (planes == 4) \ in encode_bgra_bitstream()
H A Dlibdavs2.c129 pic->planes[plane] + line * pic->strides[plane], in davs2_dump_frames()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h2398 struct radv_image_plane planes[0];
2428 return image->planes[0].surface.cmask_offset;
2437 return image->planes[0].surface.fmask_offset;
2446 return !(image->planes[0].surface.flags & RADEON_SURF_Z_OR_SBUFFER) &&
2447 image->planes[0].surface.meta_offset;
2465 return radv_image_has_dcc(image) && level < image->planes[0].surface.num_meta_levels;
2483 return image->planes[0].surface.flags & RADEON_SURF_Z_OR_SBUFFER &&
2484 image->planes[0].surface.meta_size;
2504 return radv_image_has_htile(image) && level < image->planes[0].surface.num_meta_levels;
2514 (image->planes[
[all...]
H A Dradv_nir_lower_ycbcr_textures.c170 int planes = vk_format_get_plane_count(format); in get_plane_swizzles() local
171 switch (planes) { in get_plane_swizzles()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h1837 /* Maximum number of YCbCr texture/sampler planes */
3331 /* For downscaling of YUV planes */
3334 /* How to map sampled ycbcr planes to a single 4 component element. */
3343 struct anv_format_plane planes[3]; member
3386 /* Because we always put image and view planes in aspect-bit-order, the in anv_aspect_to_plane()
3559 * For each foo, anv_image::planes[x].surface is valid if and only if
3606 } planes[3]; member
3653 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_NONE) in anv_image_aux_levels()
3703 &image->planes[plane].fast_clear_memory_range; in anv_image_get_clear_color_addr()
3731 assert(image->planes[plan in anv_image_get_compression_state_addr()
3965 } planes[3]; global() member
[all...]
H A Danv_android.c294 * where we have many logical planes but they all point to the same in anv_GetAndroidHardwareBufferPropertiesANDROID()
390 * where we have many logical planes but they all point to the same in anv_import_ahw_memory()
564 assert(image->planes[0].primary_surface.memory_range.binding == in anv_image_init_from_gralloc()
624 assert(image->planes[0].primary_surface.memory_range.binding == in anv_image_bind_from_gralloc()
/third_party/backends/backend/
H A Ddc210.h226 unsigned char *planes; member
H A Dhp5400_internal.h244 DecodeImage (FILE * file, int planes, int bpp, int xsize, int ysize,
H A Dmicrotek.h339 SANE_Int planes; /* color planes */ member
H A Dpieusb_specific.h323 SANE_Status sanei_pieusb_post (Pieusb_Scanner *scanner, uint16_t **in_img, int planes);
H A Dmicrotek2.c5601 ms->buf.planes[0][i] = 0; in prepare_buffers()
5602 ms->buf.planes[1][i] = 0; in prepare_buffers()
7422 /* determine how many planes of each color are in the source buffer */ in segreg_proc_data()
7429 ++ms->buf.planes[0][MS_COLOR_RED]; in segreg_proc_data()
7432 ++ms->buf.planes[0][MS_COLOR_GREEN]; in segreg_proc_data()
7435 ++ms->buf.planes[0][MS_COLOR_BLUE]; in segreg_proc_data()
7456 lines_to_deliver = ms->buf.planes[0][colseq2] + ms->buf.planes[1][colseq2]; in segreg_proc_data()
7460 DBG(30, "segreg_proc_data: planes[0][0]=%d, planes[ in segreg_proc_data()
[all...]
/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp87 layout.planes[PLANE_U].offset : in CopyYuvData()
88 layout.planes[PLANE_V].offset; in CopyYuvData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrStorageImageWriteTests.cpp21 * \brief Testing compute shader writing to separate planes of a multiplanar format
74 vk::VkFormat result = formatInfo.planes[planeNdx].planeCompatibleFormat; in getPlaneCompatibleFormatForWriting()
184 TCU_THROW(NotSupportedError, "Disjoint planes are not supported for this format");
361 const deUint32 planeW = imageCreateInfo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor);
362 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW;
713 const std::string formatQualifierStr = getShaderImageFormatQualifier(formatDescription.planes[planeNdx].planeCompatibleFormat);
/third_party/skia/tools/
H A DDDLPromiseImageHelper.h153 return fYUVAPixmaps.planes()[index]; in yuvPixmap()
/third_party/skia/include/core/
H A DSkYUVAPixmaps.h35 * planes.
59 * Checks whether there is a supported combination of color types for planes structured
96 * row byte values beyond the number of planes in SkYUVAInfo are ignored. All SkColorTypes
121 /** The number of SkPixmap planes, 0 if this SkYUVAPixmapInfo is invalid. */
137 * Determine size to allocate for all planes. Optionally retrieves the per-plane sizes in
168 * Helper to store SkPixmap planes as described by a SkYUVAPixmapInfo. Can be responsible for
188 * Makes a deep copy of the src SkYUVAPixmaps. The returned SkYUVAPixmaps owns its planes'
203 * the SkYUVAInfo isn't compatible with the SkPixmap array (number of planes, plane dimensions,
204 * sufficient color channels in planes, ...).
226 /** Number of pixmap planes o
233 const std::array<SkPixmap, kMaxPlanes>& planes() const { return fPlanes; } planes() function in SkYUVAPixmapInfo::SkYUVAPixmaps
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c895 * test for support of all planes' sampler formats and in dri2_create_image_from_winsys()
939 templ.width0 = width >> map->planes[i].width_shift; in dri2_create_image_from_winsys()
940 templ.height0 = height >> map->planes[i].height_shift; in dri2_create_image_from_winsys()
942 templ.format = dri2_get_pipe_format_for_dri_format(map->planes[i].dri_format); in dri2_create_image_from_winsys()
948 &templ, &whandle[use_lowered ? map->planes[i].buffer_index : i], in dri2_create_image_from_winsys()
1532 uint64_t planes; in dri2_from_planar() local
1534 &planes) || in dri2_from_planar()
1535 plane >= planes) { in dri2_from_planar()

Completed in 40 milliseconds

12345678910>>...12