HomeSort by relevance Sort by last modified time
    Searched full:coefficients (Results 51 - 75 of 534) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair.c 63 * Inverse Transform DC 4x4 Coefficients
103 * coefficients, and updates the pair buffer pointer to the next non-empty
115 * pDst - Pointer to the reconstructed 4x4 LumaDC coefficients buffer; must
armVCM4P10_PredictIntraDC4x4.c 29 * [in] pSrcLeft Pointer to the buffer of 16 left coefficients:
31 * [in] pSrcAbove Pointer to the buffer of 16 above coefficients:
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraACVLC.c 31 * Performs VLC decoding and inverse zigzag scan of AC and DC coefficients
34 * coefficients, as described in [ISO14496-2], subclause 7.4.1.4, Intra DC
78 * FLC table The number of coefficients is greater than 64
omxVCM4P2_EncodeVLCZigzag_IntraACVLC.c 29 * Performs zigzag scan and VLC encoding of AC and DC coefficients for one
32 * coefficients, as described in [ISO14496-2], subclause 7.4.1.4, Intra DC
omxVCM4P2_TransRecBlockCoef_inter.c 28 * Implements DCT, and quantizes the DCT coefficients of the inter block
43 * pDst - pointer to the quantized DCT coefficients buffer; must be aligned
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicConvolve3x3.java 38 * The default coefficients are.
75 * Set the coefficients for the convolve.
84 * @param v The array of coefficients to set
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 40 /* Calculate double precision coefficients for a peaking filter */
45 /* pCoefficients Pointer to the coefficients */
68 /* 2. The double precision coefficients are only used when fc is less than fs/85, so */
153 * Calculate the B1 and A0 coefficients
178 /* Calculate single precision coefficients for a peaking filter */
183 /* pCoefficients Pointer to the coefficients */
  /external/srec/audio/AudioIn/UNIX/include/
filter.h 26 typedef short typeCoeff; // FIR filter coefficients
44 const typeCoeff *h; // pointer to FIR filter coefficients
  /external/webkit/Source/WebCore/webaudio/
BiquadDSPKernel.cpp 39 // Recompute filter coefficients if any of the parameters have changed.
40 // FIXME: as an optimization, implement a way that a Biquad object can simply copy its internal filter coefficients from another Biquad object.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes_s.h 30 OMX_StsACAAC_TnsCoefResErr EQU -154 ;// AAC: Invalid bit-resolution for TNS filter coefficients
31 OMX_StsACAAC_TnsCoefErr EQU -153 ;// AAC: Invalid TNS filter coefficients
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c 29 * Decodes the INTER block coefficients. Inverse quantization, inversely zigzag
31 * on the coefficients. The results (residuals) are placed in a contiguous array
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes_s.h 30 OMX_StsACAAC_TnsCoefResErr EQU -154 ;// AAC: Invalid bit-resolution for TNS filter coefficients
31 OMX_StsACAAC_TnsCoefErr EQU -153 ;// AAC: Invalid TNS filter coefficients
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c 29 * Decodes the INTER block coefficients. Inverse quantization, inversely zigzag
31 * on the coefficients. The results (residuals) are placed in a contiguous array
  /external/webrtc/src/common_audio/signal_processing/
resample.c 28 // interpolation coefficients
438 // sum and accumulate filter coefficients and input samples
441 // sum and accumulate filter coefficients and input samples
444 // sum and accumulate filter coefficients and input samples
447 // sum and accumulate filter coefficients and input samples
450 // sum and accumulate filter coefficients and input samples
486 // sum and accumulate filter coefficients and input samples
489 // sum and accumulate filter coefficients and input samples
492 // sum and accumulate filter coefficients and input samples
495 // sum and accumulate filter coefficients and input sample
    [all...]
  /external/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h 36 // polyphase coefficients
  /external/speex/libspeex/
lpc.c 64 * The next two functions calculate linear prediction coefficients
65 * and/or the related reflection coefficients from the first P_MAX+1
74 spx_coef_t *lpc, /* out: [0...p-1] LPC coefficients */
101 /* Update LPC coefficients and total error */
lsp.c 11 Coefficients (LPC) to Line Spectral Pair (LSP) and back. Note that the
12 LSP coefficients are not in radians format but in the x domain of the
50 LSPs are used to encode the LPC filter coefficients {ak} for
55 A(z) is a polynomial of order lpcrdr with {ak} as the coefficients.
69 swap coefficients as we find roots. So the process of finding the
207 This function converts LPC coefficients to LSP
208 coefficients.
220 /* float *a lpc coefficients */
221 /* int lpcrdr order of LPC coefficients (10) */
250 /* determine P'(z)'s and Q'(z)'s coefficients wher
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Tables.h 36 /* Coefficients constant table */
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
BP_1I_D16F16Css_TRC_WRA_01_Private.h 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */
BP_1I_D16F32Cll_TRC_WRA_01_Private.h 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */
BP_1I_D32F32Cll_TRC_WRA_02_Private.h 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */
BQ_1I_D16F16Css_TRC_WRA_01_Private.h 25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */
BQ_1I_D16F32Css_TRC_WRA_01_Private.h 25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */
BQ_2I_D16F16Css_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */
BQ_2I_D16F32Css_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */

Completed in 2447 milliseconds

1 23 4 5 6 7 8 91011>>