/third_party/ffmpeg/libswscale/ |
D | rgb2rgb_template.c | 387 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; in yuvPlanartoyuy2_c() local 389 uint64_t k = yc[0] + (uc[0] << 8) + in yuvPlanartoyuy2_c() 390 (yc[1] << 16) + ((unsigned) vc[0] << 24); in yuvPlanartoyuy2_c() 391 uint64_t l = yc[2] + (uc[1] << 8) + in yuvPlanartoyuy2_c() 392 (yc[3] << 16) + ((unsigned) vc[1] << 24); in yuvPlanartoyuy2_c() 394 yc += 4; in yuvPlanartoyuy2_c() 401 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; in yuvPlanartoyuy2_c() 405 *idst++ = (yc[0] << 24) + (uc[0] << 16) + in yuvPlanartoyuy2_c() 406 (yc[1] << 8) + (vc[0] << 0); in yuvPlanartoyuy2_c() 408 *idst++ = yc[0] + (uc[0] << 8) + in yuvPlanartoyuy2_c() [all …]
|
/third_party/skia/modules/skottie/src/effects/ |
D | DisplacementMapEffect.cpp | 214 yc = Coeffs(fYSelector); in buildEffectShader() local 219 xc.dr*s.x, yc.dr*s.y, 0, 0, in buildEffectShader() 220 xc.dg*s.x, yc.dg*s.y, 0, 0, in buildEffectShader() 221 xc.db*s.x, yc.db*s.y, 0, 0, in buildEffectShader() 222 xc.da*s.x, yc.da*s.y, xc.c_scale, yc.c_scale, in buildEffectShader() 231 (yc.d_offset - .5f) * s.y, in buildEffectShader() 233 yc.c_offset, in buildEffectShader()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_ciescope.c | 722 float *const yc) in uv_to_xy() argument 728 *yc = 2.f*v / (2.f*u - 8.f*v + 4.f); in uv_to_xy() 735 float * const yc) in upvp_to_xy() argument 741 *yc = 4*vp / (6*up - 16*vp + 12); in upvp_to_xy() 746 float yc, in xy_to_upvp() argument 753 const float scale = 1.f / (-2.f*xc + 12.f*yc + 3.f); in xy_to_upvp() 755 *vp = 9.f*yc * scale; in xy_to_upvp() 760 float yc, in xy_to_uv() argument 767 const float scale = 1.f / (-2.f*xc + 12.f*yc + 3.f); in xy_to_uv() 769 *v = 6.f*yc * scale; in xy_to_uv() [all …]
|
D | vf_curves.c | 266 const double yc = point->next->y; in interpolate() local 268 r[i] = 6 * ((yn-yc)/h[i] - (yc-yp)/h[i-1]); in interpolate() 304 const double yc = point->y; in interpolate() local 307 const double a = yc; in interpolate() 308 const double b = (yn-yc)/h[i] - h[i]*r[i]/2. - h[i]*(r[i+1]-r[i])/6.; in interpolate()
|
D | vf_signalstats.c | 225 const int yc = y >> s->vsub; in filter8_brng() local 227 const uint8_t *pchromau = &in->data[1][yc * in->linesize[1]]; in filter8_brng() 228 const uint8_t *pchromav = &in->data[2][yc * in->linesize[2]]; in filter8_brng() 260 const int yc = y >> s->vsub; in filter16_brng() local 262 const uint16_t *pchromau = (uint16_t *)&in->data[1][yc * in->linesize[1]]; in filter16_brng() 263 const uint16_t *pchromav = (uint16_t *)&in->data[2][yc * in->linesize[2]]; in filter16_brng()
|
D | vsrc_testsrc.c | 794 int yc = (s->h >> 2); in test2_fill_picture() local 813 int y = av_rescale(yh, i, steps) + yc; in test2_fill_picture() 827 int yc = (s->h >> 2) + (s->h >> 1); in test2_fill_picture() local 830 int ym1 = ff_draw_round_to_sub(&s->draw, 1, -1, yc - 8); in test2_fill_picture() 831 int ym2 = ff_draw_round_to_sub(&s->draw, 1, +1, yc + 8); in test2_fill_picture() 843 y1 = ff_draw_round_to_sub(&s->draw, 1, -1, yc - 4 - size); in test2_fill_picture() 844 y2 = ff_draw_round_to_sub(&s->draw, 1, +1, yc + 4 + size); in test2_fill_picture()
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.rc | 5 #define yc 168 69 #undef yc 72 #define yc 128
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | OverwriteDialog.rc | 5 #define yc 200 48 #undef yc 52 #define yc 144
|
D | ProgressDialog.rc | 5 #define yc 44
|
D | PasswordDialog.rc | 5 #define yc 72
|
D | ProgressDialog2a.rc | 40 #define yc (z0 + z0s + bys)
|
/third_party/lzma/CPP/7zip/ |
D | GuiCommon.rc | 18 #undef yc 44 #define ys (yc + m + m)
|
/third_party/openssl/test/ocsp-tests/ |
D | WINH_ND2.ors | 6 sPv9gtl3KLUZyR+NbGMIa5/bpoJp0yg1z5VL6CLMusy3AF6Cn2fyaioDxG+yc+gA
|
D | WRID_ND2.ors | 6 sPv9gtl3KLUZyR+NbGMIa5/bpoJp0yg1z5VL6CLMusy3AF6Cn2fyaioDxG+yc+gA
|
D | WIKH_ND2.ors | 6 sPv9gtl3KLUZyR+NbGMIa5/bpoJp0yg1z5VL6CLMusy3AF6Cn2fyaioDxG+yc+gA
|
D | ND2.ors | 6 sPv9gtl3KLUZyR+NbGMIa5/bpoJp0yg1z5VL6CLMusy3AF6Cn2fyaioDxG+yc+gA
|
/third_party/python/Lib/ |
D | _pydecimal.py | 2116 yc, ye = y.int, y.exp 2117 while yc % 10 == 0: 2118 yc //= 10 2124 xe *= yc 2183 e = _decimal_lshift_exact(e * yc, ye) 2184 xe = _decimal_lshift_exact(xe * yc, ye) 2210 e = _decimal_lshift_exact(e * yc, ye) 2211 xe = _decimal_lshift_exact(xe * yc, ye) 2228 m, n = yc*10**ye, 1 2230 if xe != 0 and len(str(abs(yc*xe))) <= -ye: [all …]
|
/third_party/openssl/test/smime-certs/ |
D | smdh.pem | 27 yc+W9V6gp855/1EEeBDplOdnUS3mIswLBgcCggEAVWAlod+cFUlh9pCHU3KhVknn
|
/third_party/lzma/CPP/7zip/Bundles/SFXWin/ |
D | resource.rc | 11 #define yc 64
|
/third_party/python/Doc/tools/ |
D | susp-ignored.csv | 14 faq/programming,,:chr,">=4.0) or 1+f(xc,yc,x*x-y*y+xc,2.0*x*y+yc,k-1,f):f(xc,yc,x,y,k,f):chr(" 16 faq/programming,,:reduce,"Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,"
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "xs" | "xt" | "xu" | "xv" | "xw" | "xx" | "xy" | "xz" | "ya" | "yb" | "yc" | "yd" | "ye" | "yf… 9 …yc: "aa.yc"; yd: "aa.yd"; ye: "aa.ye"; yf: "aa.yf"; yg: "aa.yg"; yh: "aa.yh"; yi: "aa.yi"; yj: "aa… 10 …yc: "aa.yc"; yd: "aa.yd"; ye: "aa.ye"; yf: "aa.yf"; yg: "aa.yg"; yh: "aa.yh"; yi: "aa.yi"; yj: "aa…
|
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "xs" | "xt" | "xu" | "xv" | "xw" | "xx" | "xy" | "xz" | "ya" | "yb" | "yc" | "yd" | "ye" | "yf… 9 …yc: "aa.yc"; yd: "aa.yd"; ye: "aa.ye"; yf: "aa.yf"; yg: "aa.yg"; yh: "aa.yh"; yi: "aa.yi"; yj: "aa… 10 …yc: "aa.yc"; yd: "aa.yd"; ye: "aa.ye"; yf: "aa.yf"; yg: "aa.yg"; yh: "aa.yh"; yi: "aa.yi"; yj: "aa…
|
/third_party/python/Doc/faq/ |
D | programming.rst | 751 Iu=Iu,Io=Io,Ru=Ru,Ro=Ro,Sy=Sy,L=lambda yc,Iu=Iu,Io=Io,Ru=Ru,Ro=Ro,i=IM, 752 Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro, 753 i=i,Sx=Sx,F=lambda xc,yc,x,y,k,f=lambda xc,yc,x,y,k,f:(k<=0)or (x*x+y*y 754 >=4.0) or 1+f(xc,yc,x*x-y*y+xc,2.0*x*y+yc,k-1,f):f(xc,yc,x,y,k,f):chr( 755 64+F(Ru+x*(Ro-Ru)/Sx,yc,0,0,i)),range(Sx))):L(Iu+y*(Io-Iu)/Sy),range(Sy
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 850 get_next_xcoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_xcoord() argument 876 return yc; in get_next_xcoord() 880 return max - yc; in get_next_xcoord() 888 get_next_ycoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_ycoord() argument 891 return yc; in get_next_ycoord()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | demo-compiled.js | 512 …;this.h=new z;this.ha=!1;this.o="";this.g=new z;this.j=[];this.na=a;this.l=yc(this,this.na)}var zc… 513 …\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]*)*$/,Bc=/[- ]/;function yc(a,b){var c=a.ga;b=Ib… function 521 …;A(a.g);a.g.g(b.toString());b=P(c);"001"==b?a.l=Q(a.ga,""+c):b!=a.na&&(a.l=yc(a,b));a.h.g(""+c).g(…
|