Home
last modified time | relevance | path

Searched refs:y16 (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dmpegvideodsp.c35 int stride, int h, int x16, int y16, int rounder) in gmc1_altivec() argument
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()
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/
Dmpegvideodsp.c25 int x16, int y16, int rounder) in gmc1_c() argument
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()
Dmpegvideodsp.h33 int srcStride, int h, int x16, int y16, int rounder);
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitDestructuringArrayPattern4.js5 var [x16, y16, z16, ...a8] = [1, 2, 3]; variable
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: [];
DdeclarationEmitDestructuringArrayPattern4.symbols14 var [x16, y16, z16, ...a8] = [1, 2, 3];
16 >y16 : Symbol(y16, Decl(declarationEmitDestructuringArrayPattern4.ts, 3, 9))
DdeclarationEmitDestructuringArrayPattern4.types26 var [x16, y16, z16, ...a8] = [1, 2, 3];
28 >y16 : number
DgenericsManyTypeParameters.js35 x14: a114, y16: a214, z14: a314, a14: a414, b14: a514, c14: a614,
55 x14 , y16 , z14 , a14 , b14 , c14,
63 …b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13, b13, c13, x14, y16, z14, a14, b14, c14…
77 x14, y16, z14, a14, b14, c14,
DgenericsManyTypeParameters.types3 …3: a113, y15: a213, z13: a313, a13: a413, b13: a513, c13: a613, x14: a114, y16: a214, z14: a314, a…
128 x14: a114, y16: a214, z14: a314, a14: a414, b14: a514, c14: a614,
130 >y16 : a214
171 … , b12 , c12, x13 , y15 , z13 , a13 , b13 , c13, x14 , y16 , z14 , a14 , b14 ,…
275 x14 , y16 , z14 , a14 , b14 , c14,
277 >y16 : a214
DgenericsManyTypeParameters.symbols332 x14: a114, y16: a214, z14: a314, a14: a414, b14: a514, c14: a614,
335 >y16 : Symbol(y16, Decl(genericsManyTypeParameters.ts, 33, 18))
508 x14 , y16 , z14 , a14 , b14 , c14,
510 >y16 : Symbol(y16, Decl(genericsManyTypeParameters.ts, 33, 18))
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitDestructuringArrayPattern4.ts5 var [x16, y16, z16, ...a8] = [1, 2, 3]; variable
DgenericsManyTypeParameters.ts34 x14: a114, y16: a214, z14: a314, a14: a414, b14: a514, c14: a614,
54 x14 , y16 , z14 , a14 , b14 , c14,