/external/apache-commons-bcel/docs/ |
D | classfile.mdl | 44 max_width 21600 583 max_width 21600 597 max_width 310 618 max_width 348 639 max_width 404 653 max_width 409) 688 max_width 15 704 max_width 370 745 max_width 15 761 max_width 272 [all …]
|
D | generic.mdl | 44 max_width 21600 634 max_width 21600 648 max_width 220 669 max_width 344 683 max_width 350) 698 max_width 346 712 max_width 353) 727 max_width 296 748 max_width 290 762 max_width 296) [all …]
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_frame_scale_ssse3.c | 34 const int max_width = (dst_w + 15) & ~15; in scale_plane_2_to_1_phase_0() local 39 int x = max_width; in scale_plane_2_to_1_phase_0() 47 src += 2 * (src_stride - max_width); in scale_plane_2_to_1_phase_0() 48 dst += dst_stride - max_width; in scale_plane_2_to_1_phase_0() 56 const int max_width = (dst_w + 15) & ~15; in scale_plane_4_to_1_phase_0() local 61 int x = max_width; in scale_plane_4_to_1_phase_0() 71 src += 4 * (src_stride - max_width); in scale_plane_4_to_1_phase_0() 72 dst += dst_stride - max_width; in scale_plane_4_to_1_phase_0() 95 const int max_width = (dst_w + 15) & ~15; in scale_plane_2_to_1_bilinear() local 99 int x = max_width; in scale_plane_2_to_1_bilinear() [all …]
|
/external/libaom/libaom/av1/common/x86/ |
D | resize_ssse3.c | 96 const int max_width = (dst_w + 15) & ~15; in scale_plane_2_to_1_phase_0() local 101 int x = max_width; in scale_plane_2_to_1_phase_0() 109 src += 2 * (src_stride - max_width); in scale_plane_2_to_1_phase_0() 110 dst += dst_stride - max_width; in scale_plane_2_to_1_phase_0() 118 const int max_width = (dst_w + 15) & ~15; in scale_plane_4_to_1_phase_0() local 123 int x = max_width; in scale_plane_4_to_1_phase_0() 133 src += 4 * (src_stride - max_width); in scale_plane_4_to_1_phase_0() 134 dst += dst_stride - max_width; in scale_plane_4_to_1_phase_0() 157 const int max_width = (dst_w + 15) & ~15; in scale_plane_2_to_1_bilinear() local 161 int x = max_width; in scale_plane_2_to_1_bilinear() [all …]
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | query.c | 68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() argument 74 if (!(is_supported && max_width && max_height)) in vlVdpVideoSurfaceQueryCapabilities() 94 *max_width = *max_height = max_2d_texture_size; in vlVdpVideoSurfaceQueryCapabilities() 175 uint32_t *max_width, uint32_t *max_height) in vlVdpDecoderQueryCapabilities() argument 181 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) in vlVdpDecoderQueryCapabilities() 202 *max_width = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities() 208 *max_macroblocks = (*max_width/16)*(*max_height/16); in vlVdpDecoderQueryCapabilities() 210 *max_width = 0; in vlVdpDecoderQueryCapabilities() 225 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() argument 243 if (!(is_supported && max_width && max_height)) in vlVdpOutputSurfaceQueryCapabilities() [all …]
|
/external/libaom/libaom/test/ |
D | subtract_test.cc | 131 const size_t max_width = 128; in SetUp() local 132 const size_t max_block_size = max_width * max_width; in SetUp() 165 const size_t max_width = 128; in CheckResult() local 166 const int max_block_size = max_width * max_width; in CheckResult() 194 const size_t max_width = 128; in RunForSpeed() local 195 const int max_block_size = max_width * max_width; in RunForSpeed()
|
/external/crosvm/devices/src/virtio/video/encoder/backend/ |
D | vda.rs | 107 max_width: u32, in new() field 116 max_width, in new() 136 parsed_format.max_width = std::cmp::min(*max_width, parsed_format.max_width); in new() 142 max_width: *max_width, in new() 154 max_width, in new() 164 max: max_width, in new()
|
/external/zucchini/ |
D | encoded_view.cc | 59 size_t max_width = 0; in Cardinality() local 61 max_width = std::max(max_width, pool_info.bound); in Cardinality() 62 return max_width * image_index_.TypeCount() + kBaseReferenceProjection; in Cardinality()
|
/external/crosvm/media/libvda/src/decode/ |
D | format.rs | 14 pub max_width: u32, field 26 max_width: f.max_width, in new()
|
/external/libaom/libaom/av1/common/arm/ |
D | resize_neon.c | 27 const int max_width = (w + 15) & ~15; in scale_plane_2_to_1_phase_0() local 33 int x = max_width; in scale_plane_2_to_1_phase_0() 41 src += 2 * (src_stride - max_width); in scale_plane_2_to_1_phase_0() 42 dst += dst_stride - max_width; in scale_plane_2_to_1_phase_0() 51 const int max_width = (w + 15) & ~15; in scale_plane_4_to_1_phase_0() local 57 int x = max_width; in scale_plane_4_to_1_phase_0() 65 src += 4 * (src_stride - max_width); in scale_plane_4_to_1_phase_0() 66 dst += dst_stride - max_width; in scale_plane_4_to_1_phase_0() 100 const int max_width = (w + 15) & ~15; in scale_plane_2_to_1_bilinear() local 110 int x = max_width; in scale_plane_2_to_1_bilinear() [all …]
|
/external/rust/crates/plotters/src/element/ |
D | text.rs | 121 max_width: u32, in layout_multiline_text() 126 if max_width == 0 || line.is_empty() { in layout_multiline_text() 136 if width > max_width as i32 { in layout_multiline_text() 180 max_width: u32, in from_str() 185 layout_multiline_text(text, max_width, ret.style.font.clone(), |l| { in from_str() 205 max_width: u32, in from_string() 209 layout_multiline_text(text.as_str(), max_width, ret.style.font.clone(), |l| { in from_string()
|
/external/OpenCL-CTS/test_conformance/allocations/ |
D | allocation_functions.cpp | 31 size_t max_width, max_height, num_pixels, found_width, found_height; in find_good_image_size() local 44 …error = clGetDeviceInfo( device_id, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( max_width ), &max_width, … in find_good_image_size() 52 long long unsigned max_pixels = (long long unsigned)max_width * max_height; in find_good_image_size() 56 *max_size = max_width * max_height * sizeof(cl_uint) * 4; in find_good_image_size() 64 if( found_width > max_width ) { in find_good_image_size() 65 found_width = max_width; in find_good_image_size()
|
D | main.cpp | 137 size_t max_width, max_height; in doTest() local 139 …or = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( max_width ), &max_width, NULL ); in doTest() 145 cl_ulong max_image2d_size = (cl_ulong)max_height * max_width * 4 * sizeof(cl_uint); in doTest()
|
/external/crosvm/media/libvda/src/encode/ |
D | format.rs | 14 pub max_width: u32, field 24 max_width: p.max_width, in new()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_frame_scale_neon.c | 31 const int max_width = (w + 15) & ~15; in scale_plane_2_to_1_phase_0() local 37 int x = max_width; in scale_plane_2_to_1_phase_0() 45 src += 2 * (src_stride - max_width); in scale_plane_2_to_1_phase_0() 46 dst += dst_stride - max_width; in scale_plane_2_to_1_phase_0() 55 const int max_width = (w + 15) & ~15; in scale_plane_4_to_1_phase_0() local 61 int x = max_width; in scale_plane_4_to_1_phase_0() 69 src += 4 * (src_stride - max_width); in scale_plane_4_to_1_phase_0() 70 dst += dst_stride - max_width; in scale_plane_4_to_1_phase_0() 104 const int max_width = (w + 15) & ~15; in scale_plane_2_to_1_bilinear() local 114 int x = max_width; in scale_plane_2_to_1_bilinear() [all …]
|
/external/mesa3d/src/gallium/frontends/xvmc/ |
D | context.c | 56 unsigned int max_width = 0, max_height = 0; in Validate() local 95 max_width = surface_info[l].max_width; in Validate() 112 i, port, surface_type_id, max_width, max_height, *chroma_format, in Validate() 131 if (width > max_width || height > max_height) { in Validate() 133 width, height, max_width, max_height); in Validate()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_test_dma.c | 210 unsigned bpp, max_width, max_height, max_depth, j, num; in r600_test_dma() local 298 max_width = MIN2(tsrc.width0, tdst.width0); in r600_test_dma() 312 width = max_width; in r600_test_dma() 327 if (max_width < 8 || max_height < 8) in r600_test_dma() 329 width = ((rand() % (max_width / 8)) + 1) * 8; in r600_test_dma() 339 assert(max_width > 0 && max_height > 0); in r600_test_dma() 341 width = (rand() % max_width) + 1; in r600_test_dma()
|
/external/ComputeLibrary/tests/benchmark/fixtures/ |
D | ScaleLayerFixture.h | 46 constexpr float max_width = 8192.0f; in setup() local 51 float scale_x = ((shape.x() * sx) > max_width) ? (max_width / shape.x()) : sx; in setup()
|
D | ScaleFixture.h | 46 constexpr float max_width = 8192.0f; in setup() local 60 scale_x = ((shape.x() * scale_x) > max_width) ? (max_width / shape.x()) : scale_x; in setup()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_dma.c | 205 unsigned max_width, max_height, max_depth, j, num; in si_test_dma() local 298 max_width = MIN2(tsrc.width0, tdst.width0); in si_test_dma() 313 width = max_width; in si_test_dma() 326 if (max_width < 8 || max_height < 8) in si_test_dma() 328 width = ((rand() % (max_width / 8)) + 1) * 8; in si_test_dma() 338 assert(max_width > 0 && max_height > 0); in si_test_dma() 340 width = (rand() % max_width) + 1; in si_test_dma()
|
/external/webp/src/dsp/ |
D | yuv_sse41.c | 409 const int max_width = width & ~31; in ConvertRGB24ToY_SSE41() local 411 for (i = 0; i < max_width; rgb += 3 * 16 * 2) { in ConvertRGB24ToY_SSE41() 443 const int max_width = width & ~31; in ConvertBGR24ToY_SSE41() local 445 for (i = 0; i < max_width; bgr += 3 * 16 * 2) { in ConvertBGR24ToY_SSE41() 477 const int max_width = width & ~15; in ConvertARGBToY_SSE41() local 479 for (i = 0; i < max_width; i += 16) { in ConvertARGBToY_SSE41() 507 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE41() local 509 for (i = 0; i < max_width; i += 32, u += 16, v += 16) { in ConvertARGBToUV_SSE41() 573 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE41() local 574 const uint16_t* const last_rgb = rgb + 4 * max_width; in ConvertRGBA32ToUV_SSE41() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ragged_tensor_to_tensor_op.cc | 110 INDEX_TYPE max_width = 0; in GetMaxWidthRowSplit() local 113 if (current_width > max_width) { in GetMaxWidthRowSplit() 114 max_width = current_width; in GetMaxWidthRowSplit() 117 return max_width; in GetMaxWidthRowSplit() 128 INDEX_TYPE max_width = 0; in GetMaxWidthValueRowID() local 133 max_width = std::max(i - first_equal_index, max_width); in GetMaxWidthValueRowID() 137 return std::max(index_length - first_equal_index, max_width); in GetMaxWidthValueRowID()
|
D | ragged_tensor_to_sparse_kernel.cc | 143 SPLITS_TYPE max_width = 0; in Compute() local 145 max_width = std::max(max_width, splits(i) - splits(i - 1)); in Compute() 147 sparse_dense_shape(dim + 1) = max_width; in Compute()
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/ |
D | ragged_tensor_to_tensor_tflite.cc | 174 int max_width = 0; in GetMaxWidthValueRowID() local 179 max_width = std::max(i - first_equal_index, max_width); in GetMaxWidthValueRowID() 183 return std::max(index_length - first_equal_index, max_width); in GetMaxWidthValueRowID() 203 int max_width = 1; in GetMaxWidthRowSplit() local 207 max_width = std::max(max_width, split - prev_split); in GetMaxWidthRowSplit() 210 return max_width; in GetMaxWidthRowSplit()
|
/external/igt-gpu-tools/tests/ |
D | testdisplay.c | 276 double max_width; in paint_output_info() local 300 max_width = 0; in paint_output_info() 304 x += max_width + 10; in paint_output_info() 305 max_width = 0; in paint_output_info() 313 if (str_width > max_width) in paint_output_info() 314 max_width = str_width; in paint_output_info()
|