HomeSort by relevance Sort by last modified time
    Searched full:coefficients (Results 101 - 125 of 1623) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/fec/
init_rs_int.c 22 * gfpoly = Field generator polynomial coefficients
  /external/flac/libFLAC/include/private/
lpc.h 99 * Computes LP coefficients for orders 1..max_order.
105 * OUT lp_coeff[0,max_order-1][0,max_order-1] LP coefficients for each order
113 * Example: if max_order is 9, the LP coefficients for order 9 will be
114 * in lp_coeff[8][0,8], the LP coefficients for order 8 will be
122 * Quantizes the LP coefficients. NOTE: precision + bits_per_sample
125 * IN lp_coeff[0,order-1] LP coefficients
130 * OUT qlp_coeff[0,order-1] quantized coefficients
132 * LP coefficients. NOTE: could be negative.
134 * 1 => coefficients require too much shifting for *shift to
136 * 2 => coefficients are all zero, which is bad. 'shift' i
    [all...]
  /external/libjpeg-turbo/simd/
jfdctflt-sse-64.asm 94 movaps xmm4,xmm0 ; transpose coefficients(phase 1)
97 movaps xmm5,xmm2 ; transpose coefficients(phase 1)
112 movaps xmm4,xmm6 ; transpose coefficients(phase 1)
115 movaps xmm2,xmm1 ; transpose coefficients(phase 1)
119 movaps xmm7,xmm6 ; transpose coefficients(phase 2)
122 movaps xmm3,xmm2 ; transpose coefficients(phase 2)
138 movaps xmm7,xmm4 ; transpose coefficients(phase 2)
141 movaps xmm6,xmm1 ; transpose coefficients(phase 2)
229 movaps xmm4,xmm0 ; transpose coefficients(phase 1)
232 movaps xmm5,xmm2 ; transpose coefficients(phase 1
    [all...]
jfdctflt-sse.asm 101 movaps xmm4,xmm0 ; transpose coefficients(phase 1)
104 movaps xmm5,xmm2 ; transpose coefficients(phase 1)
119 movaps xmm4,xmm6 ; transpose coefficients(phase 1)
122 movaps xmm2,xmm1 ; transpose coefficients(phase 1)
126 movaps xmm7,xmm6 ; transpose coefficients(phase 2)
129 movaps xmm3,xmm2 ; transpose coefficients(phase 2)
145 movaps xmm7,xmm4 ; transpose coefficients(phase 2)
148 movaps xmm6,xmm1 ; transpose coefficients(phase 2)
237 movaps xmm4,xmm0 ; transpose coefficients(phase 1)
240 movaps xmm5,xmm2 ; transpose coefficients(phase 1
    [all...]
jfdctfst-mmx.asm 116 movq mm4,mm0 ; transpose coefficients(phase 1)
119 movq mm5,mm2 ; transpose coefficients(phase 1)
134 movq mm4,mm6 ; transpose coefficients(phase 1)
137 movq mm2,mm1 ; transpose coefficients(phase 1)
141 movq mm7,mm6 ; transpose coefficients(phase 2)
144 movq mm3,mm2 ; transpose coefficients(phase 2)
160 movq mm7,mm4 ; transpose coefficients(phase 2)
163 movq mm6,mm1 ; transpose coefficients(phase 2)
257 movq mm4,mm0 ; transpose coefficients(phase 1)
260 movq mm5,mm2 ; transpose coefficients(phase 1
    [all...]
  /external/libopus/silk/
process_NLSFs.c 37 opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficients */
90 /* Convert quantized NLSFs back to LPC coefficients */
98 /* Convert back to LPC coefficients */
102 /* Copy LPC coefficients for first half from second half */
  /external/libvpx/libvpx/vp8/common/
entropy.h 60 /* Coefficients are predicted via a 3-dimensional probability table. */
73 the extent to which nearby coefficients are nonzero. For the first
76 then the number (0,1,or 2) of these blocks having nonzero coefficients.
79 Note that the intuitive meaning of this measure changes as coefficients
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomon.cpp 85 CFX_Int32Array* coefficients = remainder->GetCoefficients(); local
86 int32_t numZeroCoefficients = ecBytes - coefficients->GetSize();
90 for (int32_t y = 0; y < coefficients->GetSize(); y++) {
92 coefficients->operator[](y);
BC_ReedSolomonGF256.cpp 91 CFX_Int32Array coefficients; local
92 coefficients.SetSize(degree + 1);
93 coefficients[0] = coefficient;
95 temp->Init(this, &coefficients, e);
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECModulusGF.cpp 81 CFX_Int32Array coefficients; local
82 coefficients.SetSize(degree + 1);
83 coefficients[0] = coefficient;
84 modulusPoly = new CBC_PDF417ECModulusPoly(this, coefficients, e);
BC_PDF417ECModulusPoly.h 13 CFX_Int32Array& coefficients,
  /external/webrtc/webrtc/common_audio/
fir_filter_neon.h 22 FIRFilterNEON(const float* coefficients,
fir_filter_sse.h 22 FIRFilterSSE2(const float* coefficients,
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.h 31 int16_t *weightDenum,/* (i) weighting filter coefficients in Q12 */
decoder_interpolate_lsf.c 25 * obtain synthesis and weighting filters form lsf coefficients
29 int16_t *syntdenum, /* (o) synthesis filter coefficients */
31 coefficients */
32 int16_t *lsfdeq, /* (i) dequantized lsf coefficients */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_shape_swb12_tables.c 44 * A rotation matrix to remove correlation among LAR coefficients
63 * The smallest reconstruction points for quantiztion of LAR coefficients.
73 * Number of reconstruction points of quantizers for LAR coefficients.
93 * coefficients.
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Tables.h 36 /* Treble Boost Filter Coefficients */
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_FO_HPF.c 41 /* following table of 32-bit integer polynomial coefficients: */
66 /* pCoeffs Points to the filter coefficients calculated here */
75 LVM_INT32 Y,Coefficients[13]={ -8388571,
89 Coefficients,
LVM_FO_LPF.c 41 /* following table of 32-bit integer polynomial coefficients: */
66 /* pCoeffs Points to the filter coefficients calculated here */
75 LVM_INT32 Y,Coefficients[13]={ -8388571,
87 Coefficients,
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 38 /* The function selects the coefficients for the filters and clears the data */
40 /* parameters changes but will only change the coefficients and clear the history */
76 * Setup the filter coefficients and clear the history
82 /* Convert incoming coefficients to the required format/ordering */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 28 * H.264 decode coefficients module
44 * ChromaDCLevel. The decoded coefficients in the packed position-coefficient
61 * pNumCoeff - Pointer to the number of nonzero coefficients in this block
65 * zero coefficients in the currently decoded block. In this case
omxVCM4P10_InvTransformDequant_ChromaDC.c 28 * coefficients and quantization
44 * the coefficients.
49 * quantized coefficients. 8 byte alignment required.
54 * pDst - Pointer to inverse-transformed and dequantized coefficients.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
entropy.h 60 /* Coefficients are predicted via a 3-dimensional probability table. */
73 the extent to which nearby coefficients are nonzero. For the first
76 then the number (0,1,or 2) of these blocks having nonzero coefficients.
79 Note that the intuitive meaning of this measure changes as coefficients
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
Relationship.java 53 * Get the relationship obtained when multiplying all coefficients by -1.
54 * @return relationship obtained when multiplying all coefficients by -1
  /external/eigen/Eigen/src/plugins/
CommonCwiseBinaryOps.h 15 * \note If you want to substract a given scalar from all coefficients, see Cwise::operator-().
23 * \note If you want to add a given scalar to all coefficients, see Cwise::operator+().

Completed in 1084 milliseconds

1 2 3 45 6 7 8 91011>>