/third_party/skia/fuzz/ |
D | FuzzEncoders.cpp | 23 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/ |
D | encode_decode_api_test.h | 18 #define MAX_WIDTH (4096) macro 97 return WelsClip3 ((((rand() % MAX_WIDTH) >> 1) + 1) << 1, 16, MAX_WIDTH); in GetRandWidth()
|
D | encode_options_test.cpp | 45 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/ |
D | sp_tile_cache.c | 58 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()
|
D | sp_limits.h | 39 #define MAX_WIDTH (1 << (SP_MAX_TEXTURE_2D_LEVELS - 1)) macro
|
/third_party/gstreamer/gstplugins_bad/gst/ivtc/ |
D | gstcombdetect.c | 68 #define MAX_WIDTH 2048 macro 217 int thisline[MAX_WIDTH]; in gst_comb_detect_transform_frame()
|
D | gstivtc.c | 85 #define MAX_WIDTH 2048 macro 637 int thisline[MAX_WIDTH]; in get_comb_score()
|
/third_party/openh264/test/encoder/ |
D | EncUT_SliceBufferReallocate.h | 6 #define MAX_WIDTH (4096) macro
|
D | EncUT_EncoderExt.cpp | 12 #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()
|
D | EncUT_SliceBufferReallocate.cpp | 215 pCtx->pSvcParam->iPicHeight = (((rand() % MAX_WIDTH) >> 4) << 4) + 16; in InitParam()
|
/third_party/gstreamer/gstplugins_bad/ext/webp/ |
D | gstwebpdec.c | 29 #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/ |
D | ViewableTaggedData.java | 677 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/ |
D | gstjpegdec.c | 51 #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/ |
D | ARB_internalformat_query2.txt | 167 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.
|
D | ARB_internalformat_query.txt | 438 MAX_WIDTH
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_internalformat_query2.txt | 178 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.
|
D | ARB_internalformat_query.txt | 448 MAX_WIDTH
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 483 - 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
|