Home
last modified time | relevance | path

Searched refs:preprocessing (Results 1 – 25 of 49) sorted by relevance

12

/external/webp/src/enc/
Dconfig_enc.c43 config->preprocessing = 0; in WebPConfigInitInternal()
65 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal()
71 config->preprocessing |= 2; in WebPConfigInitInternal()
81 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal()
86 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal()
110 if (config->preprocessing < 0 || config->preprocessing > 7) return 0; in WebPValidateConfig()
Dwebp_enc.c345 if (config->use_sharp_yuv || (config->preprocessing & 4)) { in WebPEncode()
351 if (config->preprocessing & 2) { in WebPEncode()
/external/clang/test/Index/
Dpch-with-errors.m26 // RUN: c-index-test -write-pch %t.h.pch %s -Xclang -detailed-preprocessing-record
27 // RUN: c-index-test -test-load-source local %s -include %t.h -Xclang -detailed-preprocessing-recor…
28 // RUN: c-index-test -index-file %s -include %t.h -Xclang -detailed-preprocessing-record | FileChec…
Dtargeted-cursor.m3 …pple-macosx10.7 -x objective-c-header %S/targeted-cursor.m.h -Xclang -detailed-preprocessing-record
Dpch-with-module.m5 // RUN: -Xclang -fdisable-module-hash -Xclang -detailed-preprocessing-record -Xclang -verify
Dannotate-macro-args.m6 …te-pch %t.pch -x objective-c-header %S/annotate-macro-args.h -Xclang -detailed-preprocessing-record
/external/mesa3d/src/glsl/glcpp/tests/
D082-invalid-paste.c.expected2 Pasting "<" and ">" does not give a valid preprocessing token.
/external/icu/icu4c/source/config/
Dmh-hpux-acc26 # 823 Redundant preprocessing concatenation operation results in two valid
27 # preprocessing tokens. This comes from INT64_C in <inttypes.h>
/external/clang/test/Modules/
Dmodule_file_info.m39 // CHECK: Uses detailed preprocessing record (for indexing): No
/external/mesa3d/src/glsl/glcpp/
DREADME3 This is a simple preprocessor designed to provide the preprocessing
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt39 liblex - C/C++/ObjC lexing and preprocessing, identifier hash table,
104 * -Eonly mode does all preprocessing, but does not print the output,
143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt39 liblex - C/C++/ObjC lexing and preprocessing, identifier hash table,
104 * -Eonly mode does all preprocessing, but does not print the output,
143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
/external/eigen/Eigen/
DOrderingMethods23 * Precisely, in a preprocessing step, a permutation matrix P is computed using
/external/bison/m4/
Dinclude_next.m4133 # Also, if #include_next works as first preprocessing directive in a file,
148 # preprocessing, i.e. it does not only define preprocessor macros but also
/external/webp/src/webp/
Dencode.h123 int preprocessing; // preprocessing filter: member
/external/webp/include/webp/
Dencode.h123 int preprocessing; // preprocessing filter: member
/external/clang/
DNOTES.txt7 To time GCC preprocessing speed without output, use:
/external/clang/include/clang/Driver/
DTypes.def41 // C family source language (with and without preprocessing).
/external/libjpeg-turbo/
Dstructure.txt90 the JPEG compressor or decompressor proper, and the preprocessing or
94 to the sampling factors to be used. The preprocessing and postprocessing
97 data can skip the preprocessing or postprocessing step.)
144 as a preprocessing/postprocessing function, even though the JPEG spec includes
149 compression preprocessing to pad the source data properly. Padding will occur
304 holds the preprocessed input data. This controller invokes preprocessing to
323 preprocessing controller is responsible for supplying these rows via proper
326 preprocessing controller is responsible for vertical edge expansion (i.e.,
603 that want to skip JPEG preprocessing or postprocessing will have to contend
/external/clang/include/clang/Basic/
DDiagnosticLexKinds.td374 def err_pp_invalid_directive : Error<"invalid preprocessing directive">;
376 "%0 must be used within a preprocessing directive">;
530 "pasting formed '%0', an invalid preprocessing token">;
532 "pasting formed '%0', an invalid preprocessing token">, DefaultError,
DDiagnosticSerializationKinds.td96 "'-detailed-preprocessing-record' but %select{precompiled header was not "
/external/bison/tests/
Dsynclines.at126 # | cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
/external/syslinux/gpxe/src/doc/
Dbuild_sys.dox161 You can see the results of preprocessing a @c .c file (including the
177 preprocessing a @c .S file, using e.g.
/external/llvm/docs/
DFAQ.rst156 practice, information about other platforms is lost after preprocessing, so
157 the result is inherently dependent on the platform that the preprocessing was
/external/ImageMagick/coders/
Dwebp.c624 configure.preprocessing=StringToInteger(value); in WriteWEBPImage()

12