/external/crosvm/devices/src/virtio/video/encoder/ |
D | encoder.rs | 159 plane_size: stride * allowed_height, in populate_src_params() 163 plane_size: y_plane.plane_size / 2, in populate_src_params() 201 plane_size: buffer_size, in populate_dst_params()
|
D | mod.rs | 240 self.dst_params.plane_formats[0].plane_size = output_buffer_size; in require_input_buffers() 996 plane_formats[0].plane_size, in set_params()
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | adjust_contrast_op.cc | 243 const int64 plane_size = image_size * channels; in ReduceMeanAcrossImage() local 250 input_flat.slice(Index(i * plane_size), Index(plane_size)); in ReduceMeanAcrossImage() 252 summation_scratch.slice(Index(i * plane_size), Index(plane_size)); in ReduceMeanAcrossImage()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_image.cpp | 197 uint32_t plane_size = 0; in GetPlaneCoordSize() local 202 plane_size = 1; in GetPlaneCoordSize() 207 plane_size = 2; in GetPlaneCoordSize() 212 plane_size = 3; in GetPlaneCoordSize() 219 return plane_size; in GetPlaneCoordSize() 375 const uint32_t plane_size = GetPlaneCoordSize(info); in ValidateImageOperands() local 378 if (plane_size != dx_size) { in ValidateImageOperands() 380 << "Expected Image Operand Grad dx to have " << plane_size in ValidateImageOperands() 384 if (plane_size != dy_size) { in ValidateImageOperands() 386 << "Expected Image Operand Grad dy to have " << plane_size in ValidateImageOperands() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_image.cpp | 197 uint32_t plane_size = 0; in GetPlaneCoordSize() local 202 plane_size = 1; in GetPlaneCoordSize() 207 plane_size = 2; in GetPlaneCoordSize() 212 plane_size = 3; in GetPlaneCoordSize() 219 return plane_size; in GetPlaneCoordSize() 376 const uint32_t plane_size = GetPlaneCoordSize(info); in ValidateImageOperands() local 379 if (plane_size != dx_size) { in ValidateImageOperands() 381 << "Expected Image Operand Grad dx to have " << plane_size in ValidateImageOperands() 385 if (plane_size != dy_size) { in ValidateImageOperands() 387 << "Expected Image Operand Grad dy to have " << plane_size in ValidateImageOperands() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_image.cpp | 197 uint32_t plane_size = 0; in GetPlaneCoordSize() local 202 plane_size = 1; in GetPlaneCoordSize() 207 plane_size = 2; in GetPlaneCoordSize() 212 plane_size = 3; in GetPlaneCoordSize() 219 return plane_size; in GetPlaneCoordSize() 376 const uint32_t plane_size = GetPlaneCoordSize(info); in ValidateImageOperands() local 379 if (plane_size != dx_size) { in ValidateImageOperands() 381 << "Expected Image Operand Grad dx to have " << plane_size in ValidateImageOperands() 385 if (plane_size != dy_size) { in ValidateImageOperands() 387 << "Expected Image Operand Grad dy to have " << plane_size in ValidateImageOperands() [all …]
|
/external/v4l2_codec2/common/ |
D | VideoPixelFormat.cpp | 226 android::ui::Size plane_size = planeSize(format, i, coded_size); in allocationSize() local 227 total += (plane_size.width * plane_size.height); in allocationSize()
|
/external/crosvm/devices/src/virtio/video/decoder/ |
D | mod.rs | 224 let plane_size = ((visible_rect.right - visible_rect.left) in output_pending_picture() localVariable 227 fmt.plane_size = plane_size; in output_pending_picture() 312 let plane_size = rect_width * rect_height; in handle_provide_picture_buffers() localVariable 315 PlaneFormat { plane_size, stride }, in handle_provide_picture_buffers() 316 PlaneFormat { plane_size, stride }, in handle_provide_picture_buffers()
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 954 const BlockSize plane_size = block.residual_size[plane]; in GetTransformAllZeroContext() local 955 const int block_width = kBlockWidthPixels[plane_size]; in GetTransformAllZeroContext() 956 const int block_height = kBlockHeightPixels[plane_size]; in GetTransformAllZeroContext() 1673 BlockSize plane_size, ProcessingMode mode) { in TransformTree() argument 1674 assert(plane_size <= kBlock64x64); in TransformTree() 1681 static_cast<TransformSize>(plane_size))); in TransformTree() 1776 const BlockSize plane_size = in Residual() local 1778 assert(plane_size != kBlockInvalid); in Residual() 1786 if (!TransformTree(block, base_x, base_y, plane_size, mode)) { in Residual() 1794 const int num4x4_wide = kNum4x4BlocksWide[plane_size]; in Residual() [all …]
|
/external/crosvm/devices/src/virtio/video/ |
D | format.rs | 176 pub plane_size: u32, field 179 impl_from_for_interconvertible_structs!(virtio_video_plane_format, PlaneFormat, plane_size, stride);
|
D | protocol.rs | 311 pub plane_size: Le32, field
|
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
D | formats.rs | 269 let plane_size = checked_arithmetic!(subsampled_height * plane_stride)?; in canonical_image_requirements() localVariable 270 size = checked_arithmetic!(size + plane_size)?; in canonical_image_requirements()
|
/external/libgav1/libgav1/src/ |
D | tile.h | 524 BlockSize plane_size, ProcessingMode mode);
|