HomeSort by relevance Sort by last modified time
    Searched refs:blockLength (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
HMac.java 26 private int blockLength;
100 this.blockLength = byteLength;
101 this.inputPad = new byte[blockLength];
102 this.outputBuf = new byte[blockLength + digestSize];
123 if (keyLength > blockLength)
140 System.arraycopy(inputPad, 0, outputBuf, 0, blockLength);
142 xorPad(inputPad, blockLength, IPAD);
143 xorPad(outputBuf, blockLength, OPAD);
149 ((Digest)opadState).update(outputBuf, 0, blockLength);
183 digest.doFinal(outputBuf, blockLength);
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
fec_receiver_impl.cc 103 uint16_t blockLength = 0;
122 blockLength =
124 blockLength += (incoming_rtp_packet[header.headerLength + 3]);
133 if (blockLength > payload_data_length - (REDHeaderLength + 1)) {
142 if (blockLength > 0) {
159 blockLength);
161 received_packet->pkt->length = blockLength;
173 REDHeaderLength + blockLength,
174 payload_data_length - REDHeaderLength - blockLength);
177 payload_data_length - REDHeaderLength - blockLength;
    [all...]
rtp_sender_audio.cc 298 size_t blockLength = fragmentation->fragmentationLength[1];
300 // sanity blockLength
301 if (blockLength > 0x3ff) { // block length 10 bits 1023 bytes
304 uint32_t REDheader = (timestampOffset << 10) + blockLength;
  /external/aac/libAACenc/src/
metadata_compressor.h 158 * \param blockLength Length of processing block in samples per channel.
172 const INT blockLength,
metadata_compressor.cpp 168 INT blockLength; /*!< Block length in samples. */
339 * \param blockLength Length of processing block.
387 * \param blockLength Length of processing block in samples per channel.
394 const INT blockLength
403 /* f = sampleRate/blockLength */
405 blockLengthFract = (FIXP_DBL)(blockLength<<(DFRACT_BITS-1-METADATA_LINT_BITS));
478 const INT blockLength,
488 drcComp->limDecay = FL2FXCONST_DBL( ((0.006f / 256) * blockLength) / METADATA_INT_SCALE );
491 drcComp->blockLength = blockLength;
    [all...]
  /external/aac/libSBRenc/src/
ton_corr.cpp 177 int blockLength;
201 blockLength = pBlockLength[0];
203 while(k <= buffLen - blockLength)
205 autoCorrScaling = fixMin(getScalefactor(&realBuf[k-LPC_ORDER], LPC_ORDER+blockLength), getScalefactor(&imagBuf[k-LPC_ORDER], LPC_ORDER+blockLength));
208 scaleValues(&realBuf[k-LPC_ORDER], LPC_ORDER+blockLength, autoCorrScaling);
209 scaleValues(&imagBuf[k-LPC_ORDER], LPC_ORDER+blockLength, autoCorrScaling);
212 autoCorrScaling += autoCorr2nd_cplx ( ac, realBuf+k, imagBuf+k, blockLength );
300 blockLength = pBlockLength[1];
709 hTonCorr->lpcLength[0] = 16 - LPC_ORDER; /* blockLength[0] *
    [all...]
  /external/brotli/java/org/brotli/dec/
State.java 33 final int[] blockLength = new int[3];
Decode.java 354 state.blockLength[treeType] = readBlockLength(state.blockLenTrees,
478 state.blockLength[i] = 1 << 28;
484 state.blockLength[i] = readBlockLength(state.blockLenTrees,
630 if (state.blockLength[1] == 0) {
633 state.blockLength[1]--;
657 if (state.blockLength[0] == 0) {
660 state.blockLength[0]--;
678 if (state.blockLength[0] == 0) {
684 state.blockLength[0]--;
710 if (state.blockLength[2] == 0)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java 644 private int findSameDataBlock(int dataLength, int otherBlock, int blockLength) {
648 dataLength-=blockLength;
651 if(equal_int(data, block, otherBlock, blockLength)) {
743 int blockLength, overlap;
756 blockLength=64;
757 blockCount=blockLength>>UTRIE2_SHIFT_2;
765 blockLength=UTRIE2_DATA_BLOCK_LENGTH;
772 start+=blockLength;
779 movedStart=findSameDataBlock(newStart, start, blockLength);
788 start+=blockLength;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java 642 private int findSameDataBlock(int dataLength, int otherBlock, int blockLength) {
646 dataLength-=blockLength;
649 if(equal_int(data, block, otherBlock, blockLength)) {
741 int blockLength, overlap;
754 blockLength=64;
755 blockCount=blockLength>>UTRIE2_SHIFT_2;
763 blockLength=UTRIE2_DATA_BLOCK_LENGTH;
770 start+=blockLength;
777 movedStart=findSameDataBlock(newStart, start, blockLength);
786 start+=blockLength;
    [all...]
  /external/lz4/examples/
dictionaryRandomAccess.c 163 int blockLength = MIN(length, (decBytes - offset));
164 write_bin(outFp, decBuf + offset, (size_t)blockLength);
166 length -= blockLength;
  /external/icu/icu4c/source/common/
utrie2_builder.cpp 880 findSameDataBlock(const uint32_t *data, int32_t dataLength, int32_t otherBlock, int32_t blockLength) {
884 dataLength-=blockLength;
887 if(equal_uint32(data+block, data+otherBlock, blockLength)) {
987 int32_t blockLength, overlap;
1000 blockLength=64;
1001 blockCount=blockLength>>UTRIE2_SHIFT_2;
1009 blockLength=UTRIE2_DATA_BLOCK_LENGTH;
1016 start+=blockLength;
1023 if( (movedStart=findSameDataBlock(trie->data, newStart, start, blockLength))
    [all...]
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
  /external/r8/deps/
asm-commons-5.1.jar 
  /prebuilts/misc/common/asm/
asm-commons-5.2.jar 
  /prebuilts/misc/common/robolectric/lib/
asm-commons-5.0.1.jar 
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.1/
asm-commons-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.3/
asm-commons-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.1/
asm-commons-5.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.2/
asm-commons-5.2.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar 

Completed in 7788 milliseconds

1 2 3