Home
last modified time | relevance | path

Searched defs:max_width (Results 1 – 25 of 98) sorted by relevance

1234

/external/libdav1d/src/
Dipred_tmpl.c96 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/
Dipred.h74 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/
Dquery.c70 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/
Dstring_converter.cpp29 size_t max_width = 0; in convert_string() local
Dfloat_converter.cpp34 size_t max_width = cpp::numeric_limits<size_t>::max(); in convert_float() local
Dint_converter.cpp68 size_t max_width = cpp::numeric_limits<size_t>::max(); in convert_int() local
Dcore_structs.h39 int max_width = -1; member
/external/libaom/test/
Dsubtract_test.cc63 const size_t max_width = 128; in SetUp() local
116 const size_t max_width = 128; in FillInputs() local
/external/libvpx/vp9/encoder/x86/
Dvp9_frame_scale_ssse3.c34 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/
Dvpe10_background.c30 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/
DScaleLayerFixture.h46 constexpr float max_width = 8192.0f; in setup() local
DScaleFixture.h46 constexpr float max_width = 8192.0f; in setup() local
/external/zucchini/
Dencoded_view.cc59 size_t max_width = 0; in Cardinality() local
/external/libaom/av1/common/x86/
Dresize_ssse3.c96 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/
Dformat.rs14 pub max_width: u32, field
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_frame_scale_neon.c32 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/
Dbrw_fs_lower_simd_width.cpp62 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/
Dvaapi.rs166 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/
Dmod.rs76 fn max_width() { in max_width() function
/external/crosvm/media/libvda/src/encode/
Dformat.rs15 pub max_width: u32, field
/external/webp/src/dsp/
Dyuv_sse41.c411 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
Dyuv_sse2.c566 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/
Dnewton-raphson.cpp23 static const double max_width = 1e-10; variable
/external/libopus/dnn/torch/dnntools/dnntools/relegance/
Drelegance.py227 def inspect_conv_model(model, num_channels, num_dims, max_width=10000, width_hint=None, stride_hint… argument
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_sparse_kernel.cc143 SPLITS_TYPE max_width = 0; in Compute() local

1234