Home
last modified time | relevance | path

Searched refs:plane (Results 301 - 325 of 431) sorted by relevance

1...<<1112131415161718

/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
H A DDeviceMTL.h58 uint32_t plane);
/third_party/skia/src/core/
H A DSkPath.cpp3695 // length of initial plane normal is zero in normalize()
3724 // check whether the diagonal aligned with the normal crosses the plane in test()
3743 // the path is either all on one side of the half-plane or the other in test()
3754 // assumes plane is pre-normalized
3756 static SkPath clip(const SkPath& path, const SkHalfPlane& plane) { in clip() argument
3758 SkPoint p0 = { -plane.fA*plane.fC, -plane.fB*plane.fC }; in clip()
3759 mx.setAll( plane in clip()
[all...]
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c1135 int plane = desc->comp[comp_index].plane; in opengl_get_plane_pointer() local
1137 switch(plane) { in opengl_get_plane_pointer()
1162 int plane = desc->comp[comp_index].plane; \
1166 GLint length = ((AVFrame *)input)->linesize[plane]; \
1170 data = ((AVFrame *)input)->data[plane]; \
/third_party/ffmpeg/libavfilter/
H A Dvsrc_testsrc.c1364 int plane; in draw_bar() local
1374 for (plane = 0; frame->data[plane]; plane++) { in draw_bar()
1375 const int c = color[plane]; in draw_bar()
1376 const int linesize = frame->linesize[plane]; in draw_bar()
1379 if (plane == 1 || plane == 2) { in draw_bar()
1391 p0 = p = frame->data[plane] + py * linesize + px; in draw_bar()
H A Dvf_yadif_cuda.c144 if (comp->plane < i) { in filter()
170 "Deinterlacing plane %d: pixel_size: %d channels: %d\n", in filter()
171 comp->plane, pixel_size, channels); in filter()
H A Dvf_v360.c168 {"alpha_mask", "build mask in alpha plane", OFFSET(alpha), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS, "alpha"},
290 for (int plane = 0; plane < s->nb_planes; plane++) { \
291 const unsigned map = s->map[plane]; \
292 const int in_linesize = in->linesize[plane]; \
293 const int out_linesize = out->linesize[plane]; \
294 const int uv_linesize = s->uv_linesize[plane]; \
295 const int in_offset_w = stereo ? s->in_offset_w[plane] : 0; \
296 const int in_offset_h = stereo ? s->in_offset_h[plane]
[all...]
H A Dvf_removegrain.c38 { "m0", "set mode for 1st plane", OFFSET(mode[0]), AV_OPT_TYPE_INT, {.i64=0}, 0, 24, FLAGS },
39 { "m1", "set mode for 2nd plane", OFFSET(mode[1]), AV_OPT_TYPE_INT, {.i64=0}, 0, 24, FLAGS },
40 { "m2", "set mode for 3rd plane", OFFSET(mode[2]), AV_OPT_TYPE_INT, {.i64=0}, 0, 24, FLAGS },
41 { "m3", "set mode for 4th plane", OFFSET(mode[3]), AV_OPT_TYPE_INT, {.i64=0}, 0, 24, FLAGS },
513 int plane; member
522 const int i = td->plane; in filter_slice()
613 td.in = in; td.out = out; td.plane = i; in filter_frame()
/third_party/ffmpeg/libavcodec/
H A Dlibopenjpegdec.c235 component_plane = desc->comp[0].plane; in libopenjpeg_ispacked()
237 if (component_plane != desc->comp[i].plane) in libopenjpeg_ispacked()
H A Divi.h145 int plane; ///< plane number this band belongs to member
192 * color plane (luma or chroma) information
197 uint8_t num_bands; ///< number of bands this plane subdivided into
320 * @param[in,out] planes pointer to the array of the plane descriptors
331 * @param[in,out] planes pointer to the array of the plane descriptors
H A Dffv1enc_template.c27 PlaneContext *const p = &s->plane[plane_index]; in encode_line()
H A Dffv1dec_template.c27 PlaneContext *const p = &s->plane[plane_index]; in decode_line()
H A Dvc1.c48 * @param plane Buffer to store decoded bits
53 static void decode_rowskip(uint8_t* plane, int width, int height, int stride, in decode_rowskip() argument
60 memset(plane, 0, width); in decode_rowskip()
63 plane[x] = get_bits1(gb); in decode_rowskip()
64 plane += stride; in decode_rowskip()
69 * @param plane Buffer to store decoded bits
75 static void decode_colskip(uint8_t* plane, int width, int height, int stride, in decode_colskip() argument
83 plane[y*stride] = 0; in decode_colskip()
86 plane[y*stride] = get_bits1(gb); in decode_colskip()
87 plane in decode_colskip()
[all...]
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Degbaddrlib.h387 UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 sample, UINT_32 plane,
407 UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 sample, UINT_32 plane,
/third_party/mesa3d/src/intel/common/
H A Dintel_aux_map.c317 uint8_t plane) in intel_aux_map_format_bits()
328 ((uint64_t)(plane > 0) << 57) | in intel_aux_map_format_bits()
316 intel_aux_map_format_bits(enum isl_tiling tiling, enum isl_format format, uint8_t plane) intel_aux_map_format_bits() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c319 unsigned plane, in rbug_screen_resource_get_param()
333 resource, plane, layer, level, param, in rbug_screen_resource_get_param()
316 rbug_screen_resource_get_param(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *_resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) rbug_screen_resource_get_param() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c174 unsigned usage, unsigned plane, in vl_video_buffer_template()
193 vl_video_buffer_adjust_size(&templ->width0, &height, plane, in vl_video_buffer_template()
170 vl_video_buffer_template(struct pipe_resource *templ, const struct pipe_video_buffer *tmpl, enum pipe_format resource_format, unsigned depth, unsigned array_size, unsigned usage, unsigned plane, enum pipe_video_chroma_format chroma_format) vl_video_buffer_template() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_resources.h170 uint32_t plane,
316 NSUInteger plane,
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c59 static void RescalePlane(uint8_t* plane, int width, int height, in RescalePlane() argument
64 uint8_t* const ptr = plane + y * y_stride; in RescalePlane()
172 // extract plane in SSIMScaleChannel()
221 " -alpha .... preserve alpha plane\n" in Help()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image.cpp787 uint32 plane, in EqualArea()
811 if (!destTile.EqualArea (srcTile, srcTileArea, plane, planes)) in EqualArea()
785 EqualArea(const dng_image &src, const dng_rect &area, uint32 plane, uint32 planes) const EqualArea() argument
H A Ddng_utils.cpp417 uint32 plane) in HistogramArea()
435 plane); in HistogramArea()
412 HistogramArea(dng_host & , const dng_image &image, const dng_rect &area, uint32 *hist, uint32 maxValue, uint32 plane) HistogramArea() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c40 tu6_plane_format(VkFormat format, uint32_t plane) in tu6_plane_format() argument
44 return plane ? PIPE_FORMAT_R8G8_UNORM : PIPE_FORMAT_Y8_UNORM; in tu6_plane_format()
48 return plane ? PIPE_FORMAT_S8_UINT : PIPE_FORMAT_Z32_FLOAT; in tu6_plane_format()
182 /* The 0'th plane of this format has a different UBWC compression. */ in tu_image_view_init()
185 /* If the user wants to reinterpret this plane, then they should've in tu_image_view_init()
527 /* Depth plane is the first one */ in tu_image_init()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h304 * called with handle->plane != 0.
331 unsigned plane,
694 * supported by \p screen. Hence, the plane count can be derived directly
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_winsys.h87 uint32_t *plane,
/third_party/skia/include/core/
H A DSkYUVAPixmaps.h23 * SkYUVAInfo combined with per-plane SkColorTypes and row bytes. Fully specifies the SkPixmaps
83 * that can be stored in a plane of this color type and what the DataType is of those channels.
84 * If the SkColorType is not supported as a YUVA plane the number of channels is reported as 0
93 * Initializes the SkYUVAPixmapInfo from a SkYUVAInfo with per-plane color types and row bytes.
95 * rowBytes entry is not valid for the plane dimensions and color type. Color type and
99 * If rowBytes is nullptr then bpp*width is assumed for each plane.
105 * Like above but uses DefaultColorTypeForDataType to determine each plane's SkColorType. If
106 * rowBytes is nullptr then bpp*width is assumed for each plane.
128 * Row bytes for the ith plane. Returns zero if i >= numPlanes() or this SkYUVAPixmapInfo is
133 /** Image info for the ith plane, o
239 const SkPixmap& plane(int i) const { return fPlanes[SkToSizeT(i)]; } plane() function in SkYUVAPixmapInfo::SkYUVAPixmaps
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c465 uint32_t *plane, in virgl_drm_winsys_resource_create_handle()
477 if (whandle->plane >= VIRGL_MAX_PLANE_COUNT) { in virgl_drm_winsys_resource_create_handle()
486 *plane = whandle->plane; in virgl_drm_winsys_resource_create_handle()
463 virgl_drm_winsys_resource_create_handle(struct virgl_winsys *qws, struct winsys_handle *whandle, uint32_t *plane, uint32_t *stride, uint32_t *plane_offset, uint64_t *modifier, uint32_t *blob_mem) virgl_drm_winsys_resource_create_handle() argument

Completed in 33 milliseconds

1...<<1112131415161718