| /external/libdav1d/src/ |
| D | ipred_tmpl.c | 96 const int max_width, const int max_height in ipred_dc_top_c() 123 const int max_width, const int max_height in ipred_dc_left_c() 171 const int max_width, const int max_height in ipred_dc_c() 195 const int max_width, const int max_height in ipred_dc_128_c() 223 const int max_width, const int max_height in ipred_v_c() 235 const int max_width, const int max_height in ipred_h_c() 247 const int max_width, const int max_height in ipred_paeth_c() 270 const int max_width, const int max_height in ipred_smooth_c() 292 const int max_width, const int max_height in ipred_smooth_v_c() 311 const int max_width, const int max_height in ipred_smooth_h_c() [all …]
|
| /external/libdav1d/src/arm/ |
| D | ipred.h | 74 const int max_width, const int max_height in ipred_z1_neon() 144 const int max_width, const int max_height in ipred_z2_neon() 236 const int max_width, const int max_height in ipred_z3_neon()
|
| /external/mesa3d/src/gallium/frontends/vdpau/ |
| D | query.c | 70 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() 182 uint32_t *max_width, uint32_t *max_height) in vlVdpDecoderQueryCapabilities() 235 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() 435 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpBitmapSurfaceQueryCapabilities()
|
| /external/llvm-libc/src/stdio/scanf_core/ |
| D | string_converter.cpp | 29 size_t max_width = 0; in convert_string() local
|
| D | float_converter.cpp | 34 size_t max_width = cpp::numeric_limits<size_t>::max(); in convert_float() local
|
| D | int_converter.cpp | 68 size_t max_width = cpp::numeric_limits<size_t>::max(); in convert_int() local
|
| D | core_structs.h | 39 int max_width = -1; member
|
| /external/libaom/test/ |
| D | subtract_test.cc | 63 const size_t max_width = 128; in SetUp() local 116 const size_t max_width = 128; in FillInputs() local
|
| /external/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 56 const int max_width = (dst_w + 15) & ~15; in scale_plane_4_to_1_phase_0() local 95 const int max_width = (dst_w + 15) & ~15; in scale_plane_2_to_1_bilinear() local 135 const int max_width = (dst_w + 15) & ~15; in scale_plane_4_to_1_bilinear() local 678 int max_width; in scale_plane_1_to_2_phase_0() local
|
| /external/mesa3d/src/amd/vpelib/src/chip/vpe10/ |
| D | vpe10_background.c | 30 uint32_t max_width, uint16_t max_gaps, uint16_t *num_gaps, uint16_t num_multiple) in vpe10_split_bg_gap()
|
| /external/ComputeLibrary/tests/benchmark/fixtures/ |
| D | ScaleLayerFixture.h | 46 constexpr float max_width = 8192.0f; in setup() local
|
| D | ScaleFixture.h | 46 constexpr float max_width = 8192.0f; in setup() local
|
| /external/zucchini/ |
| D | encoded_view.cc | 59 size_t max_width = 0; in Cardinality() local
|
| /external/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 118 const int max_width = (dst_w + 15) & ~15; in scale_plane_4_to_1_phase_0() local 157 const int max_width = (dst_w + 15) & ~15; in scale_plane_2_to_1_bilinear() local 197 const int max_width = (dst_w + 15) & ~15; in scale_plane_4_to_1_bilinear() local 740 int max_width; in scale_plane_1_to_2_phase_0() local
|
| /external/crosvm/media/libvda/src/decode/ |
| D | format.rs | 14 pub max_width: u32, field
|
| /external/libvpx/vp9/encoder/arm/neon/ |
| D | vp9_frame_scale_neon.c | 32 const int max_width = (w + 15) & ~15; in scale_plane_2_to_1_phase_0() local 56 const int max_width = (w + 15) & ~15; in scale_plane_4_to_1_phase_0() local 105 const int max_width = (w + 15) & ~15; in scale_plane_2_to_1_bilinear() local 140 const int max_width = (w + 15) & ~15; in scale_plane_4_to_1_bilinear() local
|
| /external/mesa3d/src/intel/compiler/ |
| D | brw_fs_lower_simd_width.cpp | 62 unsigned max_width = MIN2(32, inst->exec_size); in get_fpu_lowered_simd_width() local 640 const unsigned max_width = MAX2(inst->exec_size, lower_width); in brw_fs_lower_simd_width() local
|
| /external/crosvm/devices/src/virtio/video/decoder/backend/ |
| D | vaapi.rs | 166 max_width: u32, field 175 max_width: u32, field 198 let mut max_width = 1u32; in get_coded_cap() localVariable 262 let max_width = config.query_surface_attributes_by_type( in get_raw_caps() localVariable 265 let max_width = match max_width.get(0) { in get_raw_caps() localVariable
|
| /external/rust/crates/clap/src/output/textwrap/ |
| D | mod.rs | 76 fn max_width() { in max_width() function
|
| /external/crosvm/media/libvda/src/encode/ |
| D | format.rs | 15 pub max_width: u32, field
|
| /external/webp/src/dsp/ |
| D | yuv_sse41.c | 411 const int max_width = width & ~31; in ConvertRGB24ToY_SSE41() local 445 const int max_width = width & ~31; in ConvertBGR24ToY_SSE41() local 479 const int max_width = width & ~15; in ConvertARGBToY_SSE41() local 509 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE41() local 575 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE41() local
|
| D | yuv_sse2.c | 566 const int max_width = width & ~31; in ConvertRGB24ToY_SSE2() local 600 const int max_width = width & ~31; in ConvertBGR24ToY_SSE2() local 634 const int max_width = width & ~15; in ConvertARGBToY_SSE2() local 664 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE2() local 720 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE2() local
|
| /external/sdv/vsomeip/third_party/boost/numeric/interval/examples/ |
| D | newton-raphson.cpp | 23 static const double max_width = 1e-10; variable
|
| /external/libopus/dnn/torch/dnntools/dnntools/relegance/ |
| D | relegance.py | 227 def inspect_conv_model(model, num_channels, num_dims, max_width=10000, width_hint=None, stride_hint… argument
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | ragged_tensor_to_sparse_kernel.cc | 143 SPLITS_TYPE max_width = 0; in Compute() local
|