Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Davif_decode_encode.phpt32 echo 'Encoding AVIF at quality 70 with speed 5: ';
45 echo 'Encoding AVIF with illegal speed: ';
76 Encoding AVIF at quality 70 with speed 5: ok
79 Encoding AVIF with illegal speed: imageavif(): Argument #4 ($speed) must be between -1 and 10
/php-src/ext/gd/libgd/
H A Dgd_avif.c491 void gdImageAvifCtx(gdImagePtr im, gdIOCtx *outfile, int quality, int speed) in gdImageAvifCtx() argument
521 speed = CLAMP(speed, AVIF_SPEED_SLOWEST, AVIF_SPEED_FASTEST); in gdImageAvifCtx()
588 encoder->speed = speed; in gdImageAvifCtx()
620 void gdImageAvifEx(gdImagePtr im, FILE *outFile, int quality, int speed) in gdImageAvifEx() argument
625 gdImageAvifCtx(im, out, quality, speed); in gdImageAvifEx()
635 void * gdImageAvifPtrEx(gdImagePtr im, int *size, int quality, int speed) in gdImageAvifPtrEx() argument
644 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-src/ext/opcache/tests/
H A Dbug66474.phpt13 $speed = 'slow' || 'fast';
/php-src/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-src/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-src/Zend/
H A DREADME.md37 method). As in most PHP applications raw execution speed isn't the limiting
/php-src/ext/gd/
H A Dgd.c1996 zend_long quality = -1, speed = -1; in PHP_FUNCTION() local
2001 …rameters(ZEND_NUM_ARGS(), "O|z!ll", &imgind, gd_image_ce, &to_zval, &quality, &speed) == FAILURE) { in PHP_FUNCTION()
2018 if (speed < -1 || speed > 10) { in PHP_FUNCTION()
2022 } else if (speed == -1) { in PHP_FUNCTION()
2023 speed = 6; in PHP_FUNCTION()
2026 gdImageAvifCtx(im, ctx, (int) quality, (int) speed); in PHP_FUNCTION()
H A Dgd.stub.php605 function imageavif(GdImage $image, $file = null, int $quality = -1, int $speed = -1): bool {} argument
H A Dgd_arginfo.h217 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, speed, IS_LONG, 0, "-1")
/php-src/
H A DREADME.md64 Build PHP. To speed up the build, specify the maximum number of jobs using `-j`:
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar1421 * intermediate coverage_per_file table to speed things up at rendering
/php-src/ext/fileinfo/tests/
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)
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)

Completed in 169 milliseconds