Home
last modified time | relevance | path

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

123

/external/libaom/libaom/test/
Dsubtract_test.cc131 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/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/libaom/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/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/zucchini/
Dencoded_view.cc59 size_t max_width = 0; in Cardinality() local
/external/crosvm/media/libvda/src/decode/
Dformat.rs14 pub max_width: u32, field
/external/libaom/libaom/av1/common/arm/
Dresize_neon.c27 const int max_width = (w + 15) & ~15; in scale_plane_2_to_1_phase_0() local
51 const int max_width = (w + 15) & ~15; in scale_plane_4_to_1_phase_0() local
100 const int max_width = (w + 15) & ~15; in scale_plane_2_to_1_bilinear() local
135 const int max_width = (w + 15) & ~15; in scale_plane_4_to_1_bilinear() local
/external/crosvm/media/libvda/src/encode/
Dformat.rs14 pub max_width: u32, field
/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/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.cc143 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/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/OpenCL-CTS/test_conformance/allocations/
Dmain.cpp137 size_t max_width, max_height; in doTest() local
Dallocation_functions.cpp31 size_t max_width, max_height, num_pixels, found_width, found_height; in find_good_image_size() local
/external/mesa3d/src/glx/
Dxfont.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; in DRI_glXUseXFont() local
/external/crosvm/devices/src/virtio/video/encoder/backend/
Dvda.rs107 max_width: u32, in new() field
/external/freetype/include/freetype/
Dftwinfnt.h204 FT_UShort max_width; member
/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

123