Searched refs:noChannels (Results 1 – 14 of 14) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 460 hSbrDec->hHBE->noChannels * sizeof(FIXP_DBL)); in sbr_dec() 464 hSbrDec->hHBE->noChannels * sizeof(FIXP_DBL)); in sbr_dec() 472 hSbrDec->hHBE->noChannels * sizeof(FIXP_DBL)); in sbr_dec() 474 hSbrDec->hHBE->noChannels * sizeof(FIXP_DBL)); in sbr_dec() 941 int noChannels, bSbr41 = flags & SBRDEC_QUAD_RATE ? 1 : 0; in createSbrDec() local 943 noChannels = in createSbrDec() 950 noCols, noChannels, sizeof(FIXP_DBL)); in createSbrDec() 957 (FIXP_DBL **)fdkCallocMatrix2D_aligned(noCols, noChannels, in createSbrDec() 968 (FIXP_DBL **)fdkCallocMatrix2D_aligned(noCols, noChannels, in createSbrDec() 975 (FIXP_DBL **)fdkCallocMatrix2D_aligned(noCols, noChannels, in createSbrDec() [all …]
|
D | hbe.h | 142 int noChannels; member
|
D | psdec.h | 249 SCHAR noChannels; member
|
D | psdec.cpp | 180 h_ps_d->noChannels = NO_QMF_CHANNELS; /* row */ in CreatePsDec()
|
D | hbe.cpp | 954 hQmfTran->noChannels = frameSize / hQmfTran->noCols; in QmfTransposerCreate()
|
/external/aac/libSBRenc/src/ |
D | sbrenc_freq_sca.cpp | 370 const INT noChannels, const INT startFreq, in FDKsbrEnc_FindStartAndStopBand() argument 376 if (srSbr * noChannels < *k0 * srCore) { in FDKsbrEnc_FindStartAndStopBand() 392 if (*k2 > noChannels) { in FDKsbrEnc_FindStartAndStopBand() 393 *k2 = noChannels; in FDKsbrEnc_FindStartAndStopBand()
|
D | sbrenc_freq_sca.h | 127 const INT noChannels, const INT startFreq,
|
D | ton_corr.cpp | 509 INT noChannels) /*!< Number of QMF-channels. */ in resetPatch() argument 540 goalSb = (INT)((2 * noChannels * 16000 + (fs >> 1)) / fs); /* 16 kHz band */ in resetPatch()
|
D | sbr_encoder.cpp | 1855 INT sbrEncoder_GetInBufferSize(int noChannels) { in sbrEncoder_GetInBufferSize() argument 1860 temp *= noChannels; in sbrEncoder_GetInBufferSize()
|
/external/aac/libMpegTPEnc/src/ |
D | tpenc_asc.cpp | 335 CHANNEL_MODE transportEnc_GetChannelMode(int noChannels) { in transportEnc_GetChannelMode() argument 338 if (noChannels <= 8 && noChannels > 0) in transportEnc_GetChannelMode() 340 (noChannels == 8) ? 7 in transportEnc_GetChannelMode() 341 : noChannels); /* see : iso/mpeg4 v1 audio subpart1*/ in transportEnc_GetChannelMode() 913 config->channelMode = transportEnc_GetChannelMode(config->noChannels); in transportEnc_writeASC()
|
/external/aac/libMpegTPEnc/include/ |
D | tpenc_lib.h | 148 CHANNEL_MODE transportEnc_GetChannelMode(int noChannels);
|
/external/aac/libSBRenc/include/ |
D | sbr_encoder.h | 303 INT sbrEncoder_GetInBufferSize(int noChannels);
|
/external/aac/libSYS/include/ |
D | FDK_audio.h | 390 int noChannels; /**< Number of audio channels. */ member
|
/external/aac/libAACenc/src/ |
D | aacenc_lib.cpp | 524 cc->noChannels = hAacConfig->nChannels; in H_ALLOC_MEM() 1856 hAacEncoder->coderConfig.noChannels, in aacEncEncode() 1890 hAacEncoder->coderConfig.noChannels, in aacEncEncode()
|