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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lattice.c 47 /* set the Direct Form coefficients */
52 /* compute lattice filter coefficients */
181 /* compute the reflection coefficients using the step-down procedure*/
183 /* a and b are vectors which contain the direct form coefficients,
lpc_shape_swb16_tables.c 44 * A rotation matrix to remove correlation among LAR coefficients
61 * coefficients.
214 * The smallest reconstruction points for quantiztion of LAR coefficients.
225 * Number of reconstruction points of quantizers for LAR coefficients.
  /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 */
BQ_2I_D32F32Cll_TRC_WRA_01_Private.h 27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */
FO_1I_D16F16Css_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[3]; /* pointer to the filter coefficients */
FO_1I_D32F32Cll_TRC_WRA_01_Private.h 27 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */
FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[3]; /* pointer to the filter coefficients */
PK_2I_D32F32CllGss_TRC_WRA_01_Private.h 26 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */
PK_2I_D32F32CssGss_TRC_WRA_01_Private.h 27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Init.c 30 /* pCoef Pointer to the filter's coefficients */
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.h 33 #include "LVCS_Headphone_Coeffs.h" /* Headphone coefficients */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 43 * Decodes the INTRA block coefficients. Inverse quantization, inversely zigzag
45 * on the coefficients. The results are then placed in the output frame/plane on
76 * for coding of Intra DC coefficients as per Table
79 * if the ac coefficients of the first row or first
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 49 * Decodes the INTRA block coefficients. Inverse quantization, inversely zigzag
51 * on the coefficients. The results are then placed in the output frame/plane on
82 * for coding of Intra DC coefficients as per Table
85 * if the ac coefficients of the first row or first
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair.c 28 * H.264 decode coefficients module
62 * [in] sMaxNumCoeff Maximum number of non-zero coefficients in current
68 * [out] pNumCoeff Pointer to the number of nonzero coefficients in
236 /* Fill in coefficients */
omxVCM4P10_InvTransformDequant_LumaDC.c 27 * This function will calculate 4x4 hadamard transform of luma DC coefficients
44 * the coefficients.
49 * quantized coefficients. 16 byte alignment required.
54 * pDst - Pointer to inverse-transformed and dequantized coefficients.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 43 * Decodes the INTRA block coefficients. Inverse quantization, inversely
45 * performed on the coefficients. The results are then placed in the output
70 * coefficients as per [ISO14496-2], Table 6-21.
72 * the ac coefficients of the first row or first column are
  /system/bt/stack/smp/
p_256_ecc_pp.h 38 // curve's coefficients
  /external/eigen/Eigen/src/Core/util/
Constants.h 69 * Long version: means that the coefficients can be handled by packets
73 * coefficients by packets (this implies the requirement that the size be a multiple of 16 bytes,
101 * Long version: means that one can access the coefficients
121 * Means the expression has a coeffRef() method, i.e. is writable as its individual coefficients are directly addressable.
135 * Means that the underlying array of coefficients can be directly accessed as a plain strided array. The memory layout
136 * of the array of coefficients must be exactly the natural one suggested by rows(), cols(),
137 * outerStride(), innerStride(), and the RowMajorBit. This rules out expressions such as Diagonal, whose coefficients,
269 /** Don't require alignment for the matrix itself (the array of coefficients, if dynamically allocated, may still be requested to be aligned) */ // FIXME --- clarify the situation
313 /** Direct read-only access to the coefficients. */
315 /** Direct read/write access to the coefficients. *
    [all...]

Completed in 543 milliseconds

1 2 3 4 5 6 7 8 91011>>