Home
last modified time | relevance | path

Searched refs:yc (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libswscale/
H A Drgb2rgb_template.c387 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[ in yuvPlanartoyuy2_c()
451 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; yuvPlanartouyvy_c() local
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DDisplacementMapEffect.cpp214 yc = Coeffs(fYSelector); member in skottie::internal::__anon18548::final
219 xc.dr*s.x, yc.dr*s.y, 0, 0,
220 xc.dg*s.x, yc.dg*s.y, 0, 0,
221 xc.db*s.x, yc.db*s.y, 0, 0,
222 xc.da*s.x, yc.da*s.y, xc.c_scale, yc.c_scale,
231 (yc.d_offset - .5f) * s.y,
233 yc.c_offset,
/third_party/ffmpeg/libavfilter/
H A Dvf_ciescope.c722 float *const yc) in uv_to_xy()
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()
741 *yc = 4*vp / (6*up - 16*vp + 12); in upvp_to_xy()
746 float yc, in xy_to_upvp()
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()
767 const float scale = 1.f / (-2.f*xc + 12.f*yc + 3.f); in xy_to_uv()
769 *v = 6.f*yc * scal in xy_to_uv()
719 uv_to_xy(float const u, float const v, float *const xc, float *const yc) uv_to_xy() argument
732 upvp_to_xy(float const up, float const vp, float * const xc, float * const yc) upvp_to_xy() argument
745 xy_to_upvp(float xc, float yc, float * const up, float * const vp) xy_to_upvp() argument
759 xy_to_uv(float xc, float yc, float * const u, float * const v) xy_to_uv() argument
773 xyz_to_rgb(const float m[3][3], float xc, float yc, float zc, float * const r, float * const g, float * const b) xyz_to_rgb() argument
[all...]
H A Dvf_curves.c266 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()
H A Dvf_signalstats.c225 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()
H A Dvsrc_testsrc.c794 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/python/Lib/
H A D_pydecimal.py2076 # value of other. Write x = xc*10**xe and abs(y) = yc*10**ye, with xc
2077 # and yc positive integers not divisible by 10.
2105 # (2) must apply. Now |y| < 1/nbits(xc) iff |yc|*nbits(xc) <
2106 # 10**-ye iff len(str(|yc|*nbits(xc)) <= -ye.
2114 # if len(str(abs(yc*xe)) <= -ye then abs(yc*xe) < 10**-ye,
2116 # Similarly, len(str(abs(yc)*xc_bits)) <= -ye implies |y|
2126 yc, ye = y.int, y.exp
2127 while yc % 10 == 0:
2128 yc //
[all...]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Ddemo-compiled.js512 1!=a&&t(e,8,a)}t(e,2,parseInt(d,10));return e}function wc(a,b){a=Q(a,mc(a,b));if(null==a)return!0;b=N(b);return!R(b,q(a,24))}function K(a,b){return(a="string"==typeof a?b.match("^(?:"+a+")$"):b.match(a))&&a[0].length==b.length?!0:!1};function xc(a){this.fa=/\u2008/;this.ma="";this.v=new z;this.da="";this.s=new z;this.ba=new z;this.u=!0;this.ea=this.ca=this.oa=!1;this.ga=hb.ja();this.$=0;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=new F;t(zc,11,"NA");
513 var Ac=/^[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]*\$1[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]*(\$\d[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]*)*$/,Bc=/[- ]/;function yc(a,b){var c=a.ga;b=Ib(b)?Pb(c,b):0;a=Q(a.ga,P(b));return null!=a?a:zc}
521 function Fc(a){var b=a.ba.toString(),c=new RegExp("^(?:\\+|"+q(a.l,11)+")");c=b.match(c);return null!=c&&null!=c[0]&&0<c[0].length?(a.ca=!0,c=c[0].length,A(a.g),a.g.g(b.substring(c)),A(a.h),a.h.g(b.substring(0,c)),"+"!=b.charAt(0)&&a.h.g(" "),!0):!1}function Gc(a){if(0==a.g.h.length)return!1;var b=new z,c=sc(a.g,b);if(0==c)return!1;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(" ");a.o="";return!0}
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c850 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/ffmpeg/libavcodec/
H A Djpeg2000dec.c1405 int yc = y / s->cdy[compno]; in jpeg2000_decode_packets_po_iteration() local
1407 if (yc % (1LL << (rlevel->log2_prec_height + reducedresno)) && y != tile->coord[1][0]) //FIXME this is a subset of the check in jpeg2000_decode_packets_po_iteration()
1415 prcy = ff_jpeg2000_ceildivpow2(yc, reducedresno) >> rlevel->log2_prec_height; in jpeg2000_decode_packets_po_iteration()

Completed in 35 milliseconds