/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | RSAPrivateKeyStructure.java | 25 private BigInteger coefficient; field in RSAPrivateKeyStructure 58 BigInteger coefficient) in RSAPrivateKeyStructure() argument 68 this.coefficient = coefficient; in RSAPrivateKeyStructure() 90 coefficient = ((DERInteger)e.nextElement()).getValue(); in RSAPrivateKeyStructure() 140 return coefficient; in getCoefficient()
|
/external/chromium/crypto/ |
D | rsa_private_key_win.cc | 64 pki.coefficient()->size() + in CreateFromPrivateKeyInfo() 97 memcpy(dest, &pki.coefficient()->front(), pki.coefficient()->size()); in CreateFromPrivateKeyInfo() 98 dest += pki.coefficient()->size(); in CreateFromPrivateKeyInfo() 174 pki.coefficient()->assign(pos, pos + primes_size); in ExportPrivateKey()
|
D | rsa_private_key_nss.cc | 160 !ReadAttribute(key_, CKA_COEFFICIENT, private_key_info.coefficient())) { in ExportPrivateKey()
|
D | rsa_private_key.h | 86 std::vector<uint8>* coefficient() { return &coefficient_; }; in coefficient() function
|
/external/flac/libFLAC/ppc/as/ |
D | lpc_asm.s | 101 lvsl v17,0,r5 ; v17: coefficient alignment permutation vector 102 vperm v17,v17,v17,v0 ; v17: reversal coefficient alignment permutation vector 350 lvsl v5,0,r5 ; v5: coefficient alignment permutation vector 351 vperm v5,v5,v5,v0 ; v5: reversal coefficient alignment permutation vector
|
/external/flac/libFLAC/ppc/gas/ |
D | lpc_asm.s | 103 lvsl v17,0,r5 # v17: coefficient alignment permutation vector 104 vperm v17,v17,v17,v0 # v17: reversal coefficient alignment permutation vector 352 lvsl v5,0,r5 # v5: coefficient alignment permutation vector 353 vperm v5,v5,v5,v0 # v5: reversal coefficient alignment permutation vector
|
/external/jpeg/ |
D | wizard.doc | 141 Ss Zigzag index of first coefficient included in scan 142 Se Zigzag index of last coefficient included in scan 143 Ah Zero for first scan of a coefficient, else Al of prior scan
|
D | structure.doc | 22 A "coefficient" is a frequency coefficient (a DCT transform output number). 360 * Coefficient controller: buffer controller for the DCT-coefficient data. 441 * Coefficient controller: buffer controller for the DCT-coefficient data. 452 For progressive JPEG decoding, the coefficient controller supplies the prior 457 buffered by the coefficient controller have NOT been dequantized; we 530 coefficient controller's DCT coefficient buffer. Note that this 533 2. Data output reads from the DCT coefficient buffer and performs the IDCT 543 losing anything, since the coefficient buffer is read-only as far as the 546 A full-image coefficient array is only created if the JPEG file has multiple 548 reading a single-scan file, the coefficient controller normally creates only [all …]
|
D | filelist.doc | 68 jccoefct.c Buffer controller for DCT coefficient buffer. 85 jdcoefct.c Buffer controller for DCT coefficient buffer.
|
D | change.log | 84 DCT coefficient quantization tables are now stored in normal array order 121 reading and writing of JPEG files as DCT coefficient arrays. This ability
|
D | libjpeg.doc | 968 Pointers to coefficient quantization tables, one per table slot, 1728 to the decoder's coefficient buffer. This is fast because only Huffman 1775 coefficient buffer, from which it can be read out as many times as desired. 2029 up on smooth gradients until the lowest coefficient bits are sent. 2100 inefficient: there is no need to create an image-sized coefficient buffer for 2111 the coefficient buffer is quite nonsequential. It's best to use the memory 2607 entire image into a set of virtual coefficient-block arrays, one array per 2615 Each block in the block arrays contains quantized coefficient values in 2634 decoder's coefficient arrays during a normal decode cycle in buffered-image 2828 3. A full-image DCT coefficient buffer is needed to decode a multi-scan JPEG [all …]
|
D | usage.doc | 446 transform complete blocks of DCT coefficient data in the desired way.
|
/external/qemu/distrib/jpeg-6b/ |
D | wizard.doc | 141 Ss Zigzag index of first coefficient included in scan 142 Se Zigzag index of last coefficient included in scan 143 Ah Zero for first scan of a coefficient, else Al of prior scan
|
D | structure.doc | 22 A "coefficient" is a frequency coefficient (a DCT transform output number). 360 * Coefficient controller: buffer controller for the DCT-coefficient data. 441 * Coefficient controller: buffer controller for the DCT-coefficient data. 452 For progressive JPEG decoding, the coefficient controller supplies the prior 457 buffered by the coefficient controller have NOT been dequantized; we 530 coefficient controller's DCT coefficient buffer. Note that this 533 2. Data output reads from the DCT coefficient buffer and performs the IDCT 543 losing anything, since the coefficient buffer is read-only as far as the 546 A full-image coefficient array is only created if the JPEG file has multiple 548 reading a single-scan file, the coefficient controller normally creates only [all …]
|
D | filelist.doc | 68 jccoefct.c Buffer controller for DCT coefficient buffer. 85 jdcoefct.c Buffer controller for DCT coefficient buffer.
|
D | change.log | 84 DCT coefficient quantization tables are now stored in normal array order 121 reading and writing of JPEG files as DCT coefficient arrays. This ability
|
D | libjpeg.doc | 968 Pointers to coefficient quantization tables, one per table slot, 1728 to the decoder's coefficient buffer. This is fast because only Huffman 1775 coefficient buffer, from which it can be read out as many times as desired. 2029 up on smooth gradients until the lowest coefficient bits are sent. 2100 inefficient: there is no need to create an image-sized coefficient buffer for 2111 the coefficient buffer is quite nonsequential. It's best to use the memory 2607 entire image into a set of virtual coefficient-block arrays, one array per 2615 Each block in the block arrays contains quantized coefficient values in 2634 decoder's coefficient arrays during a normal decode cycle in buffered-image 2828 3. A full-image DCT coefficient buffer is needed to decode a multi-scan JPEG [all …]
|
D | usage.doc | 446 transform complete blocks of DCT coefficient data in the desired way.
|
D | install.doc | 839 expand to nothing. You'll lose the ability to dump out JPEG coefficient
|
/external/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_fast_quantize_b_armv6.asm | 37 ; quantized coefficient pairs.
|
/external/iproute2/netem/ |
D | README.distribution | 96 and correlation coefficient (rho). You can then plug these values
|
/external/iproute2/ |
D | README.distribution | 94 and correlation coefficient (rho). You can then plug these values
|
/external/libvpx/vp8/encoder/x86/ |
D | variance_impl_ssse3.asm | 30 ;Note: The filter coefficient at offset=0 is 128. Since the second register
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 330 float rad, norm, coefficient; in cvRandRoundUni() local 358 coefficient = rad / norm; in cvRandRoundUni() 360 CV_MAT_ELEM (sample, float, 0, j) *= coefficient; in cvRandRoundUni()
|
/external/libvpx/ |
D | CHANGELOG | 182 Allow coefficient optimization for good quality speed 0.
|