Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Denv_est.cpp607 INT stop_pos, /*! stop slot */ in getEnvSfbEnergy() argument
637 for (; l < stop_pos; l++) { in getEnvSfbEnergy()
739 INT no_of_bands, start_pos, stop_pos, li, ui; in calculateSbrEnvelope() local
785 stop_pos = timeStep * frame_info->borders[env + 1]; in calculateSbrEnvelope()
792 if ((stop_pos - start_pos - j) > 0) { in calculateSbrEnvelope()
793 stop_pos = stop_pos - j; in calculateSbrEnvelope()
851 fixMin(stop_pos, h_sbr->sbrExtractEnvelope.YBufferWriteOffset in calculateSbrEnvelope()
856 count[j] = stop_pos - start_pos; in calculateSbrEnvelope()
861 tmpNrg = getEnvSfbEnergy(k, k + 1, start_pos, stop_pos, border_pos, in calculateSbrEnvelope()
876 tmpNrg = getEnvSfbEnergy(k, k + 1, start_pos, stop_pos, border_pos, in calculateSbrEnvelope()
[all …]
/external/aac/libSBRdec/src/
Denv_calc.h180 int highSubband, int start_pos, int stop_pos);
Denv_calc.cpp1052 int start_pos, stop_pos, freq_res; in calculateSbrEnvelope() local
1057 stop_pos = hHeaderData->timeStep * (i + 1); /* Stop-position in time in calculateSbrEnvelope()
1070 stop_pos = hHeaderData->timeStep * in calculateSbrEnvelope()
1149 lowSubband, highSubband, start_pos, stop_pos, input_e, in calculateSbrEnvelope()
1154 start_pos, stop_pos, input_e, pNrgs->nrgEst, in calculateSbrEnvelope()
1486 for (j = start_pos; j < stop_pos; j++) { in calculateSbrEnvelope()
1601 stop_pos, lowSubband, noSubbands, in calculateSbrEnvelope()
1607 for (j = start_pos; j < stop_pos; j++) { in calculateSbrEnvelope()
1612 if ((start_pos <= no_cols) && (stop_pos > no_cols)) { in calculateSbrEnvelope()