Home
last modified time | relevance | path

Searched refs:conversion (Results 1 – 25 of 65) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/video/yuv2rgb/
A DREADME.md3 C library for fast image conversion between yuv420p and rgb24.
5 This is a simple library for optimized image conversion between YUV420p and rgb24.
8 For each conversion, a standard c optimized function and two sse function (with aligned and unalign…
31 Then, for YUV420 to RGB24 conversion, use the test program like that:
37 Similarly, for RGB24 to YUV420 conversion:
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A Dbuild_def.bzl21 # Test cases which only work with MLIR-based conversion now.
87 # List of models that fail generated tests for the conversion mode.
94 """Returns a list of models to be tested with MLIR-based conversion."""
103 """Returns a list of conversion modes."""
112 (conversion mode, name of test, test tags, test args).
147 conversion_mode: str. Which conversion mode to run with. Comes from the
/AliOS-Things-master/components/jsoncpp/
A DCMakeLists.txt130 add_compile_options(-Wall -Wconversion -Wshadow -Werror=conversion -Werror=sign-compare)
134 # not yet ready for -Wsign-conversion
140 add_compile_options(-Werror=conversion)
144 add_compile_options(-Wall -Wconversion -Wshadow -Wextra -Werror=conversion)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DTODO6 o extracate colorspace conversion support
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A DCHANGES.txt2 pnm2png / png2pnm --- conversion from PBM/PGM/PPM-file to PNG-file
A DLICENSE.txt2 pnm2png / png2pnm --- conversion from PBM/PGM/PPM-file to PNG-file
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DTODO17 * Text conversion between different code pages (e.g., Latin-1 -> Mac).
A DREADME54 conversion.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dgenchk.cmake.in36 message(FATAL_ERROR "Unsupported conversion: ${INPUTEXT} to ${OUTPUTEXT}")
A Dgenout.cmake.in92 message(FATAL_ERROR "Unsupported conversion: ${INPUTEXT} to ${OUTPUTEXT}")
A Dmakefile.linux-opt57 CPPFLAGS+=-ansi -pedantic -Wextra -Wall -Wshadow -Wno-sign-conversion
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dfilelist.txt12 "jpegtran" uses the library to do lossless conversion between different
67 jccolor.c Color space conversion.
93 jdcolor.c Color space conversion.
94 jdmerge.c Merged upsampling/color conversion (faster, lower quality).
A Dstructure.txt67 decompression. They include colorspace conversion, downsampling/upsampling,
126 * Color space conversion (e.g., RGB to YCbCr).
147 * Color space conversion (e.g., YCbCr to RGB). This step may also
161 conversion, and color quantization might all be done at once when using a
311 |-- Colorspace conversion
332 buffer, which lies between colorspace conversion and downsampling. Note
333 that a unified conversion/downsampling module would probably replace this
336 * Colorspace conversion: converts application image data into the desired
365 the conversion to zigzag order within the quantization step.)
469 conversion are likely to be merged into a single step.
[all …]
A Dchange.log31 Improve clarity and accuracy in color conversion modules.
94 Using this switch suppresses the conversion from RGB
372 Changed color conversion roundoff behavior so that grayscale values are
A Dusage.txt4 This file describes usage of the JPEG conversion programs cjpeg and djpeg,
82 Using this switch suppresses the conversion from RGB
400 to get a satisfactory conversion. -smooth 10 or so is often helpful.
493 djpeg followed by cjpeg to accomplish the same conversion. But by the same
585 to grayscale than decompression, conversion, and recompression. This switch
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/iptcutil/
A DREADME16 binary to text conversion was taken from the PHP distribution and
/AliOS-Things-master/components/SDL2/test/
A DREADME11 testiconv Tests international string conversion
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A DREADME40045 implementation does not handle conversion from/to ASCII, so
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog894 3dc28d76 configure: test for -Wfloat-conversion
1227 c4c3cf2d pngdec: fix type conversion warnings
1228 bef8e97d webpmux: fix type conversion warning
1373 e2544823 fix MSVC size_t->int conversion warning
1517 0f027a72 simplify smart RGB->YUV conversion code
1727 47a2d8e1 fix MSVC float->int conversion warning
2370 d134307b fix conversion warning on MSVC
2854 090b708a NEON optimised yuv to rgb conversion
3002 d6621580 fix double to float conversion warning
3027 e855208c fix double to float conversion warning
[all …]
A DNEWS89 - note! YUV->RGB conversion was sped-up, but the results will be slightly
184 * Add support for ARGB -> YUVA conversion for lossless decoder
A Dconfigure.ac70 TEST_AND_ADD_CFLAGS([AM_CFLAGS], [-Wconstant-conversion])
73 TEST_AND_ADD_CFLAGS([AM_CFLAGS], [-Wfloat-conversion])
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstr.c987 char conversion = '\0'; in mp_obj_str_format_helper() local
1003 conversion = *str++; in mp_obj_str_format_helper()
1106 if (!format_spec && !conversion) { in mp_obj_str_format_helper()
1107 conversion = 's'; in mp_obj_str_format_helper()
1109 if (conversion) { in mp_obj_str_format_helper()
1111 if (conversion == 's') { in mp_obj_str_format_helper()
1114 assert(conversion == 'r'); in mp_obj_str_format_helper()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dreadme.txt30 there is no conversion of unsigned int into a Pascal unsigned
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DREADME.md118 conversion, unicode normalization, unicode script queries, unicode
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A DCMakeLists.txt85 cxx_explicit_conversions # Explicit conversion operators, as defined in N2437.

Completed in 24 milliseconds

123