Home
last modified time | relevance | path

Searched refs:plane (Results 251 - 275 of 426) sorted by relevance

1...<<1112131415161718

/third_party/ffmpeg/libavcodec/
H A Dtiff.c1768 int le, ret, plane, planes; in decode_frame() local
1971 for (plane = 0; plane < planes; plane++) { in decode_frame()
1975 stride = p->linesize[plane]; in decode_frame()
1976 dst = p->data[plane]; in decode_frame()
2020 dst = five_planes ? five_planes : p->data[plane]; in decode_frame()
2058 dst = p->data[plane]; in decode_frame()
2069 uint8_t *src = five_planes ? five_planes : p->data[plane]; in decode_frame()
2070 dst = p->data[plane]; in decode_frame()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp1559 for (int plane = 0; plane <= dual_plane; ++plane) {
1560 printf("weights (plane %d):\n", plane);
1567 printf("%3d", weights[i++ * (1 + dual_plane) + plane]);
1580 for (int plane = 0; plane <= dual_plane; ++plane) {
1581 printf("infilled weights (plane
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_intrapred_init.c57 PRED8x8(plane, 10, sse2)
122 PRED8x8(plane, 8, sse2)
123 PRED8x8(plane, 8, ssse3)
/third_party/ffmpeg/libavfilter/
H A Dvf_tonemap.c113 int map[3] = { desc->comp[0].plane, desc->comp[1].plane, desc->comp[2].plane }; in tonemap()
H A Dvf_swapuv.c74 desc->comp[i].plane != i) in is_planar_yuv()
H A Dvf_dctdnoiz.c720 int direct, plane; in filter_frame() local
739 for (plane = 0; plane < 3; plane++) { in filter_frame()
741 .src = s->cbuf[0][plane], in filter_frame()
742 .dst = s->cbuf[1][plane], in filter_frame()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dsurface.c485 VdpVideoSurfacePlane plane, in vlVdpVideoSurfaceDMABuf()
498 if (plane > 3) in vlVdpVideoSurfaceDMABuf()
522 surf = p_surf->video_buffer->get_surfaces(p_surf->video_buffer)[plane]; in vlVdpVideoSurfaceDMABuf()
484 vlVdpVideoSurfaceDMABuf(VdpVideoSurface surface, VdpVideoSurfacePlane plane, struct VdpSurfaceDMABufDesc *result) vlVdpVideoSurfaceDMABuf() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c114 uint32_t plane) in create_plane_tex_instr_implicit()
119 &conversion->format->planes[plane]; in create_plane_tex_instr_implicit()
142 tex->src[tex->num_srcs - 1].src = nir_src_for_ssa(nir_imm_int(b, plane)); in create_plane_tex_instr_implicit()
224 * instruction apply to the first plane. in anv_nir_lower_ycbcr_textures_instr()
113 create_plane_tex_instr_implicit(struct ycbcr_state *state, uint32_t plane) create_plane_tex_instr_implicit() argument
H A DgenX_cmd_buffer.c530 const uint32_t plane = anv_image_aspect_to_plane(image, aspect); in anv_image_init_aux_tt() local
532 const struct anv_surface *surface = &image->planes[plane].primary_surface; in anv_image_init_aux_tt()
536 const struct isl_surf *isl_surf = &image->planes[plane].primary_surface.isl; in anv_image_init_aux_tt()
610 if (isl_aux_usage_has_ccs(image->planes[plane].aux_usage)) in anv_image_init_aux_tt()
717 const uint32_t plane = in transition_stencil_buffer() local
736 if (anv_surface_is_valid(&image->planes[plane].shadow_surface) && in transition_stencil_buffer()
745 const uint32_t plane = in transition_stencil_buffer()
747 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_NONE) in transition_stencil_buffer()
803 const uint32_t plane = anv_image_aspect_to_plane(image, aspect); in set_image_compressed_bit() local
806 if (image->planes[plane] in set_image_compressed_bit()
978 const uint32_t plane = anv_image_aspect_to_plane(image, aspect); anv_cmd_predicated_ccs_resolve() local
1252 const uint32_t plane = anv_image_aspect_to_plane(image, aspect); transition_color_buffer() local
7200 const uint32_t plane = CmdEndRendering() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.h27 ANGLE_EXPORT void GL_APIENTRY GL_ClipPlanex(GLenum plane, const GLfixed *equation);
46 ANGLE_EXPORT void GL_APIENTRY GL_GetClipPlanef(GLenum plane, GLfloat *equation);
47 ANGLE_EXPORT void GL_APIENTRY GL_GetClipPlanex(GLenum plane, GLfixed *equation);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES1_autogen.h45 GLenum plane,
115 GLenum plane,
119 GLenum plane,
H A DGLES1State.h207 void setClipPlane(unsigned int plane, const GLfloat *equation);
208 void getClipPlane(unsigned int plane, GLfloat *equation) const;
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DIOSurfaceWrappingTests.cpp99 uint32_t plane, in WrapIOSurface()
105 externDesc.plane = plane; in WrapIOSurface()
153 // Test an error occurs if the plane is too large
97 WrapIOSurface(const wgpu::TextureDescriptor* descriptor, IOSurfaceRef ioSurface, uint32_t plane, bool isInitialized = true) WrapIOSurface() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c391 * and store S8 as the "second plane" resource. in iris_resource_get_separate_stencil()
591 enum pipe_format pfmt, unsigned plane) in map_aux_addresses()
603 intel_aux_map_format_bits(res->surf.tiling, format, plane); in map_aux_addresses()
1007 /* Combine main and aux plane information. */ in iris_resource_finish_aux_import()
1326 mod_plane_is_clear_color(uint64_t modifier, uint32_t plane) in mod_plane_is_clear_color() argument
1335 return plane == 2; in mod_plane_is_clear_color()
1338 return plane == 1; in mod_plane_is_clear_color()
1386 /* Create a surface for each plane specified by the external format. */ in iris_resource_from_handle()
1387 if (whandle->plane < util_format_get_num_planes(whandle->format)) { in iris_resource_from_handle()
1404 /* The gallium dri layer will create a separate plane resourc in iris_resource_from_handle()
590 map_aux_addresses(struct iris_screen *screen, struct iris_resource *res, enum pipe_format pfmt, unsigned plane) map_aux_addresses() argument
1688 iris_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) iris_resource_get_param() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp312 for (int plane = num_planes - 1; plane >= 0; --plane) { in convert_planar_resource()
313 struct d3d12_resource *plane_res = d3d12_resource(planes[plane]); in convert_planar_resource()
325 plane_res->plane_slice = plane; in convert_planar_resource()
326 plane_res->base.b.format = util_format_get_plane_format(res->base.b.format, plane); in convert_planar_resource()
327 plane_res->base.b.width0 = util_format_get_plane_width(res->base.b.format, plane, res->base.b.width0); in convert_planar_resource()
328 plane_res->base.b.height0 = util_format_get_plane_height(res->base.b.format, plane, res->base.b.height0); in convert_planar_resource()
335 unsigned subresource = plane * desc.MipLevels * desc.DepthOrArraySize; in convert_planar_resource()
480 /* Get a description for this plane */ in d3d12_resource_from_handle()
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c561 /* figure out aux plane count */ in resource_object_create()
562 if (whandle && whandle->plane >= util_format_get_num_planes(whandle->format)) in resource_object_create()
749 obj->modifier_aspect = VK_IMAGE_ASPECT_MEMORY_PLANE_0_BIT_EXT << whandle->plane; in resource_object_create()
750 obj->plane_offsets[whandle->plane] = whandle->offset; in resource_object_create()
751 obj->plane_strides[whandle->plane] = whandle->stride; in resource_object_create()
819 obj->plane_strides[whandle->plane] = whandle->stride; in resource_object_create()
871 VkImagePlaneMemoryRequirementsInfo plane; in resource_object_create() local
872 plane.sType = VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO; in resource_object_create()
873 plane.pNext = NULL; in resource_object_create()
875 info2.pNext = &plane; in resource_object_create()
1275 zink_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *pres, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) zink_resource_get_param() argument
[all...]
/third_party/ffmpeg/libavutil/
H A Dimgutils.h37 * Compute the max pixel step for each plane of an image with a
42 * byte of the successive group in the same plane for the same
46 * for each plane. Since a plane may contain different pixel
47 * components, the computed max_pixsteps[plane] is relative to the
48 * component in the plane with the max pixel step.
50 * for each plane which has the max pixel step. May be NULL.
57 * width for the plane plane.
61 int av_image_get_linesize(enum AVPixelFormat pix_fmt, int width, int plane);
[all...]
/third_party/mesa3d/include/CL/
H A Dcl_dx9_media_sharing.h108 cl_uint plane,
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_stubs.c88 unsigned usage, unsigned plane, in vl_video_buffer_template()
84 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
H A Dvl_mpeg12_decoder.c823 unsigned plane = plane_order[component]; in vl_mpeg12_end_frame() local
824 if (!buf->num_ycbcr_blocks[plane]) continue; in vl_mpeg12_end_frame()
826 vb[1] = vl_vb_get_ycbcr(&buf->vertex_stream, plane); in vl_mpeg12_end_frame()
830 vl_idct_prepare_stage2(i ? &dec->idct_c : &dec->idct_y, &buf->idct[plane]); in vl_mpeg12_end_frame()
834 &mc_source_sv[plane]); in vl_mpeg12_end_frame()
839 vl_mc_render_ycbcr(i ? &dec->mc_c : &dec->mc_y, &buf->mc[i], j, buf->num_ycbcr_blocks[plane]); in vl_mpeg12_end_frame()
/third_party/lzma/CPP/Common/
H A DUTFConvert.cpp96 1f ef 80 - f7 be be 80 (4-bytes utf-8) : last 4-bytes utf-8 plane (out of Unicode)
97 1f ef ff - f7 be bf bf (4-bytes utf-8) : last 4-bytes utf-8 plane (out of Unicode)
109 we can restore any 8-bit Escape from ESCAPE-PLANE-21 plane.
134 #define IS_ESCAPE_POINT(v, plane) (((v) & (UInt32)0xffffff80) == (plane) + UTF_ESCAPE_BASE + 0x80)
571 && (point is virtual escape plane) in Utf16_To_Utf8()
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c104 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
112 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/third_party/skia/src/core/
H A DSkYUVAPixmaps.cpp218 const SkPixmap& s = src.plane(i); in MakeCopy()
219 const SkPixmap& d = result.plane(i); in MakeCopy()
/third_party/ffmpeg/libavformat/
H A Davisynth.c908 int n, i, plane, rowsize, planeheight, pitch, bits, ret; in avisynth_read_packet_video() local
947 plane = avs->planes[i]; in avisynth_read_packet_video()
948 src_p = avs_library.avs_get_read_ptr_p(frame, plane); in avisynth_read_packet_video()
949 pitch = avs_library.avs_get_pitch_p(frame, plane); in avisynth_read_packet_video()
951 rowsize = avs_library.avs_get_row_size_p(frame, plane); in avisynth_read_packet_video()
952 planeheight = avs_library.avs_get_height_p(frame, plane); in avisynth_read_packet_video()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_shared.cpp2039 for (uint32 plane = 0; plane < numPlanes; plane++) in Parse_ifd0()
2042 printf (" Noise function for plane %u: scale = %.8lf, offset = %.8lf\n", in Parse_ifd0()
2043 (unsigned) plane, in Parse_ifd0()
2044 noiseFunctions [plane].Scale (), in Parse_ifd0()
2045 noiseFunctions [plane].Offset ()); in Parse_ifd0()

Completed in 33 milliseconds

1...<<1112131415161718