Home
last modified time | relevance | path

Searched refs:by0 (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgeometricmath.c125 gint bx0, bx1, by0, by1, b00, b10, b01, b11; in gst_gm_noise_2() local
137 by0 = ((gint) t) & BM; in gst_gm_noise_2()
138 by1 = (by0 + 1) & BM; in gst_gm_noise_2()
145 b00 = noise->p[i + by0]; in gst_gm_noise_2()
146 b10 = noise->p[j + by0]; in gst_gm_noise_2()
/third_party/typescript/tests/cases/fourslash/
DfindAllRefsReExportLocal.ts16 const [ax0Def, ax0, ax1Def, ax1, ax2Def, ax2, ay, bx0Def, bx0, by0, bx1, by1] = test.ranges(); constant
19 const byRanges = [by0, by1];
34 verify.renameLocations(byRanges, [{ range: by0, prefixText: "y as " }, by1]);