Home
last modified time | relevance | path

Searched refs:signed_shift (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dnellymoser.c85 static inline int signed_shift(int i, int shift) { in signed_shift() function
135 sbuf[i] = signed_shift(buf[i], shift); in ff_nelly_get_sample_bits()
147 small_off = signed_shift(small_off, shift); in ff_nelly_get_sample_bits()
160 off = signed_shift(off, shift); in ff_nelly_get_sample_bits()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dnellymoser.c86 static inline int signed_shift(int i, int shift) { in signed_shift() function
136 sbuf[i] = signed_shift(buf[i], shift); in ff_nelly_get_sample_bits()
148 small_off = signed_shift(small_off, shift); in ff_nelly_get_sample_bits()
161 off = signed_shift(off, shift); in ff_nelly_get_sample_bits()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dnellymoser.c85 static inline int signed_shift(int i, int shift) { in signed_shift() function
135 sbuf[i] = signed_shift(buf[i], shift); in ff_nelly_get_sample_bits()
147 small_off = signed_shift(small_off, shift); in ff_nelly_get_sample_bits()
160 off = signed_shift(off, shift); in ff_nelly_get_sample_bits()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dnellymoser.c85 static inline int signed_shift(int i, int shift) { in signed_shift() function
135 sbuf[i] = signed_shift(buf[i], shift); in ff_nelly_get_sample_bits()
147 small_off = signed_shift(small_off, shift); in ff_nelly_get_sample_bits()
160 off = signed_shift(off, shift); in ff_nelly_get_sample_bits()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dnellymoser.c85 static inline int signed_shift(int i, int shift) { in signed_shift() function
135 sbuf[i] = signed_shift(buf[i], shift); in ff_nelly_get_sample_bits()
147 small_off = signed_shift(small_off, shift); in ff_nelly_get_sample_bits()
160 off = signed_shift(off, shift); in ff_nelly_get_sample_bits()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dnellymoser.c86 static inline int signed_shift(int i, int shift) { in signed_shift() function
136 sbuf[i] = signed_shift(buf[i], shift); in ff_nelly_get_sample_bits()
148 small_off = signed_shift(small_off, shift); in ff_nelly_get_sample_bits()
161 off = signed_shift(off, shift); in ff_nelly_get_sample_bits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dnellymoser.c85 static inline int signed_shift(int i, int shift) { in signed_shift() function
135 sbuf[i] = signed_shift(buf[i], shift); in ff_nelly_get_sample_bits()
147 small_off = signed_shift(small_off, shift); in ff_nelly_get_sample_bits()
160 off = signed_shift(off, shift); in ff_nelly_get_sample_bits()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dnellymoserdec.c108 static inline int signed_shift(int i, int shift) { in signed_shift() function
176 sbuf[i] = signed_shift(buf[i], shift); in get_sample_bits()
188 small_off = signed_shift(small_off, shift); in get_sample_bits()
202 off = signed_shift(off, shift); in get_sample_bits()
/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dbit.ops119 const INTVAL signed_shift = -$2;
120 $1 = bit_shift_left($1, signed_shift);
124 const INTVAL signed_shift = -$3;
125 $1 = bit_shift_left($2, signed_shift);
H A Dcore_ops.c15190 const INTVAL signed_shift = (-IREG(2)); in Parrot_shr_i_i() local
15192 IREG(1) = bit_shift_left(IREG(1), signed_shift); in Parrot_shr_i_i()
15198 const INTVAL signed_shift = (-ICONST(2)); in Parrot_shr_i_ic() local
15200 IREG(1) = bit_shift_left(IREG(1), signed_shift); in Parrot_shr_i_ic()
15206 const INTVAL signed_shift = (-IREG(3)); in Parrot_shr_i_i_i() local
15208 IREG(1) = bit_shift_left(IREG(2), signed_shift); in Parrot_shr_i_i_i()
15214 const INTVAL signed_shift = (-IREG(3)); in Parrot_shr_i_ic_i() local
15216 IREG(1) = bit_shift_left(ICONST(2), signed_shift); in Parrot_shr_i_ic_i()
15222 const INTVAL signed_shift = (-ICONST(3)); in Parrot_shr_i_i_ic() local
15224 IREG(1) = bit_shift_left(IREG(2), signed_shift); in Parrot_shr_i_i_ic()
/dports/devel/libfirm/libfirm-1.21.0/ir/tv/
H A Dstrcalc.c672 …(const char *val1, char *buffer, long shift_cnt, int bitsize, unsigned is_signed, int signed_shift) in do_shr() argument
687 sign = signed_shift && do_bit(val1, bitsize - 1) ? SC_F : SC_0; in do_shr()
724 if (!signed_shift && is_signed) { in do_shr()
731 if (signed_shift && sign == SC_F) { in do_shr()
/dports/math/primecount/primecount-7.2/include/
H A Dlibdivide.h434 static inline void libdivide_u128_shift(uint64_t *u1, uint64_t *u0, int32_t signed_shift) { in libdivide_u128_shift() argument
435 if (signed_shift > 0) { in libdivide_u128_shift()
436 uint32_t shift = signed_shift; in libdivide_u128_shift()
441 else if (signed_shift < 0) { in libdivide_u128_shift()
442 uint32_t shift = -signed_shift; in libdivide_u128_shift()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dlibdivide.h450 static inline void libdivide_u128_shift(uint64_t *u1, uint64_t *u0, int32_t signed_shift) { in libdivide_u128_shift() argument
451 if (signed_shift > 0) { in libdivide_u128_shift()
452 uint32_t shift = signed_shift; in libdivide_u128_shift()
457 else if (signed_shift < 0) { in libdivide_u128_shift()
458 uint32_t shift = -signed_shift; in libdivide_u128_shift()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dlibdivide.h636 static inline void libdivide_u128_shift(uint64_t *u1, uint64_t *u0, int32_t signed_shift) in libdivide_u128_shift() argument
638 if (signed_shift > 0) { in libdivide_u128_shift()
639 uint32_t shift = signed_shift; in libdivide_u128_shift()
644 uint32_t shift = -signed_shift; in libdivide_u128_shift()
/dports/math/libdivide/libdivide-5.0/
H A Dlibdivide.h568 uint64_t *u1, uint64_t *u0, int32_t signed_shift) { in libdivide_u128_shift() argument
569 if (signed_shift > 0) { in libdivide_u128_shift()
570 uint32_t shift = signed_shift; in libdivide_u128_shift()
574 } else if (signed_shift < 0) { in libdivide_u128_shift()
575 uint32_t shift = -signed_shift; in libdivide_u128_shift()