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

  /frameworks/av/media/libstagefright/codecs/aacdec/
sbr_decode_envelope.cpp 142 Int32 no_of_bands; local
158 no_of_bands = nSfb[freqRes];
169 for (band = 1; band < no_of_bands; band++)
183 for (band = 0; band < no_of_bands; band++)
  /external/aac/libSBRenc/src/
code_env.cpp 427 INT i, no_of_bands, band; local
494 no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_HIGH];
496 no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_LOW];
526 for (band = no_of_bands - 1; band > 0; band--) {
531 for (band = 1; band < no_of_bands; band++) {
538 for (band = no_of_bands - 1; band > 0; band--) {
543 for (band = 1; band < no_of_bands; band++) {
552 for (band = 1; band < no_of_bands; band++)
596 FDKmemcpy (sfb_nrg, delta_T, no_of_bands * sizeof (SCHAR));
601 FDKmemcpy (sfb_nrg, delta_F, no_of_bands * sizeof (SCHAR))
    [all...]
env_est.cpp 580 INT no_of_bands, start_pos, stop_pos, li, ui; local
627 no_of_bands = h_con->nSfb[freq_res];
633 for (j = 0; j < no_of_bands; j++) {
770 for (j = 0; j < no_of_bands; j++) {
780 nrgLeft = nmhLoweringEnergy(nrgLeft, envNrgLeft, no_of_bands);
782 nrgRight = nmhLoweringEnergy(nrgRight, envNrgRight, no_of_bands);
847 m-=no_of_bands;
848 for (j = 0; j < no_of_bands; j++) {
    [all...]
  /external/aac/libSBRdec/src/
env_dec.cpp 745 int i, domain, no_of_bands, band, freqRes; local
758 no_of_bands = hHeaderData->freqBandData.nSfb[freqRes];
760 FDK_ASSERT(no_of_bands < (64));
766 for (band = 1; band < no_of_bands; band++)
775 for (band = 0; band < no_of_bands; band++)

Completed in 597 milliseconds