Home
last modified time | relevance | path

Searched refs:no_of_bands (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSBRenc/src/
Dcode_env.cpp407 INT i, no_of_bands, band; in FDKsbrEnc_codeEnvelope() local
470 no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_HIGH]; in FDKsbrEnc_codeEnvelope()
472 no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_LOW]; in FDKsbrEnc_codeEnvelope()
498 for (band = no_of_bands - 1; band > 0; band--) { in FDKsbrEnc_codeEnvelope()
503 for (band = 1; band < no_of_bands; band++) { in FDKsbrEnc_codeEnvelope()
509 for (band = no_of_bands - 1; band > 0; band--) { in FDKsbrEnc_codeEnvelope()
514 for (band = 1; band < no_of_bands; band++) { in FDKsbrEnc_codeEnvelope()
522 for (band = 1; band < no_of_bands; band++) { in FDKsbrEnc_codeEnvelope()
563 FDKmemcpy(sfb_nrg, delta_T, no_of_bands * sizeof(SCHAR)); in FDKsbrEnc_codeEnvelope()
567 FDKmemcpy(sfb_nrg, delta_F, no_of_bands * sizeof(SCHAR)); in FDKsbrEnc_codeEnvelope()
[all …]
Denv_est.cpp739 INT no_of_bands, start_pos, stop_pos, li, ui; in calculateSbrEnvelope() local
787 no_of_bands = h_con->nSfb[freq_res]; in calculateSbrEnvelope()
788 envNrg_scale = DFRACT_BITS - fNormz((FIXP_DBL)no_of_bands); in calculateSbrEnvelope()
796 for (j = 0; j < no_of_bands; j++) { in calculateSbrEnvelope()
908 for (j = 0; j < no_of_bands; j++) { in calculateSbrEnvelope()
918 nmhLoweringEnergy(nrgLeft, envNrgLeft, envNrg_scale, no_of_bands); in calculateSbrEnvelope()
921 no_of_bands); in calculateSbrEnvelope()
995 m -= no_of_bands; in calculateSbrEnvelope()
996 for (j = 0; j < no_of_bands; j++) { in calculateSbrEnvelope()
/external/aac/libSBRdec/src/
Denv_dec.cpp772 int i, domain, no_of_bands, band, freqRes; in deltaToLinearPcmEnvelopeDecoding() local
786 no_of_bands = hHeaderData->freqBandData.nSfb[freqRes]; in deltaToLinearPcmEnvelopeDecoding()
788 FDK_ASSERT(no_of_bands < (64)); in deltaToLinearPcmEnvelopeDecoding()
793 for (band = 1; band < no_of_bands; band++) { in deltaToLinearPcmEnvelopeDecoding()
799 for (band = 0; band < no_of_bands; band++) { in deltaToLinearPcmEnvelopeDecoding()