HomeSort by relevance Sort by last modified time
    Searched refs:ACORR_COEFS (Results 1 - 4 of 4) sorted by null

  /external/aac/libFDK/include/
autocorr2nd.h 110 } ACORR_COEFS;
116 autoCorr2nd_real (ACORR_COEFS *ac, /*!< Pointer to autocorrelation coeffs */
121 autoCorr2nd_cplx (ACORR_COEFS *ac, /*!< Pointer to autocorrelation coeffs */
  /external/aac/libFDK/src/
autocorr2nd.cpp 113 autoCorr2nd_real (ACORR_COEFS *ac, /*!< Pointer to autocorrelation coeffs */
187 autoCorr2nd_cplx (ACORR_COEFS *ac, /*!< Pointer to autocorrelation coeffs */
  /external/aac/libSBRenc/src/
ton_corr.cpp 149 C_ALLOC_SCRATCH_START(ac, ACORR_COEFS, 1);
157 FDK_ASSERT(sizeof(FIXP_DBL)*NUM_V_COMBINE*BAND_V_SIZE*2 < (1024*sizeof(FIXP_DBL)-sizeof(ACORR_COEFS)) );
308 C_ALLOC_SCRATCH_END(ac, ACORR_COEFS, 1);
    [all...]
  /external/aac/libSBRdec/src/
lpp_tran.cpp 250 ACORR_COEFS ac;
    [all...]

Completed in 159 milliseconds