Home
last modified time | relevance | path

Searched refs:MAX_WIDTH (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/fuzz/
DFuzzEncoders.cpp23 constexpr int MAX_WIDTH = 512; variable
29 fuzz->nextRange(&w, 1, MAX_WIDTH); in make_fuzzed_bitmap()
86 if (img->width() > MAX_WIDTH || img->height() > MAX_HEIGHT) { in DEF_FUZZ()
/third_party/openh264/test/api/
Dencode_decode_api_test.h18 #define MAX_WIDTH (4096) macro
97 return WelsClip3 ((((rand() % MAX_WIDTH) >> 1) + 1) << 1, 16, MAX_WIDTH); in GetRandWidth()
Dencode_options_test.cpp45 param_.iPicWidth = WelsClip3 ((((rand() % MAX_WIDTH) >> 1) + 1) << 1, 2, MAX_WIDTH); in RandomParamExtCombination()
115 …tialLayer->iVideoWidth = WelsClip3 ((((rand() % MAX_WIDTH) >> 1) + 1) << 1, 2, MAX_WIDTH); in RandomParamExtCombination()
140 param_.iPicWidth = WELS_CLIP3 (param_.iPicWidth, 2, MAX_WIDTH); in ValidateParamExtCombination()
301 …int iWidth = WelsClip3 ((((rand() % MAX_WIDTH) >> 1) + 1) << 1, 1 << iSpatialLayerNum, MAX_… in TEST_F()
351 …int iWidth = WelsClip3 ((((rand() % MAX_WIDTH) >> 1) + 1) << 1, 1 << iSpatialLayerNum, MAX_… in TEST_F()
948 int iWidth = WelsClip3 ((((rand() % MAX_WIDTH) >> 1) + 1) << 1, 16, MAX_WIDTH); in TEST_F()
1068 int iWidth = WelsClip3 ((((rand() % MAX_WIDTH) >> 1) + 1) << 1, 16, MAX_WIDTH); in TEST_F()
1179 …int iWidth = WelsClip3 ((((rand() % MAX_WIDTH) >> 1) + 1) << 1, 1 << iSpatialLayerNum, MAX_… in TEST_F()
1440 …int iWidth = WelsClip3 ((((rand() % MAX_WIDTH) >> 1) + 1) << 1, 1 << iSpatialLayerNum, MAX_… in TEST_F()
1573 int iWidth = WelsClip3 ((((rand() % MAX_WIDTH) >> 1) + 1) << 1, (64 << 2), MAX_WIDTH); in TEST_F()
[all …]
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c58 pos = addr.bits.layer * (MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE); in addr_to_clear_pos()
59 pos += addr.bits.y * (MAX_WIDTH / TILE_SIZE); in addr_to_clear_pos()
97 assert(MAX_WIDTH >= pipe->screen->get_param(pipe->screen, in sp_create_tile_cache()
102 STATIC_ASSERT((TILE_SIZE << TILE_ADDR_BITS) >= MAX_WIDTH); in sp_create_tile_cache()
198 …tc->clear_flags_size = (MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) * tc->num_maps / 32 * si… in sp_tile_cache_set_surface()
Dsp_limits.h39 #define MAX_WIDTH (1 << (SP_MAX_TEXTURE_2D_LEVELS - 1)) macro
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstcombdetect.c68 #define MAX_WIDTH 2048 macro
217 int thisline[MAX_WIDTH]; in gst_comb_detect_transform_frame()
Dgstivtc.c85 #define MAX_WIDTH 2048 macro
637 int thisline[MAX_WIDTH]; in get_comb_score()
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.h6 #define MAX_WIDTH (4096) macro
DEncUT_EncoderExt.cpp12 #define MAX_WIDTH (3840) macro
46 m_iWidth = MAX_WIDTH; in SetUp()
477 pEncParamBase->iPicWidth = 2 + ((rand() % ((MAX_WIDTH >> 1) - 1)) << 1); in GetValidEncParamBase()
732 sEncParamExt.iPicWidth = MB_SIZE + abs ((rand() / 2 * 2) % (MAX_WIDTH - MB_SIZE)); in TEST_F()
DEncUT_SliceBufferReallocate.cpp215 pCtx->pSvcParam->iPicHeight = (((rand() % MAX_WIDTH) >> 4) << 4) + 16; in InitParam()
/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpdec.c29 #define MAX_WIDTH 16383 macro
383 if (features.width < MIN_WIDTH || features.width > MAX_WIDTH in gst_webp_dec_update_src_caps()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java677 static private final int MAX_WIDTH = 600; field in ViewableTaggedData.RefWidthFinder
706 if (width > MAX_WIDTH) { in add()
707 width = MAX_WIDTH; in add()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegdec.c51 #define MAX_WIDTH 65535 macro
1234 dec->cinfo.output_width > MAX_WIDTH || in gst_jpeg_dec_prepare_decode()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_internalformat_query2.txt167 MAX_WIDTH 0x827E
474 - MAX_WIDTH: The maximum supported width for the resource is returned in
1221 e.g. MAX_WIDTH and MAX_HEIGHT might be the same for all formats.
DARB_internalformat_query.txt438 MAX_WIDTH
/third_party/openGLES/extensions/ARB/
DARB_internalformat_query2.txt178 MAX_WIDTH 0x827E
506 - MAX_WIDTH: The maximum supported width for the resource is returned in
1269 e.g. MAX_WIDTH and MAX_HEIGHT might be the same for all formats.
DARB_internalformat_query.txt448 MAX_WIDTH
/third_party/mesa3d/docs/relnotes/
D7.10.rst483 - mesa: replace large/MAX_WIDTH stack allocations with heap allocations
484 - mesa: replace large/MAX_WIDTH stack allocations with heap allocations
488 - mesa: replace more MAX_WIDTH stack allocations with heap allocations