Searched refs:stop_pos (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRenc/src/ |
D | env_est.cpp | 559 INT stop_pos, /*! stop slot */ in getEnvSfbEnergy() argument 587 for (; l < stop_pos; l++) { in getEnvSfbEnergy() 690 INT no_of_bands, start_pos, stop_pos, li, ui; in calculateSbrEnvelope() local 736 stop_pos = timeStep * frame_info->borders[i + 1]; in calculateSbrEnvelope() 742 …stop_pos -= fixMax(2, timeStep); /* consider at least 2 QMF slots less for short envelopes (envel… in calculateSbrEnvelope() 799 … int border_pos = fixMin(stop_pos, h_sbr->sbrExtractEnvelope.YBufferWriteOffset<<YBufferSzShift); in calculateSbrEnvelope() 804 count[j] = stop_pos - start_pos; in calculateSbrEnvelope() 812 stop_pos, in calculateSbrEnvelope() 834 stop_pos, in calculateSbrEnvelope() 849 count[j] = (stop_pos - start_pos) * (ui - li); in calculateSbrEnvelope() [all …]
|
/external/aac/libSBRdec/src/ |
D | env_calc.h | 163 int stop_pos);
|
D | env_calc.cpp | 622 …UCHAR stop_pos = hHeaderData->timeStep * borders[i+1]; /* Stop-position in time (subband sample) f… in calculateSbrEnvelope() local 658 start_pos, stop_pos, in calculateSbrEnvelope() 667 start_pos, stop_pos, in calculateSbrEnvelope() 936 for (j = start_pos; j < stop_pos; j++) in calculateSbrEnvelope()
|