/frameworks/rs/driver/ |
rsdIntrinsicBlur.cpp | 51 // Now compute the coefficients. We will store some redundant values to save 66 //Now we need to normalize the weights because all our coefficients need to add up to one
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
rsdIntrinsicBlur.cpp | 51 // Now compute the coefficients. We will store some redundant values to save 66 //Now we need to normalize the weights because all our coefficients need to add up to one
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 48 /*Precomputed coefficients 75 /*Precomputed coefficients
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 48 /*Precomputed coefficients 75 /*Precomputed coefficients
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Coeffs.h | 24 /* High Pass Shelving Filter coefficients */ 33 /* Coefficients for sample rate 22050Hz */ 141 /* Coefficients for sample rate 24000Hz */ 249 /* Coefficients for sample rate 32000Hz */ [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder_acelp.h | 98 int16 a[], /* (o) Q12 : predictor coefficients (order = M) */ 112 int16 Az[] /* output: LP coefficients in 4 subframes */ 115 int16 a[], /* (i) Q12 : a[m+1] LPC coefficients */ 116 int16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */ 211 int16 a[], /* (i) Q12 : a[m+1] prediction coefficients */ 221 int16 a[], /* (i) Q12 : a[m+1] prediction coefficients */
|
/external/jpeg/ |
structure.doc | 23 A "block" is an 8x8 group of samples or coefficients. 368 * Forward DCT and quantization: Perform DCT, quantize, and emit coefficients. 369 Works on one or more DCT blocks at a time. (Note: the coefficients are now 378 coefficients. 445 (Buffering DCT coefficients, rather than samples, is necessary to support 453 coefficients of each MCU (initially all zeroes), which the entropy decoder 456 * Dequantization and inverse DCT: like it says. Note that the coefficients [all...] |
jidctint.c | 10 * must also perform dequantization of the input coefficients. 144 * Perform dequantization and inverse DCT on one block of coefficients. 173 * coefficients are zero, especially the AC terms. We can exploit this
|
jidctred.c | 113 * Perform dequantization and inverse DCT on one block of coefficients, 266 * Perform dequantization and inverse DCT on one block of coefficients, 374 * Perform dequantization and inverse DCT on one block of coefficients,
|
jchuff.c | 350 /* Encode a single block's worth of coefficients */ 393 /* Encode the AC coefficients per section F.1.2.2 */ 472 * Encode and output one MCU's worth of Huffman-compressed coefficients. 569 /* Process a single block's worth of coefficients */ 600 /* Encode the AC coefficients per section F.1.2.2 */ 640 * Trial-encode one MCU's worth of Huffman-compressed coefficients.
|
jdcoefct.c | 636 * of the JPEG standard: the first 5 AC coefficients are estimated from 639 * the coefficients it can estimate are not yet known to full precision. 642 /* Natural-order array positions of the first 5 zigzag-order coefficients */ 652 * AC coefficients; otherwise, if the input side of the decompressor 653 * advances into a new scan, we might think the coefficients are known 696 /* Block smoothing is helpful if some AC coefficients remain inaccurate. */ [all...] |
/external/qemu/distrib/jpeg-6b/ |
structure.doc | 23 A "block" is an 8x8 group of samples or coefficients. 368 * Forward DCT and quantization: Perform DCT, quantize, and emit coefficients. 369 Works on one or more DCT blocks at a time. (Note: the coefficients are now 378 coefficients. 445 (Buffering DCT coefficients, rather than samples, is necessary to support 453 coefficients of each MCU (initially all zeroes), which the entropy decoder 456 * Dequantization and inverse DCT: like it says. Note that the coefficients [all...] |
jidctint.c | 10 * must also perform dequantization of the input coefficients. 144 * Perform dequantization and inverse DCT on one block of coefficients. 173 * coefficients are zero, especially the AC terms. We can exploit this
|
jidctred.c | 113 * Perform dequantization and inverse DCT on one block of coefficients, 266 * Perform dequantization and inverse DCT on one block of coefficients, 374 * Perform dequantization and inverse DCT on one block of coefficients,
|
jchuff.c | 350 /* Encode a single block's worth of coefficients */ 393 /* Encode the AC coefficients per section F.1.2.2 */ 472 * Encode and output one MCU's worth of Huffman-compressed coefficients. 569 /* Process a single block's worth of coefficients */ 600 /* Encode the AC coefficients per section F.1.2.2 */ 640 * Trial-encode one MCU's worth of Huffman-compressed coefficients.
|
jdcoefct.c | 636 * of the JPEG standard: the first 5 AC coefficients are estimated from 639 * the coefficients it can estimate are not yet known to full precision. 642 /* Natural-order array positions of the first 5 zigzag-order coefficients */ 652 * AC coefficients; otherwise, if the input side of the decompressor 653 * advances into a new scan, we might think the coefficients are known 696 /* Block smoothing is helpful if some AC coefficients remain inaccurate. */ [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
levinson.cpp | 404 A = vector of LPC coefficients (10th order) (Word16) 405 rc = vector containing first four reflection coefficients (Word16) 409 A contains the newly calculated LPC coefficients 410 rc contains the newly calculated reflection coefficients 450 A[i] = filter coefficients 471 Word16 A[], // o : A[m] LPC coefficients (m = 10) 472 Word16 rc[] // o : rc[4] First 4 reflection coefficients 636 Word16 A[], /* o : A[m] LPC coefficients (m = 10) */ 637 Word16 rc[], /* o : rc[4] First 4 reflection coefficients */
|
qgain795.h | 112 Word16 frac_coeff[], /* i : coefficients (5), Q15 */ 113 Word16 exp_coeff[], /* i : energy coefficients (5), Q0 */ 114 /* coefficients from calc_filt_ener() */
|
/external/aac/libSBRdec/src/ |
psdec_hybrid.cpp | 178 /* symmetric filter coefficients */ 215 prototype filter coefficients: 272 now use fft modulation coefficients 583 Description: The coefficients offering higher resolution for the lower QMF 614 coefficients offering higher resolution for the lower QMF channel are simply added
|
/frameworks/av/services/audioflinger/ |
AudioResamplerSinc.cpp | 50 * These coefficients are optimized for 48KHz -> 44.1KHz (stop-band at 22.050KHz) 79 // for high quality resampler, the parameters for coefficients are compile-time constants 91 // Open the dll to get the coefficients for VERY_HIGH_QUALITY 223 // Load the constants for coefficients 260 ALOGV("Use default coefficients");
|
/external/flac/libFLAC/ppc/as/ |
lpc_asm.s | 51 ; coefficients and all relevant history stay in registers, so the outer loop 78 ; load coefficients into v0-v7 and initial history into v8-v15 327 ; load coefficients into v0-v1 and initial history into v2-v3
|
/external/flac/libFLAC/ppc/gas/ |
lpc_asm.s | 53 # coefficients and all relevant history stay in registers, so the outer loop 80 # load coefficients into v0-v7 and initial history into v8-v15 329 # load coefficients into v0-v1 and initial history into v2-v3
|
/external/srec/audio/AudioIn/UNIX/src/ |
filter.c | 73 * pCoeffs - pointer to FIR filter coefficients 232 typeCoeff const *ph; // pointer to coefficients 242 ph = pFIR->h; // point to coefficients
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
lsp.h | 155 * Purpose : Conversion from LP coefficients to LSPs. 158 * LP coefficients for mode 12.2. For the other 160 * LP coefficients. These LSPs are quantized with
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
az_isp.c | 22 * Compute the ISPs from the LPC coefficients (order=M) * 61 Word16 a[], /* (i) Q12 : predictor coefficients */ 207 * f[]: coefficients of the pol. in Q11 *
|