Home
last modified time | relevance | path

Searched defs:normalization (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/m133/third_party/externals/icu/filters/
Dflutter.json33 "normalization": { "includelist": [ "nfkc" ] }, object
Dflutter_desktop.json32 "normalization": { "includelist": [ "nfkc" ] }, object
/third_party/skia/third_party/externals/icu/filters/
Dflutter.json33 "normalization": { "includelist": [ "nfkc" ] }, object
Dandroid_extra.json26 "normalization": { "filterType": "exclude" }, object
/third_party/icu/docs/userguide/collation/customization/
Dindex.md230 #### normalization subsubsection
/third_party/python/Modules/
Dunicodedata.c79 Py_UCS4 (*normalization)(Py_UCS4); member
/third_party/mindspore/mindspore-src/source/third_party/proto/caffe/
Dcaffe.proto474 optional NormalizationMode normalization = 3 [default = VALID]; field
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.cpp2478 const float normalization = isSigned ? (1.0f / (8.0f * 127.875f)) : (1.0f / (8.0f * 255.875f)); in decodeEAC() local
/third_party/ffmpeg/libavformat/
Dmov.c7922 int ambisonic_order, channel_order, normalization, channel_count; local