Home
last modified time | relevance | path

Searched refs:GETB (Results 1 – 25 of 109) sorted by relevance

12345

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavutil/
H A Dlzo.c54 #define GETB(c) (*(c).in++) macro
56 #define GETB(c) get_byte(&(c)) macro
152 x = GETB(c); in av_lzo1x_decode()
155 x = GETB(c); in av_lzo1x_decode()
169 x = GETB(c); in av_lzo1x_decode()
170 back = (GETB(c) << 6) + (x >> 2) + 1; in av_lzo1x_decode()
174 x = GETB(c); in av_lzo1x_decode()
175 back += (GETB(c) << 6) + (x >> 2); in av_lzo1x_decode()
185 x = GETB(c); in av_lzo1x_decode()
192 back = (GETB(c) << 2) + (x >> 2) + 1; in av_lzo1x_decode()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/
H A Dlzo.c54 #define GETB(c) (*(c).in++) macro
56 #define GETB(c) get_byte(&(c)) macro
152 x = GETB(c); in av_lzo1x_decode()
155 x = GETB(c); in av_lzo1x_decode()
169 x = GETB(c); in av_lzo1x_decode()
170 back = (GETB(c) << 6) + (x >> 2) + 1; in av_lzo1x_decode()
174 x = GETB(c); in av_lzo1x_decode()
175 back += (GETB(c) << 6) + (x >> 2); in av_lzo1x_decode()
185 x = GETB(c); in av_lzo1x_decode()
192 back = (GETB(c) << 2) + (x >> 2) + 1; in av_lzo1x_decode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavutil/
H A Dlzo.c54 #define GETB(c) (*(c).in++) macro
56 #define GETB(c) get_byte(&(c)) macro
152 x = GETB(c); in av_lzo1x_decode()
155 x = GETB(c); in av_lzo1x_decode()
169 x = GETB(c); in av_lzo1x_decode()
170 back = (GETB(c) << 6) + (x >> 2) + 1; in av_lzo1x_decode()
174 x = GETB(c); in av_lzo1x_decode()
175 back += (GETB(c) << 6) + (x >> 2); in av_lzo1x_decode()
185 x = GETB(c); in av_lzo1x_decode()
192 back = (GETB(c) << 2) + (x >> 2) + 1; in av_lzo1x_decode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/
H A Dlzo.c54 #define GETB(c) (*(c).in++) macro
56 #define GETB(c) get_byte(&(c)) macro
152 x = GETB(c); in av_lzo1x_decode()
155 x = GETB(c); in av_lzo1x_decode()
169 x = GETB(c); in av_lzo1x_decode()
170 back = (GETB(c) << 6) + (x >> 2) + 1; in av_lzo1x_decode()
174 x = GETB(c); in av_lzo1x_decode()
175 back += (GETB(c) << 6) + (x >> 2); in av_lzo1x_decode()
185 x = GETB(c); in av_lzo1x_decode()
192 back = (GETB(c) << 2) + (x >> 2) + 1; in av_lzo1x_decode()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavutil/
H A Dlzo.c54 #define GETB(c) (*(c).in++) macro
56 #define GETB(c) get_byte(&(c)) macro
152 x = GETB(c); in av_lzo1x_decode()
155 x = GETB(c); in av_lzo1x_decode()
169 x = GETB(c); in av_lzo1x_decode()
170 back = (GETB(c) << 6) + (x >> 2) + 1; in av_lzo1x_decode()
174 x = GETB(c); in av_lzo1x_decode()
175 back += (GETB(c) << 6) + (x >> 2); in av_lzo1x_decode()
185 x = GETB(c); in av_lzo1x_decode()
192 back = (GETB(c) << 2) + (x >> 2) + 1; in av_lzo1x_decode()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/
H A Dlzo.c54 #define GETB(c) (*(c).in++) macro
56 #define GETB(c) get_byte(&(c)) macro
152 x = GETB(c); in av_lzo1x_decode()
155 x = GETB(c); in av_lzo1x_decode()
169 x = GETB(c); in av_lzo1x_decode()
170 back = (GETB(c) << 6) + (x >> 2) + 1; in av_lzo1x_decode()
174 x = GETB(c); in av_lzo1x_decode()
175 back += (GETB(c) << 6) + (x >> 2); in av_lzo1x_decode()
185 x = GETB(c); in av_lzo1x_decode()
192 back = (GETB(c) << 2) + (x >> 2) + 1; in av_lzo1x_decode()
[all …]
/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Dali.c47 static int GETB(int, int);
132 tmp = GETB(GRA_I, 0x0c); in ali_saveregs()
140 regs[EXT + 4] = GETB(GRA_I, 0x0b); in ali_saveregs()
160 tmp = GETB(GRA_I, 0x0f); in ali_setregs()
248 temp = GETB(__svgalib_CRT_I, 0x1a); in ali_unlock()
266 tmp = GETB(__svgalib_CRT_I, 0x11); in ali_lock()
268 tmp = GETB(__svgalib_CRT_I, 0x1a); in ali_lock()
277 t1 = GETB(GRA_I, 0x0b); in cwg()
300 ov = GETB(__svgalib_CRT_I, 0x1a); in ali_test()
406 tmp = GETB(__svgalib_CRT_I, 0x1e); in ali_memorydetect()
[all …]
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/lightgraffiti/
H A Dlightgraffiti.cpp450 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
451 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
466 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
467 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
482 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
483 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
514 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
515 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
550 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
551 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
[all …]
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/lightgraffiti/
H A Dlightgraffiti.cpp450 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
451 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
466 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
467 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
482 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
483 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
514 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
515 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
550 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
551 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
[all …]
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/lightgraffiti/
H A Dlightgraffiti.cpp450 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
451 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
466 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
467 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
482 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
483 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
514 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
515 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
550 if (GETB(out[pixel]) < min) min = GETB(out[pixel]); in update()
551 if (GETB(out[pixel]) > max) max = GETB(out[pixel]); in update()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavutil/
H A Dlzo.c54 #define GETB(c) (*(c).in++) macro
56 #define GETB(c) get_byte(&(c)) macro
152 x = GETB(c); in av_lzo1x_decode()
155 x = GETB(c); in av_lzo1x_decode()
169 x = GETB(c); in av_lzo1x_decode()
170 back = (GETB(c) << 6) + (x >> 2) + 1; in av_lzo1x_decode()
174 x = GETB(c); in av_lzo1x_decode()
175 back += (GETB(c) << 6) + (x >> 2); in av_lzo1x_decode()
185 x = GETB(c); in av_lzo1x_decode()
192 back = (GETB(c) << 2) + (x >> 2) + 1; in av_lzo1x_decode()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavutil/
H A Dlzo.c54 #define GETB(c) (*(c).in++) macro
56 #define GETB(c) get_byte(&(c)) macro
152 x = GETB(c); in av_lzo1x_decode()
155 x = GETB(c); in av_lzo1x_decode()
169 x = GETB(c); in av_lzo1x_decode()
170 back = (GETB(c) << 6) + (x >> 2) + 1; in av_lzo1x_decode()
174 x = GETB(c); in av_lzo1x_decode()
175 back += (GETB(c) << 6) + (x >> 2); in av_lzo1x_decode()
185 x = GETB(c); in av_lzo1x_decode()
192 back = (GETB(c) << 2) + (x >> 2) + 1; in av_lzo1x_decode()
[all …]
/dports/security/openconnect/openconnect-8.10/
H A Dlzo.c54 #define GETB(c) (*(c).in++) macro
56 #define GETB(c) get_byte(&(c)) macro
159 x = GETB(c); in av_lzo1x_decode()
162 x = GETB(c); in av_lzo1x_decode()
176 x = GETB(c); in av_lzo1x_decode()
177 back = (GETB(c) << 6) + (x >> 2) + 1; in av_lzo1x_decode()
181 x = GETB(c); in av_lzo1x_decode()
182 back += (GETB(c) << 6) + (x >> 2); in av_lzo1x_decode()
192 x = GETB(c); in av_lzo1x_decode()
199 back = (GETB(c) << 2) + (x >> 2) + 1; in av_lzo1x_decode()
[all …]
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/matroska/
H A Dlzo.c55 #define GETB(c) (*(c).in++) macro
57 #define GETB(c) get_byte(&(c)) macro
198 x = GETB (c); in lzo1x_decode()
201 x = GETB (c); in lzo1x_decode()
215 x = GETB (c); in lzo1x_decode()
216 back = (GETB (c) << 6) + (x >> 2) + 1; in lzo1x_decode()
220 x = GETB (c); in lzo1x_decode()
221 back += (GETB (c) << 6) + (x >> 2); in lzo1x_decode()
231 x = GETB (c); in lzo1x_decode()
238 back = (GETB (c) << 2) + (x >> 2) + 1; in lzo1x_decode()
[all …]
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/matroska/
H A Dlzo.c55 #define GETB(c) (*(c).in++) macro
57 #define GETB(c) get_byte(&(c)) macro
198 x = GETB (c); in lzo1x_decode()
201 x = GETB (c); in lzo1x_decode()
215 x = GETB (c); in lzo1x_decode()
216 back = (GETB (c) << 6) + (x >> 2) + 1; in lzo1x_decode()
220 x = GETB (c); in lzo1x_decode()
221 back += (GETB (c) << 6) + (x >> 2); in lzo1x_decode()
231 x = GETB (c); in lzo1x_decode()
238 back = (GETB (c) << 2) + (x >> 2) + 1; in lzo1x_decode()
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/matroska/
H A Dlzo.c55 #define GETB(c) (*(c).in++) macro
57 #define GETB(c) get_byte(&(c)) macro
198 x = GETB (c); in lzo1x_decode()
201 x = GETB (c); in lzo1x_decode()
215 x = GETB (c); in lzo1x_decode()
216 back = (GETB (c) << 6) + (x >> 2) + 1; in lzo1x_decode()
220 x = GETB (c); in lzo1x_decode()
221 back += (GETB (c) << 6) + (x >> 2); in lzo1x_decode()
231 x = GETB (c); in lzo1x_decode()
238 back = (GETB (c) << 2) + (x >> 2) + 1; in lzo1x_decode()
[all …]
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/matroska/
H A Dlzo.c55 #define GETB(c) (*(c).in++) macro
57 #define GETB(c) get_byte(&(c)) macro
198 x = GETB (c); in lzo1x_decode()
201 x = GETB (c); in lzo1x_decode()
215 x = GETB (c); in lzo1x_decode()
216 back = (GETB (c) << 6) + (x >> 2) + 1; in lzo1x_decode()
220 x = GETB (c); in lzo1x_decode()
221 back += (GETB (c) << 6) + (x >> 2); in lzo1x_decode()
231 x = GETB (c); in lzo1x_decode()
238 back = (GETB (c) << 2) + (x >> 2) + 1; in lzo1x_decode()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/matroska/
H A Dlzo.c55 #define GETB(c) (*(c).in++) macro
57 #define GETB(c) get_byte(&(c)) macro
198 x = GETB (c); in lzo1x_decode()
201 x = GETB (c); in lzo1x_decode()
215 x = GETB (c); in lzo1x_decode()
216 back = (GETB (c) << 6) + (x >> 2) + 1; in lzo1x_decode()
220 x = GETB (c); in lzo1x_decode()
221 back += (GETB (c) << 6) + (x >> 2); in lzo1x_decode()
231 x = GETB (c); in lzo1x_decode()
238 back = (GETB (c) << 2) + (x >> 2) + 1; in lzo1x_decode()
[all …]
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/matroska/
H A Dlzo.c55 #define GETB(c) (*(c).in++) macro
57 #define GETB(c) get_byte(&(c)) macro
198 x = GETB (c); in lzo1x_decode()
201 x = GETB (c); in lzo1x_decode()
215 x = GETB (c); in lzo1x_decode()
216 back = (GETB (c) << 6) + (x >> 2) + 1; in lzo1x_decode()
220 x = GETB (c); in lzo1x_decode()
221 back += (GETB (c) << 6) + (x >> 2); in lzo1x_decode()
231 x = GETB (c); in lzo1x_decode()
238 back = (GETB (c) << 2) + (x >> 2) + 1; in lzo1x_decode()
[all …]
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/matroska/
H A Dlzo.c55 #define GETB(c) (*(c).in++) macro
57 #define GETB(c) get_byte(&(c)) macro
198 x = GETB (c); in lzo1x_decode()
201 x = GETB (c); in lzo1x_decode()
215 x = GETB (c); in lzo1x_decode()
216 back = (GETB (c) << 6) + (x >> 2) + 1; in lzo1x_decode()
220 x = GETB (c); in lzo1x_decode()
221 back += (GETB (c) << 6) + (x >> 2); in lzo1x_decode()
231 x = GETB (c); in lzo1x_decode()
238 back = (GETB (c) << 2) + (x >> 2) + 1; in lzo1x_decode()
[all …]
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/matroska/
H A Dlzo.c55 #define GETB(c) (*(c).in++) macro
57 #define GETB(c) get_byte(&(c)) macro
198 x = GETB (c); in lzo1x_decode()
201 x = GETB (c); in lzo1x_decode()
215 x = GETB (c); in lzo1x_decode()
216 back = (GETB (c) << 6) + (x >> 2) + 1; in lzo1x_decode()
220 x = GETB (c); in lzo1x_decode()
221 back += (GETB (c) << 6) + (x >> 2); in lzo1x_decode()
231 x = GETB (c); in lzo1x_decode()
238 back = (GETB (c) << 2) + (x >> 2) + 1; in lzo1x_decode()
[all …]
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/matroska/
H A Dlzo.c55 #define GETB(c) (*(c).in++) macro
57 #define GETB(c) get_byte(&(c)) macro
198 x = GETB (c); in lzo1x_decode()
201 x = GETB (c); in lzo1x_decode()
215 x = GETB (c); in lzo1x_decode()
216 back = (GETB (c) << 6) + (x >> 2) + 1; in lzo1x_decode()
220 x = GETB (c); in lzo1x_decode()
221 back += (GETB (c) << 6) + (x >> 2); in lzo1x_decode()
231 x = GETB (c); in lzo1x_decode()
238 back = (GETB (c) << 2) + (x >> 2) + 1; in lzo1x_decode()
[all …]
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/matroska/
H A Dlzo.c55 #define GETB(c) (*(c).in++) macro
57 #define GETB(c) get_byte(&(c)) macro
198 x = GETB (c); in lzo1x_decode()
201 x = GETB (c); in lzo1x_decode()
215 x = GETB (c); in lzo1x_decode()
216 back = (GETB (c) << 6) + (x >> 2) + 1; in lzo1x_decode()
220 x = GETB (c); in lzo1x_decode()
221 back += (GETB (c) << 6) + (x >> 2); in lzo1x_decode()
231 x = GETB (c); in lzo1x_decode()
238 back = (GETB (c) << 2) + (x >> 2) + 1; in lzo1x_decode()
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavutil/
H A Dlzo.c49 #define GETB(c) (*(c).in++) macro
51 #define GETB(c) get_byte(&(c)) macro
183 x = GETB(c); in lzo1x_decode()
186 x = GETB(c); in lzo1x_decode()
199 x = GETB(c); in lzo1x_decode()
200 back = (GETB(c) << 6) + (x >> 2) + 1; in lzo1x_decode()
204 x = GETB(c); in lzo1x_decode()
205 back += (GETB(c) << 6) + (x >> 2); in lzo1x_decode()
215 x = GETB(c); in lzo1x_decode()
222 back = (GETB(c) << 2) + (x >> 2) + 1; in lzo1x_decode()
[all …]
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/matroska/
H A Dlzo.c55 #define GETB(c) (*(c).in++) macro
57 #define GETB(c) get_byte(&(c)) macro
198 x = GETB (c); in lzo1x_decode()
201 x = GETB (c); in lzo1x_decode()
215 x = GETB (c); in lzo1x_decode()
216 back = (GETB (c) << 6) + (x >> 2) + 1; in lzo1x_decode()
220 x = GETB (c); in lzo1x_decode()
221 back += (GETB (c) << 6) + (x >> 2); in lzo1x_decode()
231 x = GETB (c); in lzo1x_decode()
238 back = (GETB (c) << 2) + (x >> 2) + 1; in lzo1x_decode()
[all …]

12345