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

  /external/aac/libSBRenc/src/
code_env.cpp 407 INT i, no_of_bands, band; local
470 no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_HIGH];
472 no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_LOW];
498 for (band = no_of_bands - 1; band > 0; band--) {
503 for (band = 1; band < no_of_bands; band++) {
509 for (band = no_of_bands - 1; band > 0; band--) {
514 for (band = 1; band < no_of_bands; band++) {
522 for (band = 1; band < no_of_bands; band++) {
563 FDKmemcpy(sfb_nrg, delta_T, no_of_bands * sizeof(SCHAR));
567 FDKmemcpy(sfb_nrg, delta_F, no_of_bands * sizeof(SCHAR))
    [all...]
env_est.cpp 739 INT no_of_bands, start_pos, stop_pos, li, ui; local
787 no_of_bands = h_con->nSfb[freq_res];
788 envNrg_scale = DFRACT_BITS - fNormz((FIXP_DBL)no_of_bands);
796 for (j = 0; j < no_of_bands; j++) {
908 for (j = 0; j < no_of_bands; j++) {
    [all...]
  /external/aac/libSBRdec/src/
env_dec.cpp 767 int i, domain, no_of_bands, band, freqRes; local
781 no_of_bands = hHeaderData->freqBandData.nSfb[freqRes];
783 FDK_ASSERT(no_of_bands < (64));
788 for (band = 1; band < no_of_bands; band++) {
794 for (band = 0; band < no_of_bands; band++) {

Completed in 195 milliseconds