Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 16 of 16) sorted by relevance

/PHP-8.3/ext/gd/tests/
H A Davif_decode_encode.phpt32 echo 'Encoding AVIF at quality 70 with speed 5: ';
41 echo 'Encoding AVIF with illegal speed: ';
67 Encoding AVIF at quality 70 with speed 5: ok
70 Encoding AVIF with illegal speed: ok
/PHP-8.3/ext/gd/libgd/
H A Dgd_avif.c485 void gdImageAvifCtx(gdImagePtr im, gdIOCtx *outfile, int quality, int speed) in gdImageAvifCtx() argument
515 speed = CLAMP(speed, AVIF_SPEED_SLOWEST, AVIF_SPEED_FASTEST); in gdImageAvifCtx()
565 encoder->speed = speed; in gdImageAvifCtx()
597 void gdImageAvifEx(gdImagePtr im, FILE *outFile, int quality, int speed) in gdImageAvifEx() argument
602 gdImageAvifCtx(im, out, quality, speed); in gdImageAvifEx()
612 void * gdImageAvifPtrEx(gdImagePtr im, int *size, int quality, int speed) in gdImageAvifPtrEx() argument
621 gdImageAvifCtx(im, out, quality, speed); in gdImageAvifPtrEx()
H A Dgd.h645 void gdImageAvifEx(gdImagePtr im, FILE *outfile, int quality, int speed);
647 void *gdImageAvifPtrEx(gdImagePtr im, int *size, int quality, int speed);
648 void gdImageAvifCtx(gdImagePtr im, gdIOCtx *outfile, int quality, int speed);
/PHP-8.3/ext/pspell/
H A Dpspell.c182 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local
239 speed = mode & PSPELL_SPEED_MASK_INTERNAL; in PHP_FUNCTION()
242 if (speed == PSPELL_FAST) { in PHP_FUNCTION()
244 } else if (speed == PSPELL_NORMAL) { in PHP_FUNCTION()
246 } else if (speed == PSPELL_BAD_SPELLERS) { in PHP_FUNCTION()
275 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local
340 speed = mode & PSPELL_SPEED_MASK_INTERNAL; in PHP_FUNCTION()
343 if (speed == PSPELL_FAST) { in PHP_FUNCTION()
345 } else if (speed == PSPELL_NORMAL) { in PHP_FUNCTION()
347 } else if (speed == PSPELL_BAD_SPELLERS) { in PHP_FUNCTION()
/PHP-8.3/ext/opcache/tests/
H A Dbug66474.phpt13 $speed = 'slow' || 'fast';
/PHP-8.3/ext/standard/tests/strings/
H A Dmetaphone.phpt20 "And then it was gone, flying back to Mordor with the speed of the wrath of Sauron; and behind it t…
/PHP-8.3/build/
H A Dphp_cxx_compile_stdcxx.m4137 // Hopefully, this will speed up the test.
428 // Hopefully, this will speed up the test.
552 // Hopefully, this will speed up the test.
/PHP-8.3/Zend/
H A DREADME.md37 method). As in most PHP applications raw execution speed isn't the limiting
/PHP-8.3/
H A DREADME.md65 Build PHP. To speed up the build, specify the maximum number of jobs using `-j`:
/PHP-8.3/ext/opcache/jit/
H A DREADME.md21 assembler languages. In the past we tried LLVM, but its code generation speed
/PHP-8.3/ext/gd/
H A Dgd.stub.php605 function imageavif(GdImage $image, $file = null, int $quality = -1, int $speed = -1): bool {} argument
H A Dgd.c4073 zend_long quality = -1, basefilter = -1, speed = -1; in _php_image_output_ctx() local
4087 …rameters(ZEND_NUM_ARGS(), "O|z!ll", &imgind, gd_image_ce, &to_zval, &quality, &speed) == FAILURE) { in _php_image_output_ctx()
4123 if (speed == -1) { in _php_image_output_ctx()
4124 speed = 6; in _php_image_output_ctx()
4126 gdImageAvifCtx(im, ctx, (int) quality, (int) speed); in _php_image_output_ctx()
H A Dgd_arginfo.h219 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, speed, IS_LONG, 0, "-1")
/PHP-8.3/ext/phar/tests/files/
H A Dpear2coverage.phar1421 * intermediate coverage_per_file table to speed things up at rendering
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic1669 # frame speed is multiple of 1/70s
6015 #>>24 byte x \b, song speed %u
8520 >8 byte 4 \b, max speed
13977 >8260 lelong x disk rotational speed %drps,
14037 >8260 belong x disk rotational speed %drps,
25556 # routable highways (length, direction, allowed speed,house address information)
H A Dmagic私はガラスを食べられます1669 # frame speed is multiple of 1/70s
6015 #>>24 byte x \b, song speed %u
8520 >8 byte 4 \b, max speed
13977 >8260 lelong x disk rotational speed %drps,
14037 >8260 belong x disk rotational speed %drps,
25556 # routable highways (length, direction, allowed speed,house address information)

Completed in 235 milliseconds