Searched refs:no_of_bands (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRenc/src/ |
D | code_env.cpp | 427 INT i, no_of_bands, band; in FDKsbrEnc_codeEnvelope() local 494 no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_HIGH]; in FDKsbrEnc_codeEnvelope() 496 no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_LOW]; in FDKsbrEnc_codeEnvelope() 526 for (band = no_of_bands - 1; band > 0; band--) { in FDKsbrEnc_codeEnvelope() 531 for (band = 1; band < no_of_bands; band++) { in FDKsbrEnc_codeEnvelope() 538 for (band = no_of_bands - 1; band > 0; band--) { in FDKsbrEnc_codeEnvelope() 543 for (band = 1; band < no_of_bands; band++) { in FDKsbrEnc_codeEnvelope() 552 for (band = 1; band < no_of_bands; band++) in FDKsbrEnc_codeEnvelope() 596 FDKmemcpy (sfb_nrg, delta_T, no_of_bands * sizeof (SCHAR)); in FDKsbrEnc_codeEnvelope() 601 FDKmemcpy (sfb_nrg, delta_F, no_of_bands * sizeof (SCHAR)); in FDKsbrEnc_codeEnvelope() [all …]
|
D | env_est.cpp | 582 INT no_of_bands, start_pos, stop_pos, li, ui; in calculateSbrEnvelope() local 630 no_of_bands = h_con->nSfb[freq_res]; in calculateSbrEnvelope() 631 envNrg_scale = DFRACT_BITS-fNormz((FIXP_DBL)no_of_bands); in calculateSbrEnvelope() 637 for (j = 0; j < no_of_bands; j++) { in calculateSbrEnvelope() 773 for (j = 0; j < no_of_bands; j++) { in calculateSbrEnvelope() 783 nrgLeft = nmhLoweringEnergy(nrgLeft, envNrgLeft, envNrg_scale, no_of_bands); in calculateSbrEnvelope() 785 nrgRight = nmhLoweringEnergy(nrgRight, envNrgRight, envNrg_scale, no_of_bands); in calculateSbrEnvelope() 850 m-=no_of_bands; in calculateSbrEnvelope() 851 for (j = 0; j < no_of_bands; j++) { in calculateSbrEnvelope()
|
/external/aac/libSBRdec/src/ |
D | env_dec.cpp | 745 int i, domain, no_of_bands, band, freqRes; in deltaToLinearPcmEnvelopeDecoding() local 758 no_of_bands = hHeaderData->freqBandData.nSfb[freqRes]; in deltaToLinearPcmEnvelopeDecoding() 760 FDK_ASSERT(no_of_bands < (64)); in deltaToLinearPcmEnvelopeDecoding() 766 for (band = 1; band < no_of_bands; band++) in deltaToLinearPcmEnvelopeDecoding() 775 for (band = 0; band < no_of_bands; band++) in deltaToLinearPcmEnvelopeDecoding()
|