| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/ |
| H A D | pagecurl.fsh | 55 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 D | ieee754int.h | 49 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 D | sp_cmp.c | 26 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 D | dp_cmp.c | 26 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 D | sp_maddf.c | 53 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 D | dp_maddf.c | 85 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 D | sp_fmin.c | 31 switch (CLPAIR(xc, yc)) { in ieee754sp_fmin() 157 switch (CLPAIR(xc, yc)) { in ieee754sp_fmina()
|
| H A D | sp_fmax.c | 31 switch (CLPAIR(xc, yc)) { in ieee754sp_fmax() 157 switch (CLPAIR(xc, yc)) { in ieee754sp_fmaxa()
|
| H A D | dp_fmax.c | 31 switch (CLPAIR(xc, yc)) { in ieee754dp_fmax() 157 switch (CLPAIR(xc, yc)) { in ieee754dp_fmaxa()
|
| H A D | dp_fmin.c | 31 switch (CLPAIR(xc, yc)) { in ieee754dp_fmin() 157 switch (CLPAIR(xc, yc)) { in ieee754dp_fmina()
|
| H A D | sp_fdp.c | 42 if (!ieee754_class_nan(yc)) in ieee754sp_fdp()
|
| H A D | dp_div.c | 29 switch (CLPAIR(xc, yc)) { in ieee754dp_div()
|
| H A D | sp_div.c | 29 switch (CLPAIR(xc, yc)) { in ieee754sp_div()
|
| H A D | sp_sub.c | 27 switch (CLPAIR(xc, yc)) { in ieee754sp_sub()
|
| H A D | sp_add.c | 27 switch (CLPAIR(xc, yc)) { in ieee754sp_add()
|
| H A D | dp_sub.c | 27 switch (CLPAIR(xc, yc)) { in ieee754dp_sub()
|
| H A D | dp_add.c | 27 switch (CLPAIR(xc, yc)) { in ieee754dp_add()
|
| H A D | sp_mul.c | 37 switch (CLPAIR(xc, yc)) { in ieee754sp_mul()
|
| H A D | dp_mul.c | 37 switch (CLPAIR(xc, yc)) { in ieee754dp_mul()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | image.h | 68 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 D | image.h | 68 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 D | image.h | 68 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 D | image.h | 68 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 D | sh_css_uds.h | 30 u16 yc; member
|
| /OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/ |
| H A D | v4l2-tpg-core.c | 678 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()
|