Home
last modified time | relevance | path

Searched refs:y16 (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
H A Dmpegvideodsp.c35 int stride, int h, int x16, int y16, int rounder) in gmc1_altivec()
40 (16 - x16) * (16 - y16), /* A */ in gmc1_altivec()
41 (x16) * (16 - y16), /* B */ in gmc1_altivec()
42 (16 - x16) * (y16), /* C */ in gmc1_altivec()
43 (x16) * (y16), /* D */ in gmc1_altivec()
34 gmc1_altivec(uint8_t *dst , uint8_t *src , int stride, int h, int x16, int y16, int rounder) gmc1_altivec() argument
H A Dfft_vsx.h67 vec_f y16, y17, y18, y19; in pass_vsx_interleave() local
124 y16 = vec_perm(y10, y15, vcprm(0,2,s0,s2)); in pass_vsx_interleave()
132 y18 = vec_add(vz0plus1, y16); in pass_vsx_interleave()
133 y19 = vec_sub(vz0plus1, y16); in pass_vsx_interleave()
216 y16 = vec_perm(y10, y15, vcprm(0,2,s0,s2)); in pass_vsx_interleave()
224 y18 = vec_add(vz0plus1, y16); in pass_vsx_interleave()
225 y19 = vec_sub(vz0plus1, y16); in pass_vsx_interleave()
/third_party/ffmpeg/libavcodec/
H A Dmpegvideodsp.c25 int x16, int y16, int rounder) in gmc1_c()
27 const int A = (16 - x16) * (16 - y16); in gmc1_c()
28 const int B = (x16) * (16 - y16); in gmc1_c()
29 const int C = (16 - x16) * (y16); in gmc1_c()
30 const int D = (x16) * (y16); in gmc1_c()
24 gmc1_c(uint8_t *dst, uint8_t *src, int stride, int h, int x16, int y16, int rounder) gmc1_c() argument
H A Dmpegvideodsp.h33 int srcStride, int h, int x16, int y16, int rounder);
/third_party/typescript/tests/baselines/reference/
H A DdeclarationEmitDestructuringArrayPattern4.js5 var [x16, y16, z16, ...a8] = [1, 2, 3];
16 var _c = [1, 2, 3], x16 = _c[0], y16 = _c[1], z16 = _c[2], a8 = _c.slice(3);
27 declare var x16: number, y16: number, z16: number, a8: [];
H A DgenericsManyTypeParameters.js35 x14: a114, y16: a214, z14: a314, a14: a414, b14: a514, c14: a614,
55 x14 , y16 , z14 , a14 , b14 , c14,
63 function Foo(x1, y1, z1, a1, b1, c1, x2, y2, z2, a2, b2, c2, x3, y3, z3, a3, b3, c3, x4, y4, z4, a4, b4, c4, x5, y5, z5, a5, b5, c5, x6, y6, z6, a6, b6, c6, x7, y7, z7, a7, b7, c7, x8, y8, z8, a8, b8, c8, x9, y9, z9, a9, b9, c9, x10, y12, z10, a10, b10, c10, x11, y13, z11, a11, b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13, b13, c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17, y19, z17, a17, b17, c17, x18, y10, z18, a18, b18, c18) {
77 x14, y16, z14, a14, b14, c14,

Completed in 3 milliseconds