Home
last modified time | relevance | path

Searched refs:Kb (Results 1 – 25 of 71) sorted by relevance

123

/third_party/flutter/skia/src/core/
DSkYUVMath.cpp129 float Kr, Kb; member
149 const float Kb = c.Kb; 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/
DSkYUVMath.cpp239 float Kr, Kb; member
261 const float Kb = c.Kb; in make_rgb_to_yuv_matrix() local
262 const float Kg = 1.0f - Kr - Kb; in make_rgb_to_yuv_matrix()
263 const float Cr = 0.5f / (1.0f - Kb); 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/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_blend_color.txt73 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,
DEXT_blend_func_separate.txt66 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/
DEXT_blend_color.txt73 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,
DEXT_blend_func_separate.txt66 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/ffmpeg/libavutil/
Dcamellia.c184 …generate_round_keys(AVCAMELLIA *cs, uint64_t Kl[2], uint64_t Kr[2], uint64_t Ka[2], uint64_t Kb[2]) in generate_round_keys()
191 Kd[3] = Kb; in generate_round_keys()
354 uint64_t Kl[2], Kr[2], Ka[2], Kb[2]; in av_camellia_init() local
358 memset(Kb, 0, sizeof(Kb)); in av_camellia_init()
386 Kb[0] = D1; in av_camellia_init()
387 Kb[1] = D2; in av_camellia_init()
389 generate_round_keys(cs, Kl, Kr, Ka, Kb); in av_camellia_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-color.c360 gdouble * Kb) in gst_video_color_matrix_get_Kr_Kb() argument
373 *Kb = 0.11; in gst_video_color_matrix_get_Kr_Kb()
377 *Kb = 0.0722; in gst_video_color_matrix_get_Kr_Kb()
381 *Kb = 0.1140; in gst_video_color_matrix_get_Kr_Kb()
385 *Kb = 0.087; in gst_video_color_matrix_get_Kr_Kb()
389 *Kb = 0.0593; 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()
Dvideo-color.h71 gboolean gst_video_color_matrix_get_Kr_Kb (GstVideoColorMatrix matrix, gdouble * Kr, gdouble * Kb);
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.c1567 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()
1573 {1., -2 * Kb * (1 - Kb) / Kg, -2 * Kr * (1 - Kr) / Kg, 0.}, in color_matrix_YCbCr_to_RGB()
1574 {1., 2 * (1 - Kb), 0., 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()
1591 k.dm[0][2] = Kb; in color_matrix_RGB_to_YCbCr()
1594 x = 1 / (2 * (1 - Kb)); in color_matrix_RGB_to_YCbCr()
1597 k.dm[1][2] = x * (1 - Kb); in color_matrix_RGB_to_YCbCr()
1603 k.dm[2][2] = -x * Kb; in color_matrix_RGB_to_YCbCr()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkcolorconvert.c251 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()
257 {1., -2 * Kb * (1 - Kb) / Kg, -2 * Kr * (1 - Kr) / Kg, 0.}, in matrix_YCbCr_to_RGB()
258 {1., 2 * (1 - Kb), 0., 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()
322 k.dm[0][2] = Kb; in matrix_RGB_to_YCbCr()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11converter.cpp556 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()
562 {1., -2 * Kb * (1 - Kb) / Kg, -2 * Kr * (1 - Kr) / Kg, 0.}, in color_matrix_YCbCr_to_RGB()
563 {1., 2 * (1 - Kb), 0., 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()
580 k.dm[0][2] = Kb; in color_matrix_RGB_to_YCbCr()
583 x = 1 / (2 * (1 - Kb)); in color_matrix_RGB_to_YCbCr()
586 k.dm[1][2] = x * (1 - Kb); in color_matrix_RGB_to_YCbCr()
592 k.dm[2][2] = -x * Kb; in color_matrix_RGB_to_YCbCr()
[all …]
/third_party/openssl/test/certs/
Dee-cert.pem15 xOgAExfz3Tf/pjsLaha5aWH7NyCSKWC+lYkIOJ/Kb/m/6QsDJoXsEC8AhrPfqJhz
Dee+serverAuth.pem15 xOgAExfz3Tf/pjsLaha5aWH7NyCSKWC+lYkIOJ/Kb/m/6QsDJoXsEC8AhrPfqJhz
Dee-serverAuth.pem15 xOgAExfz3Tf/pjsLaha5aWH7NyCSKWC+lYkIOJ/Kb/m/6QsDJoXsEC8AhrPfqJhz
/third_party/icu/icu4c/source/data/brkitr/
Den.txt53 "Kb.",
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/
Den.txt53 "Kb.",
/third_party/skia/third_party/externals/icu/source/data/brkitr/
Den.txt53 "Kb.",
/third_party/curl/m4/
Dzz50-xc-ovr.m436 dnl script by nearly 300 Kb.
/third_party/openssl/test/
Ddane-cross.in43 xOgAExfz3Tf/pjsLaha5aWH7NyCSKWC+lYkIOJ/Kb/m/6QsDJoXsEC8AhrPfqJhz
/third_party/iowow/
DREADME.md27 * Tiny C11 library (200Kb) can be easily embedded into any software
40 * In-memory cache for every opened database takes `~130Kb`, cache can be disposed by `iwkv_db_cache…
/third_party/flutter/skia/gm/
Dwacky_yuv_formats.cpp378 static const float Kb = 0.114f; in convert_rgba_to_yuva_601_shared() local
379 static const float Kg = 1.0f - Kr - Kb; in convert_rgba_to_yuva_601_shared()
385 float Ey = Kr * r + Kg * g + Kb * b; in convert_rgba_to_yuva_601_shared()
411 static const float Kb = 0.0722f; in convert_rgba_to_yuva_709() local
412 static const float Kg = 1.0f - Kr - Kb; in convert_rgba_to_yuva_709()
418 float Ey = Kr * r + Kg * g + Kb * b; in convert_rgba_to_yuva_709()
/third_party/boost/libs/gil/doc/html/
Dobjects.inv12 RBBq� ��Ygǘ{p��H�����i�&�����}�s] g��1ە΄飆��;ʂww�Kb�A��1z%
/third_party/parse5/scripts/generate-named-entity-data/
DREADME.md6 This new approach reduces the size of the character reference data to ~250Kb and maintains performa…
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Dkea.txt615 dnam{"Kb"}
616 other{"{0} Kb"}

123