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

1 2 3 4 5 67 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Tables.h 64 /* Reverb coefficients constant table */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
residu.h 73 Word16 a[], /* (i) : prediction coefficients */
syn_filt.h 71 Word16 a[], /* (i) : a[m+1] prediction coefficients (m=10) */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
residu.c 29 Word16 a[], /* (i) Q12 : prediction coefficients */
syn_filt.c 30 Word16 a[], /* (i) Q12 : a[m+1] prediction coefficients */
86 Word16 a[], /* (i) Q12 : a[m+1] prediction coefficients */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 26 * Forward Transform Residual 4x4 Coefficients
armVCM4P10_TransformResidual4x4.c 26 * Transform Residual 4x4 Coefficients
omxVCM4P10_PredictIntraChroma_8x8.c 29 * [in] pSrcLeft Pointer to the buffer of 16 left coefficients:
31 * [in] pSrcAbove Pointer to the buffer of 16 above coefficients:
91 * [in] pSrcLeft Pointer to the buffer of 16 left coefficients:
93 * [in] pSrcAbove Pointer to the buffer of 16 above coefficients:
omxVCM4P10_DequantTransformResidualFromPairAndAdd.c 55 * there re 16 non-zero AC coefficients at most in the packed buffer starting
57 * coefficients at most in the packet buffer starting from 4x4 block position
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter.c 68 * - The number of coefficients is greater than 64
  /external/jpeg/
jdhuff.c 502 * Save the current Huffman deocde position and the DC coefficients
588 * Decode and return one MCU's worth of Huffman-compressed coefficients.
589 * The coefficients are reordered from zigzag order into natural array order,
598 * coefficients may already have been assigned. This is harmless for
633 /* Decode a single block's worth of coefficients */
654 /* Section F.2.2.2: decode the AC coefficients */
681 /* Section F.2.2.2: decode the AC coefficients */
715 * Decode one MCU's worth of Huffman-compressed coefficients.
718 * Therefore, all coefficients are discarded.
749 /* Decode a single block's worth of coefficients */
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdhuff.c 502 * Save the current Huffman deocde position and the DC coefficients
588 * Decode and return one MCU's worth of Huffman-compressed coefficients.
589 * The coefficients are reordered from zigzag order into natural array order,
598 * coefficients may already have been assigned. This is harmless for
633 /* Decode a single block's worth of coefficients */
654 /* Section F.2.2.2: decode the AC coefficients */
681 /* Section F.2.2.2: decode the AC coefficients */
715 * Decode one MCU's worth of Huffman-compressed coefficients.
718 * Therefore, all coefficients are discarded.
749 /* Decode a single block's worth of coefficients */
    [all...]
  /external/libvpx/vp8/common/
blockd.h 171 unsigned char mb_skip_coeff; /* does this mb has coefficients at all, 1=no coefficients, 0=need decode tokens */
  /external/srec/srec/include/
all_defs.h 55 #define MEAN_SCALE 20 // MLLR coefficients
56 #define MEAN_OFFSET 128 // MLLR coefficients
  /external/webkit/Source/WebCore/webaudio/
BiquadProcessor.cpp 99 // The BiquadDSPKernel objects rely on this value to see if they need to re-compute their internal filter coefficients.
110 // Smooth all of the filter parameters. If they haven't yet converged to their target value then mark coefficients as dirty.
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2.c 22 // allpass filter coefficients.
57 // allpass filter coefficients.
  /external/webrtc/src/common_audio/vad/
vad_sp.c 19 // Allpass filter coefficients, upper and lower, in Q13.
35 // Filter coefficients in Q13, filter state in Q0.
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h 43 #define LVPSA_MEMREGION_PERSISTENT_COEF 1 /* Offset to persistent coefficients memory region in memory table */
135 /* Reinitialize some parameters and changes filters' coefficients if */
  /frameworks/av/media/libeffects/testlibs/
AudioShelvingFilter.h 136 // the low-level biquad coefficients. This one is used for the high shelf.
139 // the low-level biquad coefficients. This one is used for the low shelf.
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
a_refl.cpp 95 a[] = pointer to directform coefficients of type Word16
96 refl[] = pointer to reflection coefficients of type Word16
114 Purpose : Convert from direct form coefficients to
115 reflection coefficients
132 Word16 a[], // i : Directform coefficients
133 Word16 refl[] // o : Reflection coefficients
230 Word16 a[], /* i : Directform coefficients */
231 Word16 refl[], /* o : Reflection coefficients */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_QuantInvIntra_I_s.s 26 ; * The output coefficients are clipped to the range: [-2048, 2047].
142 ;// Perform Inverse Quantization for Ac Coefficients
  /external/libvpx/vp8/common/arm/armv6/
filter_v6.asm 48 ldr r4, [r11] ; load up packed filter coefficients
138 ldr r4, [r11] ; load up packed filter coefficients
209 ldr r4, [r11] ; load up packed filter coefficients
280 ldr r4, [r11] ; load up packed filter coefficients
371 ldr r4, [r11] ; load up packed filter coefficients
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
weight_amrwb_lpc.cpp 47 int16 a[], (i) Q12 : a[m+1] LPC coefficients
48 int16 ap[], (o) Q12 : Spectral expanded LPC coefficients
55 Weighting of LPC coefficients.
117 int16 a[], /* (i) Q12 : a[m+1] LPC coefficients */
118 int16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.cpp 23 dequantized DCT coefficients to spatial domain pirel values by calculating
44 coefficients of type int for an 8r8 image block;
68 This function transforms an 8r8 image block from dequantized DCT coefficients
83 coefficients by row IDCT operation.
109 32-bit integer arithmetic (8 bit coefficients)
113 coefficients ertended to 12 bit for IEEE1180-1990
149 /* coefficients Wi */
235 /* scale as that of coefficients (W1,...W7) */
372 /* coefficients Wi */
458 /* scale as that of coefficients (W1,...W7) *
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 105 * [out] pPreACPredict pointer to the predicted coefficients buffer.
108 * the quantized coefficients (QF) of the current
113 * between predicted and unpredicted coefficients
389 * quantized DCT coefficients.
717 * [in] sMaxNumCoeff Maximum number of non-zero coefficients in current
723 * [out] pNumCoeff Pointer to the number of nonzero coefficients in
746 * [in] pSrcLeft Pointer to the buffer of 16 left coefficients:
748 * [in] pSrcAbove Pointer to the buffer of 16 above coefficients:
    [all...]

Completed in 535 milliseconds

1 2 3 4 5 67 8 91011>>