/third_party/libphonenumber/resources/geocoding/en/ |
D | 386.txt | 37 38672|Novo Mesto/Krško 38 38673|Novo Mesto/Krško 39 38674|Novo Mesto/Krško 40 38675|Novo Mesto/Krško 41 38676|Novo Mesto/Krško 42 38677|Novo Mesto/Krško 43 38678|Novo Mesto/Krško
|
/third_party/flutter/skia/src/core/ |
D | SkYUVMath.cpp | 129 float Kr, Kb; member 148 const float Kr = c.Kr; in make_rgb_to_yuv_matrix() local 150 const float Kg = 1.0f - Kr - Kb; in make_rgb_to_yuv_matrix() 153 Kr, Kg, Kb, 0, c.addY, in make_rgb_to_yuv_matrix() 154 -Kr, -Kg, 1-Kb, 0, 128/255.f, in make_rgb_to_yuv_matrix() 155 1-Kr, -Kg, -Kb, 0, 128/255.f, in make_rgb_to_yuv_matrix()
|
/third_party/skia/src/core/ |
D | SkYUVMath.cpp | 239 float Kr, Kb; member 260 const float Kr = c.Kr; in make_rgb_to_yuv_matrix() local 262 const float Kg = 1.0f - Kr - Kb; in make_rgb_to_yuv_matrix() 264 const float Cb = 0.5f / (1.0f - Kr); in make_rgb_to_yuv_matrix() 281 Kr, Kg, Kb, 0, addY, in make_rgb_to_yuv_matrix() 282 -Kr, -Kg, 1-Kb, 0, addUV, in make_rgb_to_yuv_matrix() 283 1-Kr, -Kg, -Kb, 0, addUV, in make_rgb_to_yuv_matrix()
|
/third_party/ffmpeg/libavutil/ |
D | camellia.c | 184 static void generate_round_keys(AVCAMELLIA *cs, uint64_t Kl[2], uint64_t Kr[2], uint64_t Ka[2], uin… in generate_round_keys() 189 Kd[1] = Kr; in generate_round_keys() 354 uint64_t Kl[2], Kr[2], Ka[2], Kb[2]; in av_camellia_init() local 359 memset(Kr, 0, sizeof(Kr)); in av_camellia_init() 364 Kr[0] = AV_RB64(key + 16); in av_camellia_init() 365 Kr[1] = ~Kr[0]; in av_camellia_init() 367 Kr[0] = AV_RB64(key + 16); in av_camellia_init() 368 Kr[1] = AV_RB64(key + 24); in av_camellia_init() 371 D1 = Kl[0] ^ Kr[0]; in av_camellia_init() 372 D2 = Kl[1] ^ Kr[1]; in av_camellia_init() [all …]
|
D | cast5.c | 35 … I = LR(cs->Km[i] - r, cs->Kr[i]); \ 42 … I = LR(cs->Km[i] ^ r, cs->Kr[i]); \ 49 … I = LR(cs->Km[i] + r, cs->Kr[i]); \ 73 uint32_t Kr[17]; member 470 generate_round_keys(cs->rounds, cs->Kr, q, p); in av_cast5_init() 472 cs->Kr[i] = cs->Kr[i] & 0x1f; in av_cast5_init()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_blend_color.txt | 73 DST_COLOR (Rd/Kr, Gd/Kg, Bd/Kb, Ad/Ka) 74 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd/Kr,Gd/Kg,Bd/Kb,Ad/Ka) 87 number of bits in the A color component. Kr, Kg, and Kb are similarly 95 SRC_COLOR (Rs/Kr, Gs/Kg, Bs/Kb, As/Ka) 96 ONE_MINUS_SRC_COLOR (1, 1, 1, 1) - (Rs/Kr,Gs/Kg,Bs/Kb,As/Ka) 108 m is the number of bits in the A color component. Kr, Kg, and Kb 113 color. These blend factors are not scaled by Kr, Kg, Kb, and Ka,
|
D | EXT_blend_func_separate.txt | 66 DST_COLOR (Rd/Kr, Gd/Kg, Bd/Kb) Ad/Ka 67 ONE_MINUS_DST_COLOR (1-Rd/Kr, 1-Gd/Kg, 1-Bd/Kb) 1-Ad/Ka 82 SRC_COLOR (Rs/Kr, Gs/Kg, Bs/Kb) As/Ka 83 ONE_MINUS_SRC_COLOR (1-Rs/Kr, 1-Gs/Kg, 1-Bs/Kb) 1-As/Ka
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_blend_color.txt | 73 DST_COLOR (Rd/Kr, Gd/Kg, Bd/Kb, Ad/Ka) 74 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd/Kr,Gd/Kg,Bd/Kb,Ad/Ka) 87 number of bits in the A color component. Kr, Kg, and Kb are similarly 95 SRC_COLOR (Rs/Kr, Gs/Kg, Bs/Kb, As/Ka) 96 ONE_MINUS_SRC_COLOR (1, 1, 1, 1) - (Rs/Kr,Gs/Kg,Bs/Kb,As/Ka) 108 m is the number of bits in the A color component. Kr, Kg, and Kb 113 color. These blend factors are not scaled by Kr, Kg, Kb, and Ka,
|
D | EXT_blend_func_separate.txt | 66 DST_COLOR (Rd/Kr, Gd/Kg, Bd/Kb) Ad/Ka 67 ONE_MINUS_DST_COLOR (1-Rd/Kr, 1-Gd/Kg, 1-Bd/Kb) 1-Ad/Ka 82 SRC_COLOR (Rs/Kr, Gs/Kg, Bs/Kb) As/Ka 83 ONE_MINUS_SRC_COLOR (1-Rs/Kr, 1-Gs/Kg, 1-Bs/Kb) 1-As/Ka
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-color.c | 359 gst_video_color_matrix_get_Kr_Kb (GstVideoColorMatrix matrix, gdouble * Kr, in gst_video_color_matrix_get_Kr_Kb() argument 372 *Kr = 0.30; in gst_video_color_matrix_get_Kr_Kb() 376 *Kr = 0.2126; in gst_video_color_matrix_get_Kr_Kb() 380 *Kr = 0.2990; in gst_video_color_matrix_get_Kr_Kb() 384 *Kr = 0.212; in gst_video_color_matrix_get_Kr_Kb() 388 *Kr = 0.2627; in gst_video_color_matrix_get_Kr_Kb() 392 GST_DEBUG ("matrix: %d, Kr %f, Kb %f", matrix, *Kr, *Kb); in gst_video_color_matrix_get_Kr_Kb()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuda-converter.c | 1567 color_matrix_YCbCr_to_RGB (MatrixData * m, gdouble Kr, gdouble Kb) in color_matrix_YCbCr_to_RGB() argument 1569 gdouble Kg = 1.0 - Kr - Kb; in color_matrix_YCbCr_to_RGB() 1572 {1., 0., 2 * (1 - Kr), 0.}, in color_matrix_YCbCr_to_RGB() 1573 {1., -2 * Kb * (1 - Kb) / Kg, -2 * Kr * (1 - Kr) / Kg, 0.}, in color_matrix_YCbCr_to_RGB() 1583 color_matrix_RGB_to_YCbCr (MatrixData * m, gdouble Kr, gdouble Kb) in color_matrix_RGB_to_YCbCr() argument 1585 gdouble Kg = 1.0 - Kr - Kb; in color_matrix_RGB_to_YCbCr() 1589 k.dm[0][0] = Kr; in color_matrix_RGB_to_YCbCr() 1595 k.dm[1][0] = -x * Kr; in color_matrix_RGB_to_YCbCr() 1600 x = 1 / (2 * (1 - Kr)); in color_matrix_RGB_to_YCbCr() 1601 k.dm[2][0] = x * (1 - Kr); in color_matrix_RGB_to_YCbCr() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkcolorconvert.c | 251 matrix_YCbCr_to_RGB (Matrix4 * m, double Kr, double Kb) in matrix_YCbCr_to_RGB() argument 253 double Kg = 1.0 - Kr - Kb; in matrix_YCbCr_to_RGB() 256 {1., 0., 2 * (1 - Kr), 0.}, in matrix_YCbCr_to_RGB() 257 {1., -2 * Kb * (1 - Kb) / Kg, -2 * Kr * (1 - Kr) / Kg, 0.}, in matrix_YCbCr_to_RGB() 304 gdouble Kr, Kb; in convert_to_RGB() local 306 if (gst_video_color_matrix_get_Kr_Kb (info->colorimetry.matrix, &Kr, &Kb)) in convert_to_RGB() 307 matrix_YCbCr_to_RGB (m, Kr, Kb); in convert_to_RGB() 314 matrix_RGB_to_YCbCr (Matrix4 * m, double Kr, double Kb) in matrix_RGB_to_YCbCr() argument 316 double Kg = 1.0 - Kr - Kb; in matrix_RGB_to_YCbCr() 320 k.dm[0][0] = Kr; in matrix_RGB_to_YCbCr() [all …]
|
/third_party/boost/libs/container_hash/doc/ |
D | thanks.qbk | 16 been made by Daniel Krügler, Alexander Nasonov and 沈慧峰. 23 by Daniel Krügler.
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11converter.cpp | 556 color_matrix_YCbCr_to_RGB (MatrixData * m, gfloat Kr, gfloat Kb) in color_matrix_YCbCr_to_RGB() argument 558 gfloat Kg = 1.0 - Kr - Kb; in color_matrix_YCbCr_to_RGB() 561 {1., 0., 2 * (1 - Kr), 0.}, in color_matrix_YCbCr_to_RGB() 562 {1., -2 * Kb * (1 - Kb) / Kg, -2 * Kr * (1 - Kr) / Kg, 0.}, in color_matrix_YCbCr_to_RGB() 572 color_matrix_RGB_to_YCbCr (MatrixData * m, gfloat Kr, gfloat Kb) in color_matrix_RGB_to_YCbCr() argument 574 gfloat Kg = 1.0 - Kr - Kb; in color_matrix_RGB_to_YCbCr() 578 k.dm[0][0] = Kr; in color_matrix_RGB_to_YCbCr() 584 k.dm[1][0] = -x * Kr; in color_matrix_RGB_to_YCbCr() 589 x = 1 / (2 * (1 - Kr)); in color_matrix_RGB_to_YCbCr() 590 k.dm[2][0] = x * (1 - Kr); in color_matrix_RGB_to_YCbCr() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/ |
D | en_AU.txt | 128 ISK{"Kr"} 130 SEK{"Kr"}
|
D | zu.txt | 271 "i-Icelandic Króna", 685 DKK{"Kr"} 704 ISK{"Kr"} 726 NOK{"Kr"} 736 SEK{"Kr"} 1027 one{"i-Icelandic Króna"} 1028 other{"i-Icelandic Króna"}
|
/third_party/skia/third_party/externals/icu/source/data/curr/ |
D | pcm.txt | 160 "Dẹ́nmák Króna", 268 "Aíslánd Króna", 408 "Nọ́wé Króna", 488 "Swídẹ́n Króna", 883 one{"Dẹ́nmák Króna"} 884 other{"Dẹ́nmák Króna"} 991 one{"Aíslánd Króna"} 992 other{"Aíslánd Króna"} 1131 one{"Nọ́wé Króna"} 1132 other{"Nọ́wé Króna"} [all …]
|
D | en_AU.txt | 217 "Icelandic Króna", 569 ISK{"Kr"} 581 SEK{"Kr"}
|
D | zu.txt | 272 "i-Icelandic Króna", 686 DKK{"Kr"} 705 ISK{"Kr"} 727 NOK{"Kr"} 737 SEK{"Kr"} 1028 one{"i-Icelandic Króna"} 1029 other{"i-Icelandic Króna"}
|
/third_party/icu/icu4c/source/data/curr/ |
D | pcm.txt | 160 "Dẹ́nmák Króna", 268 "Aíslánd Króna", 408 "Nọ́wé Króna", 488 "Swídẹ́n Króna", 883 one{"Dẹ́nmák Króna"} 884 other{"Dẹ́nmák Króna"} 991 one{"Aíslánd Króna"} 992 other{"Aíslánd Króna"} 1131 one{"Nọ́wé Króna"} 1132 other{"Nọ́wé Króna"} [all …]
|
D | en_AU.txt | 217 "Icelandic Króna", 569 ISK{"Kr"} 581 SEK{"Kr"}
|
D | zu.txt | 272 "i-Icelandic Króna", 686 DKK{"Kr"} 705 ISK{"Kr"} 727 NOK{"Kr"} 737 SEK{"Kr"} 1028 one{"i-Icelandic Króna"} 1029 other{"i-Icelandic Króna"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | sg.txt | 154 "Kôzo na Krîstu", 155 "Na pekô tî Krîstu",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | sg.txt | 154 "Kôzo na Krîstu", 155 "Na pekô tî Krîstu",
|
/third_party/icu/icu4c/source/data/locales/ |
D | sg.txt | 154 "Kôzo na Krîstu", 155 "Na pekô tî Krîstu",
|