Home
last modified time | relevance | path

Searched refs:bitslice (Results 1 – 25 of 131) sorted by relevance

123456

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dsbc.c117 bitslice = max_bitneed + 1; in ff_sbc_calculate_bits()
119 bitslice--; in ff_sbc_calculate_bits()
123 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in ff_sbc_calculate_bits()
125 else if (bitneed[ch][sb] == bitslice + 1) in ff_sbc_calculate_bits()
132 bitslice--; in ff_sbc_calculate_bits()
136 if (bitneed[ch][sb] < bitslice + 2) in ff_sbc_calculate_bits()
202 bitslice = max_bitneed + 1; in ff_sbc_calculate_bits()
204 bitslice--; in ff_sbc_calculate_bits()
209 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in ff_sbc_calculate_bits()
219 bitslice--; in ff_sbc_calculate_bits()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dsbc.c117 bitslice = max_bitneed + 1; in ff_sbc_calculate_bits()
119 bitslice--; in ff_sbc_calculate_bits()
123 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in ff_sbc_calculate_bits()
125 else if (bitneed[ch][sb] == bitslice + 1) in ff_sbc_calculate_bits()
132 bitslice--; in ff_sbc_calculate_bits()
136 if (bitneed[ch][sb] < bitslice + 2) in ff_sbc_calculate_bits()
202 bitslice = max_bitneed + 1; in ff_sbc_calculate_bits()
204 bitslice--; in ff_sbc_calculate_bits()
209 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in ff_sbc_calculate_bits()
219 bitslice--; in ff_sbc_calculate_bits()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dsbc.c117 bitslice = max_bitneed + 1; in ff_sbc_calculate_bits()
119 bitslice--; in ff_sbc_calculate_bits()
123 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in ff_sbc_calculate_bits()
125 else if (bitneed[ch][sb] == bitslice + 1) in ff_sbc_calculate_bits()
132 bitslice--; in ff_sbc_calculate_bits()
136 if (bitneed[ch][sb] < bitslice + 2) in ff_sbc_calculate_bits()
202 bitslice = max_bitneed + 1; in ff_sbc_calculate_bits()
204 bitslice--; in ff_sbc_calculate_bits()
209 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in ff_sbc_calculate_bits()
219 bitslice--; in ff_sbc_calculate_bits()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dsbc.c117 bitslice = max_bitneed + 1; in ff_sbc_calculate_bits()
119 bitslice--; in ff_sbc_calculate_bits()
123 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in ff_sbc_calculate_bits()
125 else if (bitneed[ch][sb] == bitslice + 1) in ff_sbc_calculate_bits()
132 bitslice--; in ff_sbc_calculate_bits()
136 if (bitneed[ch][sb] < bitslice + 2) in ff_sbc_calculate_bits()
202 bitslice = max_bitneed + 1; in ff_sbc_calculate_bits()
204 bitslice--; in ff_sbc_calculate_bits()
209 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in ff_sbc_calculate_bits()
219 bitslice--; in ff_sbc_calculate_bits()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dsbc.c117 bitslice = max_bitneed + 1; in ff_sbc_calculate_bits()
119 bitslice--; in ff_sbc_calculate_bits()
123 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in ff_sbc_calculate_bits()
125 else if (bitneed[ch][sb] == bitslice + 1) in ff_sbc_calculate_bits()
132 bitslice--; in ff_sbc_calculate_bits()
136 if (bitneed[ch][sb] < bitslice + 2) in ff_sbc_calculate_bits()
202 bitslice = max_bitneed + 1; in ff_sbc_calculate_bits()
204 bitslice--; in ff_sbc_calculate_bits()
209 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in ff_sbc_calculate_bits()
219 bitslice--; in ff_sbc_calculate_bits()
[all …]
/dports/multimedia/libdvbcsa/libdvbcsa-1.1.0/
H A Dconfigure.ac12 AC_ARG_ENABLE(uint32, AC_HELP_STRING(--enable-uint32, [Use native 32 bits integers for bitslice]), …
14 AC_ARG_ENABLE(mmx, AC_HELP_STRING(--enable-mmx, [Use MMX for bitslice]), mmx_debug=$enableval, enab…
15 AC_ARG_ENABLE(sse2, AC_HELP_STRING(--enable-sse2, [Use SSE2 for bitslice]), sse2_debug=$enableval, …
16 AC_ARG_ENABLE(altivec, AC_HELP_STRING(--enable-altivec, [Use AltiVec for bitslice]), altivec_debug=…
36 AC_DEFINE(DVBCSA_USE_MMX, 1, Using MMX bitslice.)
41 AC_DEFINE(DVBCSA_USE_SSE, 1, Using SSE2 bitslice.)
46 AC_DEFINE(DVBCSA_USE_ALTIVEC, 1, Using AltiVec bitslice.)
51 AC_DEFINE(DVBCSA_USE_UINT32, 1, Using 32 bits integer bitslice.)
55 AC_DEFINE(DVBCSA_USE_UINT64, 1, Using 64 bits integer bitslice.)
61 AC_DEFINE(DVBCSA_USE_UINT64, 1, Using 64 bits integer bitslice.)
[all …]
H A Dconfig.h.in3 /* Using AltiVec bitslice. */
6 /* Using MMX bitslice. */
9 /* Using SSE2 bitslice. */
12 /* Using 32 bits integer bitslice. */
15 /* Using 64 bits integer bitslice. */
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpbmreduce.c213 bit ** bitslice; in main() local
230 bitslice = pbm_allocarray(cols, cmdline.scale); in main()
266 pbm_readpbmrow(ifP, bitslice[subrow], cols, format); in main()
297 if (bitslice[subrow][col * n + subcol] == PBM_WHITE) in main()
347 pbm_freearray(bitslice, cmdline.scale); in main()
/dports/devel/icestorm/icestorm-710470f9/icefuzz/tests/
H A Dcolbufs.pcf12 set_location bitslice[0].ram40_upper 8 11 0
13 set_location bitslice[0].ram40_lower 25 5 0
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/SBC/
H A Dsbc.c200 bitslice = max_bitneed + 1; in sbc_calculate_bits()
202 bitslice--; in sbc_calculate_bits()
206 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in sbc_calculate_bits()
208 else if (bitneed[ch][sb] == bitslice + 1) in sbc_calculate_bits()
215 bitslice--; in sbc_calculate_bits()
219 if (bitneed[ch][sb] < bitslice + 2) in sbc_calculate_bits()
283 bitslice = max_bitneed + 1; in sbc_calculate_bits()
285 bitslice--; in sbc_calculate_bits()
290 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in sbc_calculate_bits()
300 bitslice--; in sbc_calculate_bits()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/aes-0.7.4/src/soft/
H A Dfixslice64.rs43 bitslice(&mut rkeys[..8], key, key, key, key); in aes128_key_schedule()
95 bitslice( in aes192_key_schedule()
102 bitslice(&mut tmp, &key[8..], &key[8..], &key[8..], &key[8..]); in aes192_key_schedule()
199 bitslice( in aes256_key_schedule()
206 bitslice( in aes256_key_schedule()
273 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_decrypt()
330 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_encrypt()
387 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_decrypt()
438 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_encrypt()
1453 bitslice(&mut state, block, block, block, block); in bitslice_block()
[all …]
H A Dfixslice32.rs44 bitslice(&mut rkeys[..8], key, key); in aes128_key_schedule()
96 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes192_key_schedule()
97 bitslice(&mut tmp, &key[8..], &key[8..]); in aes192_key_schedule()
189 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes256_key_schedule()
251 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_decrypt()
308 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_encrypt()
365 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_decrypt()
416 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_encrypt()
467 bitslice(&mut state, &blocks[0], &blocks[1]); in aes256_decrypt()
524 bitslice(&mut state, &blocks[0], &blocks[1]); in aes256_encrypt()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/aes-0.7.4/src/soft/
H A Dfixslice64.rs43 bitslice(&mut rkeys[..8], key, key, key, key); in aes128_key_schedule()
95 bitslice( in aes192_key_schedule()
102 bitslice(&mut tmp, &key[8..], &key[8..], &key[8..], &key[8..]); in aes192_key_schedule()
199 bitslice( in aes256_key_schedule()
206 bitslice( in aes256_key_schedule()
273 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_decrypt()
330 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_encrypt()
387 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_decrypt()
438 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_encrypt()
1453 bitslice(&mut state, block, block, block, block); in bitslice_block()
[all …]
H A Dfixslice32.rs44 bitslice(&mut rkeys[..8], key, key); in aes128_key_schedule()
96 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes192_key_schedule()
97 bitslice(&mut tmp, &key[8..], &key[8..]); in aes192_key_schedule()
189 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes256_key_schedule()
251 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_decrypt()
308 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_encrypt()
365 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_decrypt()
416 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_encrypt()
467 bitslice(&mut state, &blocks[0], &blocks[1]); in aes256_decrypt()
524 bitslice(&mut state, &blocks[0], &blocks[1]); in aes256_encrypt()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/aes-0.7.5/src/soft/
H A Dfixslice64.rs43 bitslice(&mut rkeys[..8], key, key, key, key); in aes128_key_schedule()
95 bitslice( in aes192_key_schedule()
102 bitslice(&mut tmp, &key[8..], &key[8..], &key[8..], &key[8..]); in aes192_key_schedule()
199 bitslice( in aes256_key_schedule()
206 bitslice( in aes256_key_schedule()
273 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_decrypt()
330 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_encrypt()
387 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_decrypt()
438 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_encrypt()
1453 bitslice(&mut state, block, block, block, block); in bitslice_block()
[all …]
H A Dfixslice32.rs44 bitslice(&mut rkeys[..8], key, key); in aes128_key_schedule()
96 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes192_key_schedule()
97 bitslice(&mut tmp, &key[8..], &key[8..]); in aes192_key_schedule()
189 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes256_key_schedule()
251 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_decrypt()
308 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_encrypt()
365 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_decrypt()
416 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_encrypt()
467 bitslice(&mut state, &blocks[0], &blocks[1]); in aes256_decrypt()
524 bitslice(&mut state, &blocks[0], &blocks[1]); in aes256_encrypt()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/aes-0.7.5/src/soft/
H A Dfixslice64.rs43 bitslice(&mut rkeys[..8], key, key, key, key); in aes128_key_schedule()
95 bitslice( in aes192_key_schedule()
102 bitslice(&mut tmp, &key[8..], &key[8..], &key[8..], &key[8..]); in aes192_key_schedule()
199 bitslice( in aes256_key_schedule()
206 bitslice( in aes256_key_schedule()
273 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_decrypt()
330 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_encrypt()
387 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_decrypt()
438 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_encrypt()
1453 bitslice(&mut state, block, block, block, block); in bitslice_block()
[all …]
H A Dfixslice32.rs44 bitslice(&mut rkeys[..8], key, key); in aes128_key_schedule()
96 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes192_key_schedule()
97 bitslice(&mut tmp, &key[8..], &key[8..]); in aes192_key_schedule()
189 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes256_key_schedule()
251 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_decrypt()
308 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_encrypt()
365 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_decrypt()
416 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_encrypt()
467 bitslice(&mut state, &blocks[0], &blocks[1]); in aes256_decrypt()
524 bitslice(&mut state, &blocks[0], &blocks[1]); in aes256_encrypt()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/aes-soft-0.6.4/src/
H A Dfixslice32.rs43 bitslice(&mut rkeys[..8], key, key); in aes128_key_schedule()
96 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes192_key_schedule()
97 bitslice(&mut tmp, &key[8..], &key[8..]); in aes192_key_schedule()
190 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes256_key_schedule()
191 bitslice(&mut rkeys[8..16], &key[16..], &key[16..]); in aes256_key_schedule()
252 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_decrypt()
309 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_encrypt()
366 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_decrypt()
417 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_encrypt()
468 bitslice(&mut state, &blocks[0], &blocks[1]); in aes256_decrypt()
[all …]
H A Dfixslice64.rs42 bitslice(&mut rkeys[..8], key, key, key, key); in aes128_key_schedule()
95 bitslice( in aes192_key_schedule()
102 bitslice(&mut tmp, &key[8..], &key[8..], &key[8..], &key[8..]); in aes192_key_schedule()
200 bitslice( in aes256_key_schedule()
207 bitslice( in aes256_key_schedule()
274 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_decrypt()
331 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_encrypt()
388 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_decrypt()
439 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_encrypt()
490 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes256_decrypt()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/aes-soft-0.6.4/src/
H A Dfixslice64.rs42 bitslice(&mut rkeys[..8], key, key, key, key); in aes128_key_schedule()
95 bitslice( in aes192_key_schedule()
102 bitslice(&mut tmp, &key[8..], &key[8..], &key[8..], &key[8..]); in aes192_key_schedule()
200 bitslice( in aes256_key_schedule()
207 bitslice( in aes256_key_schedule()
274 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_decrypt()
331 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_encrypt()
388 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_decrypt()
439 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_encrypt()
490 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes256_decrypt()
[all …]
H A Dfixslice32.rs43 bitslice(&mut rkeys[..8], key, key); in aes128_key_schedule()
96 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes192_key_schedule()
97 bitslice(&mut tmp, &key[8..], &key[8..]); in aes192_key_schedule()
190 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes256_key_schedule()
191 bitslice(&mut rkeys[8..16], &key[16..], &key[16..]); in aes256_key_schedule()
252 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_decrypt()
309 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_encrypt()
366 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_decrypt()
417 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_encrypt()
468 bitslice(&mut state, &blocks[0], &blocks[1]); in aes256_decrypt()
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/aes-soft-0.6.4/src/
H A Dfixslice64.rs42 bitslice(&mut rkeys[..8], key, key, key, key); in aes128_key_schedule()
95 bitslice( in aes192_key_schedule()
102 bitslice(&mut tmp, &key[8..], &key[8..], &key[8..], &key[8..]); in aes192_key_schedule()
200 bitslice( in aes256_key_schedule()
207 bitslice( in aes256_key_schedule()
274 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_decrypt()
331 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_encrypt()
388 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_decrypt()
439 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_encrypt()
490 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes256_decrypt()
[all …]
H A Dfixslice32.rs43 bitslice(&mut rkeys[..8], key, key); in aes128_key_schedule()
96 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes192_key_schedule()
97 bitslice(&mut tmp, &key[8..], &key[8..]); in aes192_key_schedule()
190 bitslice(&mut rkeys[..8], &key[..16], &key[..16]); in aes256_key_schedule()
191 bitslice(&mut rkeys[8..16], &key[16..], &key[16..]); in aes256_key_schedule()
252 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_decrypt()
309 bitslice(&mut state, &blocks[0], &blocks[1]); in aes128_encrypt()
366 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_decrypt()
417 bitslice(&mut state, &blocks[0], &blocks[1]); in aes192_encrypt()
468 bitslice(&mut state, &blocks[0], &blocks[1]); in aes256_decrypt()
[all …]
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/aes-soft-0.6.4/src/
H A Dfixslice64.rs42 bitslice(&mut rkeys[..8], key, key, key, key); in aes128_key_schedule()
95 bitslice( in aes192_key_schedule()
102 bitslice(&mut tmp, &key[8..], &key[8..], &key[8..], &key[8..]); in aes192_key_schedule()
200 bitslice( in aes256_key_schedule()
207 bitslice( in aes256_key_schedule()
274 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_decrypt()
331 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes128_encrypt()
388 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_decrypt()
439 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes192_encrypt()
490 bitslice(&mut state, &blocks[0], &blocks[1], &blocks[2], &blocks[3]); in aes256_decrypt()
[all …]

123456