/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | config_enc.c | 50 config->exact = 0; in WebPConfigInitInternal() 122 if (config->exact < 0 || config->exact > 1) return 0; in WebPValidateConfig()
|
A D | predictor_enc.c | 236 int x_start, int x_end, int y, int max_quantization, int exact, in GetResidual() argument 238 if (exact) { in GetResidual() 304 int exact, int used_subtract_green, in GetBestPredictorForTile() argument 379 start_x, start_x + max_x, y, max_quantization, exact, in GetBestPredictorForTile() 418 int exact, int used_subtract_green) { in CopyImageWithPrediction() argument 463 mode, x, x_end, y, max_quantization, exact, in CopyImageWithPrediction() 478 int exact, int used_subtract_green) { in VP8LResidualImage() argument 495 bits, histo, argb_scratch, argb, max_quantization, exact, in VP8LResidualImage() 503 low_effort, max_quantization, exact, in VP8LResidualImage()
|
A D | vp8li_enc.h | 106 uint32_t* const image, int near_lossless, int exact,
|
A D | webp_enc.c | 372 if (!config->exact) { in WebPEncode() 402 if (!config->exact) { in WebPEncode()
|
A D | alpha_enc.c | 74 config.exact = 1; in EncodeLossless()
|
/AliOS-Things-master/components/SDL2/src/atomic/ |
A D | SDL_atomic.c | 63 modify exact [eax]; 71 modify exact [eax]; 78 modify exact [eax];
|
A D | SDL_spinlock.c | 50 modify exact [eax];
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_bits.h | 57 modify exact [eax] nomemory;
|
A D | SDL_atomic.h | 130 #pragma aux SDL_CompilerBarrier = "" parm [] modify exact [];
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | bm_hexiom.py | 367 exact = True 392 exact = False 396 if (not all_done) or (not exact):
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/ |
A D | readme.txt | 20 - Fix extraction to buffer with exact known decompressed size. Error reported by
|
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/ |
A D | README.md | 8 this case, and only stores `SSL_CERTIFICATE_TOO_LARGE` in flash. The exact Mbedtls error
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | cwebp.c | 734 config.exact = 0; in main() 736 config.exact = 1; in main() 1022 if (config.exact) { in main() 1055 if (config.exact) { // Put back the alpha information. in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | NEWS | 99 WebPConfig::exact (-exact in cwebp; -alpha_cleanup is now the default)
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | encode.h | 142 int exact; // if non-zero, preserve the exact RGB values under member
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | encode.h | 142 int exact; // if non-zero, preserve the exact RGB values under member
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | encode.h | 142 int exact; // if non-zero, preserve the exact RGB values under member
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | esd.m4 | 154 echo "*** exact error that occured. This usually means ESD was incorrectly installed"
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | README.md | 122 exact rounding. It is maintained as a <a href="https://bellard.org/libbf">separate project</a>.
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | sdl2.m4 | 187 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/ |
A D | demux.c | 576 static int CheckFrameBounds(const Frame* const frame, int exact, in CheckFrameBounds() argument 578 if (exact) { in CheckFrameBounds()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | jsbignum.texi | 476 Number and BigDecimal do not use the exact mathematical value of the 492 Number values are not converted to their exact numerical value as 573 @item The builtin operators are modified so that they return an exact result (which can be a BigInt…
|
/AliOS-Things-master/components/SDL2/ |
A D | sdl2.m4 | 219 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamodes.m | 254 /* If multiple modes have the exact same properties, they'll all 265 * As of macOS 10.15.0, those duplicates have the exact same
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | configure.ac | 277 /* we can't just test exact value since it depends on width of long... */
|