Home
last modified time | relevance | path

Searched refs:xo (Results 126 – 150 of 6130) sorted by path

12345678910>>...246

/dports/audio/gstreamer1-plugins-lv2/gst-plugins-bad-1.16.2/gst/jp2kdecimator/
H A Djp2kcodestream.c494 siz->xo = gst_byte_reader_get_uint32_be_unchecked (reader); in parse_siz()
548 gst_byte_writer_put_uint32_be_unchecked (writer, siz->xo); in write_siz()
1088 MAX (header->siz.xto + tile->tile_x * header->siz.xt, header->siz.xo); in parse_tile()
H A Djp2kcodestream.h60 guint32 xo, yo; /* origin */ member
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/gst/geometrictransform/
H A Dgstrotate.c142 gdouble xi, yi, xo, yo; /* positions in/out x/y */ in rotate_map() local
158 xo = x - cox; in rotate_map()
160 ao = atan2 (yo, xo); in rotate_map()
161 r = sqrt (xo * xo + yo * yo); in rotate_map()
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/gst/jp2kdecimator/
H A Djp2kcodestream.c494 siz->xo = gst_byte_reader_get_uint32_be_unchecked (reader); in parse_siz()
548 gst_byte_writer_put_uint32_be_unchecked (writer, siz->xo); in write_siz()
1088 MAX (header->siz.xto + tile->tile_x * header->siz.xt, header->siz.xo); in parse_tile()
H A Djp2kcodestream.h60 guint32 xo, yo; /* origin */ member
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c290 Transform (SIMI * Simi, F_PT xo, F_PT yo, F_PT * x, F_PT * y) in Transform() argument
294 xo = xo - Simi->Cx; in Transform()
295 xo = (xo * Simi->R) >> FIX; /* / UNIT; */ in Transform()
299 xx = xo - Simi->Cx; in Transform()
304 *x = ((xo * Simi->Ct - yo * Simi->St + xx * Simi->Ct2 - yy * Simi->St2) in Transform()
313 Trace (FRACTAL * F, F_PT xo, F_PT yo, IfsData * data) in Trace() argument
320 Transform (Cur, xo, yo, &x, &y); in Trace()
328 if (F->Depth && ((x - xo) >> 4) && ((y - yo) >> 4)) { in Trace()
341 F_PT x, y, xo, yo; in Draw_Fractal() local
362 xo = Cur->Cx; in Draw_Fractal()
[all …]
/dports/audio/gstreamer1-plugins-musepack/gst-plugins-bad-1.16.2/gst/geometrictransform/
H A Dgstrotate.c142 gdouble xi, yi, xo, yo; /* positions in/out x/y */ in rotate_map() local
158 xo = x - cox; in rotate_map()
160 ao = atan2 (yo, xo); in rotate_map()
161 r = sqrt (xo * xo + yo * yo); in rotate_map()
/dports/audio/gstreamer1-plugins-musepack/gst-plugins-bad-1.16.2/gst/jp2kdecimator/
H A Djp2kcodestream.c494 siz->xo = gst_byte_reader_get_uint32_be_unchecked (reader); in parse_siz()
548 gst_byte_writer_put_uint32_be_unchecked (writer, siz->xo); in write_siz()
1088 MAX (header->siz.xto + tile->tile_x * header->siz.xt, header->siz.xo); in parse_tile()
H A Djp2kcodestream.h60 guint32 xo, yo; /* origin */ member
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-scaler.c1462 guint xo, xw; in gst_video_scaler_2d() local
1465 xo = x * n_elems; in gst_video_scaler_2d()
1468 s = LINE (src, src_stride, y) + xo; in gst_video_scaler_2d()
1469 d = LINE (dest, dest_stride, y) + xo; in gst_video_scaler_2d()
/dports/audio/gstreamer1-plugins-openmpt/gst-plugins-bad-1.16.2/gst/geometrictransform/
H A Dgstrotate.c142 gdouble xi, yi, xo, yo; /* positions in/out x/y */ in rotate_map() local
158 xo = x - cox; in rotate_map()
160 ao = atan2 (yo, xo); in rotate_map()
161 r = sqrt (xo * xo + yo * yo); in rotate_map()
/dports/audio/gstreamer1-plugins-openmpt/gst-plugins-bad-1.16.2/gst/jp2kdecimator/
H A Djp2kcodestream.c494 siz->xo = gst_byte_reader_get_uint32_be_unchecked (reader); in parse_siz()
548 gst_byte_writer_put_uint32_be_unchecked (writer, siz->xo); in write_siz()
1088 MAX (header->siz.xto + tile->tile_x * header->siz.xt, header->siz.xo); in parse_tile()
H A Djp2kcodestream.h60 guint32 xo, yo; /* origin */ member
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-scaler.c1462 guint xo, xw; in gst_video_scaler_2d() local
1465 xo = x * n_elems; in gst_video_scaler_2d()
1468 s = LINE (src, src_stride, y) + xo; in gst_video_scaler_2d()
1469 d = LINE (dest, dest_stride, y) + xo; in gst_video_scaler_2d()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c290 Transform (SIMI * Simi, F_PT xo, F_PT yo, F_PT * x, F_PT * y) in Transform() argument
294 xo = xo - Simi->Cx; in Transform()
295 xo = (xo * Simi->R) >> FIX; /* / UNIT; */ in Transform()
299 xx = xo - Simi->Cx; in Transform()
304 *x = ((xo * Simi->Ct - yo * Simi->St + xx * Simi->Ct2 - yy * Simi->St2) in Transform()
313 Trace (FRACTAL * F, F_PT xo, F_PT yo, IfsData * data) in Trace() argument
320 Transform (Cur, xo, yo, &x, &y); in Trace()
328 if (F->Depth && ((x - xo) >> 4) && ((y - yo) >> 4)) { in Trace()
341 F_PT x, y, xo, yo; in Draw_Fractal() local
362 xo = Cur->Cx; in Draw_Fractal()
[all …]
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/gst/geometrictransform/
H A Dgstrotate.c142 gdouble xi, yi, xo, yo; /* positions in/out x/y */ in rotate_map() local
158 xo = x - cox; in rotate_map()
160 ao = atan2 (yo, xo); in rotate_map()
161 r = sqrt (xo * xo + yo * yo); in rotate_map()
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/gst/jp2kdecimator/
H A Djp2kcodestream.c494 siz->xo = gst_byte_reader_get_uint32_be_unchecked (reader); in parse_siz()
548 gst_byte_writer_put_uint32_be_unchecked (writer, siz->xo); in write_siz()
1088 MAX (header->siz.xto + tile->tile_x * header->siz.xt, header->siz.xo); in parse_tile()
H A Djp2kcodestream.h60 guint32 xo, yo; /* origin */ member
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/gst/geometrictransform/
H A Dgstrotate.c142 gdouble xi, yi, xo, yo; /* positions in/out x/y */ in rotate_map() local
158 xo = x - cox; in rotate_map()
160 ao = atan2 (yo, xo); in rotate_map()
161 r = sqrt (xo * xo + yo * yo); in rotate_map()
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/gst/jp2kdecimator/
H A Djp2kcodestream.c494 siz->xo = gst_byte_reader_get_uint32_be_unchecked (reader); in parse_siz()
548 gst_byte_writer_put_uint32_be_unchecked (writer, siz->xo); in write_siz()
1088 MAX (header->siz.xto + tile->tile_x * header->siz.xt, header->siz.xo); in parse_tile()
H A Djp2kcodestream.h60 guint32 xo, yo; /* origin */ member
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c290 Transform (SIMI * Simi, F_PT xo, F_PT yo, F_PT * x, F_PT * y) in Transform() argument
294 xo = xo - Simi->Cx; in Transform()
295 xo = (xo * Simi->R) >> FIX; /* / UNIT; */ in Transform()
299 xx = xo - Simi->Cx; in Transform()
304 *x = ((xo * Simi->Ct - yo * Simi->St + xx * Simi->Ct2 - yy * Simi->St2) in Transform()
313 Trace (FRACTAL * F, F_PT xo, F_PT yo, IfsData * data) in Trace() argument
320 Transform (Cur, xo, yo, &x, &y); in Trace()
328 if (F->Depth && ((x - xo) >> 4) && ((y - yo) >> 4)) { in Trace()
341 F_PT x, y, xo, yo; in Draw_Fractal() local
362 xo = Cur->Cx; in Draw_Fractal()
[all …]
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c290 Transform (SIMI * Simi, F_PT xo, F_PT yo, F_PT * x, F_PT * y) in Transform() argument
294 xo = xo - Simi->Cx; in Transform()
295 xo = (xo * Simi->R) >> FIX; /* / UNIT; */ in Transform()
299 xx = xo - Simi->Cx; in Transform()
304 *x = ((xo * Simi->Ct - yo * Simi->St + xx * Simi->Ct2 - yy * Simi->St2) in Transform()
313 Trace (FRACTAL * F, F_PT xo, F_PT yo, IfsData * data) in Trace() argument
320 Transform (Cur, xo, yo, &x, &y); in Trace()
328 if (F->Depth && ((x - xo) >> 4) && ((y - yo) >> 4)) { in Trace()
341 F_PT x, y, xo, yo; in Draw_Fractal() local
362 xo = Cur->Cx; in Draw_Fractal()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c290 Transform (SIMI * Simi, F_PT xo, F_PT yo, F_PT * x, F_PT * y) in Transform() argument
294 xo = xo - Simi->Cx; in Transform()
295 xo = (xo * Simi->R) >> FIX; /* / UNIT; */ in Transform()
299 xx = xo - Simi->Cx; in Transform()
304 *x = ((xo * Simi->Ct - yo * Simi->St + xx * Simi->Ct2 - yy * Simi->St2) in Transform()
313 Trace (FRACTAL * F, F_PT xo, F_PT yo, IfsData * data) in Trace() argument
320 Transform (Cur, xo, yo, &x, &y); in Trace()
328 if (F->Depth && ((x - xo) >> 4) && ((y - yo) >> 4)) { in Trace()
341 F_PT x, y, xo, yo; in Draw_Fractal() local
362 xo = Cur->Cx; in Draw_Fractal()
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-scaler.c1462 guint xo, xw; in gst_video_scaler_2d() local
1465 xo = x * n_elems; in gst_video_scaler_2d()
1468 s = LINE (src, src_stride, y) + xo; in gst_video_scaler_2d()
1469 d = LINE (dest, dest_stride, y) + xo; in gst_video_scaler_2d()

12345678910>>...246