Home
last modified time | relevance | path

Searched refs:yc (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/
H A Dpagecurl.fsh55 vec3 hitPoint(float hitAngle, float yc, vec3 point, mat3 rrotation)
83 vec4 seeThrough(float yc, vec2 p, mat3 rotation, mat3 rrotation)
85 float hitAngle = PI - (acos(yc / cylinderRadius) - cylinderAngle);
86 vec3 point = hitPoint(hitAngle, yc, rotation * vec3(p, 1.0), rrotation);
87 if (yc <= 0.0 && (point.x < 0.0 || point.y < 0.0 || point.x > 1.0 || point.y > 1.0))
89 if (yc > 0.0)
96 vec4 seeThroughWithShadow(float yc, vec2 p, vec3 point, mat3 rotation, mat3 rrotation)
104 vec4 shadowColor = seeThrough(yc, p, rotation, rrotation);
111 vec4 backside(float yc, vec3 point)
115 gray += (8.0 / 10.0) * (pow(1.0 - abs(yc / cylinderRadius), 2.0 / 10.0) / 2.0 + (5.0 / 10.0));
[all …]
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dieee754int.h49 unsigned int ym; int ye; int ys; int yc
79 #define EXPLODEYSP EXPLODESP(y, yc, ys, ye, ym)
87 u64 ym; int ye; int ys; int yc
117 #define EXPLODEYDP EXPLODEDP(y, yc, ys, ye, ym)
143 #define FLUSHYDP FLUSHDP(y, yc, ys, ye, ym)
146 #define FLUSHYSP FLUSHSP(y, yc, ys, ye, ym)
H A Dsp_cmp.c26 if (ieee754_class_nan(xc) || ieee754_class_nan(yc)) { in ieee754sp_cmp()
28 xc == IEEE754_CLASS_SNAN || yc == IEEE754_CLASS_SNAN) in ieee754sp_cmp()
H A Ddp_cmp.c26 if (ieee754_class_nan(xc) || ieee754_class_nan(yc)) { in ieee754dp_cmp()
28 xc == IEEE754_CLASS_SNAN || yc == IEEE754_CLASS_SNAN) in ieee754dp_cmp()
H A Dsp_maddf.c53 if (yc == IEEE754_CLASS_SNAN) in _sp_maddf()
59 if (yc == IEEE754_CLASS_QNAN) in _sp_maddf()
66 switch (CLPAIR(xc, yc)) { in _sp_maddf()
H A Ddp_maddf.c85 if (yc == IEEE754_CLASS_SNAN) in _dp_maddf()
91 if (yc == IEEE754_CLASS_QNAN) in _dp_maddf()
98 switch (CLPAIR(xc, yc)) { in _dp_maddf()
H A Dsp_fmin.c31 switch (CLPAIR(xc, yc)) { in ieee754sp_fmin()
157 switch (CLPAIR(xc, yc)) { in ieee754sp_fmina()
H A Dsp_fmax.c31 switch (CLPAIR(xc, yc)) { in ieee754sp_fmax()
157 switch (CLPAIR(xc, yc)) { in ieee754sp_fmaxa()
H A Ddp_fmax.c31 switch (CLPAIR(xc, yc)) { in ieee754dp_fmax()
157 switch (CLPAIR(xc, yc)) { in ieee754dp_fmaxa()
H A Ddp_fmin.c31 switch (CLPAIR(xc, yc)) { in ieee754dp_fmin()
157 switch (CLPAIR(xc, yc)) { in ieee754dp_fmina()
H A Dsp_fdp.c42 if (!ieee754_class_nan(yc)) in ieee754sp_fdp()
H A Ddp_div.c29 switch (CLPAIR(xc, yc)) { in ieee754dp_div()
H A Dsp_div.c29 switch (CLPAIR(xc, yc)) { in ieee754sp_div()
H A Dsp_sub.c27 switch (CLPAIR(xc, yc)) { in ieee754sp_sub()
H A Dsp_add.c27 switch (CLPAIR(xc, yc)) { in ieee754sp_add()
H A Ddp_sub.c27 switch (CLPAIR(xc, yc)) { in ieee754dp_sub()
H A Ddp_add.c27 switch (CLPAIR(xc, yc)) { in ieee754dp_add()
H A Dsp_mul.c37 switch (CLPAIR(xc, yc)) { in ieee754sp_mul()
H A Ddp_mul.c37 switch (CLPAIR(xc, yc)) { in ieee754dp_mul()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dimage.h68 size_t xc, size_t yc, size_t r, uint32_t color);
70 size_t xc, size_t yc, size_t small_r, size_t big_r, uint32_t color);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dimage.h68 size_t xc, size_t yc, size_t r, uint32_t color);
70 size_t xc, size_t yc, size_t small_r, size_t big_r, uint32_t color);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dimage.h68 size_t xc, size_t yc, size_t r, uint32_t color);
70 size_t xc, size_t yc, size_t small_r, size_t big_r, uint32_t color);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dimage.h68 size_t xc, size_t yc, size_t r, uint32_t color);
70 size_t xc, size_t yc, size_t small_r, size_t big_r, uint32_t color);
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_uds.h30 u16 yc; member
/OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c678 int lin_y, yc; in color_to_ycbcr() local
701 yc = linear_to_rec709(lin_y); in color_to_ycbcr()
702 *y = full ? yc : (yc * 219) / 255 + (16 << 4); in color_to_ycbcr()
703 if (b <= yc) in color_to_ycbcr()
704 *cb = (((b - yc) * (full ? bt2020c_full[0] : bt2020c[0])) >> 16) + (128 << 4); in color_to_ycbcr()
706 *cb = (((b - yc) * (full ? bt2020c_full[1] : bt2020c[1])) >> 16) + (128 << 4); in color_to_ycbcr()
707 if (r <= yc) in color_to_ycbcr()
708 *cr = (((r - yc) * (full ? bt2020c_full[2] : bt2020c[2])) >> 16) + (128 << 4); in color_to_ycbcr()
710 *cr = (((r - yc) * (full ? bt2020c_full[3] : bt2020c[3])) >> 16) + (128 << 4); in color_to_ycbcr()

12