Searched refs:BLOCKSIZE (Results 1 - 25 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dra144enc.c50 avctx->frame_size = NBLOCKS * BLOCKSIZE;
110 for (i = 0; i < BLOCKSIZE; i++) {
115 for (i = 0; i < BLOCKSIZE; i++)
140 ff_celp_lp_synthesis_filterf(work, coefs, vect, BLOCKSIZE, LPC_ORDER);
146 for (i = 0; i < BLOCKSIZE; i++) {
171 for (i = 0; i < FFMIN(BLOCKSIZE, lag); i++)
173 if (lag < BLOCKSIZE)
174 for (i = 0; i < BLOCKSIZE - lag; i++)
194 float exc[BLOCKSIZE];
197 for (i = BLOCKSIZE /
[all...]
H A Dra144.c1517 for (i=0; i < BLOCKSIZE; i++)
1520 for (i=0; i < BLOCKSIZE; i++)
1533 memcpy(target, source, FFMIN(BLOCKSIZE, offset)*sizeof(*target));
1534 if (offset < BLOCKSIZE)
1535 memcpy(target + offset, source, (BLOCKSIZE - offset)*sizeof(*target));
1680 for (i=0; i < BLOCKSIZE; i++)
1693 uint16_t buffer_a[BLOCKSIZE];
1698 cba_idx += BLOCKSIZE/2 - 1;
1706 memmove(ractx->adapt_cb, ractx->adapt_cb + BLOCKSIZE,
1707 (BUFFERSIZE - BLOCKSIZE) * sizeo
[all...]
H A Dra144.h29 #define BLOCKSIZE 40 ///< subblock size in 16-bit words macro
50 int16_t curr_block[NBLOCKS * BLOCKSIZE];
H A Dra144dec.c79 ractx->frame.nb_samples = NBLOCKS * BLOCKSIZE;
114 for (j=0; j < BLOCKSIZE; j++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dra144enc.c57 avctx->frame_size = NBLOCKS * BLOCKSIZE;
119 for (i = 0; i < BLOCKSIZE; i++) {
124 for (i = 0; i < BLOCKSIZE; i++)
149 ff_celp_lp_synthesis_filterf(work, coefs, vect, BLOCKSIZE, LPC_ORDER);
155 for (i = 0; i < BLOCKSIZE; i++) {
180 for (i = 0; i < FFMIN(BLOCKSIZE, lag); i++)
182 if (lag < BLOCKSIZE)
183 for (i = 0; i < BLOCKSIZE - lag; i++)
203 float exc[BLOCKSIZE];
206 for (i = BLOCKSIZE /
[all...]
H A Dra144.c1518 for (i=0; i < BLOCKSIZE; i++)
1521 for (i=0; i < BLOCKSIZE; i++)
1534 memcpy(target, source, FFMIN(BLOCKSIZE, offset)*sizeof(*target));
1535 if (offset < BLOCKSIZE)
1536 memcpy(target + offset, source, (BLOCKSIZE - offset)*sizeof(*target));
1686 unsigned int sum = adsp->scalarproduct_int16(data, data, BLOCKSIZE);
1702 cba_idx += BLOCKSIZE/2 - 1;
1710 memmove(ractx->adapt_cb, ractx->adapt_cb + BLOCKSIZE,
1711 (BUFFERSIZE - BLOCKSIZE) * sizeof(*ractx->adapt_cb));
1713 block = ractx->adapt_cb + BUFFERSIZE - BLOCKSIZE;
[all...]
H A Dra144.h31 #define BLOCKSIZE 40 ///< subblock size in 16-bit words macro
54 int16_t curr_block[NBLOCKS * BLOCKSIZE];
63 DECLARE_ALIGNED(16, int16_t, buffer_a)[FFALIGN(BLOCKSIZE,16)];
H A Dra144dec.c88 frame->nb_samples = NBLOCKS * BLOCKSIZE;
115 for (j=0; j < BLOCKSIZE; j++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmdc.h16 struct MDC_Info : public FixedBlockSize<T::DIGESTSIZE>, public FixedKeyLength<T::BLOCKSIZE>
40 T::CorrectEndianess(Buffer(), (HashWordType *)inBlock, this->BLOCKSIZE);
44 T::CorrectEndianess(Buffer(), Buffer(), this->BLOCKSIZE);
45 xorbuf(outBlock, xorBlock, m_buffer, this->BLOCKSIZE);
48 T::CorrectEndianess((HashWordType *)outBlock, Buffer(), this->BLOCKSIZE);
62 mutable FixedSizeSecBlock<byte, MDC_Info<T>::BLOCKSIZE, AllocatorWithCleanup<byte> > m_buffer;
H A Dmd2.h19 unsigned int BlockSize() const {return BLOCKSIZE;}
23 CRYPTOPP_CONSTANT(BLOCKSIZE = 16)
H A Ddmac.h15 CRYPTOPP_CONSTANT(DIGESTSIZE=T::BLOCKSIZE)
50 m_subkeylength = T::StaticGetValidKeyLength(T::BLOCKSIZE);
51 m_subkeys.resize(2*UnsignedMin((unsigned int)T::BLOCKSIZE, m_subkeylength));
62 m_counter = (unsigned int)((m_counter + length) % T::BLOCKSIZE);
70 byte pad[T::BLOCKSIZE];
71 byte padByte = byte(T::BLOCKSIZE-m_counter);
86 m_subkeys[m_subkeys.size()/2 + T::BLOCKSIZE - 1] = 1;
H A Dsafer.cpp51 static const unsigned int BLOCKSIZE = 8; variable
60 keySchedule.New(1 + BLOCKSIZE * (1 + 2 * nof_rounds));
64 SecByteBlock ka(BLOCKSIZE + 1), kb(BLOCKSIZE + 1);
69 ka[BLOCKSIZE] = 0;
70 kb[BLOCKSIZE] = 0;
71 for (j = 0; j < BLOCKSIZE; j++)
73 ka[BLOCKSIZE] ^= ka[j] = rotlFixed(userkey_1[j], 5U);
74 kb[BLOCKSIZE] ^= kb[j] = *key++ = userkey_2[j];
79 for (j = 0; j < BLOCKSIZE
[all...]
H A Ddefault.cpp13 static const unsigned int BLOCKSIZE = Default_BlockCipher::Encryption::BLOCKSIZE; variable
64 SecByteBlock keyIV(KEYLENGTH+BLOCKSIZE);
65 Mash(temp, passphraseLength + saltLength, keyIV, KEYLENGTH+BLOCKSIZE, MASH_ITERATIONS);
67 memcpy(IV, keyIV+KEYLENGTH, BLOCKSIZE);
87 CRYPTOPP_COMPILE_ASSERT_INSTANCE(BLOCKSIZE <= DefaultHashModule::DIGESTSIZE, 2);
109 SecByteBlock IV(BLOCKSIZE);
115 m_filter->Put(keyCheck, BLOCKSIZE);
126 : ProxyFilter(NULL, SALTLENGTH+BLOCKSIZE, 0, attachment)
134 : ProxyFilter(NULL, SALTLENGTH+BLOCKSIZE,
[all...]
H A Dhmac.h44 CRYPTOPP_CONSTANT(BLOCKSIZE=T::BLOCKSIZE)
H A Dosrng.h122 SecByteBlock seed(BLOCK_CIPHER::BLOCKSIZE + BLOCK_CIPHER::DEFAULT_KEYLENGTH);
134 key = seed + BLOCK_CIPHER::BLOCKSIZE;
136 while (memcmp(key, seed, STDMIN((unsigned int)BLOCK_CIPHER::BLOCKSIZE, (unsigned int)BLOCK_CIPHER::DEFAULT_KEYLENGTH)) == 0);
H A Ddes.cpp437 memcpy(m_x1, key + (IsForwardTransformation() ? 0 : 16), BLOCKSIZE);
439 memcpy(m_x3, key + (IsForwardTransformation() ? 16 : 0), BLOCKSIZE);
444 xorbuf(outBlock, inBlock, m_x1, BLOCKSIZE);
446 xorbuf(outBlock, m_x3, BLOCKSIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dcrypto.c30 #define BLOCKSIZE 16 macro
35 uint8_t inbuffer [BLOCKSIZE*MAX_BUFFER_BLOCKS],
36 outbuffer[BLOCKSIZE*MAX_BUFFER_BLOCKS];
75 if (c->keylen < BLOCKSIZE || c->ivlen < BLOCKSIZE) {
120 while (c->indata - c->indata_used < 2*BLOCKSIZE) {
129 blocks = (c->indata - c->indata_used) / BLOCKSIZE;
136 c->outdata = BLOCKSIZE * blocks;
138 c->indata_used += BLOCKSIZE * blocks;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dcrypto.c30 #define BLOCKSIZE 16 macro
35 uint8_t inbuffer [BLOCKSIZE*MAX_BUFFER_BLOCKS],
36 outbuffer[BLOCKSIZE*MAX_BUFFER_BLOCKS];
75 if (c->keylen < BLOCKSIZE || c->ivlen < BLOCKSIZE) {
120 while (c->indata - c->indata_used < 2*BLOCKSIZE) {
129 blocks = (c->indata - c->indata_used) / BLOCKSIZE;
136 c->outdata = BLOCKSIZE * blocks;
138 c->indata_used += BLOCKSIZE * blocks;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/include/protocol/ed2k/
H A DConstants.h83 const uint32 BLOCKSIZE = 184320u; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/untgz/
H A Duntgz.c65 #define BLOCKSIZE 512 macro
91 char buffer[BLOCKSIZE];
394 char fname[BLOCKSIZE];
404 len = gzread(in, &buffer, BLOCKSIZE);
411 if (len != BLOCKSIZE)
506 if (remaining < 0 || remaining >= BLOCKSIZE)
511 len = gzread(in, fname, BLOCKSIZE);
514 if (fname[BLOCKSIZE-1] != 0 || (int)strlen(fname) > remaining)
529 unsigned int bytes = (remaining > BLOCKSIZE) ? BLOCKSIZE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/untgz/
H A Duntgz.c65 #define BLOCKSIZE 512 macro
91 char buffer[BLOCKSIZE];
394 char fname[BLOCKSIZE];
404 len = gzread(in, &buffer, BLOCKSIZE);
411 if (len != BLOCKSIZE)
506 if (remaining < 0 || remaining >= BLOCKSIZE)
511 len = gzread(in, fname, BLOCKSIZE);
514 if (fname[BLOCKSIZE-1] != 0 || (int)strlen(fname) > remaining)
529 unsigned int bytes = (remaining > BLOCKSIZE) ? BLOCKSIZE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/untgz/
H A Duntgz.c65 #define BLOCKSIZE 512 macro
91 char buffer[BLOCKSIZE];
394 char fname[BLOCKSIZE];
404 len = gzread(in, &buffer, BLOCKSIZE);
411 if (len != BLOCKSIZE)
506 if (remaining < 0 || remaining >= BLOCKSIZE)
511 len = gzread(in, fname, BLOCKSIZE);
514 if (fname[BLOCKSIZE-1] != 0 || (int)strlen(fname) > remaining)
529 unsigned int bytes = (remaining > BLOCKSIZE) ? BLOCKSIZE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/untgz/
H A Duntgz.c65 #define BLOCKSIZE 512 macro
91 char buffer[BLOCKSIZE];
394 char fname[BLOCKSIZE];
404 len = gzread(in, &buffer, BLOCKSIZE);
411 if (len != BLOCKSIZE)
506 if (remaining < 0 || remaining >= BLOCKSIZE)
511 len = gzread(in, fname, BLOCKSIZE);
514 if (fname[BLOCKSIZE-1] != 0 || (int)strlen(fname) > remaining)
529 unsigned int bytes = (remaining > BLOCKSIZE) ? BLOCKSIZE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Drijndael.c51 #define BLOCKSIZE (128/8) macro
1197 for (ivp=iv,i=0; i < BLOCKSIZE; i++ )
1209 outbuf += BLOCKSIZE;
1210 inbuf += BLOCKSIZE;
1222 for (ivp=iv,i=0; i < BLOCKSIZE; i++ )
1249 for (ivp=iv, i=0; i < BLOCKSIZE; i++ )
1265 memcpy (iv, outbuf, BLOCKSIZE);
1266 inbuf += BLOCKSIZE;
1268 outbuf += BLOCKSIZE;
1280 of size BLOCKSIZE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drijndael.c51 #define BLOCKSIZE (128/8) macro
1197 for (ivp=iv,i=0; i < BLOCKSIZE; i++ )
1209 outbuf += BLOCKSIZE;
1210 inbuf += BLOCKSIZE;
1222 for (ivp=iv,i=0; i < BLOCKSIZE; i++ )
1249 for (ivp=iv, i=0; i < BLOCKSIZE; i++ )
1265 memcpy (iv, outbuf, BLOCKSIZE);
1266 inbuf += BLOCKSIZE;
1268 outbuf += BLOCKSIZE;
1280 of size BLOCKSIZE
[all...]

Completed in 321 milliseconds

12