Home
last modified time | relevance | path

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

12

/external/libaom/libaom/test/
Dsubtract_test.cc132 const size_t max_width = 128; in SetUp() local
165 const size_t max_width = 128; in CheckResult() local
194 const size_t max_width = 128; in RunForSpeed() local
/external/mesa3d/src/gallium/frontends/vdpau/
Dquery.c68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities()
175 uint32_t *max_width, uint32_t *max_height) in vlVdpDecoderQueryCapabilities()
225 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities()
425 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpBitmapSurfaceQueryCapabilities()
/external/libvpx/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/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_frame_scale_neon.c31 const int max_width = (w + 15) & ~15; in scale_plane_2_to_1_phase_0() local
55 const int max_width = (w + 15) & ~15; in scale_plane_4_to_1_phase_0() local
104 const int max_width = (w + 15) & ~15; in scale_plane_2_to_1_bilinear() local
139 const int max_width = (w + 15) & ~15; in scale_plane_4_to_1_bilinear() local
/external/webp/src/dsp/
Dyuv_sse41.c409 const int max_width = width & ~31; in ConvertRGB24ToY_SSE41() local
443 const int max_width = width & ~31; in ConvertBGR24ToY_SSE41() local
477 const int max_width = width & ~15; in ConvertARGBToY_SSE41() local
507 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE41() local
573 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE41() local
Dyuv_sse2.c563 const int max_width = width & ~31; in ConvertRGB24ToY_SSE2() local
597 const int max_width = width & ~31; in ConvertBGR24ToY_SSE2() local
631 const int max_width = width & ~15; in ConvertARGBToY_SSE2() local
661 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE2() local
717 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE2() local
/external/crosvm/devices/src/virtio/video/decoder/
Dcapability.rs94 let max_width = caps.input_formats.iter().map(|fmt| fmt.max_width).min(); in new() localVariable
/external/mesa3d/src/gallium/frontends/xvmc/
Dcontext.c56 unsigned int max_width = 0, max_height = 0; in Validate() local
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_sparse_kernel.cc140 SPLITS_TYPE max_width = 0; in Compute() local
Dragged_tensor_to_tensor_op.cc110 INDEX_TYPE max_width = 0; in GetMaxWidthRowSplit() local
128 INDEX_TYPE max_width = 0; in GetMaxWidthValueRowID() local
/external/libhevc/encoder/
Dihevce_entropy_interface.c175 WORD32 max_width = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_width; in ihevce_entropy_get_mem_recs() local
/external/openssh/
Dutf8.c116 int total_width, max_width, print; in vasnmprintf() local
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_usefont.c223 unsigned int max_width, max_height, max_bm_width, max_bm_height; in glXUseXFont() local
/external/mesa3d/src/mesa/drivers/x11/
Dxfonts.c221 unsigned int max_width, max_height, max_bm_width, max_bm_height; in Fake_glXUseXFont() local
/external/crosvm/devices/src/virtio/video/encoder/
Dlibvda_encoder.rs84 max_width: u32, in new() field
/external/OpenCL-CTS/test_conformance/allocations/
Dallocation_functions.cpp31 size_t max_width, max_height, num_pixels, found_width, found_height; in find_good_image_size() local
Dmain.cpp137 size_t max_width, max_height; in doTest() local
/external/mesa3d/src/glx/
Dxfont.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; in DRI_glXUseXFont() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_test_dma.c210 unsigned bpp, max_width, max_height, max_depth, j, num; in r600_test_dma() local
/external/freetype/include/freetype/
Dftwinfnt.h204 FT_UShort max_width; member
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_tensor_to_tensor_tflite.cc174 int max_width = 0; in GetMaxWidthValueRowID() local
203 int max_width = 1; in GetMaxWidthRowSplit() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma.c205 unsigned max_width, max_height, max_depth, j, num; in si_test_dma() local
/external/python/apitools/apitools/gen/
Dutil.py340 def CalculateWidth(self, max_width=78): argument
/external/libcups/ppdc/
Dppdc.h384 max_width, // Maximum width (points) variable
/external/kernel-headers/original/uapi/linux/
Dv4l2-subdev.h103 __u32 max_width; member

12